@font-face {
	font-family: 'Congenial-Heavy';
	src: url(./fonts/Congenial\ Heavy.ttf) format("truetype");
}
@font-face {
	font-family: 'Henriette-Black.ttf';
	src: url(./fonts/Henriette-Black.ttf) format("truetype");
}
html,body{
	font-family: 'Henriette-Black.ttf';
    color: #00b189;
}
#homeSplash{
    background-image: url('./img/1-splash.jpg');
    background-size: cover;
    background-position: center;
}
.gracias #homeSplash{
    background-image: url('./img/1-splash.jpg');
    height: 90vh;
}
.gracias #headerInfo h1,
.gracias #headerInfo p{
    text-align: center;
}
#logoHome{
    margin-top: 40px;
    margin-left: 40px;
    width: 150px;
}
#headerInfo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.landing #headerInfo{
    left: 40%;
    transform: translate(-25%,-50%);
}
#headerInfo h1{
    color: #FFF;
    font-size: 7rem;
    line-height: 6rem;
    text-align: end;
    text-shadow: 5px 5px 10px #111;
    margin-bottom: 50px;
}
.landing.comprador #headerInfo h1{
    margin-bottom: 20px;
}
.landing.comprador #headerInfo h2{
    color: #FFF;
	font-family: 'Congenial-Heavy';
    /* text-shadow: 5px 5px 10px #111; */
}
.landing #headerInfo h1{
    color: #FFF;
    font-size: 4rem;
    line-height: 4.1rem;
    text-align: start;
}
#headerInfo h1 span{
    color: #00b189;
}
#headerInfo p{
    color: #FFF;
	font-family: 'Congenial-Heavy';
    font-size: 1.9rem;
    line-height: 2.1rem;
    text-align: end;
    /* text-shadow: 5px 5px 10px #111; */
}
#redesHeader {
    margin-top: 40px;
    padding-right: 40px;
}
#redesHeaderTop {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
}
#redesHeaderTop img,
#redesHeader img{
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
}
#inversor{
    height: 35vh;
    padding: 15px;
    background-color: #00b189;
    position: relative;    
}
#comprador{
    height: 35vh;
    padding: 15px;
    padding-bottom: 30px;
    position: relative;
    background-image: url('./SVG/fondo-comprador.svg');
    background-size: cover;
    background-position: center;
}
#inversor > div,
#comprador > div,
#homeFooter{
    margin: auto;
    width: fit-content;
    padding: 15px;
    cursor: pointer;
}
#inversor > div:hover .btnInversor span,
#comprador > div:hover .btnComprador span{
    top: 45%;
}
.btnInversor{
    background-color: #FFF;
    color: #00b189;
}
.btnComprador{
    background-color: #00b189;
    color: #FFF;
}
.btnInversor span,
.btnComprador span{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
}
.btnInversor,
.btnComprador{
    display: block;
    position: relative;
    font-size: 3.5rem;
    text-align: center;
    padding: 0px 15px;
    height: 5rem;
    width: 100%;
}
#inversor p,
#comprador p{
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: 'Congenial-Heavy';
    text-align: center;
    padding-top: 20px;
}
#inversor p{
    color: #FFF;
}
#comprador p{
    background-color: #FFF;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
#homeFooter{
    height: 30vh;
    padding: 50px;
    width: 100%;
    font-family: 'Congenial-Heavy';
}
.ubiInfo{
    font-size: 1.5rem;
    border-right: 2px solid #00b189;
    padding-right: 30px;
    margin-right: 30px;
}
.ubiInfo > img:first-child{
    height: 30px;
}
footer .redes img{
    margin-left: 15px;
    margin-right: 15px;
}
.redes img,
.ubiInfo .redes img{
    margin-left: 15px;
    width: 40px !important; 
}
.telInfo img{
    width: 30px;
}
#contactoInfo {
    letter-spacing: 1.5px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
