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

html,body{
	margin:0;
	padding:0;
	height:100%;
}
html{
  scroll-behavior: smooth;
}
*:focus, *:active, *:visited, *:focus-within {
    outline: none;
	text-decoration:none;
}
p{
	/*color:#6a6a6a;*/
	color:#555;
	font-size:14px;
}
a{
	cursor:pointer;
}
a:hover, a:focus-within{
	color:#398e7e;
	text-decoration:none;
}
strong{
	color:#04375e;
}
em{
	color:#787878;
}
.gris{
	color:#9095a0;
}
h2{
	color:#6a6a6a;
	font-family: 'Exo', sans-serif;
	font-weight:600;
	margin-bottom:20px;
}
h3{
	color:#555;
	font-family: 'Exo', sans-serif;
	margin-bottom:5px;
}
header{
	background:#094a3d;
	display:block;
	padding:25px 0;
	text-align:center;
	width:100%;
}
header ul{
	right:0;
	bottom:30px;
	position:absolute;
	z-index:100;
}
header ul li{
	border-left:solid 1px #2e7a6c;
	float:left;
	list-style-type:none;
}
header ul li#izquierda{
	border:none;
}
header ul li a{
	color:#398e7e;
	font-family: 'Exo', sans-serif;
	font-size:12px;
	font-weight:600;
	padding:5px 15px;
	transition:none;
	text-transform:uppercase;
}
header ul li a:hover{
	/*border-bottom:solid 5px #70a1e8;*/
	color:#fff;
}
header #logo{
	display:block;
	margin:0 auto;
	max-width:348px;
}
header #logo img{
	max-width:100%;
}
#contenedor{
}
.activo, .activo:hover{
	cursor:default;
	/*border-bottom:solid 5px #fff;*/
	color:#fff;
}
.centrado{
	text-align:center;
}
#slider{
	color:#fff;
	text-align:center;
}
#slider h1{
	font-family: 'Exo', sans-serif;
	font-size:40px;
	font-weight:600;
	text-shadow:1px 1px 4px #000;
}
#slider p{
	color:#fff;
	font-size:18px;
	text-shadow:1px 1px 3px #000;
	font-weight:400;
}
#slider input, #slider .boton{
	background:none;
	border:solid 3px #fff;
	color:#fff;
	font-family: 'Exo', sans-serif;
	font-weight:600;
	font-size:18px;
	margin-top:20px;
	padding:10px 30px;
	transition: 0.3s;
}
#slider input:hover, #slider .boton:hover{
	background:#fff;
	color:#398e7e;
	text-shadow:none;
}
#servititulo{
	background:#f7f7f7;
	border-bottom:solid 1px #d8d8d8;
	padding:60px 0;
}
#servititulo h3{
	color:#5C5B5C;
	font-weight:600;
	margin:0;
	padding:0;
}
.icono h3{
	color:#5C5B5C;
	font-weight:600;
	margin-bottom:10px;
}
.icono1{
	border-top:solid 1px #AEAEAE;
}
.icono2{
	border-bottom:solid 1px #AEAEAE;
	border-top:solid 1px #AEAEAE;
}
.icono{
	background:#f3f3f3;
	color:#6a6a6a;
	cursor:pointer;
	height:400px;
	padding:80px 60px;
	text-align:center;
	opacity:0.7;
	transition: 0.4s;
	flex:1;
}
.icono:hover{
	background:#fff;
	color:#4f4f4f;
	opacity:1;
}
.icono h3{
	color:#5C5B5C;
	font-weight:600;
	margin-bottom:10px;
}
.medio{
	border-left:solid 1px #d8d8d8;
	border-right:solid 1px #d8d8d8;
}
.imgicono{
	height:100px;
	margin:0 auto;
	width:99px;
	transition: 0.4s;
}
#ico1{
	background:url(../img/icono1-2.png) center top no-repeat;
}
.icono:hover #ico1{
	background:url(../img/icono1.png) center top no-repeat;
}
#ico2{
	background:url(../img/icono2-2.png) center top no-repeat;
}
.icono:hover #ico2{
	background:url(../img/icono2.png) center top no-repeat;
}
#ico3{
	background:url(../img/icono3-2.png) center top no-repeat;
}
.icono:hover #ico3{
	background:url(../img/icono3.png) center top no-repeat;
}
#ico4{
	background:url(../img/icono4-2.png) center top no-repeat;
}
.icono:hover #ico4{
	background:url(../img/icono4.png) center top no-repeat;
}
#ico5{
	background:url(../img/icono5-2.png) center top no-repeat;
}
.icono:hover #ico5{
	background:url(../img/icono5.png) center top no-repeat;
}
#ico6{
	background:url(../img/icono6-2.png) center top no-repeat;
}
.icono:hover #ico6{
	background:url(../img/icono6.png) center top no-repeat;
}
.clear{
	clear:both;
}
body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url(../img/icono1.png) url(../img/icono2.png) url(../img/icono3.png) url(../img/icono4.png) url(../img/icono5.png) url(../img/icono6.png);
}



