@font-face {
	font-family: 'Curiosity-TWDC-M';
	src: url(../fonts/Curiosity-TWDC-M.otf) format("opentype");
}
@font-face {
	font-family: 'Curiosity-TWDC-EL';
	src: url(../fonts/Curiosity-TWDC-EL.otf) format("opentype");
}
@font-face {
	font-family: 'Curiosity-TWDC-ELIt';
	src: url(../fonts/Curiosity-TWDC-ELIt.otf) format("opentype");
}
@font-face {
	font-family: 'Curiosity-TWDC-Blk';
	src: url(../fonts/Curiosity-TWDC-Blk.otf) format("opentype");
}
:root {
    /* color variables */
    --azul: #3087f7;
}  
body,html{
    font-family: 'Curiosity-TWDC-M';
}
/* FORMULARIO */
.bg-azul{
    background-color: var(--azul);
}
.hidden{
	display: none !important;
}

.ml{
	margin-left: 3%;
}
.ml3{
	margin-left: 3.5%;
}

.campo{
	float: left;
	margin-bottom: 10px;
	width: 48.5%;
}
.campo.campo3{
	width: 31%;
}
.campoFull{
	border: 0;
	margin-bottom: 10px;
	width: 100%;
}

label,	
.campo,
.campoFull,
.form-control{
	color: #1d1d1b;
	font-size: 0.9em;
	font-family: 'Curiosity-TWDC-ELIt', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}	
#contactoSection .form-control{
	color: #FFF;
}
input[type='radio']{
	cursor: pointer;
}
label{
	color: #FFF;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 0;
}	
.recaptcha.error>div {
    border-bottom: 1px solid red;
}
label.error {
	color: #e42320;
    font-size: 0.85em;
}
#livomLink a{
	font-size: 0.5em;
}
.success.circle{
	color: #1b1b1b;
}
#contacto h3{
	color: #1b1b1b !important;
	font-family: 'Rubik-Bold';
	text-align: center;
}
#contactoSection .success.circle{
	color: #FFF;
}
#contactoSection .form-control:focus,
#contactoSection .form-control {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}
.form-control:focus,
.form-control {
  color: #7f92a5;
  border: 0;
  /* border-bottom: 2px solid #1b1b1b; */
  background-color: #FFF;
  padding-left: 1px;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1rem;
  padding-left: 15px;
  letter-spacing: 1px;
}
.form-control.error {
  border-bottom: 1px solid #e42320;
}
#header{
    /* border-top: 8px solid #ee4747; */
}
#header .logo{
	margin-left: 50px;
	width: 160px;
}
#header #stickyLogo{
	display: none;
}
#header.sticky #stickyLogo{
	display: block;
}
#header.sticky #headerLogo{
	display: none;
}
#header.sticky .logo{
	/*display: block !important;*/
	padding-top: 0px;
}
#header{
	height: 100vh;
}
#headerTitle{
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 70%;
}
#headerTitle h1{
    font-family: 'Curiosity-TWDC-Blk';
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 2px;
}
#headerTitle h2{
    font-family: 'Curiosity-TWDC-EL';
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 2px;
}
#headerTitle span{
    font-family: 'Curiosity-TWDC-EL';
    letter-spacing: 2px;
    border: 1px solid;
    padding: 10px 25px;
    margin: auto;
    margin-top: 20px;
    display: block;
    width: fit-content;
    transition: .3s;
}
#headerTitle span:hover{
    cursor: pointer;
    background-color: #FFF;
    color: #282828;
}
#background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#soporte{
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    font-family: 'Curiosity-TWDC-EL';
    letter-spacing: 2px;
    font-size: 1rem;
    text-decoration: none;
    
    transition: .3s;
}
#soporte:hover:after {
    width: 100%;
}
#soporte:after {
    background: none repeat scroll 0 0 #ffffff;
    transition: all ease-in-out .2s;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}
.gracias #soporte{
    color: #1b1b1b;    
}
.gracias #soporte:after {
    background: none repeat scroll 0 0 #1b1b1b;
}
#expertos{
    font-family: 'Curiosity-TWDC-EL';
    letter-spacing: 2px;
    font-size: 1rem;
}
.center{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#overlay{
	position: absolute;
	width: 100%;
	/*height: 100vh;*/
	height: 100%;
	/*top:8px;*/
	left:0;
	background-color: #00000073;
	z-index: 0;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: #00000073;
	z-index: 0;
}
.mainContent{
    position: relative;
    z-index: 0;
}
#somos{
    background-color: #FFF;
}
#somos #formContainer,
#contacto #formContainer{
    margin-top: -100px;
}
#somos form,
#contacto form{
    background-color: #e8e8e8;
    margin: auto;
    font-family: 'Curiosity-TWDC-ELIt';
    width: 80%;
    z-index: 33;
    position: relative;
    padding: 20px 30px;    
}
#somos #bordeForm{
    background-color: #ee4747;
    margin: auto;
    height: 107px;
    width: 79.8%;
    position: absolute;
    transform: translate(-50%,-7%);
    left: 50%;
}
textarea[name="MultiLine"]{
    height: calc(100% - 60px);
}
#bola{
    margin-top: 50px;
    margin-bottom: 70px;
    width: 150px;
}
#somos p{
    color: var(--azul);
    font-style: italic;
    font-family: 'Curiosity-TWDC-EL';
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: 2px;
    margin-bottom: 90px;
}
.area{
    margin-bottom: 90px;
}

