@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body{
	font-family: 'Calibri';
}
section{
	padding: 100px 0 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.title-box{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}
.title-box:after{
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
	background-color: #dd3030;
}
.section-title{
	margin-top: 0;
}
.section-subtitle{
	/*margin-bottom: 0;*/
}

.c-table{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.ct-cell{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.overlay-light, .overlay-dark{
	position: relative;
}
.overlay-light div, .overlay-dark div{
	z-index: 2;
}
.overlay-light:after, .overlay-dark:after{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.overlay-light:after{
	background-color: rgba(255, 255, 255, 0.8);
}
.overlay-dark:after{
	background-color: rgba(0, 0, 0, 0.6);
}

.img-full{
	width: 100%;
}

a{
	color: #F2EEED;
	text-decoration: none;
}

a:hover{
	color: #F2EEED;
	text-decoration: none;
}

/*CONTENEDOR GENERAL*/
.contenedor{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0; 
}


/*navbar*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #b91313;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default{
	background-color: #c13939;
	border-color: transparent;
}
.navbar-brand img{
	width: 60px;
	transition: all 0.4s ease-in-out;
}
.navbar-toggle{
	border-radius: 0;
}
@media (min-width: 768px){
	.navbar-brand img{
		width: 120px;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
	}	
}
#areaCliente{
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 17px;
   border-color: #ffffff;
   border-width: 2px;
   border-style: solid;
   border-radius: 8px;
   width: 130px;
   text-align:center;
   margin-left: 5px;
}

#areaCliente:hover{
	background-color:#DD3030;
	font-weight:900;
}





/**********************
		Header
**********************/
.header{
	background-image: url(../images/header.jpg);
	background-size: cover;
	height: 100vh;
	position: relative;
}
.intro-box{
	height: 100vh;
}
.intro h1{
	position: relative;
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 2;
}
.intro h1:after, .intro h1:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
}
.intro h1:after{
	bottom: 0;
}
.intro h1:before{
	top: 0;
}
.btn-header{
	position: absolute;
	bottom: 100px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 50px;
	left: calc(50% - 89px);
	border-radius: 0;
}
@media (max-width: 991px){
	.btn-header{
		bottom: 30px;
	}

}

@media (max-width: 450px){
	.intro h1{
		font-size: 45px;
		width: 100%;
	}
}





/**********************
		Fun
**********************/
.fun{
	text-align: center;
	text-transform: uppercase;
}
.fun-box{
	margin-bottom: 30px;
}
.fun-number{
	font-size: 50px;
}
.fun-title{
	font-size: 18px;
}







/**********************
		CTA
**********************/
.cta{
	color: #fff;
	text-align: center;
	padding: 0;
}
.cta-bg{
	background-color: #253250;
	padding: 100px 0;
}
.cta h1{
	text-transform: uppercase;
}
.cta-btn{
	margin-top: 20px;
	display: inline-block;
	font-size: 30px;
	padding: 10px 30px;
	border: 3px solid #fff;
}
.cta-btn a{
	color: #fff;
	text-decoration: none;
}


/**********************
		¿Qué somos?
**********************/
.choose{
	text-align: center;
	background-image: url(../images/choose.jpg);
}
.choose img{
	width: 40%;
	margin-left: 30%;
}
.choose-box{
	margin-bottom: 30px;
	margin-left: 5%;
	width: 90%;
}
.choose-icon{
	color: #4c4c4c;
	font-size: 72px;
}
.choose-title{
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 5%;
}






/**********************
	Productos de Seguros
**********************/
.practice{
	text-transform: uppercase;
	background-color: #F2EEED;
}

.practice-box{
	margin-top: 30px;
	position: relative;
	margin-bottom: 90px;
	margin-left: 60px;
	margin-right: 60px;
	width: 50%;
}

.practice-box:hover .overlay{
	opacity: 1;
}

.practice .overlay{
	border-radius:30px;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.4s ease-in-out;
	background-color: #f70c0c96;
}

.paractice-icon{
	font-size: 72px;
}

.practice-title{
	font-size: 20px;
	
}


@media screen and (max-width: 600px){
	.practice-box{
		margin-left: 20%;
		width: 60%;
	}
	.practice-title{
		font-size: 13px;
	}
	.practice .overlay{
		border-radius:15px;
	}
}






/**********************
	Patrimonio e inversión
**********************/
.inversion{
	background-image: url(../images/familly-back.jpg);
	text-transform: uppercase;
	
}

.inversion-box{
	margin-top: 30px;
	position: relative;
	margin-bottom: 90px;
	margin-left: 30%;	
	width: 40%;
}
.inversion-box:hover .overlay{
	opacity: 1;
}
.inversion .overlay{
	border-radius:30px;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.4s ease-in-out;
	background-color: #f70c0c96;
}
.inversion-title{
	font-size: 20px;
	margin: 0;	
}

@media screen and (max-width: 600px){
	.inversion-box{
			margin-left: 35%;
			width: 30%;
	}
	.inversion-title{
		font-size: 13px;
	}
	.inversion .overlay{
		border-radius:15px;
	}
}








/**********************
		Slider
**********************/
.slider-1{
	text-align: center;
	background-image: url(../images/familly-back.jpg);
}
#slider_1{
	background-color: #39496D;
}
.slider-1-item-box{
	color: #fff;
	padding: 50px;
}
.slider-1-item-box h2{
	margin:10px auto 20px;
	text-transform: uppercase;
}
.slider-icon{
	font-size: 72px;
}
.slider-1-item-box p{
	line-height: 1.5;
	font-size: 16px;
}
.slider_1{
	position: relative;
}
.slider_1 .owl-controls .owl-dots{
	bottom: 40px;
    position: relative;
}
.mb0{
	margin-bottom: -70px;
}


/**********************
		Team
**********************/
.team{
	background-color: #F2EEED;
}
.team-box{
	padding: 10px;
	margin-bottom: 30px;
	/*background-color: #fff;*/
	transition: all 0.4s ease-in-out;
}
.team-box:hover{
	box-shadow: 2px 2px 5px #0054A6;
}
.team-detail{
	background-color: #e1e1e1;
	color: #4b4b4b;
	padding: 20px;
}
.team-box ul{
	text-align: center;
	padding-left: 0;
}
.team-box ul li{
	list-style-type: none;
}
.team-box h3{
	/*font-weight: 700;*/
}





/**********************
	Colaboradores
**********************/
.clients {
	width: 100;
	margin-bottom: 20%;
}

.clients-box{
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.clients-box img{
	width: 50%;
	margin-left: 25%;
	margin-bottom: 20%;
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
	
}

.clients-box:hover img{
	opacity: 1;
}

@media (min-width: 768px){
	.clients-box img{
		padding: 50px 0;
	}
}

@media (max-width: 600px){
	.clients-box img{
		width: 50%;
		margin-left:25%; 
	}
}







/**********************
	Noticias del sector
**********************/
/* .noticias{
	background-color: #F2EEED;
	
}

#test-slider{
	background-color: #cc4747;
	color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	
}

.noticias .item span{
	padding-left: 40px;
	color: #ffffff70;
}
*/


/**********************
		FAQ
**********************/
.faq{
	background-image: url(../images/faq.jpg);
}
.faq .panel-group .panel{
	margin-bottom: 50px;
}
.faq .panel-default>.panel-heading{
	background-color: #cc4747;
}
.faq .panel-body{
	background-color: #d46161;
	color: #e2e2e2;
}
.faq .panel-default>.panel-heading a{
	color: #fff;
	text-transform: uppercase;
}
.faq .panel-heading, .faq .panel-body, .faq .panel-group .panel{
	border-radius: 0;
}



/**********************
		Contacto
**********************/
.contact{
	background-color: #efe4e1;
	color: #969595;
}
.contact-logo{
	margin-bottom: 30px;
	width: 50%;
}
.contact ul{
	padding-left: 0;
}
.contact ul li{
	list-style-type: none;
}
.contact ul li span{
	padding-right: 10px;
}
.contact ul, .contact p{
	line-height: 1.7;
	font-family: 'Roboto';
}

.contact ul li a{
	text-decoration: none;
	color: #969595;
	
}
.contact ul li a:hover{
	color: #c13939;
	
}

.input-group-addon, .form-control{
	background-color: #fff;
	border-color: transparent;
}
.contact .input-group{
	padding-bottom: 20px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
	border-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius: 0;
}
.contact button{
	background-color: #cc4747;
	border-radius: 0;
	color: #fff;
}
.contact button{
	padding: 8px;
}

/**********************
	Aviso Legal
**********************/
.legal{
	background-color: #F2EEED;
	color: #333333;
	text-align: justify;
}


#test-slider{
	background-color: #cc4747;
	color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	
}

.legal .item span{
	padding-left: 40px;
	color: #ffffff70;
}
.legal h4{
	font-size: 20px;
}

/**********************
	Política Cookies
**********************/
.cookies{
	background-color: #F2EEED;
	color: #333333;
	text-align: justify;
}


#test-slider{
	background-color: #cc4747;
	color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	
}

.cookies .item span{
	padding-left: 40px;
	color: #ffffff70;
}
.cookies li {
     padding-left: 20px;
}
.cookies u {
	 padding-left: 10px;
}

/**********************
	Política Privacidad
**********************/
.privacidad{
	background-color: #F2EEED;
	color: #333333;
	text-align: justify;
}


#test-slider{
	background-color: #cc4747;
	color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	
}

.privacidad .item span{
	padding-left: 40px;
	color: #ffffff70;
}
.privacidad li {
     padding-left: 20px;
}


/**********************
	Firmado
**********************/
.firmado{
	background-color: #F2EEED;
	color: #333333;
	text-align: justify;
}


#test-slider{
	background-color: #cc4747;
	color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	
}

.firmado .item span{
	padding-left: 40px;
	color: #ffffff70;
}


.subscribe{
	border-bottom: 3px solid #981720;
	background-color: #982727;
	color: #c3c3c3;
}
.subscribe h2{
	color: #fff;
}
.subscribe-form{
	margin-top: 30px;
}




/*Footer*/
.footer{
	background-color: #982727;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #c3c3c3;
}

.footer .footer-social {
  font-size: 24px;
}
.footer .footer-social a {
  color: #c3c3c3;
  margin: 8px;
}

.footer .container .row .col-sm-6>p>a{
	color: #C3C3C3;	
	text-decoration: none;
} 

.footer .container .row .col-sm-6>p>a:hover{
	color: #FFF;
	text-decoration: none;
} 


@media (min-width: 768px){
	.footer .footer-social{
		float: right;
	}
}
@media (max-width: 767px){
	footer, .subscribe{
		text-align: center;
	}
}
