/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   @font-face {
   	font-family: 'highvoltageregular';
   	src: url('fonts/highvoltage-webfont.woff2') format('woff2'),
   	url('fonts/highvoltage-webfont.woff') format('woff');
   	font-weight: normal;
   	font-style: normal;

	 }
	 
   body{
    overflow-x: hidden!important;
   	
   }
   
   p {
   	color: #2B6B78;
   }

   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, embed, 
   figure, figcaption, footer, header, hgroup, 
   menu, nav, output, ruby, section, summary,
   time, mark, audio, video {
   	margin: 0;
   	padding: 0;
   	border: 0;
   	font-size: 100%;
   	font: inherit;
   	vertical-align: baseline;
    
   }
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
   	display: block;
   }
   body {
   	line-height: 1;
   	font-family: 'Poppins', sans-serif!important;
   	background-color:#fff8e5!important; 
   }
   ol, ul {
   	list-style: none;
   }
   blockquote, q {
   	quotes: none;
   }
   blockquote:before, blockquote:after,
   q:before, q:after {
   	content: '';
   	content: none;
   }
   table {
   	border-collapse: collapse;
   	border-spacing: 0;
   }

   /*Custom Classes*/

   .bg_skin{
   	background: #fff8e5;
   }

   .light_red{
   	color: #eb7461;
   }

   .dark_red{
   	color: #cd3b2f;
   }

   .blue{
   	color: #0c4366;
   }

   .light_blue{
   	color: #348cc2;
   }

   .green{
   	color: #4da59c;
   }

   .dark_yellow{
   	color:#e1b544;
   }

   .position-absolute{
   	position: absolute;
   }

   .position-relative{
   	position: relative;
   }

   .d-none{
   	display:none;
   }

   .text-center{
   	text-align: center;
   }

   h1,.h1{
   	/*font-family: 'highvoltageregular'!important;*/
   	color: #368696 !important; /* Cambio color */
   	font-size: 48px!important;
   }

   h1 span,
   .h1 span{
   	/*color: #cd3b2f;*/
   }

   h2,.h2{
   	/*font-family: 'highvoltageregular'!important;*/
   	color: #368696 !important;
   	font-size: 48px!important;
   }
   h2 span,
   .h2 span{
   	/*color: #348cc2;*/
   }

   h3,.h3{
   	/*font-family: 'highvoltageregular'!important;*/
   	color: #368696 !important;
   	font-size: 36px!important;
   }
   h3 span,
   .h3 span{
   	/*color: #348cc2;*/
   }

   /*Header*/
   #container-header{
   	/*background: url('images/bg_header.png') repeat-x;*/
   	background-size: contain;
   }

   #row-header {
   	margin-top: 30px;
   	padding:10px 0;
	 }
	 
	 .menu-user{
		text-align: right;
		 width: 100%;
	 }
	 .menu-user li{
		 position: relative;
		 display: block;
	 }
	 .menu-user>li>a{
		position: relative;
    display: block;
	 }
	 .navbar-nav>li>a,
	 .menu-user a{
   	color: #368696;
   	font-weight: 500;
   	font-family: 'Poppins', sans-serif;
   	font-size: 16px;
   	padding: 10px 29px!important;
   }
   #menu-cont{
   	margin-top: 44px;
   }

   #cont-user-actions{
   	top: -40px;
   	right: 0;
   	background: url('images/bg_user_actions.png') no-repeat;
   	width: 548px;
   	height: 77px;
   	font-family: 'Poppins', sans-serif;
   }

   #cont-user-actions li {
   	display: inline-block;
   	text-align: center;
   }
   #cont-user-actions ul{
   	margin-top: 22px;
   }
   #cont-user-actions li a{
   	color: #fff8e5;
   	font-size: 18px;
   	font-weight: 500;
   	padding: 22px 15px;
   	position: relative;
   }

   #cont-user-actions li:first-child a::after{
   	content:"|";
   	position: relative;
   	left: 18px;
   }

   #banner-home img{
   	width: 100%;
   }

   #logo img{width: auto;}

   .navbar-toggle{
   	background-color: transparent !important;
   	font-size: 30px;
   	color: #3B8DC0;
   }



   /*fin header*/

   /*Footer*/
   footer{
   	position: relative;
   	display: flex !important;
   }

   #enlaces {
   	display: flex;
   	justify-content: space-around;
   	flex-wrap: wrap;
   }

   #enlaces::before {
   	display: block;
   	content: "";
   	height: 2px;
   	width: 100%;
   	background: #368696;
   	margin: 15px 0px;
   }

   #social-media {
   	margin-top: 10px;
   }

   #social-media p{
   	font-size: 12px;
   	font-weight: 300;
   	font-family: 'Montserrat', sans-serif!important;
   }

   #sponsors{
   	padding: 0;
   	margin-top: 20px;
   	display: flex;
   	flex-wrap: wrap;
   	justify-content: center;
   }

   #sponsors .cont-sponsor {
   	padding: 0 5px;
   	width: 120px;
   }

   #sponsors img {
   	width: 100%;
   }

   #sponsors p{
   	font-size: 18px;
   	font-weight: 700;
   	color: #0c4366;
   }

   #links-social {
   	padding: 0;
   }


   #links-social li{
   	display: inline-block;
   	margin: 0 5px;
   	border-radius: 50%;
   	background: #3b89ac;
   	width: 22px;
   	text-align: center;
   	height: 22px;
   }

   #links-social li a{
   	color: #fff8e5;
   	line-height: 22px;
   }
   /*Fin Footer*/

   /*Cont Home*/
   .cont-home-cata{
   	padding: 90px 0;
   	font-weight: 500;
   	color: #0c4366;
   	font-size: 16px;
   }

   .cont-home-cata h1{
   	padding-right: 30px;
   }

   .cont-home-cata h2::after{
   	background: url(images/title_staff_after.png) no-repeat;
   	content: "";
   	display: block;
   	height: 184px;
   	position: absolute;
   	left: 64px;
   	width: 150%;
   	z-index: -1;
   	display: none;
   }


   .cont-home-cata #row-cata{
   	margin-bottom: 30px;
   }

