.body{
    margin: 0;
    padding: 0;
}

/*inicio barrasuperior*/
.barrasuperior{
    background-color: rgb(0, 0, 0);
    padding: 1.25%;  
}
.barrasuperioricon{
    height: 30px;
    width: auto;
}

.barrasuperior ul{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}
.barrasuperior ul li{
    list-style: none;
}
.barrasuperior ul li a{
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 500;  
}
.barrasuperior ul li img {
    margin-right: 5px;
}

@media (max-width: 600px) {
    .barrasuperior{
        display: none;
    }
}
/*fin barrasuperior*/



/*principio botoneslateral*/
.botoneslateral{
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 1;
    width: 40px;    
}
.botoneslateral img {
    margin-top: 20px;
}
@media (min-width: 600px) {
    .botoneslateral {
        display: none;
    }
}
/*fin botoneslateral*/



/*inicio navbar*/
.navbar {
    padding: 2.5%;
    background-color: #b0b0b061;
}
.navbar-brand {
    width: 100%;
    max-width: 350px;
    height: auto;
    transition-duration: 1.5s;
    border-radius: 0.5rem;
    padding: 1.5%;
}
.navbar-brand:hover {
    background-color: #FF6600;
}
.espacio-navbar {
    width: 50%;
}
.navbar-nav {
    justify-content: space-around;
    gap: 2.5rem;
}
.nav-link {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.nav-link:hover {
    text-decoration: underline #FF6600;
}
@media (max-width:992px) {
    .navbar-brand {
        max-width: 200px;
    }
    .espacio-navbar {
        width: 10%;
    }
    .nav-link {
        font-size: 1.25rem;
    }
}
@media (max-width:450px) {
    .navbar-brand {
        max-width: 150px;
        padding: 3%;
    }
}
/*fin navbar*/



/*principio footer*/
.footer{
    width: 100%;
    height: auto;
    padding: 0;
}
.footer img{
    width: 100%;
    height: auto;
    padding: 0;
}
/*fin footer*/


/*inicio de galeriahome*/
.galeriahome{
    width: 100%;  
    padding: 0%;
}
/*inicio de galeriahome*/

/* principio descripcionhome */
.descripcionhome {
    padding: 7.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    gap: 2rem;
    background: url(../images/fondodescripcionhome.png) center;
    background-size: cover;
}
.descripcionhomeitema {
    width: 100%;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
    
}
.descripcionhomeitemb {
    width: 25%;
    min-width: 250px;
}

@media (max-width:992px) {
    .descripcionhomeitema {
        font-size: 1rem;
    }
}
/* fin descripcionhome */

/* Principio fullscreenvideo */
.fullscreenvideo{
    width: auto;
    padding: 0%;
    overflow: hidden;
    margin: 0%;
}
.fullscreenvideo video{
    width: 101%;
    object-fit: fill;
    
}
/* Fin fullscreenvideo*/



/*principio flexboxgaleriatexto*/
.flexbox-a {
    padding: 7.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    gap: 2rem;
}
.flexbox-b {
    padding: 7.5%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    gap: 2rem;
    background-color: #b0b0b061;
}

.flexbox-c {
    padding: 7.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    gap: 2rem;
    background-color: rgba(255, 255, 0, 0.078);
}
.flexbox-d {
    padding: 7.5%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    gap: 2rem;
    background-color: #00ffb70f;
}
.flex-item-a {
    width: 40%;
    min-width: 325px;
    font-size: 1.2rem;
    padding: 1%;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.flex-item-b {
    width: 50%;
    min-width: 300px;
}
@media (max-width:992px) {
    .flex-item-a {
        width: 85%;
    }
    .flex-item-b {
        width: 85%;
    }
}
@media (max-width:450px) {
    .flex-item-a {
        min-width: 250px;
        font-size: 1rem;
    }
}


/*fin flexboxgaleriatexto*/



/*principio flexboxmapas*/
.logosmapas{
    height: auto;
    width: 30px;
    margin: 15px;
}


.flexboxmapa{
    padding: 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    gap: 2rem;
}
.flex-item-mapa-a{
    width: 100%;
    text-align: center;
}
.flex-item-mapa-b{
    width: 45%;
    min-width: 400px;
    height: auto;
    font-size: 1rem;
    padding: 2.5%;
}
.flex-item-mapa-b h2{
    text-align: center;
}
.flex-item-mapa-b a{
    width: 100%;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
}
.flex-item-mapa-b iframe{
    width: 100%;
    min-height: 400px;
    height: auto;
    border-radius: 1rem;
}
@media (max-width:1400px) {
    .flex-item-mapa-b{
        width: 75%;
        min-width: 250px;
        height: auto;
    }
}
/*fin flexboxmapas*/



/*principio tituloseccion*/
.tituloseccion{
    padding: 3%;
    text-align: center;
    background-color: white;
    font-size: 1.5rem;
}
@media (min-width:992px) {
    .tituloseccion {
        display: none;
    }
}
/*fin tituloseccion*/


/* principio flexbox-contactofooter */

.flexbox-contactofooter{
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    gap: 2rem;
    background-color: #00a2ff14;  
    
}

.flexbox-contactofooter h1{
    text-align: center;
}

.contactofooterform{
    
    width: 75%;
    min-width: 250px;
    max-width: 800px;
    font-size: 1rem;
    padding: 1%;
    
}

/* fin contactofooter flexbox2 */


/*principio textoequipos*/
.textoequipos-a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5%;
}
.textoequipos-b{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5%;
}
/*fin textoequipos*/

/*principio camionesimagen*/
.camionesimagen {
    padding: 0%;
}
/*fin camionesimagen*/

/*principio listadoequipos*/
.listadoequiposcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 3rem;
    padding: 7.5%;
    background-color: #b0b0b061; 
}
.listadoequiposframe {
    border-collapse: collapse;
    height: 85vh;
    overflow: scroll;
}
.listadoequipostable{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5rem;
}
.thead {
    background-color: #f27405;
    display: table-header-group;
    position: sticky;
    top: 0;
    z-index: 1;
}
.thead tr th {
    padding: 1.25%;
    border: 1px solid rgb(0, 0, 0)

}
.tbody tr td {
    padding: 1.25%;
    border: 1px solid rgb(0, 0, 0);
}
.tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.167);
}
@media (max-width:992px) {
    .listadoequipostable {
        font-size: 1rem;
    }
}
/*fin listadoequipos*/

