/*
	Theme Name: Bridge4Digital Theme menu responsive
	Theme URI: jgalindodesign.com
	Description: B4D Website Theme menu responsive
	Version: 1.0
	Author: JG (@galindojorg)
	Author URI: http://jgalindodesign.com
	Tags: Holiday, html5, css3

*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;

}
body {
	font:300 11px/1.4 'Noto Sans', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    Preloader
\*------------------------------------*/

#preloader {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #05314B;
	z-index: 9999;
	height: 100vh;

	}
	#status {
	width: 250px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(img/logo-b4d.svg);
	background-size: 250px 250px;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	}

	/*------------------------------------*\
    VIDEO
\*------------------------------------*/

	video#bgvid { 
		position:fixed;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		}

		.transparence{
		

			/* background: #4b6cb7;
background: -webkit-linear-gradient(to right, #182848, #4b6cb7); 
background: linear-gradient(to right, #182848, #4b6cb7); */

/* background: #1488CC;
background: -webkit-linear-gradient(to right, #2B32B2, #1488CC); 
background: linear-gradient(to right, #2B32B2, #1488CC); */

/* background: #0052D4;
background: -webkit-linear-gradient(to right, #6FB1FC, #4364F7, #0052D4); 
background: linear-gradient(to right, #6FB1FC, #4364F7, #0052D4); */


/* background: linear-gradient(to right, rgb(0, 131, 176), rgb(0, 180, 219)) 0% 0% / cover; */

background: #151A27;  /* fallback for old browsers */
/* background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
background: linear-gradient(to right, #0083B0, #00B4DB); */


			

				 position:fixed;
				 top: 50%;
				 left: 50%;
				 min-width: 100%;
				 min-height: 100%;
				 width: auto;
				 height: auto;
				 z-index: -99;
					-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	
		background-size: cover; 
		opacity: .5;
		}

		video#bgvid2 { 
			position:absolute;
			top: 50%;
			left: 50%;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			z-index: 1;
			-ms-transform: translateX(-50%) translateY(-50%);
			-moz-transform: translateX(-50%) translateY(-50%);
			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			}
	

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

	/* background-color: #224094; */

    position: fixed;
    width: 100%;
	display: block;
	z-index: 1;

}

.header2 {

	background-color: rgba(17, 21, 33, .6);
    position: fixed;
    width: 100%;
	display: block;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
	z-index: 999;

}

