#exampleModalLong { margin-top: 7% ;  }
.modal-body { position: relative; padding: 0px;}
@media screen and (max-width: 520px){
#exampleModalLong { margin-top: 35% ;  }
}

.lang-dropdown {
    position: relative;
}

/* ===== Botón ===== */
.lang-dropdown > a {
    color: #007a64!important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.lang-dropdown > a:hover {
    /* color: #77ba5b;!important; */
    transform: translateY(-2px);
}

/* ===== Menú ===== */
.lang-dropdown .dropdown-menu {
    color: #007a64;
    background: rgba(255,255,255);
    border: none;
    border-radius: 0.5rem;
    padding: 10px 0;
    min-width: 160px;
    box-shadow: 0 10px 25px rgba(255,255,255,0.3);
    animation: fadeDropdown 0.3s ease;
    right: 0;
    left: auto;
    font-family: inherit;
}

/* ===== Items ===== */
.lang-dropdown .dropdown-menu li a {
    color: #2F2911!important;
    padding: 10px 0px;
    transition: all 0.3s ease;
}

/* Hover efecto moderno */
.lang-dropdown .dropdown-menu li a:hover { 
    transform: translateX(5px);
    color: #007a64!important;
}

/* Animación */
@keyframes fadeDropdown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lang-dropdown .dropdown-menu li a:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.lang-dropdown .dropdown-menu li:hover {
  background: transparent !important;
}

/* ============================= */
/* 📱 RESPONSIVE - MOBILE */
/* ============================= */

@media (max-width: 767px) {

    /* El dropdown ocupa todo el ancho */
    .lang-dropdown {
        width: 100%;
    }

    .lang-dropdown > a {
        display: block;
        padding: 12px 15px;
        font-size: 16px;
    }

    /* Reset estilo flotante */
    .lang-dropdown .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        background: rgba(255,255,255,0.05);
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-top: 0;
        padding: 0;
        animation: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    /* Items más grandes para dedo */
    .lang-dropdown .dropdown-menu li a {
        padding: 14px 20px;
        font-size: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .lang-dropdown .dropdown-menu li a:hover {
        /* background: rgba(244,197,66,0.2);
        transform: none; */
    }
}

/* ============================= */
/* 📱 RESPONSIVE - MOBILE */
/* ============================= */

@media (max-width: 767px) {

/* El dropdown ocupa todo el ancho */
.lang-dropdown {
    width: 100%;
}

.lang-dropdown > a {
    display: block;
    padding: 12px 15px;
    font-size: 16px;
}

/* Reset estilo flotante */
.lang-dropdown .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    background: rgba(255,255,255,0.05);
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding: 0;
    animation: none;
    opacity: 1;
    visibility: visible;
    transform: none;
}

/* Items más grandes para dedo */
.lang-dropdown .dropdown-menu li a {
    padding: 14px 20px;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.lang-dropdown .dropdown-menu li a:hover {
    background: rgba(244,197,66,0.2);
    transform: none;
}
}






/* Submenu en ingles */


.btn-alt {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-family: "Open Sans", sans-serif;
  /*text-transform: uppercase;*/
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-radius: 9px;
  font-weight: 400;
  color: #007a64;
  position: relative;
  margin-right: 10px;
  /*margin-left: 10px;*/
  margin-bottom: 35px;
  text-decoration: none !important;
  transition: all .4s ease;
  background-color:transparent;
  border:solid 1.5px #007a64; 

}

btn-alt:hover {
  /*background-color: #2F2911;*/
  color: white !important;
  transition: all .4s ease;
}

.custom-close {
    color: ##007a64;  
    opacity: 0.8;
    border: none; 
    font-size: 2rem;  
  }
  .custom-close:hover {
    color: #77ba5b;
    opacity: 1;
  }
  .modal-header {
    padding: 15px;
    background: #007a64;
}

.fondo_desayuno {background:url(../img/apipilpark-menu-desayuno.png); }
.fondo_campestre {background:url(../img/apipilpark-menu-campestre.jpg); }
.fondo_tlecuil {background:url(../img/apipilpark-menu_tlecuil-foto.jpg); }
.fondo_salon {background:url(../img/apipilpark-menu-salon.jpg); }
.fondo_albercas {background:url(../img/apipilpark-menu-albercas.jpg); }
.fondo_mapa {background:url(../img/mapa.jpg); }

.fondo { 
	padding: 26%;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.fondo:before {
	content:'';
	position: absolute;
   top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 124, 98,0.8);
}

.fondo h1 {
	font-size: 60px;
	color: #fff;
	position: relative
}

/* Sweep To Right */
.mb20 { margin-bottom: 20px!important; }
.auto { margin: auto; }
.col-md-4 h3 small{ color:#007a64; }
.fw600{ font-weight: 600!important;}
.sticy { position: sticky; 
         top:80px;
         border:10px solid #1B75CE;
         display:inline-block;
}




.ykon .item {
  -webkit-filter: saturate();
  filter: saturate(); 
  transition: .5s;
}

.ykon .item img {
  /* width: auto !important; */
  max-width: 80%;
  display: inline-block;
  height: auto;
}

/* .ykon .item:hover {
  -webkit-filter: saturate(2.8);
  filter: saturate(2.8); 
}*/


#pricing .price.active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: -30px;
}


/* #pricing{
  transition: 1.5s;
} */

#pricing .price:hover { 
box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
 
}


