body{
	height: 100%;
	text-align : center;
	background-color:  #F6F6F6;
}
html
{
	height: 100%;
}
footer, header, section{
	background: #F6F6F6;
	z-index: 999;
}
header figure
{
   margin-left: 0;
   margin-right: 0;
}
footer
{
	background:#00A1AF;
}
.container
{
	overflow: hidden;
}
.menu_item
{
	float: left;
	margin-right: 30px;

}
li {
    display: inline;
}
.main-header {
	background: #00A1AF;
	color: #00A1AF;
	height: 30px;
	left: 0; 
	top: 0; 
	position: fixed; 
	font-size: 14px;
	overflow: hidden;
	
}
.row 
{
	margin-top: 50px;
}
.top-img
{
	max-height: 580px;
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.top-img figure
{
	position: relative;
}
.top-img figure img 
{
	position: relative;
	display: block;
	/*min-width: 700px;*/
}
.principal-img.top-img figure .item{
	overflow: hidden;
}
.principal-img.top-img figure .item img
{
	height: 100%;
	width: auto;
	max-width: none;
}
.top-img figure > img
{
	/*min-width: 800px;*/
}
#left-logo
{
	margin-top: -5%;
	width: 25%;
}
.top-img figure figcaption 
{

	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	margin-top: 3%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.principal-img figure figcaption
{
	background: linear-gradient( to bottom, rgba(255,255,255,0),rgba(255,255,255,.78),rgba(255,255,255,.84),rgba(255,255,255,.86),rgba(255,255,255,.88),rgba(255,255,255,.9), rgba(255,255,255,1));
	background-size: 75% 50%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
.top-img figure figcaption .row
{
	margin-top: -2%;
	
}
.center-element
{
	margin: 0 auto; 
}
.top-img .container
{
 	overflow: visible;
}
figure img{
	overflow: hidden;
	width: 100%
}

.top-img figure figcaption img
{
	max-width: 423px;
	min-width: 150px;
	width: 30%;
}
.footer-info
{
	overflow: hidden;
	background:#00A1AF;
}
.footer-info img
{
	stroke: black; 
	fill: red;
	width: 100%;
}
.footer-info .row
{
	margin-top: 0;
}
.col-md-12
{
	margin-left: 0;
	margin-right: 0;
}

.midle-info
{
	max-height:580px; 
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
	background-image: url("../img/imege05.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.midle-info > figure
{
	position: relative;
}
.midle-info .item> figure> figcaption
{
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
}
.midle-info .item
{
	min-height: 544px;
	overflow: hidden;
}
.midle-info .item>figure> img
{
	max-width: none;
	height: 100%;
    width: auto;
}
.midle-info .carousel-inner .item .container
{
	background-color: transparent;
}
.ipad-info .container
{
	max-width: 960px;
}

.vertical-align
{
	display: table;
	width: 100%;
	height: 100%;
}
.midle-vertical
{
	display: table-cell;
	vertical-align: middle;
}
.full-screen
{
	width: 100%;
}
.text-right
{
	text-align:right!important;
}
.text-left
{
	text-align: left;
}
.margin-top-50
{
	margin-top: 50px;
}
.draw-after-full-line:after
{
	margin-bottom: 15px;
	margin-top: 15px;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #b1b1b1;
	display: block;
	pointer-events: none;
}
.text-ipad i
{
	position: absolute;
	top: 100%;
	left: 50%;
}
@media screen and (min-width: 1500px) {
	.midle-info .item>figure> img
	{
		max-width: none;
		width: 100%;
	}
	.principal-img.top-img figure .item img
	{
		height: auto;
		width: 100%;
		max-width: none;
	}
}
@media screen and (max-width: 767px) {
	.principal-img figure figcaption
	{
		background-size: 100% 50%;
	}
	.top-img figure figcaption
	{
		margin-top: 0;
	}
	.midle-info .item>figure> img{
		margin-left: -80%;
	}
	.principal-img.top-img figure .item img
	{
		margin-left: -50%;
	}
}
@media screen and (max-width: 450px) {
	.top-img figure figcaption .container
	{
		margin-top: 35%;
	}
	#left-logo {
	    margin-top: 0;
	}
	.midle-info .item>figure> img{
		margin-left: -100%;
	}
	.principal-img.top-img figure .item img
	{
		margin-left: -100%;
	}
	.top-img figure figcaption
	{
		padding: 0;
	}
}
@media screen and (max-width: 550px) {
		.midle-info .item> img{
		margin-left: -150%;
	}
}
@media screen and (min-width: 970px) 
{
	.bottom-footer .container
	{
		padding-left: 61px;
	}
	.bottom-footer .aviso-privacidad
	{
		width: 150px;
	}
	.bottom-footer .mapa
	{
		    width: 128px;
	}
}
.midle-info .row
{
	margin-top: 0;
}
footer{
	background-color: #00A1AF;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.draw-separator
{
	border-left: 1px solid rgba(255,255,255,.6);
}
.bottom-footer
{
	background-color: rgba(41,56,103,1);
	color: white;
	padding-top: 10px;
	padding-bottom:10px;
	text-decoration: none;
}
.bottom-footer a:hover
{
	color: rgba(255,255,255,.8);
	-webkit-transition: .3s;
	transition: .3s;
}
.bottom-footer .container
{
	max-width: 856px;

}
.bottom-footer .aviso-privacidad
{

}
.bottom-footer .mapa
{

}
.bottom-footer .row
{
	margin: 0;
}
.white-container
{
    background-color: white;
    border-radius: 18px;
}
.mapa .text-info
{
	margin-left: 6%;
    padding-top: 10px;
    margin-top: 3%;
    padding-bottom: 18%;
    margin-bottom: 0;
}
.mapa .white-container
{
	
}
.mapa li
{
	text-decoration: underline;
	display: list-item;
}
.mapa .text-info h1
{
	    margin-left: -40px;
}
.mapa .text-info h2
{
	color: black;
	font-family: "Arvo-Regular";
}