.cont_header {

	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cont_menu{

	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;

}


/* logo */
.logo {

	padding: 15px;

}
.logo-img {

	width: 110px;

}
/* nav */

.nav{

}

.nav ul {

	
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-inline-start: 0px !important;

}

.nav ul li{

	list-style: none;
}

.nav ul li a {

	font-family: 'Blinker', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 4px;
	margin: 0px 8px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
	transition-delay: 0s;
	color: #ffffff;

}

.nav ul li a:hover {

	background-color: #51DBFD;
	padding: 4px;
	border-radius: 2px;
}

.nav .current-menu-item a{

	background-color: #51DBFD;
	padding: 4px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;

}



.social-nav ul{

	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

}

.social-nav ul li a {

	font-size: 22px;
	margin: 5px 6px !important;
	color: #ffffff;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.social-nav ul li a:hover {

	font-size: 22px;
	margin: 5px 6px !important;
	color: #51DBFD;
}

.cont_menu{

	display: flex;
	justify-content: space-between;

}

/* Menú responsive */

/* -------------------------------- 

1. Auto-Hiding Navigation - Simple

-------------------------------- */
.cd-auto-hide-header {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/* background-color: rgba(17, 21, 33, .6); */
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
  }

  .nav-background{

	background-color: rgba(255, 255, 255, .0)
  }

  .nav-background2{

	background-color: rgba(17, 21, 33, .6);

  }
  
  .cd-auto-hide-header::after {
	clear: both;
	content: "";
	display: block;
  }
  .cd-auto-hide-header.is-hidden {
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
  }
  @media only screen and (min-width: 1024px) {
	.cd-auto-hide-header {
	  height: auto;
	}
  }
  
 .nav-trigger {
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  
  .cd-auto-hide-header .logo {
	/* left: 5%; */
  }
  .cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
	/* display: block; */
  }
  
  .cd-auto-hide-header .nav-trigger {
	/* vertically align its content */
	display: table;
	height: 100%;
	padding: 0 1em;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	right: 0;
	border-left: 1px solid #f2f2f2;
  }
  .cd-auto-hide-header .nav-trigger span {
	/* vertically align inside parent element */
	display: table-cell;
	vertical-align: middle;
  }
  .cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
	/* this is the menu icon */
	display: block;
	position: relative;
	height: 2px;
	width: 22px;
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
  }
  .cd-auto-hide-header .nav-trigger em {
	/* this is the menu central line */
	margin: 6px auto 14px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
  }
  .cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
	position: absolute;
	content: '';
	left: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
  }
  .cd-auto-hide-header .nav-trigger em::before {
	/* this is the menu icon top line */
	-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
			transform: translateY(-6px);
  }
  .cd-auto-hide-header .nav-trigger em::after {
	/* this is the menu icon bottom line */
	-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
			transform: translateY(6px);
  }
  @media only screen and (min-width: 1024px) {
	.cd-auto-hide-header .nav-trigger {
	  display: none;
	}
  }
  
  .cd-auto-hide-header.nav-open .nav-trigger em {
	/* transform menu icon into a 'X' icon */
	background-color: rgba(255, 255, 255, 0);
  }
  .cd-auto-hide-header.nav-open .nav-trigger em::before {
	/* rotate top line */
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  .cd-auto-hide-header.nav-open .nav-trigger em::after {
	/* rotate bottom line */
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  
  .cd-primary-nav {
	/* display: inline-block;
	float: right;
	height: 100%;
	padding-right: 5%; */
  }

  @media only screen and (max-width: 1023px) {

  .cd-primary-nav > ul {
    display: none;
    position: absolute;
    z-index: 2;
    top: 128px;
    left: 0;
    width: 100%;
	background-color: rgba(17, 21, 33, .8);
	padding: 20px;
	
  }

  .cd-primary-nav > ul li{

	list-style: none;
	margin: 10px;
  }


}


  .cd-primary-nav > ul a {
	/* target primary-nav links */
	font-family: 'Blinker', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 4px;
	margin: 0px 8px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
	transition-delay: 0s;
	color: #ffffff;
  }
  .cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
	background-color: #51DBFD;
	padding: 4px;
	border-radius: 2px;
  }
  @media only screen and (min-width: 1024px) {
	.cd-primary-nav {
	  /* vertically align its content */
	  display: flex !important;
	  justify-content: center;
	  align-items: center;
	}
	.cd-primary-nav > ul {
	  /* vertically align inside parent element */
	  /* display: table-cell; */
	  /* vertical-align: middle; */
	  /* reset mobile style */
	  /* position: relative; */
	  /* width: auto; */
	  /* top: 0; */
	  /* padding: 0; */
	  /* background-color: transparent; */
	  /* box-shadow: none; */
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  flex-wrap: wrap;
	  padding-inline-start: 0px !important;
	}
	.cd-primary-nav > ul::after {
	  clear: both;
	  content: "";
	  display: block;
	}
	.cd-primary-nav > ul li {
	  display: flex;
	  justify-content: center;
	  align-content: space-between;
	  /* margin-right: 1.5em; */
	}
	.cd-primary-nav > ul li:last-of-type {
	  margin-right: 0;
	}
	.cd-primary-nav > ul a {
	  /* reset mobile style */
	  font-family: 'Blinker', sans-serif;
	  font-weight: 700;
	  font-size: 18px;
	  padding: 4px;
	  margin: 0px 8px;
	  transition: all 0.6s ease-in-out 0s;
	  transition-property: all;
	  transition-duration: 0.6s;
	  transition-timing-function: ease-in-out;
	  transition-delay: 0s;
	  color: #ffffff;
	}
  }
  
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
	/* 
		show primary nav - mobile only 
		:target is used to show navigation on no-js devices
	*/
	display: block;
  }
  @media only screen and (min-width: 1024px) {
	.nav-open .cd-primary-nav ul,
	.cd-primary-nav ul:target {
	  display: table-cell;
	}
  }