.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007a64;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.hvr-sweep-to-right-red {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EE2A00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-red:hover, .hvr-sweep-to-right-red:focus, .hvr-sweep-to-right-red:active {
  color: #fff!important;
}
.hvr-sweep-to-right-red:hover:before, .hvr-sweep-to-right-red:focus:before, .hvr-sweep-to-right-red:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.hvr-sweep-to-right-green {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-green:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007a64;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-green:hover, .hvr-sweep-to-right-green:focus, .hvr-sweep-to-right-green:active {
  color: #fff!important;
}
.hvr-sweep-to-right-green:hover:before, .hvr-sweep-to-right-green:focus:before, .hvr-sweep-to-right-green:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Underline From Left */
.hvr-underline-from-left-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left-white:hover:before, .hvr-underline-from-left-white:focus:before, .hvr-underline-from-left-white:active:before {
  right: 0;
}


.hvr-bounce-to-right-blue {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004687;
  color:#fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right-blue:hover, .hvr-bounce-to-right-blue:focus, .hvr-bounce-to-right-blue:active {
  color: white;
}
.hvr-bounce-to-right-blue:hover:before, .hvr-bounce-to-right-blue:focus:before, .hvr-bounce-to-right-blue:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#wrapper {
  height:760px;
}

/* Sweep To Top */
.hvr-sweep-to-top_blue {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top_blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004687;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top_blue:hover, .hvr-sweep-to-top_blue:focus, .hvr-sweep-to-top_blue:active {
  color: transparent;
}
.hvr-sweep-to-top_blue:hover:before, .hvr-sweep-to-top_blue:focus:before, .hvr-sweep-to-top_blue:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/* Sweep To Top */
.hvr-sweep-to-top_white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top_white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top_white:hover, .hvr-sweep-to-top_white:focus, .hvr-sweep-to-top_white:active {
  color: transparent;
}
.hvr-sweep-to-top_white:hover:before, .hvr-sweep-to-top_white:focus:before, .hvr-sweep-to-top_white:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.hvr-sweep-to-top_red {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top_red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DE2A26;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top_red:hover, .hvr-sweep-to-top_red:focus, .hvr-sweep-to-top_red:active {
  color: transparent;
}
.hvr-sweep-to-top_red:hover:before, .hvr-sweep-to-top_red:focus:before, .hvr-sweep-to-top_red:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.btn_group_blue a{
    color: #004687;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #004687;
    padding: 14px 30px;
    /*padding-left: 55px;*/
    border-radius: 5px;
    line-height: 15px;
}


.btn_group_red a{
    color: #DE2A26!important;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #DE2A26;
    padding: 14px 30px;
    /*padding-left: 55px;*/
    border-radius: 5px;
    line-height: 15px;
}


.btn_group_red a:hover{
    background-color: #fff;
    color: #fff!important;
}

.btn_group_white a{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 14px 30px;
    /*padding-left: 55px;*/
    border-radius: 5px;
    line-height: 15px;
}

.btn_group_white a:hover{
    background-color: #fff;
    color: #002E82;
}
/** Fondos **/
.w10 { width:20px;}
.bg-white { background-color:#fff; }
.bgDark { background-color:#f66f24; }
.bgLight { background-color: rgba(220, 173, 49, 0.9); }
.bgGrayDark { background-color:#58595b; }
.bgGrayLight { background-color:#f5f4f2; }
.bg-opacity{ background:rgba(255,255,255,0.2); }
.bg-opacityb{ background:rgba(0,0,0,0.2); }
/** Fuentes **/
.fontPrimaria { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.fontSecundaria { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.font-max { font-size:55px!important;}
.fontMax { font-size:28px; line-height:40px; }
.font-title { font-size:3.5em!important;  line-height:56px!important; }
.font-subtitle { font-size:22px; line-height:26px; }
.font-medium { font-size:18px; line-height:27px; }
.fontNormal { font-size:16px; line-height:26px; }
.fontSmall { font-size:12px;  line-height:13px; }
.fontMini { font-size:10px; }
.font-color { color:#77ba5b!important; }
.font-white { color: #fff!important; }
.font-grey-dark { color:#58595b; }
.font-gray { color:#e6e6e6; }
.font-black { color: #000; }
.font-light { color: #007a64!important; } 
.textCenter, .center { text-align:center; }
.textLeft { text-align:left; }
.textRight { text-align:right; }
.active { color:#007a64!important;}
/** Border **/
.border { border:solid 1px #ccc!important; }
.borderb { border:solid 2px #000!important; }
.shadow {
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow:  0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);			
}

.hide-movil { display:block; }
.only-movil { display:none; }
.hide { display:none; }
.pointer {cursor:pointer; }
.round { -moz-border-radius: 0.5em; border-radius: 0.5em; -webkit-border-radius:0.5em; overflow:hidden; }
.round12 { -moz-border-radius: 12px; border-radius: 12px; -webkit-border-radius:12px; overflow:hidden; }
.lang-active { box-shadow: 0px 0px 24px 2px rgba(255, 255, 255, 0.6);}
/** Opacity **/
/** Margen **/

.mauto { margin:auto; }
.m0 { margin:0px; }
.m5 { margin:5px; }
.m10 { margin:10px; }
.m20 { margin:20px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 {margin-top:30px;}
.mt40 { margin-top:40px; }
.mt80 { margin-top:80px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px!important; }
.mb40 { margin-bottom:40px; }
.mb60 { margin-bottom:60px; }
.mb80 { margin-bottom:80px; }
.mb100 { margin-bottom:80px; }
.mb120 { margin-bottom:80px; }
.mr5 { margin-right:5px; }
.mr10 { margin-left:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-left:20px; }    
.ml10 { margin-left:10px; } 
.ml20 { margin-left:20px; } 
.ml30 { margin-left:30px!important; } 
/** Padding **/
.p0 { padding:0px; }
.p5 { padding:5px; }
.p10 { padding:10px!important; }
.p20 { padding:20px; }
.p30 { padding:30px; }
.p40 { padding:40px; }
.p60 { padding:60px; }
.pt5 { padding-top:5px; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pb5 { padding-bottom:5px; }
.pt3 { padding-top: 3px;}
.pb10 { padding-bottom:10px!important; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:20px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl20 { padding-left:20px; }
.pl30 { padding-left:10px; }
.pl40 { padding-left:20px; }
.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr20 { padding-right:20px; }
.pr25 { padding-right:25px; }
/** Horizontal **/
.h10 { height:10px; } 
.h20 { height:20px; } 
.h30 { height:30px; }
.h40 { height:40px!important; }
.h50 { height:50px!important; }
.h60 { height:60px!important; }
.h80 { height:80px!important;}
.h90 { height:90px; }
.h100 { height:100px!important; }
.h200 { min-height:200px; }
.h125 { min-height:105px!important; }
.h250 { height:250px!important; }
.h300 { min-height:300px; }
.h400 { min-height:400px; }
.h500 { min-height:500px; }
.h600 { min-height:600px; }
.h800 { min-height:800px; }
.h900 { min-height:900px; }
.h1000 { min-height:900px; }


.fz15 { font-size: 15px!important; }
.f30{ font-size:30px!important; }
.f20{ font-size:20px!important; }
.f22{ font-size:22px!important; }


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/** Hover **/

.hover {
	opacity:0.8;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity = 80);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	}
.hover:hover { opacity:1.0; -webkit-opacity:1; -moz-opacity:1; filter: alpha(opacity = 100); }

.hoveri {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity = 100);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	}
.hoveri:hover { opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8; filter: alpha(opacity = 80); }

.hoverout {
	opacity:0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	filter: alpha(opacity = 30);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	}
.hoverout:hover { opacity:1.0; -webkit-opacity:1; -moz-opacity:1; filter: alpha(opacity = 100); }

.hoverColor { background-color:#3B6490; color:#f0f0f0; }
.hoverColor:hover { background-color:#8A9CAF; color:#fff; }

.hoverWhite { color:#4c4c4c; background-color:#fff; }
.hoverWhite:hover { background-color:#fafafa; color:#000; }



.hoverBlur { color:#4c4c4c; background-color:#fff; transition: .5s; }
.hoverBlur:hover { filter: blur(1px);
 -webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
-ms-filter: blur(1px); }


.hoverContrast { color:#4c4c4c; background-color:#fff; transition: .5s; }
.hoverContrast:hover { filter: contrast(150%); 
-webkit-filter: contrast(150%);
-moz-filter: contrast(150%);
-o-filter: contrast(150%);
-ms-filter: contrast(150%); }



.hoverRotate {  transition: .5s; }
.hoverRotate:hover { 

filter: hue-rotate(20deg);
 -webkit-filter: hue-rotate(20deg);
-moz-filter: hue-rotate(20deg);
-o-filter: hue-rotate(20deg);
-ms-filter: hue-rotate(20deg);

}

.hoverShadow { transition: .4s;}
.hoverShadow:hover { -webkit-box-shadow: 4px 3px 14px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 4px 3px 14px 0px rgba(0,0,0,0.4);
box-shadow: 4px 3px 14px 0px rgba(0,0,0,0.4); }



.float-label-control { position: relative; margin-bottom: 1.5em; }
.float-label-control ::-webkit-input-placeholder { color: #ccc; }
.float-label-control :-moz-placeholder { color: #ccc; }
.float-label-control ::-moz-placeholder { color: #ccc; }
.float-label-control :-ms-input-placeholder { color: #ccc; }
.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
.float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 1.3em; box-shadow: none; -webkit-box-shadow: none; }
.float-label-control input:focus,
.float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
.float-label-control textarea:focus { padding-bottom: 4px; }
.float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #aaa; outline: none; margin: 0px; /*background: none;*/ }
.float-label-control textarea { padding: 0.1em 0em 5px 0em; }
.float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #aaaaaa; z-index: -1; font-size: 0.85em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }
.float-label-control input.empty + label,
.float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; animation: none; -webkit-animation: none; }
.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label { z-index: 1; }
.float-label-control input:not(.empty):focus + label,
.float-label-control textarea:not(.empty):focus + label { color: #aaaaaa; }
.float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; } 

@keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

 /** Movil **/

@media only screen and (min-width 520px) and (max-width 720px){


   #mimap {
        background: url('assets/img/mapa-01.jpg')no-repeat;     
        background-position: absolute!important;
        background-size: contain;
        min-height: 100px;    
    }
}

@media screen and (max-width: 520px){

.p40 { padding:10px; } */  
.only-movil { display:block!important; }
.hide-movil { display:none !important; }

#wrapper {
  height:460px;
}

} 
 