/*
-------------------------------------------------------------
-------------------ESTILOS GENERALES-------------------------
-------------------------------------------------------------
*/

:root{
	font-size: 1em;
}

html,
body{
	color: #052e43;
	font-family: "Graphik-regular", Helvetica;
	font-size: 1rem;
	background: none;
	margin: 0px;
	width: 100%;
	height: 100%;
}

a, a:hover{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Graphik-Bold";
}

h1{
	color: white;
	font-size: 3.5rem;

}

h2{
	font-size: 2.5rem;
}

 

input[type="text"], textarea, input[type="password"], input[type="email"]{
	width: 100%;
	min-height: 2em;
	padding-left: 1.5rem;
	margin: 1.5em  auto;
	box-shadow: 0 0 2px #3C415F;
	border-radius: .3em;
}

input[type="submit"]{
	background: none;
	/*border-color: #D1A169;*/
	border-color: rgb(67, 164, 181)!important;
	border-radius: 0.4rem;
	border-style: solid;
	border-width: thin;
	/*color:#D1A169;*/
	color: rgb(67, 164, 181);
}

input[type="submit"]:hover{
	/*background: #D1A169;*/
	background: rgb(67, 164, 181)!important;
	color: #ffffff;
}

select{
	padding-left: 1.5rem;
}

ul{
	list-style: none;
	padding-left: 0;
}



/*
-------------------------------------------------------------
-------------------IDENTIFICADORES---------------------------
-------------------------------------------------------------
*/



/*
-------------------------------------------------------------
--------------------ENCABEZADO-------------------------------
-------------------------------------------------------------
*/

div#imagen-logo{
	width: 15%;
}

.cabezera-vdo{	
	-webkit-box-shadow: inset 0 20em 4em 1em rgba(65,69,95,0.2), /* Interno*/
							  0 .9em 1em 0.4em rgba(65,69,95,0.2); /* Externo*/
	-moz-box-shadow: 	inset 0 20em 4em 1em rgba(65,69,95,0.2),
							  0 .9em 1em 0.4em rgba(65,69,95,0.2);
	box-shadow: 		inset 0 20em 4em 1em rgba(65,69,95,0.2),
							  0 .9em 1em 0.4em rgba(65,69,95,0.2);
}

.cabezera-tranparente{
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	background: none;
	z-index: 10;
}

/*---- ETILOS RESPONSIVE ----*/
.margen{
		margin-right: 4em;
		margin-left: 4em;
		
}

.div-fila{
	display: flex;
}

@media screen and (max-width: 992px){	
	.div-fila{
		display: block; 
	}
    .dir-rev{
		display: flex;
		flex-direction: column-reverse;
	} 
	div#principal span{
		display: block;
		text-align: left;
		padding-top: 1em;
	}
    .margen{
    	margin-right: 0px;
		margin-left: 0px;
    }
	div#principal a{
		display: flex;
		text-align: left;	
	}
	div#info-cont {
		position: relative;
		top: 40%;
	}

}


@media screen and (max-width: 600px){	
	div#imagen-logo{
		width: 50%;
	}
}

@media screen and (max-width: 500px){
	div#imagen-logo{
		width: 45%;
	}
}

@media screen and (max-width: 400px){
	div#imagen-logo{
		width: 42%;
	}
}



/*
-------------------------------------------------------------
---------------------- FOOTER -------------------------------
-------------------------------------------------------------
*/

.linea-partida div{
	background-color: #D0A068;
	height: .1em;
	margin: 0 .4em;
	display: inline-block;
	width: 25%;
}

footer li{
	padding-top: .5rem;
}

@media screen and (max-width: 576px){
	.contacto-pie{
		font-size: 0.8rem;
	}
}



/*
-------------------------------------------------------------
-------------------------- INDEX ----------------------------
-------------------------------------------------------------
*/

.borde-derecho{
	border-right: #D1A169;
	border-right-style: solid;
	border-right-width: thin;
}

/*Tus Beneficios*/
.linea-punto{
	height: 100%; 
	width:2rem;
}
.linea-punto line{
	stroke:#50AEBE; 
	stroke-width:.15rem
}
.linea-punto circle{
	fill: #50AEBE; 
	stroke-width: .15rem;
}
/*Tus Beneficios*/