.item{
	position:relative;
}
.absoluto{
	margin-top:140px;
	position:absolute;
	width:100%;
}
.owl-dots{
	bottom:20px;
	left:50%;
	margin-left:-30px;
	position:absolute;
}
.owl-theme .owl-dots .owl-dot span{
	background:#fff;
	opacity:.5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#fff;
	outline:none;
	opacity:1;
}
.owl-theme .owl-dots .owl-dot span{
	margin:9px 5px;
}





#nosotros img{
	max-width:100%;
}
.linea{
	border-bottom:solid 1px #cbd6ef;
}
.content{
	padding:100px 0 100px 0;
}
.formulario{
	position:relative;
}
.formulario input, .formulario textarea{
	background:#f7f9f8;
	border:solid 1px #d8d8d8;
	margin-bottom:20px;
	padding:20px;
	width:100%;
}
.formulario #volado{
	background:#fff;
	position:absolute;
	margin-left:-147px;
	padding:0 30px;
	bottom:-100px;
	left:50%;
}
.formulario input[type="submit"]{
	background:#094a3d;
	border:solid 4px #094a3d;
	color:#fff;
	font-family: 'Exo', sans-serif;
	font-size:13px;
	font-weight:600;
	padding:12px 60px;
	text-transform:uppercase;
	width:auto;
}
.formulario input[type="submit"]:hover{
	background:#3d3d3d;
	border:solid 4px #3d3d3d;
	color:#fff;
	transition:0.3s;
}
.formulario textarea{
	height:200px;
	max-width:100%;
}
.formulario input::placeholder, .formulario textarea::placeholder{
	color:#9095a0;
	font-style:italic;
}
.formulario input:focus, .formulario textarea:focus{
	background:#fff;
	border:solid 1px #9fc9c1;
}
.padding{
	padding-top:100px;
}
footer{
	background:#094a3d;
	color:#398e7e;
}
footer a, footer span{
	color:#398e7e;
}
#datosfooter a:hover{
	color:#fff;
}
footer span.marcado{
	color:#fff;
	text-decoration:underline;
}
footer h3{
	color:#fff;
	font-size:20px;
	margin-bottom:15px;
	opacity:.9;
}
.footer{
	padding-bottom:50px;
	padding-top:50px;
}
.footer ul{
	margin-bottom:25px;
	padding:0;
}
.footer ul li{
	list-style-type:none;
	margin-bottom:10px;
}
.tooltip.in{
	opacity:1;
}
.tooltip-inner{
	color:#878787;
	padding:20px;
	text-align:left;
	width:400px;
	max-width:100%;
}
.tooltip-inner .h3{
	color:#fff;
	font-family: 'Exo', sans-serif;
	font-size:18px;
	margin:0;
	margin-bottom:10px;
}
.tooltip-inner .h3 span{
	color:#878787;
	font-size:14px;
}
.tooltip-arrow{
}
.tooltip.top .tooltip-arrow{
}
#datosfooter{
	background:#333;
	padding:15px 0;
	text-align:center;
}
footer i{
	margin-right:10px;
	width:15px;
}
#datosfooter a{
	color:#777;
	font-family: 'Exo', sans-serif;
	font-size:12px;
	height:10px;
	margin-right:20px;
}
#datosfooter a:hover{
	color:#ccc;
	font-family: 'Exo', sans-serif;
	font-size:12px;
	height:10px;
	margin-right:20px;
}




.conimg{
	border:solid 1px #ccc;
	border-bottom:none;
	border-top:none;
	padding:80px;
}



