﻿@charset "utf-8";
/* Estilos formulario figuracion*/
h1, h2, h3, a {
	color:#fff;
}
.wrap-form-figurar {
    background: rgb(28,30,33);
    background: linear-gradient(0deg, rgba(28,30,33,1) 0%, rgba(66,71,77,1) 100%);
}
.wrap-logos {
	display:block;
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}
.wrap-logos img {
	display:block;
	width: auto;
	height:35px;
}
.wrap-form-textos {
	width: 1170px;
	margin: 0 auto;
	display: table;
}
.wrap-left {
	display: block;
	float:left;
	width:60%;
	margin-right:5%;
	margin-top: 2%;
}
.wrap-left h1 {
	color:#fff;
	/*margin-top: 22%;*/
	font-size: 2.2em;
	/*text-shadow: 0px 0px 8px #000;*/
}
.wrap-left h1 span {
	color:#f2a900;
	font-weight:bold;
	font-size: 32px;
}
.wrap-left h2 {
	font-family:'Exo 2',sans-serif;
	color:#fff;
	font-size:2em;
	margin-top:4%;
	/*text-shadow: 0px 0px 6px #000;*/
}
.wrap-right {
	display: block;
	float:left;
	width:35%;
	background:#ffffff;
	border-radius:12px;
	padding:2%;
}
.wrap-right h3 {
	font-family:'Exo 2',sans-serif;
	color:#0077c8;
	font-size:24px;
	line-height: 1;
	text-align:center;
	text-transform: uppercase;
	margin-bottom:10px;
}
.wrap-right p {
	font-size:16px;
	text-align:center;
	line-height:1;
	font-weight: 500;
	text-transform: uppercase;
}
.wrap-right span {
	font-size:10px;
	color:red;
	text-transform: none;
}
.text-intro {
	display:block;
	width:-webkit-fill-available;
}
.form-figurar {
	display:block;
	width:-webkit-fill-available;
}
.form-figurar h4 {
	display:block;
	width:100%;
	padding:1.3% 0 2% 0;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}
.form-figurar h4:first-of-type{
	background:#9fa3a8;
	margin:0 0 10px 0;
	border-radius: 20px;
}
.form-figurar input {
	width:100%;
	border:none;
	border-radius:20px;
	font-size:14px;
	padding:8px 12px;
	margin-bottom:4px;
	background: #cccccc;
}
.form-figurar select {
	width:100%;
	border:none;
	border-radius:20px !important;
	font-size:14px;
	padding:8px 12px;
	margin-bottom:4px;
	background: #cccccc;
}

    .form-figurar select {
        /*width: 100%;*/
        border: none;
        border-radius: 4px;
        font-size: 14px;
        padding: 8px 6px;
        margin-bottom: 4px;
    }



.form-figurar input:last-child {
	background:#f2a900;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-transform: uppercase;
	margin-top:20px;
	border-radius: 40px;
	cursor:pointer;
}
.asesor p {
	font-size: 14px;
	text-align: right;
	text-transform: none;
}
.descuentotc {
    margin-top: 10%;
}
.descuentotc p {
    color:#ffffff;
    font-size:18px;
}
.descuentotc img {
    width: 260px;
    border-radius: 12px;
    margin-top: 12px;
}

.footer-publicar {
	display:block;
	width:100%;
	background:#5f676f;
	padding:1.5% 0 3% 0;
}
.footer-wrap-left {
	display: block;
	float:left;
	width:60%;
	margin-right:5%;
}
.footer-wrap-left img {
	display:block;
	float:left;
	height:30px;
	margin-bottom:10px;
}
.footer-wrap-left p {
	display:block;
	float:left;
	width: auto;
	color:#fff !important;
	clear:left;
}
.footer-wrap-right {
	display: block;
	float:left;
	width:35%;
}
.footer-wrap-right p {
	color:#fff !important;
	font-size:14px;
}
.footer-wrap-right a{
	text-decoration: none !important;
}
.txt-contacto {
	font-size:20px !important;
	font-weight:bold;
}


@media (max-width: 768px) {
.wrap-form-figurar {
    display: block;
    width: fit-content;
    padding: 2% 0 6% 0;
}
.wrap-form-textos {
	width: 90%;
}
.wrap-logos img {
	float: none;
	margin: 0 auto;
}
.wrap-left {
	width:100%;
	margin-right:0;
	margin-bottom:4%;
}
.wrap-left h1 {
	margin-top: 8%;
	font-size: 2.8em;
	text-align:center;
}
.wrap-left h2 {
	margin-top:6%;
	font-size: 2.4em;
	text-align:center;
}
.wrap-right {
	width:100%;
	padding:4%;
}
.form-figurar h4 {
	padding:1.5% 0 2.1% 0;
	font-size:24px;
}
.wrap-right h3 {
	font-size:2.4em;
}
.wrap-right p {
	font-size:18px !important;
}
.form-figurar input {
	font-size:16px;
	padding:10px 6px;
	margin-bottom:8px;
}
.form-figurar input:last-child {
	font-size:26px;
	margin-top:24px;
}
.footer-wrap-left {
	width:45%;
	margin-right:5%;
}
.footer-wrap-right {
	width:50%;
}
.footer-wrap-right p {
	font-size:16px !important;
}
.footer-publicar {
	padding:4% 0 6% 0;
}
.descuentotc p {text-align: center;}
.descuentotc img {
	display: block;
	margin:auto;
	margin-top: 10px;
}
}

@media (max-width: 576px) {
.wrap-form-figurar {
    padding: 6% 0 12% 0;
}
.wrap-logos img {
	width:90%;
	height:auto;
}
.wrap-left {
	width:90%;
	margin:0 auto 10% auto;
	float: none;
}
.wrap-left h1 {
	margin-top: 6%;
	font-size: 22px;
}
.wrap-left h2 {
	margin-top:8%;
	font-size:20px;
}
.wrap-right {
	width:100%;
	padding:4% 6%;
}
.wrap-right h3 {
	font-size:28px;
	margin:0 0 20px 0;
}
.footer-publicar {
	padding:8% 0 16% 0;
}
.footer-wrap-left {
	width:100%;
	margin-right:0;
}
.footer-wrap-right {
	width:100%;
	margin-top:8%;
	text-align:center;
}
.footer-wrap-left img {
	float:none;
	margin:0 auto 3% auto;
	width: 100%;
	height: auto;
}
.footer-wrap-left p {
	float:none;
	text-align:center;
}
}