/* sidebar */
.sidebar {

}
/* footer */
.footer {

	display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
	background-color: #3F434E;
	color: #ffffff;
	font-weight: 600;
	height: 40px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* HOME */

.cont_1{

	height: 745px;
    display: flex;
    align-items: end;
    flex-direction: column;
	justify-items: center;
	padding: 0px 25px;
}

.cont_1 h1{

	color: #ffffff;
	font-size: 36px;
	margin-top: 30%;

}

.cont_1 a{

	background-color: #51DBFD;
	color: #ffffff;
	font-size: 20px; 
	padding: 5px 15px;
	font-weight: 700;
	border-radius:3px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}


.cont_1 a:hover{

	background-color: #036A8F;

}

.cont_section{

	min-height: 745px;
	display: block;
	padding: 40px 0px;
}

.cont_section h2{

	font-family: 'Blinker', sans-serif;
	color: #CBF5FF;
	font-size: 35px;
	padding: 5px 0px;
}

.cont_section h4 {

	color: #FFF;
	font-size: 18px;
}

/* -------------------------------- 

xtype 

-------------------------------- */

.cd-intro {
	width: 90%;
	max-width: 768px;
	text-align: center;
	color: #FFFFFF;
  }
  
  .cd-intro {
	margin: 4em auto;
  }

	.cd-intro a{

		margin-top: 50px;
	}

 @media only screen and (max-width: 767px) {
		.cd-intro {
		  margin: 11.7em auto;
		}

		.cd-intro h1 {
			font-size: 20px;
		  }

		  .cont_acerca_de{
		  
			background-position: center center;
			
		}
	  }

 @media only screen and (min-width: 1170px) {
		.cd-intro {
		  margin: 6em auto;
		}
	  }

  @media only screen and (min-width: 768px) {
	.cd-intro {
	  margin: 5em auto;
	}
  }
  @media only screen and (min-width: 1170px) {
	.cd-intro {
	  margin: 6em auto;
	}
  }
  
  .cd-headline {
	font-size: 3rem;
	line-height: 1.2;
  }
  @media only screen and (min-width: 768px) {
	.cd-headline {
	  font-size: 4.4rem;
	  font-weight: 300;
	}
  }
  @media only screen and (min-width: 1170px) {
	.cd-headline {
	  font-size: 3rem;
	}
  }
  
  .cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
  }
  .cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
  }
  .cd-words-wrapper b.is-visible {
	position: relative;
  }
  .no-js .cd-words-wrapper b {
	opacity: 0;
  }
  .no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
  }

  /* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
	display: inline-block;
	padding: .2em 0;
  }
  .cd-headline.loading-bar .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
  }
  .cd-headline.loading-bar .cd-words-wrapper::after {
	/* loading bar */
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #0096a7;
	z-index: 2;
	-webkit-transition: width 0.3s -0.1s;
	-moz-transition: width 0.3s -0.1s;
	transition: width 0.3s -0.1s;
  }
  .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
	width: 100%;
	-webkit-transition: width 3s;
	-moz-transition: width 3s;
	transition: width 3s;
  }
  .cd-headline.loading-bar b {
	top: .2em;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
  }
  .cd-headline.loading-bar b.is-visible {
	opacity: 1;
	top: 0;
  }

  #cont_acerca_de{

	scroll-behavior: smooth;
  }

.cont_acerca_de{

	background-color: #0A213F;
	background-image:url(img/bg_acerca.png);
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;

}

.cont_acerca_de h3{

	color: #FFFFFF;
	font-size: 25px;

}

.cont_acerca_de a{
	background-color: #5621E8;
	color: #ffffff;
	font-size: 20px; 
	padding: 5px 15px;
	font-weight: 700;
	border-radius:3px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}


.cont_acerca_de  a:hover{

	background-color: #471CBE;

}

.cont_sol_empresariales{

	background-color:#151A27;
	opacity: 1;
	transition: all 0.5s ease;
	background-size: cover;

}

.soluciones{

	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
	font-family: 'Blinker', sans-serif;
	/* background-image: url(img/bg_contacto.png); */
	padding: 10px;


}

.soluciones a {

	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
	transition-delay: 0s;

}

.solucion{

	text-align: center;
    color: #fff;
    padding: 8px;
    height: 200px;
    width: 200px;
    /* margin: 10px; */
    transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
	transition-delay: 0s;
	border-right:.5px solid #0096a7;
	border-bottom:.5px solid #0096a7;
	display: flex;
	justify-content: space-around;
	text-align: right;
}

.solucion h1{

	font-size: 98px;
}

.solucion h4{

	font-size: 18px !important;
}

.solucion:hover{

	border-left:1% solid #ffffff;
	border-top:0.2px solid #ffffff;
	border-right:none;
	border-bottom:none;

}

.cont_clientes{

	background-color:#000000;
	height: 400px !important;
	display: block;
	padding: 40px 0px;

}

.cont_clientes h2{

	font-family: 'Blinker', sans-serif;
	color: #CBF5FF;
	font-size: 35px;
	padding: 5px 0px;
}