.border-bottom{
	border-bottom:solid 1px #cbd6ef;
}
.border-bottom-top{
	border-bottom:solid 1px #cbd6ef;
	border-top:solid 1px #cbd6ef;
}
.border-top{
	border-top:solid 1px #cbd6ef;
}
.nosotros p{
	font-size:14px;
}
#prevsli{
	bottom:50px;
	position:absolute;
	left:-70px;
	z-index:10;
}
#nextsli{
	bottom:50px;
	position:absolute;
	right:-70px;
	z-index:10;
}
#serimg img{
	max-width:100%;
}
#serimg h2{
	text-align:left;
}
.ciclo p{
	font-size:16px;
}
#menu{
	display:none;
}
.clearsm{
	clear:both;
	display:none;
}
.owl-carousel .owl-item img.sm, .owl-carousel .owl-item img.xs, .owl-carousel .owl-item img.xxs{
	display:none;
}
.clear{
	clear:both;
}
.brlg{
	display:none;
}
.brsm{
	display:none;
}
.brxs{
	display:none;
}
#prevsli, #nextsli{
	display:none;
}



#ruta{
	border-bottom:solid 1px #d8d8d8;
	padding:20px 0;
}
#ruta h4{
	color:#4c5e59;
	font-family: 'Exo', sans-serif;
	font-size:14px;
	font-weight:600;
}
#ruta h4 span{
	color:#9b9b9b;
}
#ruta h4 a{
	color:#9b9b9b;
}
#ruta h4 a:hover{
	color:#4c5e59;
}
.border234{
	border-bottom:solid 1px #d8d8d8;
	border-left:solid 1px #d8d8d8;
	border-right:solid 1px #d8d8d8;
	position:relative;
}
.border234 h2, .cien h2#titulo{
	color:#4c5e59;
	position:absolute;
	margin:0;
	left:0;
	top:-17px;
	width:100%;
	text-align:center;
	font-size:30px;
}
.cien h2#titulo{
	top:59px;
	z-index:100000;
}
.border234 h2 span, .cien h2#titulo span{
	background:#fff;
	padding:0 30px;
}
.border234 ul li{
	color:#555;
	font-style:italic;
}



#carousel-custom-dots{
	position:static;
	margin:0;
}
button.owl-dot{
	display:none;
}
.categoria{
	background:#f7f7f7;
	border-left:solid 1px #d8d8d8;
	border-top:solid 1px #d8d8d8;
	cursor:pointer;
	padding:40px 15px;
	text-align:center;
	min-height:100%;
	transition: 0.3s;
}
.categoria:hover{
	background:#fff;
}
.categoria:hover h4{
	color:#6d6d6d;
}
.categoria:hover .icoser{
}
.categoria img{
	margin:0 auto;
	max-width:35%;
}
.categoria-primero{
	border-left:none;
	padding-left:none;
}
.categoria-ultimo{
	padding-right:none;
}
.categoria h4{
	color:#afafaf;
	font-family: 'Exo', sans-serif;
	font-size:16px;
	font-weight:600;
}
.categoria h4.solo{
	margin:18px 0 19px 0;
}
.categoria.activado{
	background:#fff;
	border-top:solid 4px #007260;
	cursor:auto;
	opacity:1;
	padding-top:37px;
}
.categoria.activado h4{
	color:#6d6d6d;
}
.categoria.activado #icoser1{
	background:url(../img/icono1.png) center top no-repeat;
	background-size:contain;
}
.categoria.activado #icoser2{
	background:url(../img/icono2.png) center top no-repeat;
	background-size:contain;
}
.categoria.activado #icoser3{
	background:url(../img/icono3.png) center top no-repeat;
	background-size:contain;
}
.categoria.activado #icoser4{
	background:url(../img/icono4.png) center top no-repeat;
	background-size:contain;
}
.categoria.activado #icoser5{
	background:url(../img/icono5.png) center top no-repeat;
	background-size:contain;
}
.categoria.activado #icoser6{
	background:url(../img/icono6.png) center top no-repeat;
	background-size:contain;
}

ul.lista li{
	color:#555;
	font-style:italic;
}
.border234 h3{
	color:#555;
	margin-bottom:10px;
	margin-top:3px;
	font-size:17px;
	font-style:italic;
	font-weight:600;
	text-transform:uppercase;
}
.icoser{
	height:70px;
	max-width:100%;
}
#icoser1{
	background:url(../img/icono1-2.png) center top no-repeat;
	background-size:contain;
	transition: 0.4s;
}
.categoria:hover #icoser1{
	background:url(../img/icono1.png) center top no-repeat;
	background-size:contain;
}
#icoser2{
	background:url(../img/icono2-2.png) center top no-repeat;
	background-size:contain;
	transition: 0.4s;
}
.categoria:hover #icoser2{
	background:url(../img/icono2.png) center top no-repeat;
	background-size:contain;
}
#icoser3{
	background:url(../img/icono3-2.png) center top no-repeat;
	background-size:contain;
	transition: 0.4s;
}
.categoria:hover #icoser3{
	background:url(../img/icono3.png) center top no-repeat;
	background-size:contain;
}
#icoser4{
	background:url(../img/icono4-2.png) center top no-repeat;
	background-size:contain;
	transition: 0.4s;
}
.categoria:hover #icoser4{
	background:url(../img/icono4.png) center top no-repeat;
	background-size:contain;
}
#icoser5{
	background:url(../img/icono5-2.png) center top no-repeat;
	background-size:contain;
	transition: 0.4s;
}
.categoria:hover #icoser5{
	background:url(../img/icono5.png) center top no-repeat;
	background-size:contain;
}
#icoser6{
	background:url(../img/icono6-2.png) center top no-repeat;
	background-size:contain;
	transition: 0.4s;
}
.categoria:hover #icoser6{
	background:url(../img/icono6.png) center top no-repeat;
	background-size:contain;
}


