@charset "utf-8";
* {
margin:0;
padding:0;
}

.placeholder{
	width:100%;
	height:700px;
	}
body {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	padding: 0;
	margin: 0;
	overflow-x:hidden;
	}
a {
	text-decoration: none;
	color: #FFFFFF;
	}
ul {
	margin: 0;
	padding: 0;
	}
ul li {
	padding: 0;
	list-style-type: none;
	display: inline;
	}


.servicios ul li {
	list-style-type: none;
	display: block;    /* display: inline; */
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5%;
	background-image: url(img/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	float: left;
	width: 95%;
}

ul.list li {
	position: relative;
	display:inline-block;
	margin-bottom:10px;
	padding-left:15px;

	}
.section.half  ol li {
	margin-bottom: 10px;
	line-height: 23px;
	font-weight: 300;
}


.banner.mid.interiorbajo {
	background-image: url(img/banner02.jpg) !important;
	height: 300px !important;
	min-height: 300px !important;
}

ul.list.line-break li {
	display:block;
	}


/*ul.list li:before{
    content: "";
    height: 5px;
    width: 5px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    margin-left: -10px;
    margin-top: 10px;
	}*/
ul.list.brown-bullet li:before{
    background-color: #E5BBB1;
}

ul.list li ul li:before{
	content:"";
	height:3px;
	width:3px;
	}

ul.separator li {
	display:inline-block;

	}

ul.separator {
	margin-bottom:20px;

	}

p {
	font-weight:300;
	line-height: 28px;
	}
h1, h2, h3, h4, h5, h6{
	font-weight:500;
	}
h1{
	font-size:72px;
	}
h2{
	font-size:44px;
	}
h3{
	font-size:36px;
	}

.texize {
	font-size: 44px;
}

.servicios h3 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}
h4{
	font-size:30px;
	}
h5{
	font-size:24px;
	}
.bloc h2 {
	margin-bottom: 10px;
	color: #E5BBB1;
}

.bloc h3 {
	margin-bottom: 50px;
	color: #3b5777;
}

.margen {
	margin-bottom: 40px;
}

.section h4 {
	margin-bottom: 20px;
}
h6 {
	font-size: 18px;
	margin-bottom: 14px;
	}

.mar {
	margin-bottom: 14px;
}

.wap{
padding-left: 40px;
background-image: url("img/icon-citas-whatsapp.png");
background-position: left center;
background-repeat: no-repeat;
background-size: 23px;
display: inline-block;
}

.bold{
	font-weight:700;
	}
.uppercase{
		text-transform:uppercase;
		}
.black-txt{
	color:#000;
	}
.blue-txt{
	color:#3b5777;
	}
.pink-txt{
	color:#E5BBB1;
	}
.white-txt{
	color:#fff;
	}

.brown-txt{
	color:#9c8e81;
	}
.pink-bg{
/*	border-right: 1px solid #F6D2C4;*/
	background-color: #E5BBB1;
	}
.wrap100{
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	}
.wrap90{
	width: 90%;
	margin-left: auto;
	margin-right:auto;
	}
.wrap80 {
	width: 80%;
	margin-left: auto;
	margin-right:auto;
	}
.wrap70 {
	width: 70%;
	margin-left: auto;
	margin-right:auto;
	}
.wrap60{
	width: 60%;
	margin-left: auto;
	margin-right:auto;
	}
.wrap50{
	width: 50%;
	margin-left: auto;
	margin-right:auto;
	}

	.wrap48{
		width: 48%;
		margin-left: auto;
		margin-right:auto;
		}
.wrap45{
	width: 45%;
	margin-left: auto;
	margin-right:auto;
	}
.wrap40{
	width: 40%;
	margin-left: auto;
	margin-right:auto;
	}

.wrap92{
	width: 92%;
	margin-left: auto;
	margin-right:auto;
	}
.wrap50.fixed-width {
    width: 500px;
	}
.max375{
	max-width:375px;
	}
