/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
body{
	font-family: 'Poppins', sans-serif;
}

.container {
	width: 90%;
	padding: 0;
}

.section{
	margin: 2rem 0 2rem;
}

.section.header{
	
}

.section.header.bg{
	margin-top: 0;
	padding: 1rem 0;
}

.section.header.fixed{
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	width: 100%;
}

.section.header .logo{
	font-size: 0;
}

.section.header .logo img{
	height: 30px;
}

.section.header .info{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 140%;
}

.section.header .info span{
	display: block;
}

.section.header .info a{
	font-size: 1.5rem;
}

.section.after-fixed{
	margin-top: 9rem;
}

.section.menu{
	
}

.section.content{
	
}

.section.footer{
	margin-bottom: 0;
}

.section.footer a{
	
}

.section.footer a:hover{
	
}

.section.footer ul{
	list-style: none;
	margin-bottom: 0;
}

.section.footer ul li{
	margin-bottom: 0;
	line-height: 120%;
}

.section.bg{
	padding: 2rem 0;
}

.section.footer ul li{
	margin-bottom: 0;
}

.add-bottom{
	margin-bottom: 20px;
}

.add-half-bottom,
.half-bottom{
	margin-bottom: 10px;
}

.remove-bottom{
	margin-bottom: 0px;
}

.remove-top{
	margin-top: 0px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .item{
	margin: 0 0.5rem;
}

h1{
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
}

h2{
	font-size: 2.3rem;
	letter-spacing: .05rem;
}

h3{
	font-size: 2.0rem;
}

h4{
	font-size: 1.7rem;
}

h5{
	font-size: 1.5rem;
}

h6{
	font-size: 1.3rem;
}

.mobile{
	display: block;
}

.no-mobile{
	display: none;
}

.shadow{
	-webkit-box-shadow: 0px 1px 15px #888888;
	-moz-box-shadow: 0px 1px 15px #888888;
	box-shadow: 0px 1px 15px #888888;
}

.contacto{
	font-size: 2rem;
	border-bottom: solid 1px #ccc;
	font-weight: 400;
	margin-bottom: 1.3rem;
	display: block;
}

.contacto2{
	font-size: 2.5rem;
	margin-bottom: 1.3rem;
	text-align: center;
	display: block;
	color: #124663;
}

label{
	font-size: 1.3rem;
	margin-bottom: .2rem;
}

input, textarea{
	margin-bottom: .5rem;
	font-size: 1.3rem;
}

input[type="text"], input[type="email"], input[type="tel"], input [type="date"]{
	height: 40px;
	font-size: 15px;
}

select{
	height: 24px;
	margin-bottom: .5rem;
	font-size: 15px !important;
}

input[type="submit"]{
	background: #124663;
	color: #fff;
}

textarea{
	min-height: 50px;
}

.gris{
	background: #ebebeb;
}

.verde{
	background: green;
}

.verde-font{
	color: green;
}

.test img{
	border: 5px solid #fff;
}

.test li{
	padding: 0 5.5rem 2.5rem;
	text-align: center;
}

.testspan{
	font-weight: 700;
	font-size: 1.3rem;
}

.blue{
	background: #124663;
	color: #fff;
}

.banner{
	background: url(../img/banner.jpg);
	background-size: cover;
}
.banner h1{
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	letter-spacing: .05rem;
	margin-top: 10%;
	margin-bottom: 13%;
	font-size: 120%;
	width: 60%;
	float: right;
	
}

.lista{
	font-size: 1.5rem;
	
}

.top form{
	background: rgba(255,255,255,0.9);
	padding: 2rem;
}

.test h1{
	color: #124663;
	text-shadow: 1px 1px 7px #ccc;
	font-size: 3.8rem;
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.test h4{
	font-weight: bold;
	font-size: 2rem;
}

.places ul{
	font-size: 2rem;
}

.big h1{
	color: #fff;
	text-shadow: 1px 1px 7px #000;
	font-size: 3.8rem;
}

.big h2{
	color: #fff;
	font-size: 3rem;
	letter-spacing: .05rem;
	text-shadow: 1px 1px 7px #000;
}

.line h1{
	color: #124663;
	text-shadow: 1px 1px 7px #ccc;
	font-size: 3.8rem;
}

.btn{
	background: #043a58;
	color: #fff;
	padding: 1rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}

.azul{
	background: url(../img/fondo-azul.jpg) #0089ca left top no-repeat;
	background-size: 100% auto;
	color: #fff;
}

.gris{
	background: url(../img/fondo-gris.jpg) #ccc left top no-repeat;
	background-size: 100% auto;
	color: #282828;
}

.clear{
	background: #f4f7fb;
}

.dark{
	background: #282828;
	color: #fff:
}

.dark ul li{
	color: #fff:
}

.block{
	padding: 6rem 0;
}

li{
	margin-bottom: 0;
}
/* Larger than mobile */
@media (min-width: 400px) {
	
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	.container {
    	width: 85%;
    }
    
    .section.header .logo img{
	    height: 45px;
    }
    
    .section.header .info{
	    line-height: 160%;
	    top: 1.0rem;
    }
    
    .section.header .info span{
	    font-size: 2.0rem;
    }
    
    .section.header .info a{
	    font-size: 2.3rem;
    }
    
    .section.after-fixed{
		margin-top: 12.8rem;
	}
    
    .section.footer ul li:last-child{
	    float: right;
    }
    
    .section.footer ul li{
		display: inline-block;
		margin-right: 1.0rem;
	}
	
	.no-mobile{
		display: block;
	}
	
	.mobile{
		display: none;
	}
	.banner h1{
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	letter-spacing: .05rem;
	margin-top: 10rem;
	margin-bottom: 5rem;
	font-size: 3.8rem;
	width: 60%;
	float: right;
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	.container{
		max-width: 1200px;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