/*.cont-home-cata #cont-staff {
    margin-top: 80px;
    }*/

    .cont-home-cata .img-staff img{
    	width: 195px;
    	height:  auto;
    	margin-bottom: 10px;
    }

    .cont-home-cata .cont-img-staff{
    	margin: 0 5px;
    }

    #cont-staff > div.col-md-4 {
    	position: relative;
    	top: 61px;
    	padding-right: 0;
    }

    #cont-staff > div.col-md-4 > div:nth-child(1) > img,
    #cont-staff > div.col-md-4 > div:nth-child(2) > img{
    	width: 194px;
    }
    #cont-staff > div.col-md-4 > div:nth-child(2) > img{
    	margin-left: 3px;
    }

    /*Fin Cont home*/


    /*Galeria*/
    .cont-galeria a {
    	display: block;
    }

    .cont-galeria a img{
    	width: 100%;
    }


    #video-galeria{
    	margin-bottom: 40px;
	}
	
	#video-galeria iframe,
	audio, canvas, progress, video,
	.wp-video{
		width:100%!important;
	}

    .photospace .controls{
    	display: none;
    }

    .photospace .gal_content, .photospace .loader, .photospace .slideshow a.advance-link{
    	width:100%!important;
    }

    #cont-galeria-int .separador::before {
    	left: -1141px!important;
    	bottom: -194px!important;
    }

    .photospace{
    	width: 90%!important;
    	margin: 0 auto!important;
    }

    .photospace .thumnail_col{
    	position: relative;
    	left: 35px!important;
    }

    .photospace .thumnail_col a.pageLink{
    	/* width: 140px!important;
    	height: 140px!important; */
    	display: block!important;
    }

    .photospace .thumnail_col a.prev {
    	background-image: url(arrow-left.png);
    	position: absolute!important;
    	top: 0;
    	left: -150px;
    }

    li.selected {
    	border: 2px solid #3886b6;
    }

    .photospace .thumnail_col a.next {
    	background-image: url(arrow-right.png);
    	position: absolute!important;
    	top: 0;
    	right: -70px
    }


    .photospace .slideshow a.advance-link, .photospace .slideshow span.image-wrapper {
    	text-align: center;
    	left: 0;
    	right: 0;
    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img{
    	width: 100%;
    	height: 100%!important;
    }

    .table>tbody>tr>td {
    	border-top: 0;
    	padding: 20px 0!important;
    }

    .divHover .texto {
    	position: relative;
    	padding: 50px;
    	color: #fff;
    	height: 578px!important;
    	font-family: 'Poppins', sans-serif;
    }

    .hoverAzul .texto{
    	background: #368696!important;
    }

    .divHover .pie .tit{
    	font-family: 'Poppins', sans-serif;
		color: #FFF;
    }

    .divHover .pie .profesion{
    	font-family: 'Poppins', sans-serif;
    	color: #fff;
    }

    .divHover .texto p,
    .divHover .texto .tit{
    	font-family: 'Poppins', sans-serif;
    }


    .divHover .shadow{
    	background: #368696!important;
    	opacity: 0.9!important;
    }

    li.current-menu-item a::after{
    	content: "";
    	display: block;
    	background: url('images/after_menu_active.png') no-repeat;
    	margin-top: 5px;
    	width: 39px;
    	height: 5px;
    }
    
    li.menu-item:last-child a {
    	background-color: #4BA8A2;
		Color: #FFFFFF;
    }
    li.menu-item:last-child a:hover {
		  background-color: #3E90AA;
		  text-decoration:none;
		  color:white;
    }

    .separador-red {
    	width: 90%;
    	border-bottom: 4px dotted #cd3b2f;
    	font-family: 'highvoltageregular'!important;
    	position: relative;
    	margin-bottom: 40px;
    }
    .separador-red::before {
			width: 100%;
			border-bottom: 4px dotted #cd3b2f;
			font-family: 'highvoltageregular'!important;
			content: '';
			display: block;
			position: absolute;
			left: -491px;
			transform: rotate(-19deg);
			bottom: -86px;
    }



    .separador-blue-dos {
    	width: 100%;
    	border-bottom: 4px dotted #3b8dc0;
    	font-family: 'highvoltageregular'!important;
    	position: relative;
    	margin-top: 40px;
    }
 
    .separador-green {
    	width: 52%;
    	border-bottom: 4px dotted #4da59c;
    	font-family: 'highvoltageregular'!important;
    	position: relative;
    	margin-bottom: 18px;
    }
    .separador-green::before {
    	width: 137%;
    	border-bottom: 4px dotted #4da59c;
    	font-family: 'highvoltageregular'!important;
    	content: '';
    	position: absolute;
	    left: -680px;
	    transform: rotate(-19deg);
	    bottom: -117px;
    }
    .staff-two-image {
    	display: flex;
    	justify-content: center;
			flex-wrap: wrap;
			margin-left: 7px;
    }

    .staff-two-image img {
    	width: 194px; 
    	height: auto;
    	margin-left: 10px; 
    	margin-top: 10px;
    }
    .title-staff {
    	margin-top: 40px;
    }
    .img-staff {
   	display: flex;
    flex-wrap: wrap;
    justify-content: end;
    max-width: 100%;
    width: 1130px;
    margin: 0 auto;
    margin-top: 10px;
		}
		
		#cont-staff{
			margin-top: 30px;
		}
    /*Media queries*/
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    	/*Menu*/
    	#menu-cont{
    		margin-top: 0;		
    	}

    	/*Contenido home*/

    	.cont-home-cata{
    		padding: 30px 0;
    	}

    	/*.cont-home-cata h1,.cont-home-cata h2{
    		padding: 0;
    		margin: 0 0 15px;
    	}*/
    	.cont-home-cata h1::after,.cont-home-cata h2::after{
    		display: none;
    	}

    	.cont-home-cata .cont-img-staff{
			width: 100%;
    		margin-bottom: 10px;
    	}
    	
    	.navbar-collapse{
    		margin-left: -31vw!important;
    	}

    	#cont-staff > div.col-md-4{
    		padding: 0 15px;
    		position: unset;
    	}

    	#cont-staff > div.col-md-4 > div:nth-child(2) > img,
    	#cont-staff > div.col-md-5{
    		margin: 0;
    	}


    	/*Footer*/
    	#social-media{
    		text-align: center;
    	}

    	#sponsors {
    		padding: 0 15px;
    		text-align: center;
		}
		
		.cont-home-cata .img-staff img,
		.staff-two-image img{
			width: 100%;
			margin-left: 0;
		}
		#cont-staff > div.staff-two-image.col-md-5 > div:nth-child(1),
		#cont-staff > div.staff-two-image.col-md-5 > div:nth-child(2){
			width: 100%;
		}

    }

    @media (max-width: 768px) {
    	.menu-header {
    		margin-top: 18px;
    		text-align: right;
    	}
    	#row-header {
    		margin-top: 7px;

    	}
    	#menu-cont {
    		margin-top: 30px;
    	}
    	.carousel-indicators {
    		bottom: -10px !important;
			}
			
			#wp_login_form, #form-recuperar,
			input#log, input#user_pass,
			.noticias li{
				width: 100%!important;
			}
			li.current-menu-item a::after{
				position: absolute;
    		right: 30px;
			}


    }
    /*@media (max-width: 1200px) {
    	.separador-red::before { 
    		display: none;
    	}
    	.separador-blue-dos::before { 
    		display: none;
    	}
    	.separador-green::before { 
    		display: none;
    	}
    	.title-staff {
    		padding-left: 15px;
    	}
    }*/

    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


    	#menu-cont{
    		margin: 0;
    	}

    	.navbar-nav>li>a{
    		font-size: 14px;
    		padding: 10px!important;
    	}
    	.cont-home-cata h2::after,
    	.cont-home-cata h1::after{
    		display: none;
    	}

    	.cont-home-cata{
    		padding:0;
    	}

    	#cont-staff > div.col-md-4 {
    		position: unset;
    		top: 0;
    		padding-right: initial;
    	}

    	
    	.cont-home-cata .cont-img-staff{
    		padding:0 15px;
    		margin-bottom: 15px;
    	}

    	#social-media,
    	#sponsors{
    		text-align: center;
    	}
    }

    .text-blue{
    	color: #3b8dc0!important;
    }

    #wp_login_form,
    #form-recuperar {
    	width: 70%;
    	margin: 0 auto;
    }

    #wp_login_form label,
    #form-recuperar label,#forget-pass{
    	width:100%;
    	text-align: center;
    	color: #3b8dc0;
    	font-size: 18px;
    }

    input#log,
    input#user_pass {
    	width: 50%;
    	margin: 0 auto;
    	display: inherit;
    	height: 30px;
    	border-radius: 5px;
    	border: 1px solid #337ab7;
    }

    p.login-submit {
    	text-align: center;
		}
		
		.carousel-indicators {
			bottom: 0px!important;
	}		

	input#user_login {
    margin: 0 auto;
    width: 50%;
    display: block;
}

/* Links home */

.buttons_home{
    background-color: #4BA8A2;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
   
    /*overflow-wrap: break-word;*/
}

.buttons_home:hover{
  background-color: #3E90AA;
  text-decoration:none;
  color:white;
}