.max500{
	max-width:500px;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.right-absolute{
	position:absolute;
	right:10px;
	}
.clearfix{
	width:100%;
	clear:both;
	}

.relative{
	position: relative;
	}
.center{
	margin-left:auto;
	margin-right:auto;
	}
.bottom-right {
    position: absolute;
    right: 0;
    bottom: 0px;
	}
.textcenter{
	text-align:center;
	}
.margin-top{
	margin-top:48px;
	}
.margin-bottom{
	margin-bottom:30px;
	}
.padding-bottom80{
	padding-bottom:80px;
	}


header {
	height: auto;
	width:100%;
	position: fixed;
	z-index: 500;
    justify-content: space-between;
    align-items: stretch;
	}
	.menu-logo{
		padding-left:1%;
		margin-top:14px;
		}

.tr-right {
background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 130px;
    /* float: right; */
    position: absolute;
    z-index: -1;
	}

	.tr-left {
	background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
	height: 130px;
	float: left;
	min-width: 270px;
	}

.header-bar {
	width: 100%;
	position: fixed;
	z-index: 501;
	height: auto;
	left: 0px;
	top: 0px;
}

.header-nav {
	width: 170%;
	position: fixed;
	z-index: 501;
	height: 130px;
	left: 5%;
	top: 0px;
}

nav {
    height: 100%;
    padding-left: 2%;
    font-size: 13px;
    font-weight: 600;
    width: 69%;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: space-between;
	}

	.logo-nav {
    width:25.5%;
	height:60px;
	float: left;
	}
nav ul{

	    display: inline-block;
	}

nav li {
	margin-right: 32px;
	display:inline;
	font-weight: 400;
	}
nav a.active{
	font-weight:700;
	}
nav li:last-child{
	margin-right:0;
	}
.banner{
	width: 100%;
	background-repeat: no-repeat ;
	background-size: cover;
    background-position: center;
	}
.banner-slider .banner{
	height: 888px;
	background-image: url(img/sld01.jpg);
	color:#FFFFFF;
	}

	.banner-slider .banner.sld01 {
	background-image: url(img/sld01-2.jpg);
	}

	.banner-slider .banner.sld02 {
	background-image: url(img/sld01.jpg);
	}
.banner-slider .banner.sld03 {
	background-image: url(img/sld02.jpg);
	}
.banner-slider .banner.sld04 {
	background-image: url(img/sld04.jpg);
	}
.banner-slider .banner.sld05 {
	background-image: url(img/banner06.jpg);
	}
.slick-dots {
    top: 600px;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #FFFFFF;
}
.banner.mid{
	background-image: url(img/banner04.jpg);
	min-height: 500px !important;
	}
.banner.b{
/*	background-image: url(img/overlay.png), url(img/bg3.jpg);*/
	background-image: url(img/bg3.jpg);
	}
.banner-wrap{
	position:relative;
	top:250px;
	font-size:12px;
	}
.banner-wrap.border-bottom{
	padding-bottom:22px;
	border-bottom: 1px solid white;
	}
.banner h1{
	margin-bottom:20px;

	}
.banner h5{
	font-weight: 500;
    margin-bottom: 20px;
	}
.banner h1.small{
	font-size:40px;
	}
.social-header{
	z-index: 500;
	}
.social-header .icon {
    margin-left: 15px;
}
.button {
	width: 157px;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform:uppercase;
	}

	.button-blue{
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 18px;
		padding-right: 18px;
		text-transform:uppercase;
		background-color: #445A74;
		-webkit-border-radius: 70px;
    -moz-border-radius: 70px;
 		border-radius: 70px;
		}

.button.ver2{
	font-size:12px;

	}
.button.outline {
	font-size: 14px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	}
.button.noncaps {
	text-transform: none;
	}

.banner .button {
	font-size:16px;
	margin-bottom:0px;
	}
.button.brown{
		right: auto;
		left: 0;
		background-color:#E5BBB1;
}
input.button{
	border:none;
    height: 50px;
	color:white;
	text-transform:lowercase;
	cursor:pointer;
	}
.languagebox {
    /*border: 1px solid white;*/
    /*padding: 6px;*/
    position: absolute;
    top: -20px;
    z-index: 500;
}
.twocol {
	width: 45%;
	margin-right: 10%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	}
.flex-container{
	display:flex;
    justify-content: space-evenly;
	}
.flex-wrap{
	flex-wrap:wrap;
	}
.flex-child{
	display: flex;
    align-items: center;
	justify-content: center;
	}
.third{
	width:33%
	}
.flex-center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.servicios .flex-center{
	align-content:space-between;
	}

.flex-column{
	 display: flex;
    flex-direction: column;
	}
.flex-column .row.lightblue{
	height:100%;
	}
.vlafter{
    border-right: 1px solid #E5BBB1;
	}
.vlafter-white{
    border-right: 1px solid white;
	}
.row.lightblue .bloc:first-child{
	background-color:#3e5b77;
	}

.row.lightblue .bloc {
    padding: 5%;
}
.bloc{
	padding:60px 60px;
	}
.circle{
	border-radius:50%;
	}
.circle.image{
	height:100px;
	width:100px;
	overflow:hidden;
	margin-left: auto;
    margin-right: auto;
	}
.image-fixed-width{
	height:200px;
	width:200px;
		margin-left: auto;
    margin-right: auto;
	}
.row.lightblue .bloc:nth-child(2), .row.lightblue .bloc:nth-child(3), .row.lightblue .bloc:nth-child(4) {
	border-right: 1px solid #F6D2C4;
	background-color: #E5BBB1;
}
.lightblue ul.list li {
/*    margin-bottom: 34px;*/
    font-size: 13px;
}
.bloc.border{
	border:3px solid #3e5b77;
	}
.bodyheadings {
    clear: both;
    /*width: 100%;*/
    margin-bottom: 60px;
    text-align: center;
	}


/* Dropdown Button */
.dropbtn {
    padding: 0px;
    border: none;
    display: block;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.00);
	}

