/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
  background: rgba(240, 240, 240, 1);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  /*background: linear-gradient(160deg, rgba(93,207,227,.75) 0%, rgba(93,207,227,.75) 100%);*/
  background: #00264b;
  border-radius: 10px;
  opacity: .7;
  transition: all ease .5s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: linear-gradient(160deg, rgba(93,207,227,1) 0%, rgba(93,207,227,1) 100%);*/
  background: #00264b;
  opacity: .1;
  transition: all ease .5s;
}

@font-face {
    font-family: 'general';
    src: url('../fonts/Louis_George_Cafe.ttf');
}

@font-face {
    font-family: 'titulos';
    src: url('../fonts/Qualy_Bold.ttf');
}

*{
	margin: 0px;
	padding: 0px;
}

/* scroll suave */
html {
  scroll-behavior: smooth;
}

p, a, ul li{
	font-family: 'general';
	font-size: 15px;
}

a{
	transition: all ease .5s;
}

a:hover{
	opacity: .7;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'titulos';
	color: #00264b;
}

h1{
	font-size: 45px;
	text-align: center;
}

h2{
	font-size: 40px;
	text-align: center;
}

h3{
	font-size: 35px;
	margin-bottom: 40px;
}

h4{
	font-size: 30px;
}

a, a:hover{
	text-decoration: none;
}

ul li{
	margin-left: 15px;
	list-style: square;
}

label{
	color: #00264b;
}

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], textarea, select{
	font-family: 'general';
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 10px;
	color:#545454;
	border-top: none;
	border-right: none;
	border-left: none;
	border: 1px solid #00264b;
	background: none;
	border-radius: 10px;
	font-size: 14px;
}

input[type=submit]{
	background: #00264b;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 8px 20px;
}

.clear{
	clear: both;
}

.contenido{
	max-width: 1100px;
	padding: 0px 10px;
	margin: 0px auto;
}

