*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {   
    font-family: "Dosis", sans-serif; 
    line-height: 1.326;
    letter-spacing: .326em;
    text-transform: uppercase;
    text-align: center;
}

h1{ 
    font-size: 3.2em;
    font-weight: 600;
}

h2 {
    font-size: 2.426em; 
    font-weight: 600;   
}

h3{ 
    font-size: 1.077em;
    color: #f39c12;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .036em;
}

.slogan {
    font-size: 1.077em;
    letter-spacing: .036em;
}

/* Header */

header {
    width: 100%;
    height: 650px;
    background-image: url(img/degradado_fondo-01.svg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

header .textos {
    margin-top: 152px;
}

header .titulo {
    font-family: "Dosis";
    font-weight: 600;
    line-height: 1.326;
    letter-spacing: .326em;
    text-transform: uppercase;;
}

header .subtitulo {
    font-family: "Dosis";
    font-weight: 300;
    line-height: 1.326;
    letter-spacing: .326em;
    text-transform: uppercase;
    color: #f39c12;
    margin-bottom: 32px;
} 

header .boton {
    display: inline-block;
    padding: 6px;
    width: 128px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
}

header .boton:hover {
    background: #f39c12
    }

header::before{
    content: "";
    display: block;
    margin-bottom: 80px;
}

nav{
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid transparent;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
    position: fixed;
    top:0;
    z-index: 10;
    transition: ease-in-out 0.5s;
}

.nav{
    display: flex;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    align-items: center;
    padding: 0 40px;
}

.nav .logo{
    height: 50px;
}

.nav .logo img {
    height: 100%;
    vertical-align: center;
}

.enlaces-header {
    font-weight: 300;
    transition: ease-in-out 0.5s;
}

.nav .enlaces-header a{
    color: #5D6678;
    text-decoration: none;
    margin-left: 20px;
}

.nav .enlaces-header a:hover{
    color: #f39c12;
}

.hamburguer{
    width: 80px;
    height: 80px;
    display: none;
    text-align: center;
    z-index: 100;
    cursor:pointer;
    transition:color 0.5s ease-in;
}

.hamburguer > i{
    font-size: 25px;
    line-height: 80px;
}

.sesgoabajo {
    z-index: 2;
    width: 90%;
    overflow: hidden;   
    bottom: 0;
    left: 0;
     border-width: 35vh 49vw;
     max-width: 1000px;
    border-style: solid;
    border-color: #003f58 transparent transparent transparent;    
}

.sesgoabajo2 {
    z-index: 2;
    position: absolute;
    max-width: 1000px;
    bottom: 0;
    left: 0;
    border-width: 0 0 35vh 100vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.sesgoarriba {
    z-index: 2;
    position: absolute;
    max-width: 1000px;
    top: 0;
    left: 0;
    border-width: 35vh 100vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.sesgoarriba2 {
    z-index: 2;
    position: absolute;
    max-width: 1000px;
    top: 0;
    left: 0;
    border-width: 35vh 100vw 0 0;
    border-style: solid;
    border-color: #003f58 transparent transparent transparent;
}

@keyframes animat{
    0%{transform:scale(0);
        }100%{
            transform: scale(1);
        }
}


/* Main */

.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 52px 0;
}

.contenedor1 {
    width: 90%;
    max-width: 1000px;
    margin:auto;
    overflow: hidden;
    padding: 60px 0;
}

/* SEPARATOR */
.separator {
    font-size: 10px;
    line-height: .5em;
    margin: 30px 0;
    text-align: center;
    font-weight: 100;
    color: #f39c12;
}

.separator span::before, .separator span::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 175px;
    border-bottom-width: 1px;
    border-bottom-style: solid;}

    .separator span::after {
    left: 100%;
    margin-left: 15px;}

    .separator span::before {
    right: 100%;
    margin-right: 15px;
}

.separator span {
    position: relative;
    display: inline-block;
    color: #f39c12;
}

.sobre-nosotros {
    text-align: center;
    font-size: 56px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Nosotros */

.acerca-de{
}

.slogan {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}

.parrafo {
    margin-bottom: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 24px;
    color: rgb(24, 16, 16);
}

.acerca-de .boton {
    display: inline-block;
    padding: 6px;
    width: 128px;
    font-weight: 300;
    border: 1px solid rgba(24, 16, 16, .7);
    color: rgb(24, 16, 16);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    margin-top: 24px;
}

.acerca-de .boton:hover {
    background: #003f58;
    border: 1px solid #003f58;
    color: #fff;
}

/* CLIENTES */
.clientes{ position: relative;
    overflow: hidden;
}

/* SLIDE */
.logo-slider { 
}

.item {
    filter:grayscale(100%);
    opacity:.5;
}

.item:hover{
    filter: grayscale(0);
    opacity: 1;
}

.item img{
    width: 70%;
    max-width: 150px;
}

/* Nosotros */
.about-us{
    width: 100%;
    height: auto;
    padding-top: 35vh;
    position: relative;
    background: #003f58;
    overflow: hidden;
}

.contenedor-articulo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-around;

}

.articulo {
    width: 29%;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 10px 30px 60px 30px;
    transition: 0.5s;
    text-align: center;
    align-items: center;
}

.articulo:hover{
}

.articulo h3{
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}

.articulo>i {
    font-size: 3em;
    line-height: 1.9em;
    font-weight: 400;
    display: inline-block;
    width: 96px;
    height: 96px;
    color: #fff;
    margin: 0 auto 30px;
    border: 2px solid;
    border-radius: 50%;
    cursor: pointer;
}

.articulo>i:hover{
    background: #f39c12;
    transition: background .5s;
    transform:scale(1.1,1.1);
}



.articulo>p {
    font-size: .9em;
    font-weight: 100;
    color:#fff;
    line-height: 1.7em;
    word-wrap: break-word;

}

.articulo>a {
    color: #5d6678;
    font-weight: 400;
    text-decoration: none;
}

.articulo>a:hover{
    color: rgba(229, 142, 38,1.0);
    transition: color .5s;
}






.galeria {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-wrap: wrap;
        justify-content: space-between;

}

.imagenes {
    width: 33%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.imagenes img {
    width: 100%;
    height: 100%;
    object-fit: cover;    

}

.galeria4 {
    width: 33%;
    background-image: url(img/4.jpg);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}

.galeria1 {
    width: 33%;
    background-image: url(img/3.jpg);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}

.galeria2 {
    width: 33%;
    background-image: url(img/2.jpg);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */  
}



.encima {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.815);
}

.encima h2 {
    font-size: 1.5em;
    letter-spacing: .2em;
    position: relative;
    top: 45%;
    text-align: center;
    color: #fff;


}

.encima div {
    position: relative;
    display: block;
    top: 46%;
    width: 40px;
    height: 5px;
    background: #fff;
    margin: auto;
}


/* Gallery */

.container-grid{
    margin-top: 5px;
    display: grid;
    width: 100%;
   height: 100vh;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(6,1fr);
    grid-template-areas: 
    "img7 img2 img2 img3 img4"
    "img7 img2 img2 img3 img4"
    "img6 img5 img5 img13 img4"
    "img10 img10 img1 img9 img9"
    "img10 img10 img1 img9 img9"
    "img11 img8 img12 img9 img9";
    grid-gap: 5px;
    
}

.img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img:hover{
    filter:grayscale(50%);
    cursor: pointer;
    transition: filter .5s;
}

    /* sentencias grilla */

    .img-1{
        grid-area: img1;
    }
    .img-2{
        grid-area: img2;
    }
    .img-3{
        grid-area: img3;
    }
    .img-4{
        grid-area: img4;
    }
    .img-5{
        grid-area: img5;
    }
    .img-6{
        grid-area: img6;
    }
    .img-7{
        grid-area: img7;
    }
    .img-8{
        grid-area: img8;
    }
    .img-9{
        grid-area: img9;
    }
    .img-10{
        grid-area: img10;
    }
    .img-11{
        grid-area: img11;
    }
    .img-12{
        grid-area: img12;
    }
    .img-13{
        grid-area: img13;
    }
    .img-14{
        grid-area: img14;
    }


    .container-img {
        position: fixed;
        z-index: 3;
        overflow: hidden;
        height: 100%;
        width: 100%;
        top:0;
        left: 0;
        transform: translateX(-100%); 
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform .4s ease-in;
    }

    .move{
        transform:translateX(0);
    }

    .img-show{
        height: 80%;
        width: 80%
        transform:scale(0);
        display: block;
        object-fit: cover;
        transition: transform .2s .4s 
    }

    .show{
        transform: scale(1);
    }

    .copy{
        position: fixed;
        color: #fff;
        bottom: 40px;
    }

    .fa-times{
        position: absolute;
        color: #fff;
        top:80px;
        right: 40px;
        font-size: 2em;
        cursor: pointer;

    }


.cards {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card {
    margin: 20px 0;
    width: 30%;
    height: 250px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 4px 0 rgba(52, 73, 94, 0.849);
}

.cards img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
}

.fondo {
    height: 900px;
    position: relative;
    background-image: url(fondo.png);
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    padding-top: 130px;
}

.sesgoabajo-unico {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 35vh 100vw;
    border-style: solid;
    border-color: transparent transparent #2c3e50 transparent;
}

.titulo-patrocinadores,
.subtitulo-patrocinadores {
    color: #fff;
    text-align: center;
}

.titulo-patrocinadores {
    font-size: 56px;
    margin-top: 48px;
}

.subtitulo-patrocinadores {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 64px;
}

.clientes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
    width: 100%;
    justify-content: space-between;
}

.cliente {
    width: 30%;
}

.cliente img {
    width: 100%;
}

/* Facebook */

.social{    
    padding-top: 30px;
    align-items: center;
}

.fb-social{
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    

}


.textos-fb-social{
    margin: 50px 0 0 30px;
}

.textos-fb-social p{
    font-weight: 100;
    margin-top: 14px;
    color:#5d6678;
}


.textos-fb-social>a:hover{
    background: rgba(229, 142, 38,1.0);
    transition: background .5s;
}


.fb-page {
        width: 48%;
    }


/* CONTACTO */


.formulario-contenedor{
    background: #003f58;
    height: auto;
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;


}

.formulario {

}

.titulo-formulario, .subtitulo-formulario{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 56px;
}

.subtitulo-formulario{
    font-size: 16px;
    margin-bottom: 64px;
}

form{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:auto;

}

input[type="text"], input[type="email"] {
    display: inline-block;
    width: 48%;
    padding: 13px;
    border:none;
    color:#fff;
    font-family: "open sans";
    background: rgba(37,37,33,.7);
    margin-bottom: 16px;
    border-top: 5px solid rgba(37,37,33,.1);
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus{
        border-top: 5px solid rgba(255,255,255,.7);
}


textarea{
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 200px;
    min-height: 200px;
    background: rgba(37,37,33,.7);
    padding: 13px;
    border:none;
    color:#fff;
    font-family: "open sans";
    margin-bottom: 16px; 
    border-top: 5px solid rgba(37,37,33,.1);
}

input[type="submit"]{
    display: inline-block;
    padding: 13px;
    background: rgba(37,37,33,.7);
    border:none;
    color:#fff;
    width: 96px;
    cursor: pointer;
}

input[type="submit"]:hover{
    background: rgba(39, 174, 96,1.0);
    font-weight: 400;
    transition: background 0.5s ease-in


}




/* Footer */

footer{
    background: #f2f2f2;
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-top: solid 1px #95a5a6;


}

.partfooter{
    width: 20%;
    text-align: center;
}

.partfooter h4{
    color:#1d273b;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.partfooter a{
    display: block;
    text-decoration: none;
    color:rgba(99, 110, 114,1.0);
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
}

.partfooter a:hover{
    color:#003f58;
    font-weight: 800;
}

.partfooter img{
    width: 70%;
}

.partfooter p{
    display: block;
    text-decoration: none;
        margin-top: 20px;
    color:#5D6678;
    font-weight: 300;
    margin-bottom: 10px;
}



.social-media a{
    font-size: 20px;
    display: inline-block;
}
.social-media i{
    font-size: 20px;
    display: inline-block;
    color:#adb6c7;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}


.social-media i:hover{
    color:#fff;
    background-color:#003f58;
    border-color: #003f58; 
}




/* WhatsApp */

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
  background-color:#fff;
}

.my-float{
    margin-top:16px;
}









/* Responsive */


@media screen and (max-width:900px) {
    .card {
        width: 48%;
    }

    /* About Us */

    .articulo{
        width: 45%;
    }

    /* galeria */

    .img-show {
        width: 70%;
    }

    .copy {
        bottom:20px;
    }

   .fa-times{
    right: 20px;
    }

    .img-show{
        width: 80%; 
        height: auto;       
    }

}

@media screen and (max-width:610px) {
    header .textos {
        margin-top: 130px;
    }

    header .titulo {
        font-size: 1.5em;
    }

    .nav {
        padding: 0 10px;
    }

    .contenido-header>img {
        width: 95%;
    }

    .enlaces-header {
        position: fixed;
        background: #e65c00;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #F9D423, #e65c00);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #F9D423, #e65c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        top:0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
        clip-path: circle(0.4% at 100% 0);

    }

    .nav .menudos{
        -webkit-clip-path: circle(150% at 100% 0);
        clip-path: circle(150% at 100% 0);
    }

    .nav .enlaces-header a{
        color:#fff;
    }

    .hamburguer{
        display: block;
    }

        /* About us */

    .articulo{
        width: 95%;
    }

    .none {
        display: none
    }

    .imagenes {
        flex-grow: 1;
    }

    .card {
        width: 90%;
    }

    .fondo {
        height: auto;
    }

    .especial {
        display: none;
    }

    .cliente {
        width: 90%;
        height: 200px;
        margin-bottom: 50px;
    }

    /* galeria */

    .img-show {
        width: 70%;
    }

    .copy {
        bottom:20px;
    }
.fa-times{
    right: 10px;
}

    /* Facebook Post */

        /* Facebook Post */


    .fb-page {
        width: 90vw;
    }

    .map-text h2{
        font-size: 15px;
    }
    .map-text h4{
        font-size: 15px;
    }

    .map-text i{
        font-size: 15px;
    }


        /* footer */

    footer {
        justify-content: space-evenly;
    }

    .partfooter {
        width: 40%;
        margin-bottom: 40px;
    }


}

@media screen and (max-width:380px) {
    header .textos {
        margin-top: 100px;
    }

    header .titulo {
        font-size: 1.5em;

    }

    header .subtitulo {
        font-size: 0.7em;
        margin-bottom: 32px;
    }

    .sobre-nosotros {
        font-size: 46px;
    }

    .slogan {
        font-size: 20px;
    }

    .titulo-patrocinadores {
        font-size: 46px;
    }

    .subtitulo-patrocinadores {
        font-size: 20px;
    }
        /* Footer */

    .partfooter{
        width: 95%;
        margin-bottom: 45px;
    }

}