

@charset "utf-8";
/* CSS Document */


/*Fonts*/

@font-face {
	font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold/Montserrat-Bold.eot');
  src: url('fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Bold/Montserrat-Bold.woff2') format('woff2'),
       url('fonts/Montserrat-Bold/Montserrat-Bold.woff') format('woff'),
       url('fonts/Montserrat-Bold/Montserrat-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
  src: url('fonts/Montserrat-Light/Montserrat-Light.eot');
  src: url('fonts/Montserrat-Light/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Light/Montserrat-Light.woff2') format('woff2'),
       url('fonts/Montserrat-Light/Montserrat-Light.woff') format('woff'),
       url('fonts/Montserrat-Light/Montserrat-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular/Montserrat-Regular.eot');
  src: url('fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Regular/Montserrat-Regular.woff2') format('woff2'),
       url('fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'),
       url('fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* CSS Custom*/

*{ 
margin:0;
padding:0;
}
.img_center{
	position:relative;
	top: 50%;
  transform: translateY(-15%);
}
.img_center_2{
  position: relative;
  margin-top:40%;
}
#loock_screen{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:999999999;
	display:none;
	
}
input{
    height: 35px !important;
    color: #979b9f !important;
    font-size: 16px;
    margin-bottom: 50px;
	width:45%;
	background-color:transparent;
	border:none;
	border-bottom:1px solid #afb2b4;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #979b9f;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

::-webkit-input-placeholder { color:#979b9f; font-size:16px;font-family: 'Montserrat-Light'; } /* WebKit */
:-moz-placeholder {color:#979b9f; font-size:16px;font-family: 'Montserrat-Light'; } /* Firefox 18- */
::-moz-placeholder {color:#979b9f; font-size:16px;font-family: 'Montserrat-Light'; } /* Firefox 19+ */
:-ms-input-placeholder {color:#979b9f; font-size:16px;font-family: 'Montserrat-Light'; } /* IE 10+ */

textarea{
	width:100%;
	height:100px !important;
	color:#979b9f !important;
	font-size:16px;
	font-family: 'Montserrat-Light';
	background-color:transparent;
	border:none;
	border-bottom:1px solid #afb2b4;
}

a{ color:inherit; text-decoration:none;}
.mon_b{font-family: 'Montserrat-Bold';}
.mon_l{font-family: 'Montserrat-Light';}
.mon_r{font-family: 'Montserrat-Regular';}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.margin_m6{ margin-top:-6px !important;}
.comillas{
	font-family: 'Montserrat-Bold';
	font-size:72px;
	color:#97999a;
}
.cita{ font-size:18px; color:#97999a; width:80%; margin:auto;}
.text_right{ text-align:right;}
.text_right_des{ text-align:right;}
.text_left{ text-align:left;}
.title{ font-size:36px;color:#97999a; }
.parrafo_home{ font-size:18px; color:#939596;}
.color{}

#main_content_intrust{
	position:relative;
	width:100%;
}
#side_menu{
	position:fixed;
	width:15%;
	height:100%;
	top:0;
	left:0;
	background-color:#eeefee;
}
#side_menu_movil{
	position:fixed;
	width:50%;
	height:100%;
	top:0;
	left:-50%;
	background-color:#eeefee;
	z-index:99;
	display:none;
}
#side_content{
	position: absolute;
	top:0;
	left:15%;
	width:85%;
	height:auto;
	min-height:100%;
	overflow: hidden;
	padding-bottom:150px;
}

#loader{
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	top:0;
	left:0;
	background-color:#fff;
}
#img_loader{
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	margin-top:-150px;
	margin-left:-150px;	
}



/*Menu*/
#cerrar_menu{
	display:none;
}

#icon_logo{
	width:100%;
	position:relative;
	margin-top:58px;
	text-align:center;
}
#menu_op{
	width:100%;
	position:relative;
	margin-top:80px;
}
#menu_op p{
	font-size:18px;
	font-family: 'Montserrat-Bold';
	text-transform:capitalize;
	text-align:center;
	margin-bottom:35px;
	color:#949495;
	cursor:pointer;	
}
#menu_op p:hover{
	font-size:20px;
}
#social{
	position:absolute;
	bottom:10%;
	left:0;
	width:100%;
}
#social p{
	margin:0;
	padding:0;
}

#menu_movil{
	position:absolute;
	top:20px;
	left:20px;
	z-index:9;
	cursor:pointer;
	display:none;
}

/*Contenido*/

/*Home*/
#header_content,#cita_content{
	position:relative;
	width:100%;
	overflow:hidden;
}
#home_a, #home_b{
	position:absolute;
	top:0;
	left:0;
	
}
#home_a{
	z-index:2;
}
.logo_b{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-103px;
	margin-left:-203px;
	z-index:3;
}
#cita_content{
	margin-top:50px;
	margin-bottom:50px;
}


#srp_content, #quienes_somos, #nuestra_razon, #nuestra_promesa, #nuestra_razon_movil{
	position:relative;
	width:100%;
	margin:auto;
}
#srp_content{
	padding-bottom:150px;
}