.item .cliente{
	
	display: flex;
	justify-items: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;

}

.item .cliente img{

	width: 130px !important;
	height: 130px !important;;
	margin: auto;
}

.item .cliente img:hover{

opacity: .8;
}

.item a{

	display: block;

}

.item a:hover{


	color: #FFF;
	font-size: 16px;
	vertical-align: middle;
	z-index: 99;
	text-align: center;

}

.cont_blog{

	background-image:url(img/bg_blog.png);
	background-attachment: fixed;
	background-size: cover;

}

.cont_boton_mas{

	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	justify-items: center;
}

.cont_boton_mas a{

	background-color: #5621E8;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.cont_boton_mas a:hover{

	background-color: #471CBE;

}

/* card blog  */

.card {
	font-weight: 300;
	font-size: 1rem;
	width: 300px;
	margin: 40px auto;
	box-shadow: 0px 0px 3px rgba(black, 0.3);
	padding: 10px 15px;
	border-radius: 4px;
	background-color:#ffffff;
	display: block;
  }
  .card__title {
	color: #333;
	font-size: 2.1em;
	margin: 15px 0;
	font-weight: normal;
  }
  .card__image {
	display: block;
	background-color: #ecf0f1;
	position: relative;
	margin: -10px -15px 0;
	height: 150px;
	background-size: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
  }
  .card__icon {
    display: inline-block;
    position: absolute;
    background: #5621E8;
    color: #fff;
    border: 0.2rem solid #fff;
    border-radius: 50%;
    padding: 2px 9px;
    bottom: -0.9em;
    right: 0.5em;
    font-size: 16px;
    width: 33px;
    height: 33px;
  }
  .card__content {
	font-weight: 300;
	color: #999;
  }
  .card__footer {
	padding: 0.2em 0;
	margin: 2em 0 0.5em 0;
	font-size: 0.8em;
	font-weight: 300;
	color: #1abc9c;
  }


.cont_contacto{

	/* background-image:url(img/bg_contacto.png); */
	/* background-attachment: fixed; */
	background-color: rgba(5, 49, 75, .5);

}

.datos_contacto h2{

	color:#51DBFD;
}

.datos_contacto a{

	color:#ffffff;
}

/* Formulario Contacto */

.form_contacto form p{

	margin: 30px 0px;
  }

  .form_contacto form p label{

	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;

}

.form_contacto form p label span{

color: #ffffff;

}

.form_contacto form input {

height: 30px;
width: 80%;
margin: auto;
/* border-radius: 2px; */
border: 1px solid #ffffff;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
background-color: transparent;
color: #ffffff;
margin-top: 20px;


}

.form_contacto form textarea {

	border: 1px solid #c0c0bf;
	width: 80%;
	background-color: transparent;
	margin-top: 20px;


  }

  .form_contacto form textarea:focus{

	border:none !important;
	outline: 1px solid #cccccc;

  }

.form_contacto form textarea:focus{

border:none !important;
outline: 1px solid #cccccc;

}


.form_contacto form input[type="submit"] {

    background-color: #51DBFD;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
	transition-delay: 0s;
	font-family: 'Montserrat', sans-serif;
	width: 80px;
	margin: auto;
	border: none;
	font-weight: 400;
	border-radius: 3px;

}

.form_contacto form input[type="submit"]:hover {

background-color: #471CBE;

}

/*------------------------------------*\
    ACERCA DE
\*------------------------------------*/

.cont_principal{

	min-height: 100vh;
	/* background-color: #04A4CC; */
	padding-top: 132px;

}

.cont_principal h1{

	font-family: 'Blinker', sans-serif;
	font-size: 3em;
	padding: 10px;
	border-bottom: 2px solid #0096a7;

}

.acercade{

	background-image: url(img/bg_acercade.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
}

.acercade h1{

	/* color: #FFFFFF; */

}

.acercade h3{

	font-size: 25px;
	text-align: center;
	font-weight: 100;

}

.acercade ul li{

	font-size: 20px;
	margin: 5px 0px; 
}

.cont_locaciones{

	background-color: rgba(0, 150, 167, .4);
	padding: 20px;
	margin-bottom: 30px;

}

.location{
/* 
	display: flex;
	align-content: center;
	justify-content: center;
	justify-items: center;
	flex-flow: column; */


}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {

	.social-nav{

		position: relative;
		right: calc(50% - 91px);
	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
