

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	background: #fff;
}

.body_conte{
	background: #fff url(img/bck_body.jpg) repeat-x;
}

.header_logo h1{
	margin: 20px 0 20px 0;
	padding: 0px;
}

.header_subtitulo{
	background: url(img/bck_header_subtitulo.png) no-repeat 0 3px;
	padding: 0 0 0 420px;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #fff;
}




.nav{
	margin-top: 145px;
}


.nav-pills > li > a{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	text-transform: uppercase;
	border-bottom: 17px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.nav-pills > li > a:hover{
	background:#fff;
	border-bottom: 17px solid #8fd4e3;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background: #fff;
	color: #444444;
	border-bottom: 17px solid #01bfe8;
}

.ico_nav_activo{
	width: 14px;
	height: 8px;
	background: #f00;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -7px;
	background: url(img/ico_nav_activo.png) no-repeat;
	display: none;
}

.slide{
}

.alto_slide{
	height: 450px;
	bottom: #cacaca;
}


.carousel-inner{
}

.carousel-caption{
	margin: 0px;
	padding: 0px;
	bottom: 130px;
	text-align: center;
}


.carousel-caption h1{
	margin: 0px;
	padding: 0px;
	background: rgba(0, 0, 0, 0.6);
	padding: 13px 35px 15px 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 10px;
	z-index: 100000;
}

.carousel-caption p{
	margin: 0px;
	padding: 0px;
	background: rgba(255, 255, 255, 0.6);
	padding: 15px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	float: left;
	text-shadow:none!important;
	color: #393939;
}

.logo_slide{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1000000;
}

.ubica_01{
}
.carousel-indicators{
	bottom: 0px;
}

.carousel-indicators li{
	border: 3px solid #fff!important;
	width: 15px;
	height: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.carousel-indicators li:hover{
	border: 3px solid #02c0e8!important;
}

.carousel-indicators .active{
	border: 3px solid #02c0e8!important;
	background: none;
	width: 18px;
	height: 18px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 15%!important;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
	right: 10%!important;
}


.sop_contenidos{
}

hr{
	border-color: #ececec;
}


.sop_video_image{
	background: #e4ebe1;
	padding: 53px;
}

.conte_home01{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.conte_home01 h3{
	text-align: center;
	margin: 20px 0 50px 0;
	color: #444444;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.conte_home01 h3 span{
	font-size: 24px;
	display: block;
	margin-bottom: 12px;
}



.sop_acceso_home a{
	display: block;
	color: #444444;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sop_acceso_home a:hover{
	color: #009cbd;
	margin-top: -10px;
}


.foto_home_01{
	background: #4c3f9e;
	width: 267px;
	height: 267px;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 280px;
	border-radius: 280px;
	padding: 50px 0 0 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sop_acceso_home a:hover .foto_home_01{
	background: #4531c0;
}


.foto_home_02{
	background: #898989;
	width: 267px;
	height: 267px;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 280px;
	border-radius: 280px;
	padding: 35px 0 0 48px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sop_acceso_home a:hover .foto_home_02{
	background: #666666;
}

.foto_home_03{
	background: #00bfe8;
	width: 267px;
	height: 267px;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 280px;
	border-radius: 280px;
	padding: 50px 0 0 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sop_acceso_home a:hover .foto_home_03{
	background: #0091b0;
}

.foto_home_04{
	background: #0072bc;
	width: 267px;
	height: 267px;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 280px;
	border-radius: 280px;
	padding: 50px 0 0 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sop_acceso_home a:hover .foto_home_04{
	background: #003151;
}


.frase_home{
	background: #00bfe8;
	padding: 50px 0 50px 0;
	text-align: center;
	margin-top: 50px;
}

.sop_perfil_home{
	margin-top: 55px;
}

.sop_texto_perfil_home h3{
	margin: 0px;
	text-align: left;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
}

.sop_texto_perfil_home{
	margin: 0px;
	font-size: 15px;
	line-height: 23px;
	padding-left: 40px;
}
.sop_texto_perfil_home a{
	color: #00bfe8;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.sop_texto_perfil_home a:hover{
	text-decoration: none;
	color: #000;
}



.foto_youtice{
	text-align: center;
}


.foto_youtice img{
	margin-bottom: 15px;
}
.foto_youtice a, .sop_texto_perfil_int a{
	color: #5a376a;
	text-decoration: none;
}



.bnt_home_acceso a{
	display: block;
	background: #20b3e7;
	padding: 7px 10px;
	margin: 30px auto 10px auto;
	color: #fff;
	width: 190px;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bnt_home_acceso a:hover{
	text-decoration: none;
	background: #0078ac;
	width: 210px;
}



.conte_home02{
	margin: 20px 50px 30px 50px;
	color: #616161;
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.conte_home02 h3{
	margin: 35px 0 10px 0;
	color: #0078ac;
	font-size: 28px;
	font-weight: 300;
}


.accesos_home_gnr a{
	text-align: center;
	float: left;
	display: block;
	width: 20%;
	height: 360px;
	padding: 0px 10px 0 20px;
	margin-bottom: 20px;
	position: relative;
	color: #616161;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accesos_home_gnr h4{
	text-align: center;
	margin: 35px 0 10px 0;
	color: #0078ac;
	font-size: 20px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.accesos_home_gnr a:hover{
	text-decoration: none;
	color: #0078ac;
}
.accesos_home_gnr a:hover h4{
	text-decoration: none;
	margin: 30px 0 10px 0;
	color: #0078ac;
}


.sop_foto_borde{
	width: 186px;
	height: 186px;
	background: #20b3e7;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accesos_home_gnr a:hover .sop_foto_borde{
	background:  #0078ac;
}

.sop_foto_foto_01{
	background: url(img/accesos_servios_01.jpg) center center;
	height: 152px;
	width: 152px;
	margin: 17px auto 0 auto;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accesos_home_gnr a:hover .sop_foto_foto_01{
	height: 165px;
	width: 165px;
	margin: 11px auto 0 auto;

}

.sop_foto_foto_02{
	background: url(img/accesos_servios_02.jpg) center center;
	height: 152px;
	width: 152px;
	margin: 17px auto 0 auto;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accesos_home_gnr a:hover .sop_foto_foto_02{
	height: 165px;
	width: 165px;
	margin: 11px auto 0 auto;

}

.sop_foto_foto_03{
	background: url(img/accesos_servios_03.jpg) center center;
	height: 152px;
	width: 152px;
	margin: 17px auto 0 auto;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accesos_home_gnr a:hover .sop_foto_foto_03{
	height: 165px;
	width: 165px;
	margin: 11px auto 0 auto;

}

.sop_foto_foto_04{
	background: url(img/accesos_servios_04.jpg) center center;
	height: 152px;
	width: 152px;
	margin: 17px auto 0 auto;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accesos_home_gnr a:hover .sop_foto_foto_04{
	height: 165px;
	width: 165px;
	margin: 11px auto 0 auto;

}

.sop_foto_foto_05{
	background: url(img/accesos_servios_05.jpg) center center;
	height: 152px;
	width: 152px;
	margin: 17px auto 0 auto;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accesos_home_gnr a:hover .sop_foto_foto_05{
	height: 165px;
	width: 165px;
	margin: 11px auto 0 auto;

}

.acceso_int_home{
}

.foto_home{
	background: #fff;
	padding: 10px;
	border:1px solid #dedede;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.texto_int_home{
	color: #000000;
	font-size: 13px;
	font-size: 400;
	line-height: 22px;
}

.texto_int_home h2{
	background: url(img/ico_texto_home.jpg) no-repeat;
	padding: 2px 0 3px 42px;
	font-size: 25px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}






/* *************** CONTENIDOS * Listado ************** */


.conte_contenidos01{
	text-align: left;
	margin: 10px 50px 30px 55px;
	color: #616161;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.conte_contenidos01 h3{
	text-align: left;
	margin: 10px 0 10px 0;
	color: #01bfe8;
	font-size: 28px;
	font-weight: 300;
}
.conte_contenidos01 span{
	font-weight: 700;
}

.tit_secciones{
	margin: -25px 0px 0 -1px;
	padding: 0px;
	font-size: 28px;
	float: left;
	color: #fff;
	background: #961404;
	padding: 13px 35px 15px 56px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 38px;
}

.listado_servicios{
	padding-left: 45px;
}
.listado_servicios .accesos_home_gnr a{
	width: 95%;
	height: 220px;
	border-bottom:1px solid #ececec; 
	text-align: left!important;
	margin-bottom: 30px!important;
}
.listado_servicios .accesos_home_gnr h4{
	text-align: left;
	font-size: 26px;
}
.listado_servicios .accesos_home_gnr a:hover h4{
	text-decoration: none;
	margin: 35px 0 10px 0;
}

.listado_servicios .sop_foto_borde{
	width: 186px;
	float: left;
}

.sop_texto_listado{
	float: left;
	width: 800px;
	text-align: left;
	padding: 25px 0 0 30px;
	font-size: 18px!important;
}


.cajas_nav_item a{
	border:1px solid #ccc;
	margin: 10px;
	display: block;
	cursor: default;
}
.cajas_nav_item{
	padding: 0px!important;
}

.cajas_nav_sop{
	padding-left: 15px;
	padding-right: 15px;
}

.foto_home{
	padding: 10px 20px;
}


.envio_exito{
	font-size: 13px;
}
.envio_exito a{
	color: #961404;
}
.envio_exito a:hover{
	color: #000000;
	text-decoration: none;
}

.tit_formulario{
	color: #01bfe8;
}



/* ********** FOOTER ************* */

.sop_mapa_contacto{
	margin: 30px 60px 0 40px;
}

.sop_prefooter{
	background: #a0a0a0;
	margin: 75px 0 0 0;
	padding: 60px 0 60px 0px;
}

.prefooter_01{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}

.prefooter_01a{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #fff;

}


.prefooter_01 h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.prefooter_01_icono{
	padding: 0px 0 6px 50px;
	background: url(img/prefooter_01_icono.png) no-repeat;
	font-size: 20px;
	line-height: 20px;
}

.mapa_goo_sop{
	height: 400px;
	margin: 4px 30px 0px 0;
	border:1px solid #fff;
}

hr{
	border-color: #a9a490;
}

.seccion_contruccion{
	text-align: center;
	color: #961404;
	font-size: 30px;
	line-height: 32px;
	margin: 10px 0 80px 0;
}



.prefooter_02{
	border-right: 1px solid #268bb6;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
.prefooter_02 a{
	font-size: 15px;
	color: #6ed9ff;
}
.prefooter_03{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	text-align: left;
	line-height: 39px;
}
.prefooter_03 span{
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.prefooter_03 h3{
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 28px;
}

.footer{
	background: #616161;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	color: #fff;
	padding: 30px 40px;
	margin: 0px;
}

.footer_02{
	text-align: right;
	font-weight: 300;
	font-size: 13px;
}
.footer_02 a{
	color: #fff;
	font-weight: 300;
}


.header_secciones{
	height: 260px;
	z-index: 100000;
	background: #cecece;
}

.header_secciones_foto01{
	background: #cecece url(img/header_secciones_foto01.jpg) no-repeat center;
}
.header_secciones_foto01_s1{
	background: #cecece url(img/header_secciones_foto01a.jpg) no-repeat center;
}
.header_secciones_foto01_s1_new{
	background: #cecece url(img/header_secciones_foto01a-new.jpg) no-repeat center;
}
.header_secciones_foto01_s2{
	background: #cecece url(img/header_secciones_foto01b.jpg) no-repeat center;
}
.header_secciones_foto01_s3{
	background: #cecece url(img/header_secciones_foto01c.jpg) no-repeat center;
}
.header_secciones_foto02{
	background: #cecece url(img/header_secciones_foto02.jpg) no-repeat center;
}
.header_secciones_foto03{
	background: #cecece url(img/header_secciones_foto03.jpg) no-repeat center;
}
.header_secciones_foto04{
	background: #cecece url(img/header_seccion04.jpg) no-repeat center;
}
.header_secciones_foto05{
	background: #cecece url(img/header_seccion05.jpg) no-repeat center;
}
.header_secciones_foto06{
	background: #cecece url(img/header_seccion06.jpg) no-repeat center;
}
.header_secciones_foto07{
	background: #cecece url(img/header_seccion07.jpg) no-repeat center;
}

.conte_contenidos_texto{
	font-size: 14px;
	line-height: 20px;
}

.tit_nosotros_int{
padding: 5px 0 0px 0px;
font-size: 23px;
color: #000;
font-family: 'Roboto', sans-serif;
font-weight: 300;
margin: 5px 0 0px 0;
}


.sop_texto_perfil_int{
	font-size: 15px;
}	
.sop_texto_perfil_int_2{
	font-size: 16px;
	text-align: left;
	padding-left: 295px;
}	
.sop_texto_perfil_int h3{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-align: left;
	margin: 0px;
}

.sop_servicios_listados{
	font-size: 14px;
	line-height: 19px;
}
.sop_servicios_listados h3{
	text-align: left;
	font-size: 24px;
	font-weight:700;
	margin: 0 0 10px 0;
	color: #4c3f9e;
}

.sop_servicios_base{
	
}
.sop_servicios_listados{
	padding: 0 50px;
}

.sop_texto_perfil_int_3{
	font-size: 16px;
	text-align: left;
	padding-left: 200px;
	padding-right: 200px;
}	

@media (max-width: 992px) {

.prefooter_03{
	text-align: center;
	font-size: 16px;
}
.mapa_goo_sop{
	margin-right: 0px;
}
.sop_foto_perfil_home img{
	width: 100%;
	margin-bottom: 20px;

}

.sop_texto_perfil_home{
	padding: 15px;
}
.sop_prefooter{
	padding: 30px 0;
	margin-top: 30px;
	margin-bottom: 0px;
}
.footer_01{
	text-align: center;
	margin-bottom: 20px;
}
.footer_02{
	text-align: center;
}
.frese-home-texto{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding: 0 15px;	
}
.carousel-caption h1{
	font-size: 26px;
}
.alto_slide{
	height: 300px;
	background-size: cover!important;
}
.header_logo h1 img{
	margin-left: auto!important;
	margin-right: auto!important;
	display: block;
}

.nav {
    margin-top: 15px;
}
.dropdown-menu{
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.menu{
	margin-left: -15px;
	margin-right: -15px;
	background: #00bfe8;
}
.nav-pills > li > a{
	border-bottom: 1px;
}
.nav-pills > li > a:hover{
	border-bottom: 1px;
}

.sop_servicios_listados{
	padding: 0 15px;
}
.header_secciones_foto01{
	background-size: cover!important;
}
.header_secciones{
	height: 160px;
}
.sop_texto_perfil_int_2{
	padding: 0 15px; 
}
.conte_contenidos01{
	margin:0px; 
}

.sop_texto_perfil_int_3{
	padding-left: 15px;
	padding-right: 15px;
}

}