#contactoInfo img{
    width: 20px;
}
#mainContent{
    padding-top: 250px;
}
.fotoCentro{
    position: absolute;
    width: 25%;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);

    transition: .3s;
}
.landing #header{
    min-height: 120vh;
    margin-bottom: 50px;
}
.landing #fondoHeader{
    background-size: cover;
    background-position: center;
}
#formContainer{
    background-color: #00b189;
    color: #FFF;
    padding-bottom: 20vh;
}
.landing #fondoHeader.inversor{
    background-image: url('./img/1-splash-inversor.jpg');
}
.landing.comprador #fondoHeader{
    background-image: url('./img/1-splash-comprador.jpg');
}
p#inverti{
    font-size: 3rem;
    line-height: 3.7rem;
    text-align: center;
    margin-bottom: 3rem;
}
p#circuito{
    font-family: 'Congenial-Heavy';
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}
#carComprador .caracteristicas{
    width: 20%;
}
.caracteristicas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 33.3333333333%;
}
.caracteristicas img{
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    transition: .3s !important;
}
.caracteristicas img:hover{
    margin-top: -5px;
    margin-bottom: 5px;
}
#carComprador .caracteristicas img{
    height: 120px;
}
#carComprador .caracteristicas.flecha{
    width: 2%;
}
#carComprador .caracteristicas.flecha img{
    height: 25px;
}
#maniComprador{
    /* padding-bottom: 30%; */
}
#maniComprador img{
    width: 30%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.caracteristicas span{
    display: block;
    margin: auto;
    font-family: 'Congenial-Heavy';
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 1rem;
    text-align: center;
}
footer{
    background-color: #00b189;
    color: #FFF;
    font-size: 1rem;
}
footer a{
    color: inherit;
    text-decoration: none;
}
footer a:hover{
    color: inherit;
    text-decoration: underline;
}
footer #contactoInfo{
    font-size: 1rem;
    font-family: 'Montserrat';
    font-weight: 500;    

}
footer .telInfo img{
    width: 20px;
}
footer .soyInversor{
	font-family: 'Montserrat';
    font-weight: 600;    
    font-size: 1.3rem;
    letter-spacing: 1.5px;
}
footer #linkCol,
footer #logoCol{
    border-right: 1px solid #FFF;
}
#logoFooter{
    width: 70%;
    display: block;
    margin: auto;
}
#ubiFooter{
    font-family: 'Congenial-Heavy';
    font-size: 1.2rem;
}
#ubiFooter img{
    height: 30px;
}
/* FORMULARIO */
.contactForm .blancoP{
	font-family: 'Congenial-Heavy';
}
.gracias #formContainer > div,
#formContainer form{
    color: #FFF;
    margin-top: 5vh;
    margin-left: 50px;
    width: 70%;
}
.form-check-input,
.form-check-input:checked {
    background-color: #95b2b3;
    border-color: #95b2b3;
    /* border: 1px solid white; */
    cursor: pointer;
}
form{
    padding: 40px 30px;
}
textarea{
    border: 1px solid !important;
}
.hidden {
    display: none !important;
}

.ml {
    margin-left: 3%;
}

.campo {
    float: left;
    margin-bottom: 10px;
    width: 48.5%;
}

.campoFull {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}
.form-control::placeholder{
    color: #FFF;
}
.campoFull,
.form-control {
    color: #FFF;
    font-size: .95rem;
    font-weight: 400;
    letter-spacing: 1px;
}
form span {
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 1.55rem;
    line-height: 1.75rem;
    margin-right: 10px;
    display: block;
}
form label {
    color: #47272f;
    font-weight: 400;
    font-size: .9em;
    margin-bottom: 3px;
    margin-left: 5px;
}
#art{
    border-bottom: 1px solid;
    padding-bottom: 10px; 
}
.artchoice label{
    margin-left: 0;
    font-size: 0.9em;
}
.artchoice{
    text-align: center;
    padding: 0 5px;
}
.g-recaptcha>div.error {
    border: 1px solid red;
}

#livomLink a {
    color: #163659;
    font-size: 0.9em;
}
option{
    color: #163659;
}
.success.circle {
    color: var(--yellow)
}

.form-control:focus,
.form-control {
    border:0;
    border-bottom: 1px solid;
    background-color: transparent; 
    border-radius: 0px;
    color: #FFF;
    padding-left: 5px;
    font-family: 'Montserrat';
}

