@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* { box-sizing: border-box; }

body, input, textarea, button, select {
    font-family: "Lexend", sans-serif;
    margin: 0;
}

body {
    margin:0;    
    font-size:10px;
    font-weight: 400;
    overflow-x: hidden;
}

* {
-webkit-tap-highlight-color: transparent;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: right; }

input, textarea {
    box-shadow: none !important;
    outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #323031 inset !important;
  -webkit-text-fill-color: white !important;
}

a { text-decoration:none; }

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 1.5em;
}

img {
    max-width:100%;
}
.columnas{
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.espacio1 { height: 1em; }
.espacio2 { height: 2em; }
.espacio3 { height: 3em; }
.espacio4 { height: 4em; }
.espacio5 { height: 5em; }
.espacio6 { height: 6em; }
.espacio7 { height: 7em; }
.espacio8 { height: 8em; }
.espacio9 { height: 9em; }
.espacio10 { height: 10em; }


.container {
    width: 100%;
    max-width: 156em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
}
header {
    background: url(images/Bckgrnd_header.jpg) top left no-repeat;
    background-size: cover;
    padding: 6em 0 12em;
}

header .col{
    flex: 0 0 auto;
}
header .columnas{
    justify-content: space-between;
    align-items: center;
}

header h1{
    font-weight: 400;
    margin: 0;
    color: #FFFFFF;
    font-size: 7.2em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    margin: 1.2em -0.3em 0;
    max-width: 11em;
}
header h1 span{
    display: inline;
    padding: 0.05em 0.3em 0.2em 0.3em;
    margin: 0.05em 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
header h1 span.destacado{
    color: #083D44;    
    background-color: #E6FF2A;
}

header .nav {
    display: flex;
    margin: 0 -2.5em;
}
header .nav a {
    margin: 1.5em;
    font-size: 1.6em;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: all 0.3s;
}
header .nav a:hover {
    color: #E6FF2A;
}


#servicios {
    padding: 10em 0 4em;
}

#servicios .container{
    max-width: 128em;
}

#servicios .columnas {
    margin: 0 -2em;
}

h3 {
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
    color: #949494;
    font-size: 2em;
    letter-spacing: 0.25em;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 1em;
}
h2 {
    font-weight: 400;
    margin: 0px;
    color: #083D44;
    font-size: 4.8em;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 1em;
}

#servicios .col{
    align-items: stretch;
}
#servicios .col{
    flex: 0 0 33.3%;
    padding: 2em; 
}

#servicios .bloque {
    border: 1px solid #E4E4E4;
    border-radius: 1.6em;
    overflow: hidden;
    position: relative;
    height: 100%;
}
#servicios .bloque img{
    display: block;
    margin: 0px;
    width: 100%;
    transition: all 0.3s;
}
#servicios .bloque .info,
#servicios .bloque .descripcion {
    padding: 3em 4em 4em;
}
#servicios .bloque .descripcion {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(10em);
}
#servicios .bloque.activo .descripcion {
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
}
#servicios .bloque.activo img {
    transform: translateY(-2em);
}

#servicios .bloque h6 {
    font-size: 2.4em;
    line-height: 1.2em;
    color: #083D44;
    font-size: 300;
    margin: 0 0 0.8em;
    max-width: 7em;
}

#servicios .bloque .descripcion p {
    color: #083D44;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 300;
    margin: 0;
}

#servicios .bloque .boton {
    display: inline-block;
    color: #083D44;
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.05em;
    padding: 1em 1.4em;
    background: #E6FF2A;
    transition: all 0.3s;
}
#servicios .bloque .boton:hover {
    background: #083D44;
    color: #E6FF2A;
}

#tramado {
    margin: 7em 0px;
    background: url(images/trama.png) center #e6ff2a;
    background-size: auto 100%;
    height: 7.5em;
    transform: rotate(-3.4deg)
}

#form{
    padding: 4em 0 10em;
}

#form .container .columnas{
    align-items: flex-end;
    justify-content: space-between;
    margin:0 -2em;
}
#form .col1{
    flex: 0 0 62em;
    max-width: 50%;
    padding: 1.5em 2em;
}
#form .col2{
    flex: 0 0 50%;
    padding: 1.5em 2em;
}

