/**
 *
 * Hoja de estilo de Confia.com.do
 * Creado por: Tyron Rodríguez
 */
html{
  box-sizing: border-box;
}

*, *:before, *:after{
  box-sizing: inherit;
}

html body{
  font-family: 'Roboto', sans-serif;
}

body div.container-fluid{
  padding-right: 0px;
  padding-left: 0px;
}

#map {
    width: 100%;
    height: 500px;
}


h1, h2, h3, h4, h5, h6, .cd-form h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #002e5b;
}

.titulos{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #002e5b;
    font-size: 3em;
}

.titulop4{
    font-size: 18px;
}
.titulop4a{
font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #002e5b;
    font-size: 19px;
}
.text-fino{
    font-weight: 300;
}
/* Colores genericos */
.b-to1{
	background-color: #002e5b;
}

.b-to2{
	background-color: #002548;
}

.b-to3{
	background-color: #001529;
}

.text-b{
	color: #ffffff;
}

.text-a{
	color: #002e5b;
}

.text-am{
	color: #a10ed6;/*#f0db2b;*/
}

.titulo{
	font-size: 3em;
}

.pegao{
    position: fixed;
}


/*******************************/
/*Barra telefonos y login*/
header .barra-inf{
	height: 55px;
}
header .bar-estado, .bar-estado p{
	padding-top: 10px;
	float: left;
}

header .bar-estado p{
	padding-right: 50px;
	font-weight: 300;

}

header .bar-estado p i{
	padding-right: 13px;
}

/************************************/
header .bar-cuenta{
	padding-top: 13px;
	width: 150px;
	height: 100%;
	float: right;
	border-top: 2px solid #a10ed6;/*#f0db2b*/
}
header .bar-cuenta-login{
	padding-top: 13px;
	width: 150px;
	height: 100%;
	float: right;
	border-top: 2px solid #a10ed6;/*#f0db2b*/
}

header .bar-cuenta-login ul{
	list-style: none;
	padding: 0px;
	
}

header .bar-cuenta-login  li ul{
	display: none;
}

header .bar-cuenta-login  li:hover ul{
	padding: 6px;
	background: #012241;
	display: block;
	z-index: 10;
	position: relative;
}
header .bar-cuenta-login  li ul li{
	padding: 6px;
}

header .bar-cuenta-login  li ul li i{
	padding-right: 5px;
}
header .bar-cuenta-login  li ul li:hover{
	background: #021f3a;
}

header .bar-cuenta-login ul .link-m{
	padding-left: 20px;
}

header .bar-cuenta-login ul a{
	color: #ffffff;
}

header a.link-m{
	color: #ffffff;
}

header a.link-m:hover{
	text-decoration: none;
}

header .bar-cuenta i{
	padding: 0px 5px 0px 14px;
}
/*******************************/

/*VENTANA FLOTANTA */
 .ventana-flotante{
	height: 64px;
	padding: 21px;
	background-color: #002e5b;
	border-top: 2px solid #a10ed6;/*#f0db2b*/
	color: #ffffff;
}

.ventana-flotante i{
	float: left;
	padding-right: 10px;
	/*font-size: 22px;*/
	color: #ffffff;
}

 .ventana-flotante h4{
	color: #ffffff;
	font-weight: 100;
}
 .ventana-flotante .close{
	color: #ffffff;
}

/*******************************/
/*MENU PRINCIPAL*/
nav {
	background-color: #ffffff;
	border-bottom: 1px solid #ddddda;
}

nav a{
	color: #000000;
	transition: all 0.5s ease;
}

nav a:hover{
	text-decoration: none;
	color: #a10ed6/*#d3bd05*/;
	padding: 5px;
	
}

nav .central-menu{
	height: 100px;
	text-align: center;
	margin: 0 auto;
	display: table;
	position: relative;
}

nav .central-menu .menu{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100vw;
}

nav ul{
	margin: 0px;
}

nav ul li{
	padding-left: 65px;
	list-style: none;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
}