/* Aqui empiezan provisionales para la tabla comparativa */
article#encabezado, article#competencia1, article#beneficios-solvo, article#conpetencia2{

	display: inline-block;
	width: 28%;
	vertical-align: middle;	
}

section#tabla-comparativa p{
	margin: 1em auto;
	text-align: left;
}

article#encabezado{
	width: 7%;
}

article#beneficios-solvo{
	/*background: #202548;
	color: #ffffff;*/
	padding-top: 1em;
	width: 35%;
	padding-bottom: 2em;
	margin-left: -3px;
	margin-right: -3px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	z-index: 20;
}


article#competencia1{
	background: #D2D3DA;
	border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
}

article#conpetencia2{
	background: #D2D3DA;	
	border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-webkit-border-radius: 0px 15px 15px 0px;

}

img#logo-tabla{
	width: 60%;
}

.competencia-nombre{
	/*background: #202548;
	font-size: 1.2em;*/
	color: #B3B4BB;
	font-family: "Graphik-Bold";
	min-height: 2em;
	padding-top: 1.5em;
	text-align: center;
}

.competencia-nombre-der{
	border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
	-webkit-border-radius: 0px 15px 0px 0px;
	
}

.competencia-nombre-izq{
	border-radius: 15px 0px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius: 15px 0px 0px 0px;
}

.caracteristica{
	margin: .9em 2em .9em 1em;
}

.caracteristica img, .caracteristica p{
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	margin-top: unset;
	margin-bottom: unset;
}

.caracteristica img{
	width: 10%;
}
/* Hasta aqui termian provisionales */


/* Estlos para nav de carousel de testimonios*/
.owl-prev {
	position: absolute;
	top: 40%;
	margin-left: -20px;
	display: block !important;
	border:0px solid black;
}
.owl-next {
	position: absolute;
	top: 40%;
	right: 25px;
	display: block !important;
	border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: none !important; 
}


/* Estilos para el carrusel de videos */
#slider .owl-stage-outer,#slider .owl-stage,#slider .owl-item{
	width: 100%;
	height: 100%;
}
#slider .owl-item video {
	height: auto;
	width: 100%;
}

.marca_agua {
	opacity: 0.071;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 170;
}

.center-texto{
	padding-top: 10%;
	
}

/* Forulario registrate en mobile */
.input-registrate-movil{
	background: rgba(132, 140, 159, 0.6);
	color: white;
}
.input-registrate-movil:focus {
	background: rgba(132, 140, 159, 0.6);
	color: white;
}
.input-registrate-movil::placeholder { color: white; font-weight: bold; }

/** Slider de videos */
.header-video{
	font-size: 4rem;
	font-family: "Graphik-Semibold";
}
.sub-video{
	font-size: 3rem;
}

.competencia-slider{
	min-height: 150px
}

/** Slider tabla comparativa mobile */
.beneficio-solovo-slider{
	min-height: 75px
}

/** Pasos-credito */
.borde-derecho-pasos{
	border: 3px solid transparent;
	-webkit-border-image: url("../img/inicio/borde-derecho-azul.png") 1 1 stretch stretch;
	-moz-border-image: url("../img/inicio/borde-derecho-azul.png") 1 1 stretch stretch;
	border-image: url("../img/inicio/borde-derecho-azul.png") 1 1 stretch stretch;
}

.borde-derecho-pasos-lg{
	border: 3px solid transparent;
	-webkit-border-image: url("../img/inicio/borde-derecho-azul.png") 1 1 stretch stretch;
	-moz-border-image: url("../img/inicio/borde-derecho-azul.png") 1 1 stretch stretch;
	border-image: url("../img/inicio/borde-derecho-azul.png") 1 1 stretch stretch;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* tamaños responsivos Responsive  para los videos*/
@media screen and (max-width: 992px){
	.borde-derecho-pasos-lg{
		border: unset;
	}

	#slider .owl-item video {
		height: 100%;
		width: auto;

	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header-video{
		font-size: 2.3rem;
		font-family: 'Graphik-Semibold';
	}
	#mapa {
		margin-top: -3.5rem;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 576px) {
	.borde-derecho-pasos, .borde-derecho-pasos-lg{
		border: 3px solid transparent;
		-webkit-border-image: url("../img/inicio/borde-debajo-azul.png") 1 1 stretch stretch;
		-moz-border-image: url("../img/inicio/borde-debajo-azul.png") 1 1 stretch stretch;
		border-image: url("../img/inicio/borde-debajo-azul.png") 1 1 stretch stretch;
	}

	.header-video{
		font-size: 2rem;
		padding-left: 1em;
		padding-right: 1em;
		font-family: 'Graphik-Semibold';

	}

	.sub-video{
		font-size: 1.4rem;
		font-family: "Graphik-Light";
	}
}


/** Animaciones de letras fadeInLeft **/
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-direction: alternate;
	-webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
	animation-delay: 1s;

}