.area img{
    display: block;
    margin: auto;
    height: 60px;
}
.area span{
    font-size: 2.8rem;
    font-family: 'Curiosity-TWDC-Blk';
    color: var(--azul);
    display: block;
    margin-top: 20px;
    text-align: center;
}
.area span.desarrollo {
    border: 1px solid #ee4747;
    padding: 5px 15px 2px;
    font-size: 1rem;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#somos .area p{
    color: #282828;
    font-size: .9rem;
    line-height: 1.1rem;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
}
#reportes{
    color: #FFF;
    height: 100vh;
}
#reportes h3{
    font-family: 'Curiosity-TWDC-Blk';
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: 2px;
}
#reportes h3 span{
    font-family: 'Curiosity-TWDC-EL';
    font-weight: 300;
    font-size: 4rem;
}
#reportes p{
    letter-spacing: 1.5px;
    font-family: 'Curiosity-TWDC-ELIt';
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 50px;
}
#partners{
    background-color: #FFf;
    padding-top: 80px;
    padding-bottom: 80px;
}
#partners img.buscador{
    margin-bottom: 50px;
    width: 45%;
}
#partners img.red{
    width: 20%;
}
#partners img.waze{
    width: 40%;
}
#anios{
    background-color: #FFf;
    color: var(--azul);
    padding-bottom: 100px;
}
#cuerpoAnios{
    margin-top: 50%;
}
#titleAnios{
    font-family: 'Curiosity-TWDC-Blk';
    font-size: 8rem;
    font-weight: 900;
    letter-spacing: 5px;
}
#cuerpoAnios p{
    font-family: 'Curiosity-TWDC-ELIt';
    font-size: 1.7rem;
    line-height: 1.9rem;
    font-weight: 300;
}
#metodologia{
    font-family: 'Curiosity-TWDC-Blk';
    background-color: #FFF;
    color: var(--azul);

    /* height: 95vh; */
    padding-top: 50px;
    overflow: hidden;
}
#metodologiaBack{
    background-color: #FFF;
}
#metodologia h3{
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: 2px;
}
#metodologia h4{
    font-size: 7rem;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 80px;
}
#hacemos{
    background-color: var(--azul);
    color: #FFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 150px;
}
#hacemos h3{
    letter-spacing: 3px;
    font-weight: 900;
    font-family: 'Curiosity-TWDC-Blk';
    font-size: 4.5rem;
}
#hacemos span{
    font-size: 2.5rem;
    font-family: 'Curiosity-TWDC-EL';
    font-weight: 300;
}
#palabras{
    color: #ee4747;
    font-size: 12rem;
    text-align: center;
    font-weight: 900;
    height: 40vh;
    overflow: hidden;
    padding: 0;
}
#contacto{
    background-color: #FFF;
    color: var(--azul);
    font-style: italic;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 50px;
}
#contacto p{
    font-family: 'Curiosity-TWDC-ELIt';
    letter-spacing: 2px;
}
footer{
    font-family: 'Curiosity-TWDC-EL';
    background-color: var(--azul);
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 50px;
}
footer .social img{
    margin-left: 10px;
    margin-right: 10px;
    width: 30px;
}
footer #menu{
    margin-top: 40px;
    font-size: .7rem;
}
footer #menu span{
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}
footer #menu span:hover{
    text-decoration: underline;
}
footer #paises{
    font-size: .7rem;
    margin-top: 20px;
}
footer #paises div{
    margin-left: 10px;
    margin-right: 10px;
}
footer #paises img{
    margin-right: 10px;
    height: 15px;
}
#whatsapp {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 70px;
	transition: 0.3s;
	z-index: 9999;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}
#headerTitle svg{
    animation: bounce 1s infinite;
    cursor: pointer;
    margin-top: 20px;
    width: 50px;
}
.gracias #header{
    background-color: #FFF;
}
.gracias #headerTitle h1{
    color: #ee4747;
}
#headerTitle #graciasImg{
    width: 35%;
}
.gracias #headerTitle h2{
    color: var(--azul);
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin-top: 30px;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 475px) {
    #headerTitle #graciasImg{
        width: 75%;
    }
    .recaptcha.error>div {
        height: 80px !important;
    }
    #header .logo {
        margin-left: 0px;
    }
    #metodologia{
        /* height: 45vh; */
    }
    #header {
        height: 80vh;
    }
    #headerTitle{
        margin-top: 5vh;
        width: 100%;
    }
    .gracias #headerTitle{
        margin-top: 8vh;
    }
    #headerTitle h1 {
        font-size: 3rem;
    }
    #headerTitle h2 {
        font-size: 2.5rem;
    }
    .gracias #headerTitle h1 {
        font-size: 2.5rem;
    }
    .gracias #headerTitle h2{
        font-size: 2rem;
        padding: 0 10px;
    }
    #somos #bordeForm{
        width: 95.8%;
    }
    #somos form, #contacto form{
        width: 98%;
    }
    #reportes h3 {
        font-size: 2.5rem;
    }
    #reportes h3 span {
        font-size: 2rem;
    }
    #metodologia h3{
        font-size: 2.5rem;
    }
    #metodologia h4 {
        font-size: 4rem;
        margin-bottom: 40px;
    }
    #palabras {
        font-size: 4rem;
    }
    #palabras span {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #hacemos h3 {
        font-size: 3.5rem;
    }
    #cuerpoAnios {
        margin-top: 5%;
        
    }
    #titleAnios{
        line-height: 8rem;
        margin-bottom: 20px;
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