.form-control.error {
    border: 1px solid #e42320 !important;
}
.btn-primary,
.btnSbmt,
.btnSbmt:focus,
.btnSbmt:hover{
	background-color: #FFF;
	border-color: #FFF;
    color: #00b189;
	padding-left: 20px !important;
	padding-right: 20px !important;	
    border-radius: 2px;
    font-size: 1rem;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 1px;
}
#whatsapp {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	transition: 0.3s;
	z-index: 9999;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}
@media (max-width: 1400px) {
    #headerInfo{
        top: 60%;
    }
    #headerInfo h1{
        font-size: 5rem;
        line-height: 4.5rem;
    }
    #headerInfo p{
        font-size: 1.4rem;
        line-height: 1.45rem;
    }
    .btnInversor, .btnComprador{
        font-size: 2.5rem;
    }
    #inversor p, #comprador p {
        font-size: 1.2rem;
        line-height: 1rem;
        padding-top: 10px;
    }
    #homeFooter{
        font-size: .6rem;
    }
    #contactoInfo img {
        width: 15px;
    }
    .ubiInfo {
        font-size: 1.15rem;
    }
    .redes img, .ubiInfo .redes img{
        width: 30px !important;
    }
    #formContainer{
        padding-bottom: 15vh;
    }
    .landing #headerInfo h1 {
        font-size: 2.5rem;
        line-height: 3.1rem;
    }
    .landing #headerInfo h2 {
        font-size: 1.6rem;
    }
    form span{
        font-size: 1.35rem;
        line-height: 1.45rem;
    }
    #mainContent {
        padding-top: 200px;
    }
    p#inverti {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    p#circuito {
        font-size: 1.35rem;
        line-height: 1.7rem;
    }
    #carComprador .caracteristicas img {
        height: 100px;
    }
    #carComprador .caracteristicas.flecha img {
        height: 20px;
    }
    .caracteristicas span {
        font-size: 1.26rem;
        line-height: 1.3rem;
    }
    #maniComprador img {
        width: 25%;
    }
    footer .soyInversor{
        font-size: 1rem;
    }
    footer #contactoInfo {
        font-size: .9rem;
    }    
}
@media (max-width: 545px) {
    #whatsapp{
		right: 35px;
    	width: 60px;
	}
    #homeFooter{
        height: auto;
    }
    #logoHome{
        width: 100px;
    }
    #headerInfo h1{
        font-size: 4rem;
        line-height: 3.5rem;
        text-align: center !important;
        margin-bottom: 3rem ;
    }
    #headerInfo h2{
        text-align: center !important;
    }
    #headerInfo p{
        text-align: center;
    }
    #headerInfo{
        position: relative;
        top: 0 !important;
        left: 0 !important;
        transform: translate(0,0) !important;
        padding-bottom: 50px;
    }
    #redesHeader {
        display: none !important;
        margin-top: 20px;
        margin-bottom: 0px;
        padding-right: 0;
    }
    .gracias #formContainer > div, #formContainer form {
        color: #FFF;
        margin-top: 0vh;
        margin: auto !important;
        width: 95%;
        padding: 40px 20px;
    }
    #logoHome{
        display: block;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .comprador .fotoCentro{
        top: -6%;
    }
    .fotoCentro{
        top: -15%;
        width: 60%;
    }
    #mainContent {
        padding-top: 170px;
    }
    #carComprador .caracteristicas,
    .caracteristicas{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #carComprador .caracteristicas span{
        font-size: 2.3rem !important;
    }
    #carComprador .caracteristicas.flecha{
        width: 100%;
    }
    #carComprador .caracteristicas.flecha img {
        height: 40px;
        transform: rotate(90deg);
    }
    #carComprador .caracteristicas img{
        height: 200px;
    }
    #maniComprador img{
        width: 80%;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .btnInversor,
    .btnComprador{
        font-size: 1.5rem;
    }
    #inversor,
    #comprador {
        height: auto;
    }
    #comprador ,
    #comprador > div {
        padding: 15px 10px;
    }
    #inversor p,
    #comprador p{
        margin-bottom: 0;
    }
    .ubiInfo{
        border-right: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 2rem;
    }
    .redes img,
    .ubiInfo .redes img{
        margin-right: 15px;

    }
    #homeFooter {
        padding: 20px;
    }
    #comprador p{
        padding-left: 0;
        padding-right: 0;
    }
    #logoFooter {
        width: 20%;
    }
}