/* Termina animacion de letras*/

@media screen and (max-width: 576px){
	.borde-derecho{
		border-right-style: none;
	}
}

/* Subir nav en carousel en tamaños pequeños*/
@media screen and (max-width: 400px){	
	.owl-prev {
		top: 30%;
	}
	.owl-next {
		top: 30%;
	}
}


/*
-------------------------------------------------------------
--------------------- VENTANAS MODALES ----------------------
-------------------------------------------------------------
*/

.header-modal{
	background: url("../img/bg-pie-top-desk.png") no-repeat top right;
	background-size: cover;
}

.body-modal{
	background: rgb(44, 30, 30);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(246,246,246,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1 );
}

.border-modal{
	border-radius: 1rem;
	-moz-border-radius: 1rem;
	-webkit-border-radius: 1rem;
}

.borde-header-modal{
	border-radius: 1rem 1rem 0 0;
	-moz-border-radius: 1rem 1rem 0 0;
	-webkit-border-radius: 1rem 1rem 0 0;
}

.borde-body-modal{
	border-radius: 0 0 1rem 1rem;
	-moz-border-radius: 0 0 1rem 1rem;
	-webkit-border-radius: 0 0 1rem 1rem;
}

div.modal > div.modal-dialog > div.modal-content > div.modal-body div.message{
	color: #202548;
	background: #D2D3DE;
	border-color: #D2D3DE; 
}