nav .logo{
	float: left;
	width: 200px;
	height: 100px;
	/*padding-left: 10%;
	background-size: 30px;
	background: url("../img/confia.svg") no-repeat center;*/
}

header .icon-movil{
	display: none;
}

header .logo-m{
	display: none;
}
/*******************************/

/*MENU MOVILE*/

@media (max-width: 1002px) { 
	header .barra-inf{
		width: 100%;
		height: 50px;
		z-index: 10;
		background-color: #002e5b;
		
	}

	div.logo{
		display: none;
	}

	header .logo-m{
	display: block;
	float: left;
	text-align: center;
}

	.scroll { 
		overflow-x:scroll; 
		overflow-y:hidden; 
		} 


	header .icon-movil{
		float: left;
		display: block;
	}

	header .icon-movil a i{
		padding: 7px;
		font-size: 30px;/*font-size: 36px;*/
		color: #ffffff;
	}
	header .barra-inf .bar-cuenta{
		width: 72px;
	}

	header .barra-inf a.link-m span{
		display: none;
	}

	header .bar-estado{
		display: none;
	}

	header .bar-cuenta{
		padding-top: 7px;
		float: right;
	}

	nav{
		width: 80%;
		height: 100%;
		left: -100%;
		margin-top: 0px;
		position: fixed;
		background-color: #001529;/*2b344f*/
		z-index: 3;

	}

	nav .central-menu{
		display: block;
	}

	nav ul{
		margin: 0px;
		padding: 0px;
	}

	nav ul li{
		text-align: center;
		padding: 15px;
		list-style: none;
		display: list-item;
		font-weight: 700;
		font-size: 14px;
	}
	
	nav a{
		color: #ffffff;
		transition: all 0.5s ease;
	}

	nav a:hover{
		text-decoration: none;
		color: #d3bd05;
		padding: 5px;
		border: 1px solid #001e3a;
	}

}

/*******************************/

/*SLIDER COTIZAR*/
main .slider-cotizar{
	height: 38vw;
	margin: 0 auto;
	display: table;
	position: relative;
}

main .slider-cotizar .caja-cotizar{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100vw;
	padding: 40px 0px 60px 0px;
}

main .slider-cotizar h1{
	font-size: 3em;
}

main .slider-cotizar p{
	padding-bottom: 35px;
}

main .slider-cotizar .caja-cotizar .b-cotizar{
	/*padding-left: 200px;*/
}

main .caja-cotizar .b-cotizar a{
	padding: 9px 27px 10px 0px;
	background-color: #944089;/*#f0db2b;*/
	font-weight: 900;
	font-size: 25px;
	color: #ffffff;
	transition: all 0.5s ease-out;
}

main .caja-cotizar .b-cotizar a:hover{
	background-color: #002e5b;
	text-decoration: none;
	color: #ffffff;
}

main .caja-cotizar .b-cotizar a span{
	margin-right: 10px;
	padding: 9px 15px 10px 15px;
	background-color: #001529;
	font-weight: 400;
}

