@font-face {
  font-family: 'centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
}
@font-face {
  font-family: 'centurygothicBold';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: 'centurygothic';
    background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color:#222;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'centurygothicBold';
}

a{
    color: #000;
    text-decoration: none;
}

.whatsapp{
    width: 7vw;
    position: fixed;
    margin-left: 90vw;
    margin-top: 3vw;
    z-index: 99999999999999999999;
}

.whatsapp img{
    width: 100%;
}

/* HEADER */

.header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0px 2%;
    margin-top: 20px;
}

.logo img{
    width:47vw;
}

.social{
    display:flex;
    gap:15px;
    margin-right: 3vw;
}

.social a{
    color:#333;
    font-size:5vw;
    margin-right: 2vw;
}

/* HERO */

.hero-content{
    width: 100%;
}

.hero h1{
    text-align:right;
    font-size:42px;
    width: 100%;
    position: relative;
    padding: 30px;
}

.hero-image{
    padding:0px;
}

.hero-image img{
    width:70%;
    display:block;
    margin: 10% 7%;
}

.hero p{
    position: absolute;
    margin-top: -45%;
    width: 27%;
    padding: 2%;
    background: white;
    margin-left: 63%;
    height: 40%;
    display: flex;
    align-items: center;
}

.materia-slide{
    background-image: url(../img/fondo-slide.jpg) !important;
    background-size: 100% !important;
}

/* ABOUT */

.about{
    padding:100px 10%;
    text-align:center;
    background-image: url(../img/32años.png);
    background-size: 100%;
}

.quote-box{
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 60%;
    margin-top: 45%;
    margin-left: 35%;
    font-size: 2vw;
    margin-bottom: 20%;
}

/* COVERAGE */

.coverage{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    padding:50px 8%;
    background-image: url(../img/fondociudades.png);
    background-size: 100%;
    height: 60vw;
}

.map img{
    width:100%;
}

.cities ul{
    margin-top:15px;
    list-style:none;
}

.cities li{
    margin-bottom:8px;
}

/* TEAM */

.team{
    padding:80px 8%;
    text-align:center;
}

.team h2{
    margin-bottom:0px;
    letter-spacing:2px;
}

.team-ir{
    width: 10vw;
    margin-bottom: 20px;
}

.team-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    align-items:center;
}

.member img{
    width:100%;
    display:block;
}

.featured{
    background:#000;
    color:white;
    padding:15px;
}

.member-info{
    margin-top:15px;
}

.member-info span{
    display:block;
    margin:10px 0;
    color:#ccc;
}

/* MISION */

.mission{
    padding:80px 8%;
    background-image: url(../img/fondoempresa.png);
    background-size: 100%;
}

.card{
    background: white;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 70%;
    margin-top: 35vw;
    margin-bottom: 44vw;
    margin-left: 15vw;
}

.misionc {
    font-size: 1vw;
}

/* CONTACTO */

.contact{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    padding:80px 8%;
    font-size: 2vw;
}

.contact h3{
    margin-bottom:15px;
    font-size: 3vw;
}

/* FOOTER */

footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px 8%;
}

footer img{
    width:180px;
}

/* RESPONSIVE */

@media(max-width:768px){

    .hero-content,
    .coverage,
    .team-grid,
    .card,
    .contact{
        grid-template-columns:1fr;
    }

    .swiper-button-next.swiper-button-black{
        background-size: 5vw;
    }

    .whatsapp{
        width: 15vw;
        margin-left: 85vw;
    }

    .hero h1{
        text-align:center;
        font-size: 5.5vw;
        padding: 1vw;
    }

    .hero img{
        width: 67%;
        margin: 11vw 9vw;
    }

    .hero p{
        width: 45vw;
        margin-top: -56vw;
        height: 45vw;
        margin-left: 50vw;
        font-size: 3vw;
    }

    .about{
        padding: 26vw 15vw 10vw 10vw;
    }

    .quote-box{
        margin-top: 20%;
        margin-left: 20vw;
        width: 65vw;
        font-size: 2.2vw;
        padding: 3vw;
    }

    .mission{
        background: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .card{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .misionc{
        background-image: url(../img/fondoempresa.png);
        background-size: 100%;
        height: 115vw;
    }

    .misionc h3{
        width: 25vw;
        margin-top: 33vw;
        margin-left: 32vw;
        font-size: 6vw;
    }

    .misionc p{
        margin-top: 6vw;
        margin-left: 25vw;
        width: 70vw;
        font-size: 3vw;
    }

    .misionc .valores{
        margin-top: 38vw;
        margin-left: 25vw;
        width: 74vw;
        font-size: 2.5vw;
    }

    .contact h3{
        font-size: 5vw;
    }

    .contact p{
        font-size: 3vw;
    }

    footer{
        flex-direction:column;
        gap:20px;
    }

}