/**  Para modales de inicio de sesión y registrate */
.modal-logo .modal-header{
	height: 100px;
	border: none;
	background: rgba(36,68,83,1);
	background: -moz-linear-gradient(top, rgba(36,68,83,1) 0%, rgba(39,72,91,1) 31%, rgba(38,76,97,1) 64%, rgba(39,80,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,68,83,1)), color-stop(31%, rgba(39,72,91,1)), color-stop(64%, rgba(38,76,97,1)), color-stop(100%, rgba(39,80,102,1)));
	background: -webkit-linear-gradient(top, rgba(36,68,83,1) 0%, rgba(39,72,91,1) 31%, rgba(38,76,97,1) 64%, rgba(39,80,102,1) 100%);
	background: -o-linear-gradient(top, rgba(36,68,83,1) 0%, rgba(39,72,91,1) 31%, rgba(38,76,97,1) 64%, rgba(39,80,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(36,68,83,1) 0%, rgba(39,72,91,1) 31%, rgba(38,76,97,1) 64%, rgba(39,80,102,1) 100%);
	background: linear-gradient(to bottom, rgba(36,68,83,1) 0%, rgba(39,72,91,1) 31%, rgba(38,76,97,1) 64%, rgba(39,80,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244453', endColorstr='#275066', GradientType=0 );
}

.modal-logo .logo-login{
	width: 130px;
	height: 130px;
	border: solid #0A1923 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: -1px 11px 19px -5px rgba(31,60,75,1);
	-moz-box-shadow: -1px 11px 19px -5px rgba(31,60,75,1);
	box-shadow: -1px 11px 19px -5px rgba(31,60,75,1);

}

.modal-logo .modal-body{
	/*background: #D3DEE4;*/
	background: rgba(221,227,233,1);
	background: -moz-linear-gradient(-45deg, rgba(221,227,233,1) 0%, rgba(220,226,229,1) 0%, rgba(220,229,234,1) 41%, rgba(221,233,238,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(221,227,233,1)), color-stop(0%, rgba(220,226,229,1)), color-stop(41%, rgba(220,229,234,1)), color-stop(100%, rgba(221,233,238,1)));
	background: -webkit-linear-gradient(-45deg, rgba(221,227,233,1) 0%, rgba(220,226,229,1) 0%, rgba(220,229,234,1) 41%, rgba(221,233,238,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(221,227,233,1) 0%, rgba(220,226,229,1) 0%, rgba(220,229,234,1) 41%, rgba(221,233,238,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(221,227,233,1) 0%, rgba(220,226,229,1) 0%, rgba(220,229,234,1) 41%, rgba(221,233,238,1) 100%);
	background: linear-gradient(135deg, rgba(221,227,233,1) 0%, rgba(220,226,229,1) 0%, rgba(220,229,234,1) 41%, rgba(221,233,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde3e9', endColorstr='#dde9ee', GradientType=1 );
}

.modal-logo .btn-login{
	background: rgba(7,90,131,1);
	background: -moz-linear-gradient(45deg, rgba(7,90,131,1) 0%, rgba(7,90,131,1) 48%, rgba(15,164,188,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(7,90,131,1)), color-stop(48%, rgba(7,90,131,1)), color-stop(100%, rgba(15,164,188,1)));
	background: -webkit-linear-gradient(45deg, rgba(7,90,131,1) 0%, rgba(7,90,131,1) 48%, rgba(15,164,188,1) 100%);
	background: -o-linear-gradient(45deg, rgba(7,90,131,1) 0%, rgba(7,90,131,1) 48%, rgba(15,164,188,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(7,90,131,1) 0%, rgba(7,90,131,1) 48%, rgba(15,164,188,1) 100%);
	background: linear-gradient(45deg, rgba(7,90,131,1) 0%, rgba(7,90,131,1) 48%, rgba(15,164,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075a83', endColorstr='#0fa4bc', GradientType=1 );

	border: none;
	color: white;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 90%;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight: normal ; 
	font-size: 1.21rem;
}

.modal-logo .btn-login:hover{
	cursor: pointer;
}

.modal-logo .input-login{
	background-color: #C2C9D1;
	border: none;
	color: #0d0d0d;
	padding: 7px 40px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	width: 90%;
	-webkit-border-radius: 25px 25px;
	border-radius: 25px 25px;

	min-height: unset;
	box-shadow: unset;
}

.modal-logo .input-login::placeholder {
	color: black;
}

.modal-logo .modal-content {
	border: none;
	width: 83%;
	-webkit-box-shadow: -1px 9px 18px -5px rgba(0,0,0,0.61);
	-moz-box-shadow: -1px 9px 18px -5px rgba(0,0,0,0.61);
	box-shadow: -1px 9px 18px -5px rgba(0,0,0,0.61);
}

.modal-logo .modal-dialog{
	margin-top: 5.5rem;
}

.modal.fade.show.modal-logo{
	background: rgba(9,28,42,1);
	background: -moz-linear-gradient(top, rgba(9,28,42,1) 0%, rgba(5,56,85,1) 20%, rgba(4,82,113,1) 40%, rgba(9,109,139,1) 65%, rgba(16,181,203,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,28,42,1)), color-stop(20%, rgba(5,56,85,1)), color-stop(40%, rgba(4,82,113,1)), color-stop(65%, rgba(9,109,139,1)), color-stop(100%, rgba(16,181,203,1)));
	background: -webkit-linear-gradient(top, rgba(9,28,42,1) 0%, rgba(5,56,85,1) 20%, rgba(4,82,113,1) 40%, rgba(9,109,139,1) 65%, rgba(16,181,203,1) 100%);
	background: -o-linear-gradient(top, rgba(9,28,42,1) 0%, rgba(5,56,85,1) 20%, rgba(4,82,113,1) 40%, rgba(9,109,139,1) 65%, rgba(16,181,203,1) 100%);
	background: -ms-linear-gradient(top, rgba(9,28,42,1) 0%, rgba(5,56,85,1) 20%, rgba(4,82,113,1) 40%, rgba(9,109,139,1) 65%, rgba(16,181,203,1) 100%);
	background: linear-gradient(to bottom, rgba(9,28,42,1) 0%, rgba(5,56,85,1) 20%, rgba(4,82,113,1) 40%, rgba(9,109,139,1) 65%, rgba(16,181,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091c2a', endColorstr='#10b5cb', GradientType=0 );

}

/*
-------------------------------------------------------------
---------------- SOLICITUD DE CREDITO -----------------------
-------------------------------------------------------------
*/

.tbl-documentos th, .tbl-documentos td{
    padding: 0;
}


@media screen and (max-width: 650px){
	.container-solicitud{
		width: 90%;
	}


}

@media screen and (max-width: 1180px)  {
	.priority-8{
			display:none;
	}
	.priority-7{
			display:none;
	}

}
        
@media screen and (max-width: 900px) {
		.priority-8{
				display:none;
		}
		.priority-7{
				display:none;
		}
		.priority-6{
				display:none;
		}
		.priority-5{
				display:none;
		}
		
}

@media screen and (max-width: 600px) {
		.priority-8{
				display:none;
		}
		.priority-7{
				display:none;
		}
		.priority-6{
				display:none;
		}
		.priority-5{
				display:none;
		}
		.priority-4{
				display:none;
		}
		

}
        
@media screen and (max-width: 455px)  {
	.priority-8{
			display:none;
	}
	.priority-7{
			display:none;
	}
	.priority-6{
			display:none;
	}
	.priority-5{
			display:none;
	}
	.priority-4{
			display:none;
	}
	.priority-3{
			display:none;
	}
}



/*
-------------------------------------------------------------
--------------------- MIS CREDITOS --------------------------
-------------------------------------------------------------
*/
/*--- ESTILO DE TEXTO EN MODO MOBILE */
@media screen and (max-width: 1160px){	
	span.dtr-title{
		width: 170px;
		padding-right: 1em;
		font-weight: 12px;

		
	}
}

article#mis-creditos table{
	margin: 0 auto;
	background: #F7F7F7;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
   
   border-collapse: collapse;
}


article#mis-creditos th{
	/*background: #D1A069;*/
	background: url("../img/bg-pie-top-desk.png") no-repeat top right;
	background-size: cover;
	color: #ffffff;
	padding: .6em .4em;
}

.borde-izq{
	border-radius: 1em 0px 0px 0px;
	-moz-border-radius: 1em 0px 0px 0px;
	-webkit-border-radius: 1em 0px 0px 0px;
}

.borde-der{
	border-radius: 0px 1em 0px 0px;
	-moz-border-radius: 0px 1em 0px 0px;
	-webkit-border-radius: 0px 1em 0px 0px;
}

article#mis-creditos td{
	padding: 1em .5em;
}

.borde-debajo{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #D5D5D5;
}


/*
-------------------------------------------------------------
-------------------- TABLA DE COBRO--------------------------
-------------------------------------------------------------
*/

.tbl-solvo{
    border-radius: 1rem;
	-moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    /*background: #F7F7F7;*/
}

.tbl-header{
    /*background: #D1A069;*/
    color: #ffffff;
    background: url("../img/bg-pie-top-desk.png") no-repeat top right;
	background-size: cover;
}

.tbl-solvo td {
    padding-right: 0.40rem;
    padding-left: 0.40rem;
    background: #F7F7F7;
    vertical-align: middle;
}

.borde-der-abajo{
    border-radius: 0px 0px 1em 0px;
    -moz-border-radius: 0px 0px 1em 0px;
    -webkit-border-radius: 0px 0px 1em 0px;
}




/*
-------------------------------------------------------------
---------------------- MI PERFIL ----------------------------
-------------------------------------------------------------
*/






/*
-------------------------------------------------------------
-------------------CLASES GENERALES-------------------------
-------------------------------------------------------------
*/

/* CONTENEDORES */
.container-97-center{
	width: 97%;
	margin:auto;
}

.container-95-center{
	width: 95%;
	margin:auto;
}

.container-90-center{
	width: 90%;
	margin:auto;
}

.container-85-center{
	width: 85%;
	margin:auto;
}

.container-65-center{
	width: 65%;
	margin:auto;
}

.container-50-center{
	width: 50%;
	margin:auto;
}

.w-80 {
	width: 80% !important;
}

.container-solicitud{
	width: 80%;
	margin:auto;
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;

	-webkit-box-shadow: 0px 6px 12px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,1);
	box-shadow: 0px 6px 12px -4px rgba(0,0,0,1);
	
}


/*	TAMAÑOS DE LINEAS*/
.linea-5{
	width: 5%;
	margin: 1em auto 2em 0;
}

.linea-10{
	width: 10%;
}

.linea-20{
	width: 20%;
}

.linea-80{
	width: 80%;
}

.linea-90{
	width: 90%;
}


/* ---------   BOTONES ---------------------*/

.btn-dorado{
	/*border-color: #D1A169;*/
	border-color: rgb(67, 164, 181);
	border-radius: 0.4rem;
	border-style: solid;
	border-width: thin;
	padding: .1rem .5rem;
	background: transparent;
}

.btn-dorado:hover{
	/*background: #D1A169;*/
	background: rgb(67, 164, 181);
	color: #ffffff;
}

.btn-azul-light{
	border-color: rgb(67, 164, 181)!important;
	border-radius: 0.4rem;
	border-style: solid;
	border-width: 2px;
	padding: .1rem .5rem;
	background: transparent;
    width: 146px;
}

.btn-azul-light:hover{
	background:rgb(67, 164, 181)!important;
	color: #ffffff;
}

.btn-doradocabecera{
	/*border-color: #D1A169;*/
	border-color:rgb(67, 164, 181)!important;
	border-radius: 0.4rem;
	border-style: solid;
	border-width: thin;
	padding: .1rem .5rem;
	background: transparent;
} 

.btn-doradocabecera:hover{
	/*background: #D1A169;*/
	background: rgb(67, 164, 181)!important;
	color: #ffffff;
}

.btn-dorado-mas{
	/*border-color: #D1A169;*/
	border-color:rgb(67, 164, 181)!important;
	border-radius: 0.4rem;
	border-style: solid;
	border-width: thin;
	padding: .1rem .5rem;
	/*background: #D1A169;*/
	background:rgb(67, 164, 181)!important;
	color: #ffffff;
	cursor: pointer;
}


.btn-file{
	background: none;
	border-color: #ECECEC;
	border-radius: 0.6rem;
	border-style: solid;
	border-width: thin;
	color: #ECECEC;
	padding: .1rem .5rem;
}

/* Para Input File*/
.subir{
    background: none;
	border-color: rgb(184, 181, 181);
	border-radius: 0.6rem;
	border-style: solid;
	border-width: thin;
	color: rgb(184, 181, 181);
	padding: .1rem .5rem;
}

.subir:hover{
    border-color: rgb(221, 220, 220);
    color: rgb(221, 220, 220);
    cursor: pointer;
    cursor: hand;
}


/*-------------------------	COLORES ----------------------------- */

/* Fondo */
.bg-pie-top {
	background: url("../img/bg-pie-top-desk.png") no-repeat top right;
	background-size: cover;
}

.bg-collapse{
	background: transparent;
}

/* fondo de imagen gradiante oscuro a claro*/
.bg-obscuro-claro {
	background: url("../img/bg-pie-top-mob.png") no-repeat top right;
	background-size: cover;
}


.bg-azul-linea{
	background: #4daebe;
}

.bg-textos{
	background: #052e43;
}


.bg-azul-marino {
	background: #071E2C;
	/*
	background: url("../img/bg-pie-top-desk.png") no-repeat top right;
	background-size: cover;
	*/
	/*
	background-color: #202548;
	*/
}

.bg-leon {
	background-color: #50AEBE;
}

.bg-slogan {
	background-color: #E7BD74;
}

.bg-gris {
	background-color: #9F9F9F;
}

.bg-copy-right {
	background-color: #053046;
}

.bg-azul-claro{
	background: #D2D3DA;
}

@media (max-width: 992px) { /* lg */
	.bg-collapse{
		background: url("../img/bg-head-collapse.png") no-repeat top right;
		background-size: cover;
	}
}

@media (max-width: 768px) { /* md */
	.bg-pie-top {
		background: url("../img/bg-head-collapse.png") no-repeat top right;
		background-size: cover;
	}
}

/* Texto*/
.text-azul-marino {
	/*color: #202548;*/
	color: #052e43;
}

.text-leon {
	/*color: #D1A169;*/
	color: #052e43;
}

.text-azul-light{
	color: #43A4B5;
}

.text-slogan {
	/*color: #E7BD74;*/
	color: #052e43;
}

.text-gris {
	color: #9F9F9F;
}

.text-azul-obscuro{
	color: #052e43;
}

.text-body{
	color: #092b3e;
}
.js{
	color: #47A5B6;
}




/* Bordes*/

.border-azul-marino {
	border-color: #202548;
}

.border-leon {
	border-color: #D1A169;
}

.border-slogan {
	border-color: #E7BD74;
}

.border-gris {
	border-color: #9F9F9F;
}

/*.subrayado{
    box-shadow: inset 0 2px 0 rgba(0,0,0,0), inset 0 -0.5rem 0 #4daebe;
}*/

.subrayado{
    position: relative; 
	display: inline-block;
	z-index: 5
}

.subrayado span{
	display: inline-block;
	width: 2px;
}

.subrayado-linea{
    border-radius: 0.15rem;
    position: absolute;
	bottom: 5%;
    left: 0;
    background: #4daebe;
    height: 30%;
    width: 100%;
    z-index: -2;
}

/* MARGENES */
.mt-6 {
	margin-top: 4rem !important;
}

.mt-7 {
	margin-top: 5rem !important;
}

.mt-8 {
	margin-top: 6rem !important;
}

.mb-6 {
	margin-bottom: 4rem !important;
}

.mb-7 {
	margin-bottom: 5rem !important;
}

.mb-8 {
	margin-bottom: 6rem !important;
}

/* PADING*/
.pb-6 {
	padding-bottom: 4rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.pb-8 {
	padding-bottom: 6rem !important;
}

.pb-9 {
	padding-bottom: 7rem !important;
}

.pb-10 {
	padding-bottom: 8rem !important;
}

.pb-12 {
	padding-bottom: 10rem !important;
}

/*
------------------------------------------------------------
---------------------- MENSAJES CAKE -----------------------
------------------------------------------------------------
*/

.success,
.message,
.cake-error,
p.error,
.error-message {

	text-align: center;

	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;

	color: #721c24;
  	background-color: #f8d7da;
  	border-color: #f5c6cb;
}

.success {
	
	text-align: center;

	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;

	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	

}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
/*.success {
	color: #fff;
}
*/


/* -----------------IMAGENES Y VIDEO CON TEXTO ENCIMA----------------------*/
.contenedor-imagen-con-letra{
	position: relative;
	text-align: center;
}

.contenedor-imagen-con-letra img{
	max-height: 30em;
	width: 100%;
}

.contenedor-imagen-con-letra video{
	width: 100%;
}


.centrado-encima{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.texto-encima-video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

#texto-video{
	animation-duration: 2s;
	animation-name: slidein;
}

.absolute-100{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height:100%
}

.text-xy-center{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}

.text-y-center{
	display: flex;
	align-items: center;
	width:100%;
	height:100%;
}

.text-right-center{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width:100%;
	height:100%;
}

@keyframes slidein {
	from {
	  margin-left: 100%;
	  width: 300%
	}
  
	to {
	  margin-left: 0%;
	  width: 100%;
	}
  }


/* tamaños responsivos Responsive */
@media screen and (max-width: 500px){	
	.texto-encima-video{
		top: 55%;
	}
}



/*
------------------------------------------------------------
--------------------------- BLOG ---------------------------
------------------------------------------------------------
*/

#view-post a:hover{
	color: #202548;
}






/* TEMPORALES*/

/*
------------------------------------------------------------
----------------------- CONOCENOS -------------------------
------------------------------------------------------------
*/


article#acerca-de, article#img-nosotros{
	width: 47%;
	display: inline-block;
	vertical-align: top;
	padding: 1.4em 1em;
	text-align: left;
}

article#acerca-de p{
	margin-bottom: 2em;
	font-size: 1.1em;
	color: #23284B;
	text-align: left;
	line-height: 1.5em;
}

article#img-nosotros img{
	border-radius: 1em;
}

section#objetivos{
	margin-top: 4em;
}

.objetivo{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding: 1.4em 1em;
	text-align: center;

}

.objetivo p{
	text-align: center;
	width: 70%;
	margin: 1em auto;
}

.objetivo h3{
	color: #202548;

}

section#mas-info article{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

/* empresas */


article#info-empresas, article#img-empresa{
	color: #202548;
	display: inline-block;
	padding-top: 4em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	margin: 1em auto;
	width: 48%;
	vertical-align: top;	
}

article#img-empresa{
	text-align: right;
	padding-top: 1em;
	padding-left: 0;
	padding-right: 0;
}

