@font-face {
    font-family: 'Mulish';
    src: url(../fonts/static/Mulish-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-banda-roja: #ff4239;
}

body {
    font-family:'Mulish', 'Arial Narrow Bold', sans-serif;
}

h1 {
    font-size: 5em;
    color:rgb(0, 0, 0);
}

h2 {
    font-size: 3em;
}

h3 {
    color: rgb(0, 0, 0);
    font-size: 2em;
}

p {
    font-size: 18px;  
}

/************************* NAVEGADOR */
nav {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    /* border: 1px solid blue; */
}

nav ul{
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline-block;
    padding: 15px 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
}
/************************* END NAVEGADOR */

/* texto de botones laterales */
.pp-tooltip {
    font-size: 16px;
    font-weight: 800;
    color: var(--main-banda-roja);
    text-shadow: black;
}
/* END texto de botones laterales */


/************************* WRAPPER AREA */
.wrapper {
    width: 1170px;
    margin: 0 auto;
}

/************************* HOME AREA */
.home-area {
    background: url(../img/bg0.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 0;
}

.home-area .banner-area .titulo{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.home-area h1 {
    justify-content: center;
    color:white;
    margin:0;
}

.home-area h3 {
    color:white;
    margin-top: -5px;
}

/* ***************************************************************/
/* Banda roja que va a estar en todas las secciones excepto home */
.wrapper-bandaroja{
    display: flex;
    justify-content: flex-end;
    width: 90%;
    margin-top: 25px;
}

.bandaroja {
    background-color: var(--main-banda-roja);
    height: 12px;
    width: 350px;
}

/*************************  NOSOTROS */
.about_area h5 {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.about_area h3{
    margin-top: -50px;
    color: black;
}

.about_area p {
    color: black;
    margin-top: 25px;
}

.about_area .wrapper .container {
    background-color: lightslategray;
    border: 1px solid black;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin: 15px;
    padding: 30px;
}

.about_area .wrapper .container .boxtitulo {
    display: inline-flex;
    align-items: center;

}

.about_area .wrapper .container .icon {
    width: 10%;
    margin-right: 20px;
}


/************************* PORFOLIO */
.porfolio-area .grid-videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
}

.porfolio-area .grid-videos .porfolio_foto img {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}

@media only screen and (max-width: 1024px){

    .porfolio-area .grid-videos {
        margin-left: 25px;
        width: 80%;
        grid-template-columns: 1fr 1fr;
    }

}

/*************************
/************************* MODAL */
.modal-container1, .modal-container2, .modal-container3,
.modal-container4, .modal-container5, .modal-container6{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }

.modal1, .modal2, .modal3, .modal4, .modal5, .modal6{
    position: relative;
    width: 60%;
    height: 60%;
/*   background: #fff; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center; 
    transition: transform 0.8s;
    transform: translateY(0%);
    border-radius: 10px;
  }

.modal-close1, .modal-close2, .modal-close3, 
.modal-close4, .modal-close5, .modal-close6 {
    transform: translateY(-200%);
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
/************************* END decoración modal */
/*************************

/*************************LOGOS CLIENTES */
 .clientes-area .caja_logos {
    display: flex;
    justify-content: center;
} 

.clientes-area .grid-logos_clientes {
    background-color: rgb(230, 230, 230);
    border-radius: 25px;
    margin: 10px;
    display: grid;
    grid-template-columns: 10em 10em 10em;
    column-gap: 10px;
    row-gap: 10px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.clientes-area .grid-logos_clientes .logo #imglogo{
    width: 100%;
}

/*************************CONTACTO */
.contacto-area h1 {
    color: #fff; 
}

.contacto-area .gridcontacto1 a, .gridcontacto1 p {
    display: flex;
    text-decoration: none;
    margin: 10px;
    color: #fff;
    letter-spacing: 2px;
}

.contacto-area .gridcontacto {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.contacto-area .gridcontacto2 p{
    text-align: center;
    color: #fff;
}

.contacto-area .gridcontacto3 .logosredesociales ul{
    list-style: none;
    padding: 0;
    text-align: center;
    letter-spacing: 10px;
}

.contacto-area .gridcontacto3 .logosredesociales ul li {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
}

.contacto-area .gridcontacto3 .logosredesociales ul li:hover {
    color: var(--main-banda-roja);
}

/* ************************************************************************* */
/************************RESPONSIVE *************************************** */
/* *********************************************************************** */
@media only screen and (max-width: 767px){
    .wrapper {
        width: 90%;
    }

    h1{
        font-size: 50px;
    }

    /* *************menú navegador */
    .home-area nav {
        display: none;
    }

    nav ul li {
        display:flex;
        flex-direction: column;
        padding: 15px 20px;
    }
    
    nav ul li a{
        color: var(--main-banda-roja);
    }

    /* *************home area */
    .home-area h3 {
        font-size: 30px;
    }

    .banner-area p {
        padding: 0 12% 0 0;
    }

    /* *******NOSOTROS - about_area */
    .about_area h5{
        font-size: 16px;
    }

    .about_area p, .porfolio-area p, .clientes-area p {
        padding: 0 12% 0 0;
        line-height: 20px;
        font-size: 16px;
    }

    /* *************Seccion clientes */
    .clientes-area .caja_logos {
        width: 100%;
        display:contents;
    } 

    .clientes-area .grid-logos_clientes {
        background-color: rgb(255, 255, 255, 0.8);
        border-radius: 25px;
        margin: 15px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 150px));
        column-gap: 10px;
        row-gap: 10px;
        padding: 20px;
        justify-content: center;
        align-items: center;
    }
    
    .clientes-area .grid-logos_clientes .logo #imglogo{
        width: 80%;
    }

    /* seccion CONTACTO */
    .contacto-area .gridcontacto {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-items: center;
        margin-top: 50px;
    }

    .gridcontacto1 a{
        display: flex;
        justify-content: center;
    }

}