@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --amarillo: #CCFF66;
    --morado:#6633CC ;
    --rosa: #FF3399;
    --grismedio: #8C8B93;
    --textos: #5C5C5C;
    --blanco: #FFFFFF;
}
body{
    font-family: 'Poppins';
    font-weight: 200;
    font-size:24px;
}
nav{
    width: 95%; margin: 0 auto;
}
button:focus,.btn:focus,.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active ,input:focus,input:not(:disabled),
select:focus{
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sidebar {
    position: fixed;
    height: 100%;
    width: 85%;
    top: 0;
    right: -100%;
    background-color: var(--amarillo);
    color: var(--morado);
    overflow-x: hidden;
    transition: right 0.4s;
    padding: 0px 0px 0px 70px;
    box-sizing:border-box;
    z-index: 2;
 }
 .sidebar.activo {
    right: 0;
 }
 .sidebar p{
    margin-bottom: 20px;
 }
.sidebar p a{
    color: var(--morado);
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    line-height: 26px;
}
.sidebar p a span{
    color: var(--rosa);
    font-style: normal;
}
 .sidebar-2{
    display: none;
 }

 .sidebar-3,.btn_menu_1{
    display: none;
}


header{
    background:url(../images/home_header_mob.png) no-repeat;
    height: 370px;
    background-size: cover;
 }
 header.content, header.content2{
    background: none;
    background-color: var(--blanco);
 }



 .img_banner{
    width: 350px;
 }

 .principal{
    background-color: var(--rosa);
    height: 375px;
    color: var(--blanco);
 }
 .principal .content{
    margin: 0px 30px;
 }
 .principal .img_pleca{
    width: 240px;
    position: absolute;
    bottom: -55px;
 }
.principal h2{
    font-style: italic;
    font-weight: 700;
    font-size: 35px;
    margin-top: 35px;
 }
 .principal p{
    font-size: 14px;
    font-style: italic;
 }


 .contenido{
    padding-top: 70px;
    margin-right: 80px;
 }
 .contenido a{
    color: var(--morado);
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    line-height: 30px;
 }
 .contenido a:hover{
    text-decoration: underline;
 }
 .contenido p span{
    color: var(--amarillo);
 }



/**** INTERNAS ***/


 header.content {
    height: 230px;
 }
 header.content h1{
    color: var(--morado);
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
 }
.principal_2 .img_pleca_2 {
    width: 240px;
    margin-top: 10px;
}

 .accordion{
    margin-right: 40px;
    font-size: 14px;
    text-align: right;
    font-style: italic;
    line-height: 20px;
 }
 .accordion a{
    color: var(--morado);
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    line-height: 40px;
    text-align: right;
 }
 .accordion a span{
    color: var(--amarillo);
 }
 .accordion .accordion-collapse{
    color: var(--textos);

    margin-right: 35px;
 }


 /**TAELNTO **/


 header.content2{
    height: 550px;
 }
 header.content2 h1{
    color: var(--rosa);
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
 }

 header.content2 p.descrip{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: var(--textos);
 }
 .marcas h2{
    color: var(--rosa);
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
 }
 .marcas .box{
    width: 31.33%;
    position: relative;
    display: inline-block;
 }
 .marcas img{
    width: 105%;
 }
 .marcas .box a{
    position: absolute;
    top: 2px;
    right: 1px;
    color: var(--amarillo);
    font-size: 25px;
    text-decoration: none;
 }
 .marcas .box a.close{
    display: none;
 }
 .marcas .box-2 a.close_2{
    color: var(--amarillo);
    text-decoration: none;
    float: right;
    margin-top: -20px;
 }
 .marcas .box-2 .title{
    color: var(--amarillo);
    font-size: 30px;
 }
 .marcas .box-2 .text{
    color: var(--blanco);
    font-size: 14px;
 }

 .marcas .box-2{
    width: 100%;
    position: absolute;
    display: inline-block;
    height: auto;
    display: none;
    padding: 30px;
    background-color: var(--morado);
    z-index: 3;
    top: 0px;
 }

/*** MIW ****/

header.content3{
    height: 480px;
    background: none;
    background-color: #535353;
 }

 header.content3 h1{
    color: var(--amarillo);
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
 }
 header.content3 p.descrip{
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    font-style: italic;
    color: var(--blanco);
    line-height: 20px;
 }
 header.content3 span.rosa{
    color: var(--rosa);
    font-weight: 700;
 }
 .principal_3{
    background-color: #535353;
    height: 50px;
    color: var(--blanco);
 }
 .principal_3 .img_pleca_2{
    width: 240px;
 }
 .team{
    min-height: 105px;
 }
 .team img.perfil{
    width: 80px;
}
.team img.linkedin{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 30px;
}
.team p.name{
    font-size: 35px;
    font-weight: 700;
    color: var(--amarillo);
    font-style: italic;
    line-height: 35px;
}
.team p.job{
    color:var(--blanco);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-top: -15px;
}

/**** CONTACTO ***/

header.content4{
    height: 200px;
    background: none;
    background-color: var(--blanco);
 }
 header.content4 h1{
    color: var(--morado);
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    line-height: 42px;
 }
 .principal_4 .img_pleca_2 {
    width: 240px;
}
.contacto input[type=text], .contacto input[type=email]{
    background-color: var(--amarillo);
    border: none;
    border-radius: 40px;
    height: 55px;
 }
 .contacto input[type=text]::placeholder,.contacto input[type=email]::placeholder,.contacto textarea::placeholder {
    font-style: italic;
    color: var(--textos);
  }
 .contacto textarea,  .contacto textarea:focus{
    background-color: var(--amarillo);
    border: none;
    border-radius: 40px;
    height: 155px;
    padding-top: 30x;
 }
 .contacto label{
    font-size: 16px;
    font-style: italic;
 }
 .contacto .btn-rosa{
    background-color: var(--rosa);
    padding: 10px 75px;
    color: var(--blanco);
    border-radius: 40px;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
 }
 .contacto .invalid-feedback{
    font-size: 16px;
    font-style: italic;
 }

 .contacto .exito{
    display: none;
 }

/**** FOOTER ***/

 footer{
    border-top: 12px solid var(--amarillo);
    padding: 20px 0px;
    margin-top: 30px;
}
footer p, footer p a{
    font-size: 12px;
    color: var(--textos);
    text-decoration: none;
    cursor: pointer;
}
footer p span.rosa{
    font-weight: 300;
    color: var(--rosa);
}
footer p span.yellow{
    font-weight: 300;
    color: var(--amarillo);
}

footer .logo_footer{
    width: 105px;
}

@media (min-width: 425px) {
    .principal .img_pleca{
        width: 240px;
        position: absolute;
        bottom: -95px;
     }
     .principal_2 .img_pleca_2{
        margin-top: 0px;
     }


     header.content2 {
        height: 480px;
    }

    header.content3{
        height: 400px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .principal_2 .img_pleca_2 {
        margin-top: -80px;
    }

    header.content2 {
        height: 370px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    nav{
        width: 90%; margin: 0 auto;
    }
    header{
        background:url(../images/home_header.png) no-repeat;
        height: 600px;
     }
    .sidebar {
        width: 60%;
        top: 1;
        right: 0;
        overflow-x: visible;
        height: 100px;
        background-color: transparent;
     }
     .btn_menu_1{
        display: block;
     }
     .btn-menu, .sidebar{
        display: none;
     }
     .sidebar ul{
        display: block;
        float: left;
     }
     .sidebar-2{
        display: block;
     }

     .sidebar-3{
        background-color: var(--amarillo);
        padding: 15px 0px;
        border-radius: 20px;
        width: 810px;
        display: none;
     }
     .sidebar-3 a{
        color: var(--textos);
        font-weight: 600;
        font-size: 20px;
        font-style: italic;
        text-decoration: none;
        margin-right: 10px;
     }
     .sidebar-3 a:hover{
        text-decoration: underline;
     }
     .img_banner{
        width: 600px;
     }

     .principal{
        background-color: var(--rosa);
        height: 438px;
        color: var(--blanco);
     }
     .principal .content{
        margin-left: 0px;
     }
     .principal h2{
        font-style: italic;
        font-weight: 700;
        font-size: 60px;
        margin-top: 65px;
     }
     .principal p{
        font-size: 25px;
        font-style: italic;
     }
     .principal .img_pleca{
        width: 620px;
        position: absolute;
        bottom: 20px;
     }

     .contenido{
        padding-top: 160px;
        margin-right: 0px;
     }
     .contenido a{
        color: var(--morado);
        font-size: 60px;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
        line-height: 70px;
     }
     .contenido a:hover{
        text-decoration: underline;
     }
     .contenido p span{
        color: var(--amarillo);
     }


     header.content{
        height: 220px;
     }
     header.content h1{
        color: var(--morado);
        font-size: 80px;
        font-weight: 700;
        font-style: italic;
     }
     .principal_2{
        background-color: var(--blanco);
        height: 240px;
        color: var(--blanco);
     }
     .principal_2 .img_pleca_2{
        width: 620px;
        margin-top: 0px;
     }
     #accordionExample{
        margin-right: 170px;
     }
     .accordion{
        margin-right: 0px;
        font-size: 24px;
        font-style: italic;
        line-height: 30px;
        
     }
     .accordion a{
        color: var(--morado);
        font-size: 60px;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
        line-height: 50px;
        text-align: right;
     }
     .accordion a span{
        color: var(--amarillo);
     }
     .accordion .accordion-collapse{
        color: var(--textos);
        margin-right: 35px;
        margin: 25px 30px;
        text-align: end;
     }



     header.content2{
        height: 570px;
     }
     header.content2 h1{
        color: var(--rosa);
        font-size: 80px;
        font-weight: 700;
        font-style: italic;
        line-height: 74px;
     }
     header.content2 p.descrip{
        font-size: 25px;
        font-weight: 300;
        font-style: italic;
     }
     .marcas h2{
        color: var(--rosa);
        font-size: 80px;
        font-weight: 700;
        font-style: italic;
     }
     .marcas .box{
        width: 24%;
        position: relative;
        display: inline-block;
     }
     .marcas .box img{
        width: 103%;
     }
     .marcas .box a{
        position: absolute;
        top: 5px;
        right: 3px;
        color: var(--amarillo);
        font-size: 40px;
        text-decoration: none;
     }
     .marcas .box a.close{
        display: none;
     }
     .marcas .box-2 a.close_2{
        display: none;
     }
     .marcas .box-2 .title{
        color: var(--amarillo);
        font-size: 60px;
     }
     .marcas .box-2 .text{
        color: var(--blanco);
        font-size: 24px;
     }

     .marcas .box-2{
        width: 98%;
        position: relative;
        display: inline-block;
        height: auto;
        display: none;
        padding: 30px 200px;
        background-color: var(--morado);
     }

     /***** MIW   ***/

     header.content3{
        height: 480px;
        background-color: #535353;
     }
     header.content3 h1{
        color: var(--amarillo);
        font-size: 80px;
     }
     header.content3 p.descrip{
        font-size: 25px;
        font-weight: 200;
        line-height: 30px;
        font-style: italic;
        color: var(--blanco);
     }
     header.content3 span.rosa{
        color: var(--rosa);
        font-weight: 700;
     }
     .principal_3{
        background-color: #535353;
        height: 240px;
        color: var(--blanco);
     }
     .principal_3 .img_pleca_2{
        width: 620px;
     }
     .team img.perfil{
         width: 100%;
     }
    .team img.linkedin{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
    }
    .team p.name{
        font-size: 60px;
        font-weight: 700;
        color: var(--amarillo);
        font-style: italic;
        line-height: 70px;
    }
    .team p.job{
        color:var(--blanco);
        font-size: 25px;
        font-style: italic;
        font-weight: 300;
        margin-top: -15px;
    }

    /*** CONTACTO ***/

    header.content4{
        height: 220px;
     }
     header.content4 h1{
        color: var(--morado);
        font-size: 80px;
        font-weight: 700;
        font-style: italic;
        line-height: 74px;
     }
     .principal_4{
        background-color: var(--blanco);
        height: 200px;
     }
     .principal_4 .img_pleca_2 {
        width: 100%;
    }
     .contacto input[type=text], .contacto input[type=email]{
        background-color: var(--amarillo);
        border: none;
        border-radius: 40px;
        height: 55px;
     }
     .contacto input[type=text]::placeholder,.contacto input[type=email]::placeholder,.contacto textarea::placeholder {
        font-style: italic;
        color: var(--textos);
      }
     .contacto textarea,  .contacto textarea:focus{
        background-color: var(--amarillo);
        border: none;
        border-radius: 40px;
        height: 155px;
        padding-top: 30x;
     }
     .contacto label{
        font-size: 16px;
        font-style: italic;
     }
     .contacto .btn-rosa{
        background-color: var(--rosa);
        padding: 10px 75px;
        color: var(--blanco);
        border-radius: 40px;
        font-weight: 700;
        font-style: italic;
        font-size: 18px;
     }
     .contacto .invalid-feedback{
        font-size: 16px;
        font-style: italic;
     }

    footer{
        border-top: 12px solid var(--amarillo);
        padding: 20px 0px;
        margin-top: 60px;
    }
    footer p, footer p a{
        font-size: 20px;
        color: var(--textos);
        text-decoration: none;
        cursor: pointer;
    }
    footer p span.rosa{
        font-weight: 600;
        color: var(--rosa);
    }
    footer p span.yellow{
        font-weight: 600;
        color: var(--amarillo);
    }
    footer .logo_footer{
        width: 155px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .principal .img_pleca{
        bottom: -120px;
     }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .principal .img_pleca{
        bottom: -160px;
     }
    
}