article#info-empresas h2{
	font-size: 1.7em;
}

article#info-empresas p{
	color: #3C415F;
	font-size: 1.3em;
	margin-bottom: 3.5em;
	padding-right: 1.8em;
	line-height: 1.3em;
}

article#img-empresa img{
	width: 100%;
	border-radius: 0.5em;
	/*margin: 0.1em 10%;*/
}

section#formulario-empresa{
	background: #ECECEC;
	color: #202548;
	text-align: center;
	padding: 3em;	
}

section#formulario-empresa p{
	color: #5C5F6D;
	font-size: 1.2em;
	margin: auto;
	text-align: center;
}
section#fomulario-parrafos p{
	color: #5C5F6D;
	font-size: 1.2em;
	margin: auto;
	text-align:left;
}

section#formulario-empresa h3{
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Graphik-Bold"	
}


/*--- RESPONSIVE VENTANA PARA EMPRESAS--*/
@media (min-width: 601px){	
	.ajust_tabla {
		width: 400px;
	}
	.contenedor-imagen-con-letra{
    	height: 100%;
    }
	
}

@media screen and (max-width: 600px){	
	.ajust_tabla {
		width: 100%;
	}
	
    .contenedor_flex {
    	display: flex;
    	flex-direction: column;
    	width: 100%;
    }
    div#cont_text{
    	padding-top: 24%; 
    	width: 100%; 	
    }

    div#cont_text > h1{
    	font-size: 30px;  	
    }

    article#info-empresas{
    	padding-top: 10px;
    	width: 100%;
      	margin: 0%;
    }
    article#img-empresa {
    	width: 90%;
    }
}
/*-- VENTANA QUIENES SOMOS---*/