main .fondo-cotizar{
	background-image: url('../img/contizar.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*SEGUROS*/
main .fondo-seguros{
	background-color: #e2e1e1;
	padding:10px;
}


/********************/

/*CORREDORES DE SEGUROS*/
main .fondo-corredores{
	background-image: url('../img/ciudad-oscura.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

main .centrar{
	height: 500px;
	text-align: center;
	margin: 0 auto;
	display: table;
	position: relative;
}

@media (max-width: 768px){

	main .centrar{
		height: 100%;
	}
}    

main .centrar .somos{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 80px 0px;
	width: 100vw;
}

main .somos p{
	color: #ffffff;
	font-size: 2.3em;
	font-weight: 100;
}

main .somos p b{
	font-weight: 900;
}
/******************************/

/*Nosotros*/
main .nosotros{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100vw;
	padding: 20px 0px 70px 0px;
}

main .nosotros-img{
	padding-top: 70px;
}

main .nosotros h1{
	font-size: 3em;
}
main .manos{
	background-image: url('../img/manos-degra.png');
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
}
/******************************/

/*QUIENES SOMOS*/

.quienes{
	padding-top: 50px;
	padding-bottom: 60px;
}

.centrar2{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 80px 0px;
	width: 100vw;
	font-size: 18px;	
	font-weight: 300;
}
.color-quienes{
	background-color: #012f5c;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 60px;
}

.color-quienes h4 {
	color: #ffffff;
}
.color-quienes-2{
	background-color:#002549; /*#944089*/
	padding: 30px;
}

.color-quienes-3{
	padding: 30px;
}
/******************************/

/*REFERIDOS*/

.padding-referidos{
	padding: 50px 0px;
}

.color-referidos{
	background-image: url('../img/referidos.jpg') ;
	background-size: cover;
	background-repeat: no-repeat;
 	
	/*background-color:#69119c; #012f5c;
	padding-top: 50px;
	padding-bottom: 60px;*/
	color:#e2e1e1;
}

.color-referidos h1,h3,h5{
	color: #ffffff;
}

.color-referidos .soluciones{
	/*background-image: url('../img/laberinto.png') ;*/
	background-repeat: no-repeat;
	background-position: right;
}

.color-referidos .beneficios{
	/*background-image: url('../img/diagrama.png') ;*/
	background-repeat: no-repeat;
	background-position: right;
}
/******************************/

/*RAZONESS*/
section.razones h1{
	font-size: 3em;
} 

section.razones .c-razon{
	padding: 60px 0px;
}

section.razones figure.icon i{
	height: 64px;
}

/*CENTRAR DIV*/
.col-center{
    float: none;
    margin: 0 auto;
}
/******************************/
/*Recuperar contrasena*/
.contrasena{
	background-image: url("../img/contrasena.svg");
	background-repeat: no-repeat;
	background-position: center;
	height: 20vw;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*************************/
/* Footer */
footer{

	padding-top: 10px;
}

footer .row {
	padding-bottom: 10px;
}

footer address a{
	color: #ffffff;
	transition: all 0.5s ease-out;
}

footer address a:hover{
	text-decoration: none;
}

footer address i{
	padding-top: 2px;
	padding-right: 10px;
	font-size: 16px;
	float: left;
}

footer address p{
	padding-top: 7px;
}
footer .social a{
	color: #ffffff;
	transition: all 0.5s ease-out;
}

footer .social a:hover{
	color: #001529;
}

footer .social i{
	font-size: 32px;
	padding-left: 18px;	
}

footer table {
	border-collapse: separate;
    border-spacing: 0px 2px;
}

footer table tbody tr td{
	padding-top: 2px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 2px;
}

footer .derecho{
	padding-top: 17px;
}

.panel-u{
	border-top: 3px solid #a10ed6;
	-webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
	font-size: 14px;
	margin-bottom: 15px;
}

.panel-u span.codigo{
	background-color: #270035;
    padding: 5px 30px 5px 30px;
	color: #ffffff;
	position: absolute;
	font-weight: 300;
}

.panel-u .panel-imagen{
	width: 100%;
	position: relative;
}

.panel-u, .panel-imagen img{

}

.panel-u hr{
	margin: 0px;
}

.panel-u .parrafo{
	padding: 20px;
	width: 100%;
	height: 100%;
	font-weight: 300;
}

.panel-u .parrafo p b{
	font-weight: 700;
}
.panel-u .parrafo .detalles-b{
	width: 100%;
	margin-top: 30px;
	padding: 10px;
	background-color: #3f0255;
	color: #ffffff;
	text-align: center;
	transition: all 0.5s ease;
}

.panel-u .parrafo .detalles-b:hover{
	background-color: #a10ed6;
}

.panel-u .parrafo a:hover{
	text-decoration: none;
}

/*REGISTRAR SEGURO*/
.registrar-seguro{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    background-color:rgba(0, 0, 0, 0.5)
}

.gris{
	position: relative;
	margin-top: 10px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    z-index: 1051;
}

 h4.gris{
	color: #000000;
}
 h3.rojo{
	color: #ff0000;
}
a.volver {
	color: #ffffff;
}

img.central{
	display:block;
margin:auto;
}