@import url('https://fonts.googleapis.com/css?family=Nunito|Quicksand|Nunito+Sans&display=swap');
body{
	margin:0;
	font-family: 'Quicksand', sans-serif;
	background: #fff;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.top_men { width:100%; background-color:#019443; height:1.6em; }
.tels_sup {  display: inline-block;
  float: right;}
  /*.tels_sup h3 {  font-size:1.6em; padding-top:1em; color:#004158; }
  .tels_sup h3 span {  font-size:1.3em; padding-top:1em; color:#009ea6; }*/
/*--banner--*/
.banner {
   height: auto;
   background-color: #0e86bb;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 800px;
  text-align: center;
}
.logo h1 {
	margin-top:0.5em;
	
}
.logo h1 a {
    color: #385f95;
	text-decoration:none;
}
.logo h1 a:hover{
    color: #385f95;
}

/*--top-nav--*/
.top-nav {
	padding-top: 0;
	margin-bottom: 16px;
	position:relative;
}
.cont_nav { position:relative; }
.toogle_idioma {
    position: absolute;
    width: 55px;
    color: #a4c735;
    font-size: 1.2em;
	top:4.5em; left:230px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
a.dropdown-toggle { color:#6f8d0f;}
nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
ul.nav.navbar-right {
    padding-top: 4.0em;
}
.top-nav ul li {
    margin: 1.1em 1.8em 0;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .top-nav ul li  a.active:before {
    color: #5BD982;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.0em;
	color:#3a3a3a;
	 font-family: 'Nunito', sans-serif;
	position:relative;
	padding:0;
}
.nav > li > a:hover, .nav > li > a:focus,.top-nav ul li a.active{
    background: none;
}
/* Shylock (by @benhanks040888) */
.menu__link {
	position: relative;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	-moz-transition: color 0.4s;
}

.menu__item--current .menu__link,
.menu__item--current .menu__link:hover,
.menu__item--current .menu__link:focus {
	color: #0071bc;
}

.menu__item--current .menu__link::after,
.menu__item--current .menu__link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
}

.menu__item--current .menu__link::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
}

.menu__link:hover,
.menu__link:focus {
	color: #0071bc;
}

.menu__link:hover::before,
 .menu__link:focus::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
}

.menu__link::before,
.menu__link::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	-moz-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu__link::before {
	background: #0071bc;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
}
.menu__link::after {
	background: #0071bc;
}
.top-nav ul li a.sign-in {
    padding: .5em 1.5em;
    color: #fff;
    background-color: #002B38;
    font-size: 1.2em;
    border-radius: 6px;
	outline: none;
}
.top-nav ul li a.sign-in:hover {
	background: #385f95;
}
/*--//top-nav--*/
.banner-text-info {
    width: 38%;
    margin: 14em auto 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.52);
    padding: 4em 3em;
}
.banner-text h2.bnr-title,.banner-text h3.bnr-title{
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
}
.banner-text p {
    font-size: 1.1em;
    color: #fff;
    margin-top: 1em;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/*--//read-more--*/
/*--//banner--*/

/*--welcome--*/
.welcome,.skills,.services,.portfolio,.contact{
	padding:6em 0;
}
.titulo-h1 { padding-bottom: 4em; }
.welcome { text-align: center; background-color: #f7f7f7; }
.welcome h1 { text-align: center; text-transform: uppercase;  padding-bottom: 0.3em; border-bottom: 1px solid #d9be49; font-family: 'Nunito Sans', sans-serif; font-weight: bold;
color:#303030; font-size: 1.87em; width: 70%; margin: 0 auto;}
.welcome h2 {padding: 0.6em 0;
font-size: 1.7em;}
.icon-ini {}
h3.title {
    font-size: 2.6em;
    text-align: center;
    color: #3a3a3a;
	margin-bottom:1.4em;

}
.icon-ini { display: flex; justify-content: center; margin-bottom: 2em; }
.icon-ini i {font-size: 6em;
text-align: center;
color:
#d9be49;}
.formulario-contacto { width: 100%; height: auto; }
.formulario-contacto input, .formulario-contacto textarea { display: block; padding: 1em; width: 100%; border: 1px solid
#cdcdcd; border-radius: 3px;  background-color: transparent; margin-bottom: 1em; }
input::-webkit-input-placeholder {
            color: #979797;
        }
        input:focus::-webkit-input-placeholder {
            color: gray;
        }

        /* Firefox < 19 */
        input:-moz-placeholder {
            color: #979797;
        }
        input:focus:-moz-placeholder {
            color: gray;
        }

        /* Firefox > 19 */
        input::-moz-placeholder {
            color: #979797;
            opacity: 1;
        }
        input:focus::-moz-placeholder {
            color: gray;
        }

        /* Internet Explorer 10 */
        input:-ms-input-placeholder {
            color: #979797;
        }
        input:focus:-ms-input-placeholder {
            color: gray;
        }

       .formulario-contacto input[type="submit"]  { background-color:#eac740; color:#fff;
 }
 .formulario-contacto input[type="submit"]:hover { background-color:#f2b237; }
.welcome h4 {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.6em;
    color: #333;
    width: 75%;
    margin: 1em auto;
    border-bottom: 2px dashed #E0B5B8;
    padding-bottom: 1em;
}
p{
    font-size: 1em;
    color: #686767;
    line-height: 1.8em;
}
p.w-text{
   
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0px;
	font-size:1.2em;
}
.welcome-img{
    display: block;
    overflow: hidden;
	position:relative;
}
.welcome-text {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
	-moz-opacity: 0;
	opacity: 0;
}
.welcome-grids { margin-bottom:25px; }
.welcome-grids h3 { text-align:left; padding:16px 0 7px 0; text-transform:uppercase; font-size:1.3em; }
.welcome-grids h3 a {color:#80c52e;}
.welcome-grids:hover .welcome-text{
	opacity: 1;
	-moz-opacity: 1;
	background-color:#8ca611;
}
.amenidades {text-align: center; background-color: #1b8ed0; padding: 3em; color: #fff;}
.amenidades h2 { margin-bottom: 1em; line-height: 0.5em; }
.amenidades p {   font-size: 1.6em; margin:0.6em 0; color: #d9be49; font-weight: bold; line-height: 1.0em;   }
.amenidades p span { font-size: 0.8em; color: #fff;  font-weight: normal;  }
.amenidades img { border: 2px solid #f7f7f7; }
.contacto { padding: 2em 0; background: url(../images/bg-contacto.jpg); background-size: cover; background-attachment: fixed; }
.welcome-text h5 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    margin-top: 1.6em;
}
.ubicacion-lista { list-style: none; padding: 1em; font-size: 1.2em; }
.ubicacion-lista li i { color: #000; }
.price { color:#3a3a3a; font-size:1.3em; }
img.zoom-img{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover,.welcome-grids:hover img.zoom-img,.portfolio-grids:hover img.zoom-img{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*--//welcome--*/
.product_links {
    padding: 15px 0 0 0;
}
.btn_mas {
    height: 51px;
    line-height: 49px;
    min-width: 190px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    background: transparent;
    border: 1px solid #dadada;
    font-size: 17px;
    color: #3a3a3a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out,color 0.2s ease-in-out;
    outline: none;
}
h2.head_men_lat { display:block; background: linear-gradient(to bottom, #769C54 0%, #769C54 100%);
color: #FFFFFF;font-size: 18px;
font-weight: 600;
padding: 16px 28px;
position: relative; }

li.men_lat_link {
    border-bottom: 1px solid #f5f5f5;
	list-style:none;
	padding: 12px 15px;
position: relative;
}
li.men_lat_link a {
   text-transform: capitalize;
padding: 0 0 0 20px;
color: #636363;
background: rgba(0, 0, 0, 0) url("../images/arrow2.png") no-repeat scroll 0 10px;

}
li.men_lat_link:hover {
    background-color: #f7f7f7;
}
li.men_lat_link a:hover { color: #769C54;}

/*-- services --*/
.services { background-color:#f1f1f1;
	border-top: 1px solid #dedcdc;}
.servc-grids ,.team-info{
   
}
.servc-grids .fnd_blanco { background-color:#fff; padding:3em; }
.servc-grid {
    padding: 0 5em;
	text-align: center;
}
.fnd_blanco h3 { font-size: 2.4em; text-align:center; color:#7e93eb; }
.servc-grid.servc-grid-btm {
    
}
.servc-grid span {
    font-size: 2.5em;
    color: #333;
    vertical-align: middle;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
}
.servc-grid ul li {
    display: inline-block;
}
.servc-grid h4 {
    font-size: 1.5em;
    margin-left:1em;
    color: #333;
    line-height: 1.5em;
}
.servc-grid p {
    margin-top: .5em;
    text-align: center;
}
.servc-grid:hover span {
    color: #385f95;
	-webkit-transform: rotatey(360deg);
    transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
/*-- //services --*/
/*--team--*/
.team {
   /* background: url(../images/bg1.jpg)no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;*/
	position:relative;
	padding: 4em 0 ;
	background-color:#f8f8f8;
	border-top: 1px solid #e8e9e9;
}

.servicios {
    position:relative;
    padding: 4em 0 ;
    background-color:#f8f8f8;
    border-top: 1px solid #e8e9e9;
    
}
.servicios  div.items { padding: 10px 25px; }
.servicios i { font-size: 3.6em; color:#fad11f; display: block; margin: 0 1em auto }
.servicios-items  p { font-size: 1.2em;text-align: center; font-weight: bold;
padding: 1em 0; }
.servicios-items {display: flex;
    justify-content: center;
    align-items: center;}
    .serv-h2 {text-align: center; padding-bottom: 2em;}
.team h3 { color:#3a3a3a; font-size:2.2em; text-align:left; font-weight:bold; }
.team p.w-text {
    margin-top: 0;
	color:#5c5e6a;
	font-size:1.2em;
	text-align:left; 

}
.team-row {
    margin-top: 4em;
}
.team-grids {
    border: 10px solid #404040;
    padding: 4em 1.5em;
    width: 22.5%;
	background:#fff;
    position: relative;
    transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
    overflow: hidden;
	text-align: center;
}
.team-grids.team-mdl {
    margin: 0 2.5em;
}
.team-grids.team-mdl1 {
    margin-right: 2.5em;
}
.team-grids h5 {
    font-size: 1.8em;
    color: #333;
}
.team-grids p {
	margin-top: 1em;
}
.team-row .social-icons {
    margin: 1em 0 0;
}
.team-img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	transition: .9s all;
	-webkit-transition: .9s all;
	-moz-transition: .9s all;
}
.team-img img {
    width: 100%;
}
.team-grids:hover div.team-img {
	top:-110%;
}
/*--//team--*/
/*--portfolio--*/
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 0;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
.resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 2px solid;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.tab_img{
	padding:2em 0 0;
	display: inline-block;
}
.portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
.portfolio-grids img.img-responsive {
    width: 100%;
}
.b-wrapper {
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	transition:.5s all;
}
.portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
.b-wrapper h5 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    margin-top: 2.5em;
}
/*--//portfolio--*/
.galeria img { margin-bottom: 15px; }
/*--contact--*/
.tels_div { width:80%; border:2px solid #fff; color:#6274e3; text-align:center; font-size:1.9em; padding:2% 10%; margin: 0 10%;}
.tels_div span { font-size:1.1em; font-weight:bold; }
.contacto_div { width:80%; background-color:#6274e3; text-align:center; font-size:1.9em; padding:2% 10%; margin: 30px 10% 0 10%;}
.contacto_div a { color:#fff;  }
.contact-form {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.contact-form h5 {
    font-size: 2em;
    color: #333;
}
.contact h4 {
    margin: 0 0 .5em;
}
.contact p a {
    color: #04B7B7;
}
.contact p a:hover{
    color: #999;
}
.info ul {
    padding: 0;
    list-style: none;
}
.faq li {
    margin-top: 0.5em;
}
.faq li:nth-child(1) {
    margin: 0;
}
.faq li a {
    padding: 1em;
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    background: #000;
    text-align: center;
}
.faq li a:hover,.faq li a.active{
	color: #fff;
	background:#002B38;
}
.faq span.glyphicon {
    margin-left: 1em;
    vertical-align: middle;
    font-size: 1.1em;
    top: 0;
}
.faq li a.active span.glyphicon {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
}
.faq iframe {
    width: 100%;
    min-height: 25em;
    border: none;
}
/*--//faq--*/
.contact-form p {
    color: #999;
    margin: 1em 0 3em;
}
.form-left {
    padding-left: 0;
}
.form-right {
    padding-right: 0;
}
.contact input[type="text"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 2em;
    border: none;
    border-bottom: solid 1px #999;
    -webkit-appearance: none;
    display: inline-block;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: none;
    border-bottom: solid 1px #999;
    min-height: 10em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.7em 5em;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #385f95;
    transition: 0.5s all;
    border: 2px solid #385f95;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #385f95;
}
::-webkit-input-placeholder{
	color:#999 !important;
}
.contact input[type="text"]:hover,.contact input[type="text"]:focus,.contact textarea:hover,.contact textarea:focus{
    border-color: #002B38;
}
/*--//contact--*/
/*--address--*/
.address {
    background: #E0E0E0;
    padding: 1.5em 0;
}
.address ul{
	padding:0;
	margin:0;
}
.address ul li {
    list-style-type: none;
    font-size: 1.3em;
    color: #333;
    display: inline-block;
    width: 33%;
    text-align: center;
}
.address ul li i.phon {
    font-size: 1.5em;
    color: #385f95;
    font-family: 'Aladin', cursive;
	margin-right: 0.5em;
}
.address ul li i.glyphicon {
    font-size: 1em;
    color: #385f95;
    margin-right: 0.5em;
}
.address ul li a{
	color:#333;
}
.address ul li a:hover{
	color:#385f95;
}
/*--//address--*/
/*--footer--*/
.footer {
    padding: 5em 0;
    text-align: center;
    background: url('../images/bg_cont2.png') 0 0 repeat;
}
.footer h3 {
    font-size: 4em;
}
.footer h3 a{
    color:#fff;
}
.footer p {
    color: #fff;
    margin: 1em 0 2em;
}
.footer p a{
    color: #385f95;
}
.footer p a:hover{
    color: #fff;
}
.footer .social-icons ul li:nth-child(3) {
    margin-right:.5em;
}
.footer .social-icons ul li a:hover {
    border-radius: 32px;
}
/*--//footer--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
	z-index:999;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 820px;
  text-align: center;
}

/*--contact start here--*/
.contacto{
		padding:4em 0em;
        background-image: url(../images/bg-contacto.jpg);
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        text-align: center;
}
.contacto h2 { margin-bottom: 1em; }
.contacto p { color: #fff; }
.contacto .btn { color: #fff; margin-top: 2em; }
.contacto .btn:hover { color: #333; }
.contact-top{
  text-align: center;
  padding: 0em 0em 2em 0em;
}
.contact-top h3 {
  font-size: 2.5em;
  font-weight: 600;
  color: #bd4e83;
  margin: 0em 0em 0.2em 0em ;
  font-family: 'Merriweather', serif;
}
.contact-top p {
  font-size: 1em;
  font-weight: 400;
  color: #777676;
  line-height: 1.6em;
  width: 68%;
  margin: 0 auto;
}
.contact-bottom{
	margin-top:4%;
}
.map iframe {
  width: 100%;
  height: 250px;
  border: none;
}
.contact-text{
	margin-top:4%;
}
.contact-left input[type="text"] {
  width: 100%;
  margin: 0px 0px 10px 0px;
  color: #747373;
  background: none;
  padding: 10px 10px;
  outline: none;
  border: 1px solid #949494;
    font-size: 15px;
}
.contact-left textarea {
	width: 100%;
	color: #747373;
	resize: none;
	background: none;
	height: 12.7em;
	padding: 10px;
	outline: none;
	border: 1px solid #949494;
	margin-top: 0.5%;
}
.contact-left input[type="submit"] {
	color: #fff;
	padding: 9px 42px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	margin: 10px 0 0 0px;
	background: #bd4e83;
	outline: none;
	border :none;
}
.contact-left input[type="submit"]:hover{
	background: #000;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.address h5{
	color:#000;
	font-size:1.3em;
	font-weight:700;
	margin: 1em 0em 0.3em 0em;
}
.contact-right h3 {
  font-size: 1.6em;
  font-weight: 600;
  color: #F2AF00;
  margin: 0em 0em 0.3em 0em;
}
.contact-right h4 {
  font-size: 1em;
  font-weight: 400;
  color: #949494;
  line-height: 1.4em;
  margin: 0em 0em 0.3em 0em;
}
.address p{
	color: #999;
	font-size: 14px;
	line-height: 1.6em;
}
.address p span{
	display:block;
}
.address p a{
	color: #999;
}
.contact-left {
  padding: 0em;
}

/*--//slider-up-arrow--*/
.bg-light {
    background-color: 
    #fff!important;
}

.navbar-collapse {

    justify-content: flex-end;
    padding: 1em;

}

/*---- responsive-design -----*/
@media(max-width:1440px){
.banner-text-info {
	width: 42%;
	margin: 12em auto 0;
}
.banner {
    height: auto;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 760px;
  text-align: center;
}
}
@media(max-width:1366px){
	.banner {
    
}
.banner-text-info {
    width: 44%;
    margin: 11em auto 0;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 4em 0;
}

.servc-grids, .team-info {
    
}
.resp-tabs-list {
    padding: 4em 0 2em;
}
.twitter {
    padding: 5em 0;
}
.footer {
    padding: 4em 0;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 720px;
  text-align: center;
}
}
@media(max-width:1280px){
.banner {
    height: auto;
}
.banner-text-info {
    width: 47%;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2.8em;
}
.top-nav ul li {
    margin: 0 1.5em;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 5em 0;
}
.welcome h4 {
    font-size: 1.6em;
    width: 70%;
}
.team {
    padding: 5em 0 7em;
}
}
@media(max-width:1080px){
.top-nav ul li a.sign-in {
    padding: .5em 1em;
    font-size: 1.1em;
}
.top-nav ul li {
    margin: 0 1.2em;
}
.banner-text-info {
    width: 50%;
	margin: 9em auto 0;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2.6em;
}
.banner-text p {
    font-size: 1em;
    margin-top: 0.5em;
}
.more a {
    font-size: 1em;
    padding: .9em 1.8em;
}
.button-tamaya::before {
    padding-top: 0.9em;
}
.modal-dialog {
    margin: 9em auto 0;
}
.callbacks_nav {
    left: 11%;
}
.callbacks_nav.next {
    right: 11%;
}
h3.title {
    font-size: 3.8em;
}
.banner {
    height: auto;
}
.welcome-text h5 {
    margin-top: 1.4em;
}
.servc-grids, .team-info {
    margin-top: 3em;
}
.servc-grid {
    padding: 0 2em;
}
.team-grids.team-mdl {
    margin: 0 1.5em;
}
.team-grids.team-mdl1 {
    margin-right: 1.5em;
}
.team-grids {
    border: 8px solid #404040;
    padding: 2em 1.5em;
	width: 23%;
}
.team-grids p {
    margin-top: 0.6em;
}
.resp-tabs-list {
    padding: 3em 0 1em;
}
.twitter {
    padding: 4em 0;
}
.twitter h4 {
    margin-top: 1em;
    padding-bottom: 1em;
}
p.twit-text {
    margin: 1em auto 0;
    letter-spacing: 0px;
}
.address ul li {
    font-size: 1.2em;
}
.faq iframe {
    min-height: 20em;
}
.footer {
    padding: 3.5em 0;
}
}
@media(max-width:1024px){
    .imagen-banner-right { padding-top: 2em; }
.banner-text-info {
    width: 53%;
	margin: 8em auto 0;
}
.banner {
    height: auto;
}
.flex-control-nav {
  top: 620px;
}
.contact-form {
    width: 70%;
}
}
@media(max-width:991px){
.logo h1 {
    font-size: 3.6em;
}
.top-nav {
    padding-top: 1em;
}
.top-nav ul li a {
   
}
.top-nav ul li {
    margin: 0 0.8em;
}
.top-nav ul li:nth-child(6) {
    margin-right: 0;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2.4em;
}
.banner-text-info {
    width: 55%;
    padding: 3em;
}
.banner {
    height: auto;
}
.welcome h4 {
    font-size: 1.4em;
    width: 80%;
}
p.w-text {
    width: 100%;
    letter-spacing: 0px;
}
.welcome-row {
    margin-top: 2em;
}
.welcome-grids {
    float: left;
    width: 33.33%;
    padding: 0 .5em;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 4em 0;
}
.servc-grid {
    padding: 0 1em;
    float: left;
    width: 33.33%;
}
.servc-grid.servc-grid-btm {
    margin-top: 3em;
}
.team {
    padding: 4em 0 6em;
}
.team-grids {
    padding: 1.3em 1em;
    width: 23.8%;
    float: left;
    border: 5px solid #404040;
}
.team-grids.team-mdl {
    margin: 0 .8em;
}
.team-grids.team-mdl1 {
    margin-right: .8em;
}
.team-grids h5 {
    font-size: 1.6em;
}
.team-grids p {
    font-size: .9em;
}
.team .social-icons ul li a {
    background-position: 3px -66px;
    background-size: 110%;
    height: 30px;
    width: 30px;
}
.team .social-icons ul li a.fb {
    background-position: 1px -32px;
}
.team .social-icons ul li a.in {
    background-position: 1px -98px;
}
.team .social-icons ul li:nth-child(2) {
    margin: 0 .3em;
}
.welcome-text h5 {
    margin-top: 1.3em;
    font-size: 3em;
}
h3.title {
    font-size: 3.6em;
}
.servc-grids, .team-info {
    margin-top: 2em;
}
.callbacks_tabs {
    bottom: 8%;
}
.resp-tab-item {
    margin: 0 1em 0;
}
.portfolio-grids {
    float: left;
    width: 33.33%;
    padding: 0 .5em;
}
.portfolio-grids.portfolio-two {
    width: 66.67%;
}
.tab_img {
    padding: 0.5em 0 0;
}
.portfolio-grids.portfolio-three {
    width: 53%;
}
.b-wrapper h5 {
    font-size: 2.5em;
    margin-top: 2em;
}
p.twit-text {
    width: 100%;
}
.contact-form {
    width: 90%;
}
.form-left,.form-right  {
    float: left;
    width: 50%;
}
.contact-form p {
    margin: 1em 0 2em;
}
.address ul li {
    font-size: 1.1em;
    width: inherit;
}
.address ul li:nth-child(2) {
    margin: 0 2.5em;
}
.faq li a {
    font-size: 1.1em;
}
.footer {
    padding: 2.5em 0;
}
.footer h3 {
    font-size: 3.5em;
}
}
@media(max-width:800px){
.callbacks_nav {
    height: 40px;
    width: 40px;
    background-size: 174%;
}
.callbacks_nav.next {
    background-position: -16px 9px;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2em;
}
.banner-text-info {
    width: 57%;
    padding: 2.5em;
	margin: 7em auto 0;
}
.more a {
    padding: .7em 1.8em;
}
.button-tamaya::before {
    padding-top: 0.7em;
}
.banner {
    height: auto;
}
.callbacks_nav {
    top: 50%;
}
.b_label {
    font-size: 1.1em;
}
.contact input[type="submit"] {
    padding: 0.6em 4em;
}
.faq iframe {
    min-height: 17em;
}
.footer p {
    margin: 1em 0 1.5em;
}
}
@media(max-width:768px){
.welcome, .skills, .services, .portfolio, .contact {
    padding: 3em 0;
}
h3.title {
    font-size: 3.4em;
}
.welcome h4 {
    font-size: 1.3em;
	border-bottom: 1px dashed #E0B5B8;
}
.servc-grid span {
    font-size: 2em;
}
.servc-grid h4 {
    font-size: 1.3em;
    margin-left: 0.8em;
    line-height: 1em;
}
.team {
    padding: 3em 0 5em;
}
.twitter .social-icons ul li a {
    width: 45px;
    height: 45px;
    background-position: 3px 3px;
}
.twitter h4 {
    font-size: 1.4em;
}
.twitter h4:after {
    width: 70px;
    left: 45.5%;
}
.twitter {
    padding: 3.5em 0;
}
p.twit-text {
    width: 77%;
}
.contact input[type="text"] {
    margin-bottom: 1em;
}
.contact input[type="submit"] {
    padding: 0.6em 3em;
}
.footer h3 {
    font-size: 3em;
}
}
@media(max-width:767px){
.top-nav {
    margin: 0 2em;
}

button.navbar-toggle {
    background: #a4c735;
    border-color: #a4c735;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.top-nav ul li {
    display: block;
	margin: .5em 0;
}
.top-nav ul li a {
    padding: 5px 0;
}
div#bs-example-navbar-collapse-1 {
    background: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 87%;
    z-index: 999;
}
ul.nav.navbar-right {
    text-align: center;
}
.navbar-right .dropdown-menu {
    min-width: 100%;
    position: relative;
	text-align:center;
	z-index: 99999;
}
.menu__link::before, .menu__link::after {
    height: 2px;
}
.top-nav ul li a.sign-in {
    padding: .5em 3em;
    display: inline-block;
}
.flex-control-nav {

  top: 520px;

}
}
@media(max-width:640px){
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.8em;
}
.banner-text-info {
    width: 73%;
}
.callbacks_nav {
    left: 3%;
}
.callbacks_nav.next {
    right: 3%;
}
.banner-text-info {
    margin: 5.5em auto 0;
}
.banner {
    height: auto;
}
.banner-text p {
    letter-spacing: 0px;
}

.welcome h4 {
    margin: 0.5em auto;
    line-height: 1.4em;
	width: 85%;	
}

.welcome-row {
    margin-top: 1.5em;
}
.welcome-grids {
    padding: 0 .2em;
}
.welcome-text h5 {
    margin-top: 1.2em;
    font-size: 2.5em;
}
.skills-info {
    margin-top: 1.5em;
}
.bar_group__bar.thin {
    margin-bottom: 1.5em;
}
.team-grids {
    padding: 3em 1em;
    width: 35.2%;
    margin: 0 3.5em;
}
.team-grids.team-mdl {
    margin: 0 .8em 1em;
}
.callbacks_tabs {
    bottom: 4%;
}
.resp-tabs-list {
    padding: 2em 0 1em;
}
.contact textarea {
    min-height: 8em;
}
.contact input[type="submit"] {
    font-size: 1em;
}
.address ul li {
    font-size: 0.9em;
}
.address ul li:nth-child(2) {
    margin: 0 2em;
}
#toTop {
    width: 35px;
    height: 35px;
    background-size: cover;
}

.team-grids {
    width: 39%;
    margin: 0 2.5em;
	padding: 2em 1em;
}
.team-grids:hover div.team-img {
    top: -130%;
}
.b-wrapper h5 {
    font-size: 2em;
}
.twitter {
    padding: 3em 0;
}
.address ul li {
    display: block;
}
.address ul li:nth-child(2) {
    margin: 1em 0;
}
.faq iframe {
    min-height: 13em;
}
.footer h3 {
    font-size: 2.8em;
}
.footer p {
    margin: 0.3em 0 1em;
}
select {
    width: 85%;
}
.publi-second {margin: 0.5em 0;}
.navbar h1 { width: 70%; }
.navbar h1 img { width: 100%; }
.top-nav ul li {
    
    text-align: center;
    border-bottom: 1px solid 
    #ece5e5;
    padding-bottom: 6px;
}
}
@media(max-width:600px){
.booking-info h3 {
    font-size: 1.7em;
}
.booking-form {
    margin-top: 1.5em;
}
select {
    width: 91%;
}

}
@media(max-width:480px){
.logo h1 {
    font-size: 3em;
}
.top-nav {
    margin: 0 1em;
}
button.navbar-toggle {
    margin: 5px 5px 0;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.6em;
}
.banner-text-info {
    width: 75%;
    padding: 2em 1em 1em;
}
.banner-text p {
    font-size: 0.9em;
}
.banner {
    height: auto;
}
.banner-text-info {
    margin: 4em auto 0;
}
.flex-control-nav {
  top: 360px;

}

.callbacks_nav {
    height: 35px;
    width: 35px;
    background-size: 174%;
	background-position:7px 7px;
}
.callbacks_nav.next {
    background-position: -14px 7px;
}
h3.title {
    font-size: 3em;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 2.5em 0;
}
.welcome h4 {
    width: 100%;
}
.welcome h4 {
    padding-bottom: 0.5em;
}
p {
    font-size: 0.9em;
}
.welcome-text h5 {
    font-size: 2em;
}
.b_label {
    font-size: 1em;
}
.ubicacion-lista { font-size: 1em; }

.servc-grid {
    width: 50%;
}
.servc-grid:nth-child(1),.servc-grid:nth-child(2){
    margin-bottom: 2em;
}
.servc-grid.servc-grid-btm:nth-child(4) {
    margin: 0;
}
.servc-grid.servc-grid-btm {
    margin-top: 2em;
}
.team-grids {
    width: 46%;
    margin: 0 0.8em;
}
.team-grids.team-mdl1 {
    margin-right: 0;
}
.team-grids.team-mdl {
    margin: 0 0 1em;
}
.resp-tab-item {
    margin: 0 0.8em 0;
    font-size: 0.9em;
}
.portfolio-grids {
    padding: 0 .2em;
}
.b-wrapper h5 {
    font-size: 1.6em;
}
.tab_img {
    padding: 0;
}
.resp-tabs-list {
    padding: 1.5em 0 1em;
}
p.twit-text {
    width: 100%;
    font-size: 0.9em;
}
.twitter h4 {
    padding-bottom: 0.5em;
	margin-top: 0.8em;
}
.twitter h4:after {
    width: 90px;
    left: 40.5%;
}
.contact-form {
    width: 100%;
}
.contact-form p {
    margin: 0.5em 0 1em;
}
.footer {
    padding: 2em 0;
}
.social-icons ul li a {
    background-position: 4px 4px;
    background-size: 100%;
    height: 35px;
    width: 35px;
}
.social-icons ul li a.fb {
    background-position: 1px -32px;
}
.social-icons ul li a.in {
    background-position: 5px -67px;
}
.social-icons ul li:nth-child(2) {
    margin: 0 .3em;
}
.social-icons ul li a.fb {
    background-position: 3px -32px;
}
.social-icons ul li a.dott {
    background-position: 3px -102px;
}
.callbacks_tabs {
    left: 43%;   
}
@media(max-width:414px){
button.navbar-toggle {
    margin: 3px 5px 0;
    padding: 8px 8px;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.5em;
}
.more a {
    font-size: 0.9em;
    margin-top: 0.5em;
}

.button-tamaya::before, .button-tamaya::after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -moz-transition: transform 0.6s;
}
.banner {
    height: auto;
}
.welcome-grids {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    float: none;
}
.welcome-grids {
    margin: 0.5em auto;
}
.welcome-text h5 {
    margin-top: 2.6em;
}
.servc-grid {
    padding: 0 0.5em;
}
.servc-grid:nth-child(1), .servc-grid:nth-child(2) {
    margin-bottom: 1.5em;
}
.servc-grid.servc-grid-btm {
    margin-top: 1.5em;
}
.team {
    padding: 2.5em 0 4em;
}
.team-grids p {
    font-size: .87em;
}
.team-grids {
    width: 49%;
    margin: 0 0.2em 0 0;
    padding: 1.2em 1em;
}
.team-grids.team-mdl {
    margin: 0 0 .5em;
}
.team-grids.team-mdl1 {
    margin-right: 0.2em;
}
.social-icons {
    margin-top: 0.5em;
}
.resp-tab-item {
    margin: 0 1em 0.5em;
}
.b-wrapper h5 {
    font-size: 1.3em;
}
.twitter {
    padding: 2.5em 0;
}
.twitter .social-icons ul li a {
    width: 40px;
    height: 40px;
    background-position: 4px 3px;
}
.twitter h4 {
    margin-top: 0.6em;
    font-size: 1.2em;
}
.twitter h4:after {
    left: 37%;
}
.form-left, .form-right {
    float: none;
    width: 100%;
	padding: 0;
}
.contact input[type="text"] {
    font-size: 0.9em;
	padding: .6em 1em;
}
.contact textarea {
    min-height: 6em;
}
.contact input[type="submit"] {
    font-size: 0.9em;
}
.footer h3 {
    font-size: 2.5em;
}

.top-nav ul li a.sign-in {
    padding: .5em 2em;
}
.book_date span.glyphicon-calendar, .book_date span.glyphicon-map-marker {
    font-size: 0.9em;
}
.date_btn {
    margin: 1em 0 0 0;
}
}
@media(max-width:375px){
.banner-text p {
    font-size: 0.87em;
}
.banner-text-info {
    margin: 3em auto 0;
    padding: 1.5em 1em 1em;
}
.callbacks_nav {
    height: 30px;
    width: 30px;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.3em;
}
.more a {
    padding: .6em 1.5em;
}
.button-tamaya::before {
    padding-top: 0.6em;
}
.banner {
    height: auto;
}
.welcome-grids {
    /* width: 100%; */
}
.welcome-text h5 {
    margin-top: 3em;
}
.bar-left,.bar-right{
    float: none;
    width: 100%;
    padding: 0;
}
.servc-grid {
    width: 100%;
    float: none;
}
.servc-grid:nth-child(3){
    margin-bottom: 1.5em;
}
.servc-grids, .team-info {
    margin-top: 1em;
}
.team {
    padding: 2.5em 0 3em;
}
.team-grids {
    width: 77%;
    margin: 0 auto 0.5em;
    padding: 4em 1em;
    float: none;
}
.team-grids.team-mdl{
	 margin: 0 auto 0.5em;
}
.team-grids.team-mdl1 {
    margin-right: auto;
}
.callbacks_tabs {
    bottom: 1%;
    left: 41%;
}
.resp-tab-item {
    margin: 0 1.8em 0.8em;
}
}
@media(max-width:320px){
.logo h1 {
    font-size: 2.8em;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.1em;
}
.banner-text p {
    font-size: 0.85em;
}
.banner-text-info {
    padding: 1em 0.5em 0.5em;
    width: 80%;
}
.banner {
    height: auto;
}
.flex-control-nav {
  top: 330px;

}
.callbacks_nav {
    left: 0%;
}
.callbacks_nav.next {
    right: 1%;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 2em 0;
}
h3.title {
    font-size: 2.5em;
}
.welcome h4 {
    font-size: 1.2em;
}
p {
    font-size: 0.87em;
}
.servc-grid:nth-child(1), .servc-grid:nth-child(2) {
    margin-bottom: 1em;
}
.team {
    padding: 2em 0 3em;
}
.team-grids {
    width: 86%;
    padding: 3em 1em;
}
.callbacks_tabs {
    bottom: 1.5%;
    left: 39%;
}
.resp-tab-item {
    margin: 0 1.5em 0.8em;
}
.resp-tabs-list {
    padding: 1.5em 0 0.5em;
}
.portfolio-grids {
    padding: 0;
    margin-bottom: .5em;
	float: none;
    width: 100%;
}
.portfolio-grids.portfolio-two {
    width: 100%;
}
.b-wrapper h5 {
    font-size: 2em;
    margin-top: 4em;
}
.portfolio-grids.portfolio-two .b-wrapper h5 {
	 margin-top: 1.5em;
}
p.twit-text {
    font-weight: 400;
    font-size: 0.89em;
}
.contact input[type="text"] {
    margin-bottom: 0.5em;
}
.address ul li:nth-child(2) {
    margin: 0.8em 0;
}

.footer h3 {
    font-size: 2.3em;
}
.top-nav ul li a.sign-in {
    padding: .4em 1.5em;
}
.modal-body {
    padding: 1em;
}

}
/*--//responsive-design---*/