.contenedor{
	position:relative;
	border:0;
	padding:0;
	width:50%;
	margin:auto;
	float:left;
	height:100%;
}
.contenedor_r{
	position:relative;
	border:0;
	padding:0;
	width:50%;
	margin:auto;
	float: right;
}
.contenedor_inner{
	position:relative;
	width:90%;
	margin:auto;
}
.img_contenedor{
	width:100%;
	max-width:460px;
	
}
#nuestra_razon_movil{
	display:none;
}
.movil{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#949495;
	z-index:2;
	display:none;
}

/*DESARROLLDORES*/

#back_video {
    position: absolute;
    width: 39%;
    height: 90%;
    background-color: #000;
    top: 5%;
    left: 13%;
    background-image: url(../img/back_video.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}
#big-video-wrap {
    overflow: hidden;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0  !important;
	background-image: url(../img/back_video.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#pequenos_d, #beneficios, #beneficios_medianos, #beneficios_grandes, #preteccion_p{
	position:relative;
	width:100%;
}
.parallax_side{
	background-color:#dfe3e8;
	width:100%;
	
	height:500px;
}

#pequenos_1{
	min-height:500px;
	background-image: url(../img/pequenos_a.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

#pequenos_2{
	min-height:500px;
	background-color:#eeefee;
}

.contenedor_inner_des{
	position: relative;
	width:90%;
	margin:auto;
	padding-top:10%;
	padding-bottom:10%;
}
.title_desarolladores{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-185px;
	z-index:3;
	font-size:46px;
}

#beneficios, #beneficios_medianos, #beneficios_grandes{ margin-top:100px;}
.title_beneficios{
	 font-size: 34px;
    color: #949495;
    border: 1px solid #949495;
    padding: 2px;
    width: 190px;
    margin: auto;
}
.beneficios_r{
	font-size:20px;
	color:#949495;
	width:70%;
	margin-right: 20px;
	vertical-align:middle;
	
}
.beneficios_l{
	font-size:20px;
	color:#949495;
	width:70%;
	margin-left: 20px;
}
.ml_35{
	margin-left:35px;
	margin-top:50px;
}
.mr_34{
	margin-right:34px;
	margin-top:50px;
	
}
.linea_centro{
	position:absolute;
	left:50%;
	top:0;
	z-index:0;
	height:100%;
	margin-top: 50px;
	margin-left:-1px;
	width:2px;
}
.icon_simple{
	position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -15px;
}

#medianos_d, #grandes_d{
	position:relative;
	width:100%;
	margin-top:100px;
}

#medianos_2{
	min-height:500px;
	background-image: url(../img/medianos_a.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: right center;
}

#medianos_1{
	min-height:500px;
	background-color:#dfe3e8;
}

#grandes_1{
	min-height:600px;
	background-image: url(../img/grandes_a.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1;
}

#grandes_2{
	min-height:600px;
	background-color:#eeefee;
}
#contactanos{
	position:relative;
	width:100%;
	height:210px;
	background-image:url(../img/contactanos.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-top:150px;
	background-size:cover;
}
.contactanos{
	font-family: 'Montserrat-Bold';
	font-size:48px;
	color:#b7bbbd;
	background-color:#fff;
	padding:2px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-153px;
	margin-top: -40px;
	
}


/*Protección familiar*/


.title_proteccion{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-91px;
	margin-left:-132px;
	z-index:3;
	font-size:46px;
}

#img_proteccion{
	width:80%;
	margin:auto;
	max-width:460px;
}
#content_proteccion{
	width:90%;
	margin:auto;
	text-align:center;
	margin-top:100px;
	font-size:20px;
	color:#939596;
	font-family: 'Montserrat-Regular';
}

#beneficios_porteccion{
	margin-top:100px;	
}

#beneficios_divs{ position:relative; width:100%; margin-top:100px;}
.beneficios_divs{
	position:relative;
	width:25%;
	margin:auto;
	float:left;
	border:0;
	text-align:center;
	font-family: 'Montserrat-Regular';
	font-size:20px;
	color:#939596;
}
#linea_h{
	position:absolute;
	width:100%;
	top: 40px;
}

#proteccion_p{
	min-height:600px;
	background-image: url(../img/patrimonial_b.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: 250px;
}
/*Contactanos*/

.title_contacto{
	font-size:60px;
	font-family: 'Montserrat-Bold';
	color:#949495;
}

#header_contacto{
	position:relative;
	width:80%;
	margin:auto;
	margin-top:10%;
	
	
}

#footer_contacto{
	position: relative;
	width:48%;
	float: right;
}
#form_contacto{
	position: relative;
	width:48%;
	float: left;
}
.footer{
	position:relative;
	color:#888b8b;
}
#mapa_ubicacion{
	position:relative;
	width:100%;
	
}
#info_contacto{
	width:90%;
	font-size:13px;
	
}
#direccion_contacto{
	width:90%;
	font-size:13px;
}
.dato_f{
	width:90%;
	margin:auto;
	padding-top:20px;
}
#side_contacto {
		position: fixed;
		top: 0;
		left: 15%;
		width: 85%;
		height: auto;
		height: 100%;
	}
#contacto_nombre{
}

#scroll_down{
	position:fixed;
	bottom:5px;
	width:100%;
	left:0;
	font-size:20px;
	color:#FFF;
	line-height:.5;
	z-index:999;
}

.flecha
{
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #949495;
  border-bottom: 2px solid #949495;
  margin: 0 0 0px 1px;
}

.unu
{
  margin-top: 6px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}




.mouse
{
height: 30px;
width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid #949495;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #949495;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}