@media (min-width: 1200px){
	nav#encabezado div.container {
		max-width: 1335px !important;
	}
}

/*--- cuadrar article*/
  .est-text-slider{
  	color: #202548;
	
	padding-top: 4em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	margin: 1em auto;
	width: 90%;
	vertical-align: top;	

  }
  div.est-text-slider > p {
  	font-size: 26px;
  	width: 90%;
  }
  

<section id="landig-separador" class="d-none d-sm-block">
				<img src="./img/separador_landing.png" class="img-fluid" alt="">
			</section>

			<section id="landig-separador-mb" class="d-sm-none">
				<img src="./img/separador_mb.jpg" class="img-fluid" alt="">
			</section>



<style type="text/css">

#fondo1{
   background-image: url(fondo1.gif);
   width: 300px;
}
#fondo2{
   background-image: url(fondo2.png);
   background-repeat: no-repeat;
   background-position: bottom right;
}
#fondo3{
   background-image: url(fondo3.png);
   background-repeat: no-repeat;
   background-position: center;
}

@media screen and (max-width: 500px){
	div h1.titulo-1	{
		display: none;
	}
	div h1.titulo-2{
		font-size: 8vw !important;
		margin-bottom: 3.5rem;
	}
	div img#whatsapp-message {
		max-width: 65% !important;
		right: 0% !important;
		top: 0rem !important;
	}
	div#header.row.imagen-fondo{
	background: url(../img/background-movil-chica.png) no-repeat top right !important;
	height: 817px;
}
	h1.titulo-mobile{
		display: block !important;
	}
	h1.titulo-desktop{
		display: none !important;
	}
	img#logo_solvo{
		max-width: 150px !important;
	}
	h2#titulo-mediano{
		font-size: 2rem;
	}
	div#modelo-doble-mobile{
		display: block !important;
	}
	div#modelo-doble-desktop{
		display: none;
	}
}

@media screen and (max-width: 900px){
	.menu-fixed-mobie{
		position: fixed !important;
	    top: 0;
	    width: 100%;
	    right: 15px;
	    left: 0px;
	    background: url(../img/bg-head-collapse.png) no-repeat top right;
	    background-size: cover;
	    z-index: 10;
	}
}
#header.imagen-fondo{
	margin-right: 0px !important;
    margin-left: 0px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(253, 253, 253, 0.98);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(253, 253, 253, 0.98) !important;
}
 .navbar-light .navbar-nav .show>.nav-link{
 	color: rgba(253, 253, 253, 0.98) !important;
 }



</style>