.col_izq{
	float: left;
	width: calc(50% - 20px);
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.col_der{
	float: right;
	width: calc(50% - 20px);
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.col_izq img, .col_der img{
	width: 100%;
}

.bredcrumbs{
	width: 100%;
	padding: 8px 10px;
	margin:0px 0px 20px 0px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
	background: #f5f5f5;
	border-radius: 10px;
}

.bredcrumbs ul li{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

.boton a{
	border-radius: 15px 0px 15px 0px;
	display: block;
	max-width: 270px;
	min-width: 200px;
	margin: 25px auto;
	padding: 10px 0px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background: #00264b;
	border: 2px solid;
	text-align: center;
	position: relative;
	transition: all ease .5s;
}

.boton a span{
	position: relative;
	z-index: 2;
}

.boton a:after{
	position: absolute;
	content: "";
	top: 3px;
	left: 3px;
	width: 0;
	height: calc(100% + 5px);
	/*background: linear-gradient(160deg, rgba(0,38,75,.9) 0%, rgba(93,207,227,.9) 100%);*/
	background: #00264b;
	border-radius: 13px 0px 13px 0px;
	transition: all ease .5s;
}

.boton a:hover{
  border: 2px solid  #00264b;
  background: #fff;
}

.boton a:hover:after{
  width: calc(100% + 3px);
}

.home_header{
	width: 100%;
	height: 100vh;
	background-image: url("../img/home_bkg_b.jpg");
	background-repeat: no-repeat;
 	background-attachment: fixed;
	background-size: cover;
	overflow-y: hidden;
}

.header_bkg_gradient{
	position: relative;
	width: 100%;
	height: 100vh;
	/*background: linear-gradient(160deg, rgba(255,255,255,.85) 5%, rgba(0,38,75,.3) 100%);*/
	background: linear-gradient(160deg, rgba(255,255,255,.1) 5%, rgba(255,255,255,.1) 100%);
}

.home_header_info{
	padding-top: 130px;
}

.home_header_info h1{
	color: #fff;
	text-align: left;
	font-size: 7.5em;
	margin: 45px 0px 0px 0px;
	/*text-shadow: 3px 3px 3px #333;*/
}

.home_header_info h2{
	color: #fff;
	text-align: left;
	font-size: 4em;
	/*text-shadow: 3px 3px 3px #333;*/
}

.header_logo{
	width: 50%;
	margin: 0px 0px 0px 40%;
}

.header_logo img{
	width: 100%;
}

.logo_home{
	max-width: 350px;
	margin: 5px auto; 
	padding: 5px;
}

.logo_home img{
	width: 100%;
}

.section_header{
	width: 100%;
	height: 40vh;
	margin-bottom: 50px;
	background-image: url("../img/home_bkg_b.jpg");
	background-repeat: no-repeat;
 	background-attachment: fixed;
	background-size: cover;
	overflow-y: hidden;
}

.section_header_bkg_gradient{
	position: relative;
	width: 100%;
	height: 40vh;
	/*background: linear-gradient(160deg, rgba(255,255,255,.85) 5%, rgba(0,38,75,.3) 100%);*/
	background: linear-gradient(160deg, rgba(255,255,255,.1) 5%, rgba(255,255,255,.1) 100%);
}

.section_header_info{
	padding-top: 80px;
}

.section_header_logo{
	position: relative;
	width: 170px;
	margin: 0px auto 0px auto;
	z-index: 9;
}

.section_header_logo img{
	width: 100%;
}

.index_title h2{
	margin: 60px;
}

.menu_contenedor{
	width: 100%;
	position: fixed;
	/*background: linear-gradient(180deg, rgba(0,38,75,.2) 0%, rgba(0,38,75,.0) 100%);*/
	padding: 10px 0px 10px 0px;
	top: 0;
	z-index: 1;
	transition: all ease .5s;
}

.menu_pcl{
	float: right;
}

.menu_pcl ul li{
	float: left;
	margin-left: 0px;
	list-style: none;
	color: #fff;
}

.menu_pcl ul li a{
	display: block;
	color:#00264b;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 20px 10px;
	text-decoration: none;
	line-height: 14px;
	transition: all ease .3s;
}

.menu_pcl ul li a:hover{
	border-bottom: 3px solid #fff;
}

.menu_pcl_seccion ul li a:hover{
	border-bottom: 3px solid #fff;
}

.menu_scroll{
	/*background: linear-gradient(160deg, rgba(0,38,75,.9) 0%, rgba(93,207,227,.9) 100%);*/
	background: #00264b;
	padding: 5px 0px 5px 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}

.menu_scroll .logo_pcl{
	float: left;
	width: 120px;
	display: block;
}

.menu_scroll .logo_pcl img{
	width: 100%;
}

.menu_scroll .menu_pcl ul li a{
	padding: 5px 10px 10px 10px;
	line-height: 14px;
	font-weight: normal;
	color: #fff;
}

.social_network_links i{
	font-size: 20px;
	margin: -3px 0px 0px 0px;
}

.logo_pcl{
	float: left;
	width: 150px;
	transition: all ease .5s;
	display: none;
}

.logo_pcl img{
	width: 100%;
}

.click_down_btn a{
	display: block;
	position: absolute;
	font-size: 35px;
	color: #00264b;
	border: 3px solid #00264b;
	margin-left: calc(50% - 32.5px);
	bottom: 5vh;
	padding: 3px 0px;
	width: 65px;
	text-align: center;
	border-radius: 15px 0px 15px 0px;
	background: rgba(255, 255, 255, 0);
	transition: all ease .8s;
}

.click_down_btn a:hover{
	color: #fff;
	background: #00264b;
}

.frase{
	padding: 55px 0px 45px 0px;
}

.frase p{
	text-align: center;
	font-weight: bold;
	color: #00264b;
	font-size: 22px;
}

footer{
	background: #00264b;
	width: 100%;
	margin-top: 50px;
	padding: 30px 0px;
}

footer p{
	color: #fff;
	margin: 5px 0px;
	padding: 0px;
}

footer a, footer a:hover{
	color: #FFEECB;
}

.align_right{
	text-align: right;
}

.datos ul li{
	list-style: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
	padding-bottom: 5px;
	color: #555;
}

/* ================================= Inicia HoverDir ================================= */

.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding: 0;
}

.da-thumbs li {
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style: none;
}

.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width: 100%;
}

.da-thumbs li a {
	overflow: hidden;
}

.da-thumbs li a div {
	position: absolute;
	background: rgba(0,38,75,0.7);
	width: 100%;
	height: 100%;
}

.da-thumbs li a div span {
	font-family: 'general';
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
	text-align: center;
}

/* ================================= Termina HoverDir ================================= */

/* ================================= Inicia Galeria ================================= */

.galeria{
	margin-top: 50px;
}

.galeria img:hover{
	width:200%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.galeria ul{
	margin: 0px;
	padding: 0px;
}

.galeria li{	
	float:left;
	overflow:hidden;
	width:calc(20% - 2px);
	height:210px;
	margin:1px;
	padding: 0px;
	list-style: none;
	opacity:1;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.galeria li:hover{
	opacity:.7;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.galeria img{	
	width:100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.foto img{
	max-width: 50%;	
	margin-left: 25%;
	margin-right: 25%;
}

/* ================================= Termina Galeria ================================= */

/* Inicia QR card */

.qr_card footer{
	margin-top: 0px;
}
.qr_card .home_header{
	overflow: auto;
}

.qr_card_container{
	display: flex;	
	align-items: center;
	justify-content: center;
}

.qr_card_info{	
	max-width: 600px;	
	margin: 20px;
	padding: 20px;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #fff;
	border-radius: 10px;
	backdrop-filter: blur(2px);
}

.qr_card_profile_pic{
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.qr_card_profile_pic img{
	width: 100%;
}

.qr_card_social{
	display: flex;
	align-items: center;
	justify-content: center;
}

.qr_card_social a{
	display: inline-block;
	color: #00264b;
	background-color: #fff;
	width: calc(25% - 20px);
	padding: 5px;
	margin: 10px;
	text-align: center;
	font-size: 25px;
	border: 2px solid #00264b;
	border-radius: 12px;
	transition: all ease .3s;
}

.qr_card_social a:hover{
	background: #00264b;
	color: #fff;
}

/* Termina QR card */

.only_desktop {
	display: block;
}

.only_movil {
    display: none;
}

/* ============================ Inicia versión responsiva ============================ */

@media (min-width: 0px) and (max-width: 900px){
	.only_desktop {
        display: none;
    }

    .only_movil {
        display: block;
    }

    .col_izq{
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.col_der{
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.home_header_info{
		padding-top: 70px;
	}

    .logo_pcl{
		width: 70%;
		margin-left: 15%;
		display: block;
	}

	.click_down_btn a{
		bottom: 8vh;
	}

	.section_header_info{
		padding-top: 20px;
	}

	.da-thumbs li a div {
		background: rgba(0,38,75,0.5);
		top: 0%;
	}

	.da-thumbs li a div span {
		margin: 30% 20px 20px 20px;
		font-size: 18px;
	}

	.movil_menu_hide_click {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background: rgba(255,255,255,0.7);
        z-index: 888;
        display: none;
    }

    .menu_hide_button_arrow {
        position: fixed;
        top: 50%;
        right: 40px;
    }

    .menu_hide_button_arrow i {
        color: rgba(255, 255, 255, .7);
        font-size: 42px;
    }

    .menu_movil_switch i{
    	position: fixed;
    	text-align: center;
    	bottom: 50px;
    	right: 20px;
    	padding: 20px;
    	font-size: 25px;
    	border-radius: 50%;
    	color: #fff;
    	background: #00264b;
    	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    	cursor: pointer;
    	z-index: 999;
    }

    .menu_contenedor{
		top: 0px;
		left: -70%;
		background: #00264b;
		width: 65%;
		height: 100vh;
		z-index: 999;
		box-shadow: 5px 0px 4px rgba(0, 0, 0, .2)
	}

    .menu_pcl{
		float: left;
	}

	.menu_pcl ul li{
		float: left;
		width: 100%;
		list-style: none;
		color: #fff;
	}

	.menu_pcl ul li a{
		display: block;
		color:#fff;
		font-size: 16px;
		font-weight: normal;
		padding: 15px 10px;
		text-decoration: none;
		line-height: 14px;
		transition: all ease .3s;
	}

	.menu_pcl ul li a:hover{
		border-bottom: 3px solid #fff;
	}

	.menu_pcl_seccion ul li a:hover{
		border-bottom: 3px solid #fff;
	}

	.menu_scroll .logo_pcl{
		width: 80%;
		margin: 5px 0px 0px 10%;
	}
	.menu_scroll .menu_pcl ul li a{
		display: block;
		color:#fff;
		font-size: 16px;
		font-weight: normal;
		padding: 15px 10px;
		text-decoration: none;
		line-height: 14px;
		transition: all ease .3s;
	}
}

/* ============================== Galerias ==============================*/

@media (min-width: 0px) and (max-width: 900px){
	.fancybox-nav span {
		visibility: visible;
		opacity: .5;
	}

	.fancybox-prev span{
		left: -30px;
	}

	.fancybox-next span{
		right: -30px;
	}
}

@media (min-width: 600px) and (max-width: 900px){
	.da-thumbs li {
		width: 50%;
	}
}

@media (min-width: 0px) and (max-width: 600px){
	.da-thumbs li {
		width: 100%;
	}
}

@media (min-width: 900px) and (max-width: 1085px) {
	.galeria li{	
		width:calc(25% - 2px);
		height:210px;
		margin:1px;
		padding: 0px;
	}

	.foto img{
		max-width: 90%;	
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (min-width: 680px) and (max-width: 900px) {
	.galeria li{	
		width:calc(33.3% - 2px);
		height:210px;
		margin:1px;
		padding: 0px;
	}

	.foto img{
		max-width: 90%;	
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (min-width: 0px) and (max-width: 680px) {
	.galeria li{	
		width:calc(50% - 2px);
		height:210;
		margin:1px;
		padding: 0px;
	}

	.foto img{
		max-width: 90%;	
		margin-left: 5%;
		margin-right: 5%;
	}
}

/*@media (min-width: 0px) and (max-width: 450px) {
	.galeria li{	
		width:calc(100% - 2px);
		height:145px;
		margin:1px;
		padding: 0px;
	}
}*/