/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Variables */
html{
    --colorPrincipal: #ccc;
    --colorSecundario: #32a19b;
    --colorDeepPink: #c53f94;
    --colorGris:#ccc;
    --sizeTextoMovil: 1.1rem;
    --sizeTextoTablet: 1.20rem;
    --sizeTextoDesktop: 1.25rem;
}

*{box-sizing: border-box;}

/* Títulos */
h1, h2, h3, h4, h5, h6{font-family: "Roboto", sans-serif; font-size: 1.75rem; text-align: center;}
h1{
    font-size: 38px;
    margin-top: 0;
    text-align: center;
    font-weight: 900;}

#nombremt{color: #2cb7af; font-size: 38px;}

body, nav, header, main, footer{width: 100%;}

/* ///////////////////////////////////////// */

body{
    margin: 0 auto;
    max-width: 1920px;
    background-color: #fff;
}

/*WhatsApp*/
#ws{
    width: 65px;
    position: absolute;
    right: 40px;
    bottom: 155px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
}

#ws img{width: 100%;}

/*Flecha Arriba*/
#flecha{
    width: 55px;
    position: absolute;
    right: 45px;
    bottom: 105px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 100;
}

#flecha img{width: 100%;}


/* Menú de navegación */
#loguito{width: 250px; margin-left: 10px;}

.navbar{
    width: 100%;
    background-color:var(--colorPrincipal) !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    position: fixed !important;
    z-index: 200;
}

.navbar .nav-link{
    color: rgba(0, 0, 0, 1) !important;
    text-align: right;
    margin-right: 10px;
    font-weight: 500;
    height: 50px;
}

.navbar-nav .nav-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 20px 0 8px 0;
}

.navbar-nav .nav-item:last-child{margin-bottom: 10px;}

/* Menú Hamburguesa */
.navbar-toggler{color: #fff; border:0px solid #fff; background-color: transparent !important; font-size: 23px;}
.navbar-toggler:focus{box-shadow: 0px 0px 10px var(--colorPrincipal);}

.navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

#relleno{width: 100%; height: 96px;}

header{
     height: 400px;
     margin-top: -9px;
     background:/* rgba(0,0,0,0.6) */url(../imagenes/banner-movil.webp);
     background-repeat: no-repeat;
     background-position: center bottom;
     background-size: cover;
/*   background-blend-mode: darken; */
     position: relative;
     padding-top: 15px;
}

#headerTexto{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 25px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
   /*  backdrop-filter: blur(10px); */
}

#headerTexto p{
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 32px;
    margin: 0;
    transform: scaleY(1.1);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

#headerTexto span{
    color: var(--colorSecundario);
    margin: 0;
}

#btn{
    width: 200px;
    height: 40px;
    background-color: var(--colorSecundario);
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    border: 2px solid #fff;
}

#btn p{
    color: #fff;
    font-size: var(--sizeTextoMovil);
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    margin: 0;
}

hr{width: 88%; margin: 15px auto;}


/* Marcadores */
#nos, #sub1, #sub2{scroll-margin-top: 100px; text-align: left;}

main{padding: 20px}

/* Nosotros */
#nosotros{width: 100%; margin-bottom: 32px;}
#nosotros p{font-size: var(--sizeTextoMovil);}

/* Nuestra Flota */
#tituloFlota{font-size: 1.8rem; margin: 32px 0; font-weight: 700;}
#flota{width: 100%; margin-bottom: 32px;}

.camion{
    width: 100%;
    background: var(--colorPrincipal);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.tituloCamion{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.camion .dataCamion{
    margin: 20px auto;
    list-style: none;
    margin: 5px 0 5px -18px;
    font-size: var(--sizeTextoMovil);}

.camion img{width: 250px;}

/* Galería */
#galeria{width: 100%; margin: 32px 0;}
#galeria h2{margin-bottom: 24px; font-weight: 700; font-size: 1.8rem;}
#galeria ul{
    font-size: var(--sizeTextoMovil);
    text-align: center;
    list-style: none;
    text-align: left;
    margin-left: -32px;}

#galeria ul li{margin-bottom: 10px;}

#containerFotos{width: 100%; margin-top: 32px;}
#containerFotos img{border-radius: 8px; margin-bottom: 16px;}

/* Video */
#containerVideo{
    width: 100%;
    margin: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#containerVideo video{
    width: 100%;
    /* height: 400px; */
    margin: -5px 0 24px 0;
    border: 3px solid var(--colorDeepPink);
}

#containerVideo h3{margin-bottom: 24px; font-weight: 700; font-size: 1.8rem;}

/* Contáctenos */
#contactUs{margin-top: 32px; font-weight: 700; font-size: 1.8rem;}
#contact{width: 100%; margin: 16px 0;}

#infoForm{width: 100%; margin: auto;}
#infoForm p{font-size: var(--sizeTextoMovil); color: #000; margin-top: 16px; margin-bottom: -10px;}
#infoForm img{
    width: 100%; 
    object-fit: cover; 
    border-radius: 30px 30px 0;}

#contact form{width: 100%; margin: 35px auto 0 auto;}

#contact form label, #contact form input{display: block;}
#contact form input{
    width: 100%;
    height: 40px;
    margin: 5px 0 20px 0;
    padding-left: 10px;
    background-color: #ebedef;
    border: none;
    outline: none;
    border-radius: 4px;
}

#contact form label{
    color: #000;
    font-size: 1.1rem;
}

#contact form textarea{
    width: 100%;
    height: 150px;
    margin: 5px 0 25px 0;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 4px;
    background-color: #ebedef;
}

#contact form #botonEnviar{
    background-color: var(--colorSecundario);
    height: 50px;
    color: #000;
    font-size:1.1rem;
    font-weight: 500; 
    margin-top: -16px;  
}

#contact form input:focus, #contact form textarea:focus{
    border: 3px solid var(--colorAmarillo);
}

#contact form #botonEnviar:focus{border: none;}

#contact #formok{
    width: 100%;
    height: 65px;
    outline: none;
    line-height: 50px;
    padding: 8px;
    border: 1px solid var(--colorSecundario);
    display: block; 
    overflow: hidden;
    color: #078d85 !important;
    /* background-color: #2cb7af; */
    }

/* Footer */
footer{
    height: 1050px;
    padding:  50px 10px;
    position: relative;
    border-top: 6px solid var(--colorSecundario);
    background: rgba(0,0,0,0.6) url(../imagenes/footer.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: darken;
}

#logoFooter{width: 225px; margin: auto; border-radius:10px;}
#logoFooter img{width: 100%;}

#redes{
    width: auto;
    margin: 30px auto;
    padding-bottom: 30px;
}

#redes p{color: white; font-size: 1.3rem; font-weight: 400; text-align: center;}

#logosRedes{
    width: 58px;
    margin: -10px auto 0 auto;
}

#logosRedes img{width: 58px; transition: 0.3s;}

#logosRedes img:hover{
    transform: scale(1.1);
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
}

#datosDireccion{
    width: 100%;
    height: 350px;
    margin: 20px auto 10px auto;
}

#datosDireccion address{
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 3px 8px black;
}

#mapa{
    width: 100%;
    height: 100%;
    border: 3px solid var(--colorSecundario);
}

#down{
    width: 100%;
    height: 150px;
    padding: 25px 6px 0;
    margin-top: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--colorSecundario);
}

#down p{color: #000; text-align: center; font-family: arial; font-size: 1.1rem;}
#down a{color: rgb(0, 0, 0);}
#down a:hover{color: var(--colorDeepPink);}