.arrow-down{
    position: absolute;
    right: 0px;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ed1b24;
    pointer-events: none;
	}


/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    height:0px;
    overflow:hidden;
    position: absolute;
    background-color: #f9f9f9;
     min-width: 110px;
    right: 0;
    text-align: right;
    z-index: 501;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-transition: height .5s ease; /* Safari */
    transition: height .5s ease;
}

#myDropdownMob.dropdown-content{
	width: 120px;
	min-width:inherit;
	right: 0;
	}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

.show{display:block !important;}

.dropdown:hover .dropdown-content {
    height:88px;
    -webkit-transition: height .5s ease; /* Safari */
    transition: height .5s ease;
}

/*----------------mobile menu-------------------------*/

/*----------responsive menu-------------*/
.menu{
display:none;

}


/*************************colors***************************/
.blue {
	background-color: #3e5b77;
	}
.lightblue{
	background-color:#7c8d9f;
	}
.lightgrey{
	/*background-color:#f7f8f8;*/
	background-color: rgba(255, 255, 255, 0.96);
	}
.white{
	background-color:#fcfcfc;
	}

.white-txt{
	color:white;
	}
.redtxt{
	color:#ed1b24;
	}
	.darkgrey-txt{
		color:#262626;
		}

		.bluelink{
			color:#445A74;
			}
/*------------------------------*/


.flex-child p.fixed-width {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
	font-size:15px;
	line-height:20px;
	}
.section{
	min-height:600px;
	position:relative;
	}

	.section-n{
		min-height:400px;
		position:relative;
		}

		.section.padding-n{
			padding-top: 80px;
			padding-bottom: 80px;
			padding-left: 50px;
			padding-right: 50px;
		}

.section.half{
	min-height: 180px;
	position: relative;
		}
.section.servicios{
	min-height:400px;
	padding-bottom: 60px;
		}
.section.half > div{
	padding-top:60px;
	padding-bottom:60px;
		}
/*.section.half p {
    margin-bottom: 0px;
}*/
.section.half:nth-child(2n + 1) .wrap50:first-child{
		order:2;
	}

	.section.half:nth-child(2n + 1) .wrap60:first-child{
		order:2;
	}

.servicios .section.half .wrap50:first-child{

	}
.image-servicios .circle.image {
	margin-right:auto;
    margin-left: 0;
}

.servicios .section.half:nth-child(2n + 1) .image-servicios .circle.image {
    margin-right: 0;
    margin-left: auto;
}
.tile {
    position: absolute;
    /* height: 428px; */
    min-height: 308px;
    top: -218px;
    width: 90%;
    left: 5%;
    z-index: 10;
 }

 .tile.homi {
     width: 100% !important;
		 left: 0%  !important;

  }
.section.tile + div{
padding-top: 45px;
	}