#form .foto {
    background: url(images/img_form.jpg) center no-repeat;
    background-size: cover;
    width: 58.8em;
    height: 70.6em;
    max-width: 100%;
}

#form img{
    width: 100%;
    max-width: 100%;
}

#form h3,
#form h2 {
    text-align: left;
}
#form h2 {
    max-width: 9em;
}
#form a{
    background-color: #e6ff2a;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    margin: 0px;
    color: #083D44;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 15px 20px;
    width: 180px;
    text-align: center;
    display: block;
    margin-left: auto;
}

footer{
    background: #083D44;
    padding: 6em 0; 
    
}
footer .columnas {
    justify-content: space-between;
    align-items: center;
    margin: 0 -1.5em;
}
footer .columnas .col {
    padding: 1.5em;
}

footer .columnas .col.redes {
    display: flex;
    margin: 0 -1em;
}
footer .redes a {
    margin: 0.9em;
    transition: all 0.3s;
    background: #E6FF2A;
    border-radius: 0.8em;
    width: 5.6em;
    height: 5.6em;
}
footer .redes a img{
    display: block;
    margin: 0px;
}
footer .redes a:hover {
    background: #ffffff;
}

#globaldardos {
    background: #042428;
    padding: 2.5em;
    text-align: center;
}
#globaldardos a {
    font-size: 12px;
    color: #EFEFEF;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    transition: all 0.3s;
}
#globaldardos a:hover {
    color: #E6FF2A;
}

.botonWhatsapp {
    position: fixed;
    right: 9em;
    bottom: 9em;
    width: 8.8em;
    height: 8.8em;
    background: #15BC4C;
    border: 2px solid #15BC4C;
    border-radius: 1000px;
    transition: all 0.3s;
}
.botonWhatsapp svg {
    position: absolute;
    width: 8.8em;
    height: 8.8em;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.botonWhatsapp svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
.botonWhatsapp:hover {
    background: #ffffff;
}
.botonWhatsapp:hover svg path {
    fill: #15BC4C;
}



/* ---------------------- Media Queries ------------------ */

@media (max-width: 1850px) {
    
}
@media (max-width: 1800px) {
    .botonWhatsapp {
        right: 3em;
        bottom: 3em;
    }
}

@media (max-width: 1700px) {
    
}

@media (max-width: 1650px) {    
}

@media (max-width: 1600px) {
    
}

@media (max-width: 1500px) {
    body {
        font-size: 9.5px;
    }
    
}

@media (max-width: 1400px) {
    
}

@media (max-width: 1350px) {
}

@media (max-width: 1250px) {
}

@media (max-width: 1200px) {
    body {
        font-size: 9px;
    }
}

@media (max-width: 1150px) {
        
}

@media (max-width: 1100px) {


}

@media (max-width: 1050px) {
}

@media (max-width: 1000px) {
    body {
        font-size: 8.5px;
    }
    #form .col1,
    #form .col2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #form h2 {
        max-width: none;
    }
    #form .foto {
        width: 100%;
        height: 30em;
        max-width: 100%;
    }
}

@media (max-width: 950px) {
    
}

@media (max-width: 900px) {
    body {
        font-size: 8px;
    }
    header h1 {
        font-size: 6em;
    }
    .container {
        padding: 0 6em;
    }
    #servicios .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #tramado {
        font-size: 0.9em;
    }
}

@media (max-width: 800px) {
    #globaldardos {
        text-align: left;
        padding-right: 13em;
    }
}

@media (max-width: 750px) {
    #tramado {
        font-size: 0.8em;
    }
}

@media (max-width: 650px) {
    header h1 {
        font-size: 5.5em;
    }
    #tramado {
        font-size: 0.7em;
    }
}

@media (max-width: 600px) {
    header {
        padding-bottom: 8em;
    }
    #servicios .col {
        flex: 0 0 45em;
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .container {
        padding: 0 4em;
    }
}

@media (max-width: 500px) {
    header h1 {
        font-size: 4.7em;
    }
}

@media (max-width: 450px) {
}

@media (max-width: 400px) {
    
}

@media (max-width: 350px) {
}