.cien{
	position:relative;
}
/*.scroll{
	overflow-x:hidden;
    overflow-y:auto;
    -ms-overflow-y:auto;
    -ms-overflow-x:hidden;
	height:250px;
	transition:.4s;
}
.scroll::-webkit-scrollbar {
	background:rgba(51,51,51,.17);
	border-radius:3px;
    -webkit-appearance: none;
    width: 6px;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius:3px;
    background-color: rgba(51,51,51,.3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#menuresp{
	display:none;
}
@media (max-width:1199px){
	.clearsm{
		display:block;
	}
	.sm40{
		padding-top:40px;
	}
	.xs40{
		padding-top:40px;
	}
}
@media (max-width:991px){
	.owl-carousel .owl-item img.lg, .owl-carousel .owl-item img.xs, .owl-carousel .owl-item img.xxs{
		display:none;
	}
	.owl-carousel .owl-item img.sm{
		display:block;
	}
}
@media (max-width:840px){
	.item .absoluto{
		margin-top:80px;
	}
}
@media (max-width:820px){
	.owl-carousel .owl-item {
		/*text-align:center;*/
	}
	#slider .boton{
		float:none;
	}
	.clear40{
		clear:both;
		margin-bottom:40px;
	}
}
@media (max-width:767px){
	#prevsli, #nextsli{
		display:none;
	}
}
@media (min-width:768px){
	.sinpa{
		padding:0;
	}
}
@media (max-width:708px){
}
@media (max-width:700px){
	.owl-carousel .owl-item img.lg, .owl-carousel .owl-item img.sm, .owl-carousel .owl-item img.xxs{
		display:none;
	}
	.owl-carousel .owl-item img.xs{
		display:block;
	}
	.item .absoluto{
		margin-top:150px;
	}
	/*.content{
		padding:10px 0 60px 0;
	}*/
	.footer{
		padding-bottom:30px;
		padding-top:30px;
	}
	.marcol{
		margin-bottom:50px;
	}
	#datosfooter span.block{
		display:block;
	}
	#datosfooter span{
		line-height:2;
	}
	#datosfooter2{
		padding-left:20px;
		padding-right:20px;
	}
	.centrado{
		padding-bottom:70px;
		padding-bottom:70px;
	}
	.formulario input[type="submit"]{
		width:100%;
	}
	.parallax {
	  /*background-attachment:local;*/
	}
	.parallax img, .parallax2 img, .parallax3 img{
		display:block;
		max-width:100%;
	}
}
@media (max-width:680px){
	.brsm{
		display:block;
	}
}
@media (max-width:625px){
	.item .absoluto{
		margin-top:125px;
	}
}
@media (max-width:570px){
	.item .absoluto{
		margin-top:100px;
	}
}
@media (max-width:525px){
	.item .absoluto{
		margin-top:75px;
	}
}
@media (max-width:500px){
	.item .absoluto{
		margin-top:60px;
	}
}
@media (max-width:460px){
	.item .absoluto{
		margin-top:40px;
	}
}
@media (max-width:440px){
	.owl-carousel .owl-item img.lg, .owl-carousel .owl-item img.sm, .owl-carousel .owl-item img.xs{
		display:none;
	}
	.owl-carousel .owl-item img.xxs{
		display:block;
	}
	.item .absoluto{
		margin-top:100px;
	}
}
@media (max-width:380px){
	.item .absoluto{
		margin-top:80px;
	}
	.item .absoluto1{
		margin-top:60px;
	}
	.item .corta{
		padding-top:25px;
	}
	.item .corta1{
		padding-top:12px;
	}
	.brlg{
		display:block;
	}
}
@media (max-width:320px){
	.brxs{
		display:block;
	}
}