.tile.white {
    position: absolute;

    top: -285px;
    width: 80%;
    padding: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
    left: 5%;
    z-index: 10;
}
.padding-v40 {
	padding-top: 39px;
	padding-bottom: 39px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.section > .wrap80{
	padding-top:100px;
	}

	.section.mid > .wrap80 {
    padding-top: 70px;
}
.snippet {
    margin-bottom: 30px;
	 font-size: 15px;
	}
.snippet p {
	line-height:20px;
	}
h2.underline{
	font-size:24px;
	}
h2.underline:after{
	content: "";
    display: block;
    width: 33px;
    height: 2px;
    background-color: #ed1b24;
    margin-left: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
	}

.tile .machine {
	width: 130%;
	    max-width: 650px;
    margin-top: -27px;
    position: absolute;
    transform: translateX(-25%) translateY(-25%);
    left: 20%;
	}
.map{
	width: 50%;
    height: 100%;
	background-color: #DBDBDB;
	background-image:url(img/mapa.png);
	background-size:cover;
	background-position: center center;
	}
.citas .map{
	height:500px;
	float: left;
	}
.citas .icon, .citas .icon h6{
	display:inline-block;
	}
.citas .icon:before{
	content:'';
	display:block;
width: 22px;
height: 22px;
background-size: contain;
background-repeat:no-repeat;
position: absolute;

margin-left: -32px;
}
.citas .icon.align-top:before{
	margin-top:10px;
}
.citas .icon.icon-phone:before{
	background-image: url(img/icon-citas-phone.png);
}
.citas .icon.icon-phone2:before{
	background-image: url(img/icon-citas-phone2.png);
}
.citas .icon.icon-location:before{
	background-image: url(img/icon-citas-location.png);
}
.citas .icon.icon-whatsapp:before{
	background-image: url(img/icon-citas-whatsapp.png);
}
.citas .icon.icon-whatsapp2:before{
	background-image: url(img/icon-citas-whatsapp2.png);
}

.citas .icon.icon-email:before{
	background-image: url(img/icon-citas-email.png);
}
.citas .icon.icon-email2:before{
	background-image: url(img/icon-citas-email2.png);
}
.citas .button{
width: 130px;
	}

footer{
	height: 480px;
	background-color: #1c1c1c;
	}
.footercontent {
    width: 50%;
}
.email{
	width: calc(100% - 210px);
    padding: 15px;
    float: left;
	}

	/*nuevos*/
.headings {
	height: 300px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	/* font-family: Exo, sans-serif; */
	font-size: 50px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	margin-bottom: 13px;
	letter-spacing: 2px;
	line-height: 390px;
	}

.wrapcont {
	padding-top: 70px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 200;
	padding-bottom: 200px;
	}

.footer.ints {
	margin-top: 0px;
	}
.footers {
	height: 500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #1c1c1c;
	padding-top: 0px;
	}
.article-image{
	width:100%;
	max-height: 200px;
	overflow:hidden;
	}
.article-info{
    z-index: 500;
    padding: 20px 5%;
    width: 90%;
    height: 120px;

}
.article-info h6 {
    position: absolute;
    bottom: 100px;
}
.article-info p {
    overflow: hidden;
    height: 80px;
    position: absolute;
    bottom: 20px;
    width: 90%;
}

.threecol {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	float: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	position:relative;
	}
.threecol:last-of-type {
	margin-right:auto;
	}
.footercontent h2{
	font-size:24px;
	font-weight:500;
	}
img.photosint {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display:block;
	}
.threecol .right {
    padding-top: 20px;
}
.footer-nav {
	color:#acacac;
	font-size:12px;
	position:relative;
	}
.footer-nav h5{
	font-size:18px;
	font-weight:400;
	}

.footer-nav a {
	color:white;
	font-weight: 300;
	}
.footer-nav li{
	display:inline-block;
	margin-bottom:25px;
	}
body.bg{
	background-image:url(img/banner-header/01.jpg);
	background-repeat: no-repeat ;
	/*background-size: cover;*/
	background-position: center top;
	background-attachment: fixed;
	background-color: #224f62;
	}
body.bg:after{
	    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    z-index: -10;
    opacity: .52;

	}
.contender {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.center-text {
    text-align: center;
}
.left-text {
    text-align: left;
}

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

.min {
    font-size: 13px;
    color: #999;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    display: block;
}

.footer-nav .flex-child{
	 padding-right: 2%;
	}

.footer-nav .flex-child-2{
	 padding-right: 5%;
	}

/*--- nuevas clases --*/

.banner-header.bgaviso {
	background-image: url(img/banner08.jpg);
}

.banner.bmtr{
	background-image: url(img/mtr.jpg);
	min-height: 600px !important;
	background-attachment: fixed;
	}

	.banner-header.bgblog {
	    background-image: url(img/bg-blog.jpg);
	    height: 400px!important;
	    background-size: auto;
	}

	.banner-header.bg-aparato-femenino {
	    background-image: url(img/banner-utero.jpg);
	    height: 400px!important;
	    background-size: auto;
	}

	.banner-header.bgblog02 {
			background-image: url(img/bg-blog02.jpg);
			height: 400px!important;
			background-size: auto;
	}

	.banner-header.bgblog03 {
			background-image: url(img/bg-blog03.jpg);
			height: 400px!important;
			background-size: auto;
	}


	.banner-header.bgblog04 {
			background-image: url(img/bg-blog04.jpg);
			height: 400px!important;
			background-size: auto;
	}


.marimg {
	margin-top:0px;
	margin-bottom:20px;
	margin-left: 30px;
	margin-right: 20px;
}

	.iconaz {
		padding-left: 28px;
		background-image: url("img/icon-fbaz.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 17px;
		}

	.iconaz.az1 {
		background-image: url("img/icon-insaz.png");
	}

	.iconaz.az2 {
		background-image: url("img/icon-waaz.png");
	}

	.section.footer2 {
		min-height: 150px;
	}

	.wrap80.pads{
		padding-top: 50px;
	}

.max1170 {
	max-width: 1170px !important;
}

.max340 {
    max-width: 340px !important;
}

.int-img img {
	height: auto !important;
	width: 100% !important;
}

.ray {
	border-width: 2px;
	border-color: #445A74;
margin-bottom: 20px;
margin-top: 20px;
width: 30%;
}

.blog-font{
	font-size: 14px;
	line-height: 22px;
	padding-right: 20px;
}

.pads {
	padding-top: 40px;
}

a.fofont{
	font-weight: 700;
	color: #C4C4C4;
	font-size: 16px;
	padding-right: 25px;
}
ul.bullets li {
	list-style-type: circle;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5%;
	float: left;
	width: 95%;
}

.text-gris {
	color: #C4C4C4;
	font-size: 14px;
}

a.text-gris {
	color: #C4C4C4;
}

.vlafter-gris{
    border-right: 1px solid #C4C4C4 ;
	}


/*-------forms-------*/

.forms {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	overflow: hidden;
}

.forms form input, .forms form select {
	width: 99%;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.forms form textarea {
	width: 97%;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 5px;
	border: 1px solid #CCC;
	padding-left: 5px;
	margin-bottom: 10px;
}
.forms form .btnf{
	background-color:  #3e5b77;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	border: 1px solid transparent;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

.flex-child .note {
	background-color: rgba(0,0,0,0.48);
	color:#FFFFFF;
	bottom:8px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
.div02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 40%;
}

.div02b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	/*float: left;*/
	width: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	position: absolute;
	right: 25%;
	bottom: 0px;
}
.div02c {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	/*float: left;*/
	width: 50%;
	margin-left:25%;
margin-bottom: 45px;


}
@media screen and (max-width: 1100px) {
	header nav{
		display: none;
		}
	.menu{
		display: block;
		float: right;
		position: relative;
		}
	.menu .icon a{
		height: 32px;
		width: 32px;
		display: block;
		background-image: url(img/menu.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;

		}
	.menu .responsive .icon a {
		background-image: url(img/menu-cl.svg);
		}
	ul#navMobile {
		text-align: right;
		position: absolute;
		right: 15px;
		width: 190px;
		background-color: #445A74;
		padding-right: 10px;
		}
	.down ul#navMobile {
		margin-top: 70px;
		padding-top: 0px;
		-webkit-transition: margin 2s linear 0s; /* For Safari 3.1 to 6.0 */
		transition: margin .5s linear;
		}
	ul.nav-mobile li:not(:last-child) {
		display: none;
		}
	ul.nav-mobile.responsive li:not(:last-child) {
		display: block;
		padding: 5px;
		}
	.nav-mobile .icon {
		display: block;
		position: absolute;
		 top: -55px;
		right: 0px;
			z-index: 500;
		}

	.nav-mobile a {
		min-height: 20px;
		display: inline-block;
		}
	.responsive .dropbtn{
		width:auto;
		}
	.social-header {
    	top: 60px;
		}
	.threecol {
		width: 90%;
		padding-bottom: 40px;
		float: none;
		clear: both;
		}
	.threecol .cen {
		text-align:left;
		}
	.threecol .photosint {
		width: 50%;
		float: left;
		}

	.threecol .right {
    	width: 45%;
		}


.footer-nav .flex-child-2 {
	padding-right:0;
    width: 50%;
    float: left;
    display: inline-block;
}


.footer-nav .flex-child {
    padding-right: 0;
        width: 50%;
    float: left;
    display: inline-block;
}

.header-nav{
	width: 100%;
	position: relative;
	z-index: 501;
	height: 130px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
max-width: 1140px;
}


}
/*-----------end-1000px-----------*/
@media screen and (min-width:900px) {
	.row.lightblue .bloc {
    width:25%
}

	}


@media screen and (min-width:750px) and (max-width: 900px) {
	.banner-wrap {
	top: 180px;
	}


	.banner-header h5 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		display: block;
		text-align: left;
		font-weight: 400;
		padding-top: 215px;
		font-size: 38px !important;
	}

	.tile {
    position: relative;
		top:0px;
		display: none;
	}

	.section.tile + div {
		    padding-top: 0;
    top: -250px;
    position: relative;
    padding-bottom: 0;
    display: block;
    height: 500px;
}
.row.lightblue.flex-container {
    display: block;
}
.section.tile + div .wrap50 {
    text-align: center;
	    width: 90%;
}
 .section.tile + div .wrap50 .button{
    margin-right: auto;
	margin-left:auto;

	}

	}


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

	.wrap40, .wrap45, .wrap48, .wrap50, .wrap50.fixed-width  {
		width: 100%;
		}
	.wrap80 {
		width: 85%;
		}

		.wrap60{
			width: 80%;
			margin-left: auto;
			margin-right:auto;
			}

			.texize {
				font-size: 30px;
				}

	.index .banner {
		height:600px;
		}
	.banner-wrap {
		top: 200px;
		}
	.banner-wrap.border-bottom{
		padding-bottom:100px;
		}
	.banner h1 {
		font-size: 7vw;
		}

	.social-header {
		top: 215px;
		}
	.flex-container {
		display: block;
		}
		.flex-center {
    display: block;
		}
	.flex-child p.fixed-width {
		width: 80%;
		}
	.vlafter {
		height: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-right: none;
    border-bottom: 1px solid #E5BBB1;
		}

		.banner-header h5 {
			width: 80%;
			margin-right: auto;
			margin-left: auto;
			display: block;
			text-align: left;
			font-weight: 400;
			padding-top: 215px;
			font-size: 38px !important;
		}

		.vlafter-white{
		    border-right: none;
			}

			.vlafter-gris{
			    border-right: none;
				}

.alitext {
	text-align: center;
}

a.alitext {
	text-align: center;
}

	.tile {
		position: relative;
    top: 0;
		display: none;
		}
		.tile a.flex-child {
margin: 10px auto;
}
		.wrap40.bloc {
    width: calc(100% - 120px);
}
	.threecol {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		}
	.photosint {
   		 width: 100%;
		}
	.threecol .right {
    	width: 100%;
		}
	.threecol .cen {
    	text-align: center;
		}

	.footers {
     height: auto;
    padding-bottom: 220px;
}
.row.lightblue .bloc:nth-child(2), .row.lightblue .bloc:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #F6D2C4;
}
footer .flex-container {

}

footer{
	height: auto;
	background-color: #1c1c1c;
	}

header {
	height: 130px;
	width:100%;
	position: fixed;
	z-index: 501;
    justify-content: space-between;
    align-items: stretch;
		background-color: #FFF;
	}

.header-bar {
display: none;
}

.header-nav{
	width: 100%;
	position: relative;
	z-index: 5;
	height: 130px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
max-width: 1140px;
}

.footer-nav {
    width: 100%;
    padding-left: 0;
}

.forms {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	overflow: hidden;
}

.map{
	width: 100%;
    height: 400px;
	background-color: #DBDBDB;
	background-image:url(img/mapa.png);
	background-size:cover;
	background-position: center center;
	}


.footercontent {
    width: 100%;
	min-height: 400px;
	padding-top: 60px;
padding-bottom: 60px;
}
.section.tile + div {
    padding-top: 20px;
}


	}
.directo {
    font-size: 1.3em;
    text-align: center;
    margin-left: 20%;

}
.circulor {

    display: inline-block;
    padding: 20px;
    background-color: #F6D2C4 !important;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    text-align: center;

}

.cr1{
    margin-top: 20px;
}
.cr2{
    margin-top: 30px;
    margin-bottom: 27px;
}
.esp1{
    margin-bottom: 20px;
}


	/*-----------end-750px-----------*/
