body{
margin: 0px;
padding: 0px;
font-family: 'Inter';
}
.header__wrap {
position: relative;
overflow: hidden;
height: 80px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block !important;
}
.header__wrap.no--shadow .header__position{
box-shadow: none !important;
}
.page-inicio .header__position{
background: transparent;
}
.page-inicio .header__wrap{
height: 0 !important;
}
.header__wrap.active--especialidades .header__position{
background: #fff;
}
.header_phone__fixed{
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 100%;
background: #00AF41;
text-align: center;
position: fixed;
color: #fff;
font-size: 18px;
bottom: 20px;
right: 10px;
transition: all .1s linear;
z-index: 200;
text-decoration: none;
}
.header_phone__fixed.off{
opacity: 0;
visibility: hidden;
}
.header__position {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 800;
background: #fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header__container {
max-width: 1290px;
height: 100%;
width: 100%;
margin: auto;
padding: 0 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: space-between;
}
.header__wrap.header--scrolling {
height: 80px;
background: #fff;
}
.header__wrap.header--scrolling .header__position {
height: 80px;
background: #fff;
box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.header__logo {
max-width: 254px;
width: 100%;
}
.header__logo img {
display: block;
width: 100%;
height: auto;
}
body.active {
overflow: hidden;
}
.header__especialidades{
transition: all 0.25s ease-in-out;
}
.header__especialidades.off{
opacity: 0;
visibility: hidden;
}
.header__especialidades__inside{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
cursor: pointer;
position: relative;
}
.header__especialidades__inside > span{
color: #005CB8;
margin: 0;
font-size: 20px;
margin-right: 12px;
display: block;
}
.header__especialidades__inside > p{
color: #005CB8;
text-transform: uppercase;
font-size: 16px;
font-family: "ProximaNova-Regular", sans-serif;
margin: 0;
}
.header__button__search__menu{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center
align-items: center
}
.header__search{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
width: 40px;
text-align: center;
justify-content: center;
margin-left: 25px;
cursor: pointer;
}
.header__search > span{
color: #005CB8;
margin: 0;
display: block;
font-size: 20px;
}
.header__menu{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
cursor: pointer;
margin-left: 20px;
position: relative;
}
.header__menu.active .header__menu__close{
opacity: 1;
visibility: visible;
}
.header__menu.active .header__menu__open{
opacity: 0;
visibility: hidden;
}
.header__menu__close{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
opacity: 0;
visibility: hidden;
transition: all .25s linear;
}
.header__menu__open{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
transition: all .25s linear;
}
.header__menu p{
margin: 0;
font-size: 14px;
font-family: "ProximaNova-Regular", sans-serif;
color: #005CB8;
text-transform: uppercase;
margin-left: 15px;
}
.header__menu span{
color: #005CB8;
margin: 0;
display: block;
}
.header__menu__sidebar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 700;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: start;
-moz-box-align: start;
-o-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 80px;
padding-bottom: 30px;
padding-left: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
-moz-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
-o-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
-ms-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.header__menu__sidebar.active {
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
-moz-transform: matrix(1, 0, 0, 1, 0, 0);
-o-transform: matrix(1, 0, 0, 1, 0, 0);
-ms-transform: matrix(1, 0, 0, 1, 0, 0);
transform: matrix(1, 0, 0, 1, 0, 0);
}
.header__menu__overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
visibility: hidden;
z-index: 500;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
pointer-events: none;
}
.header__menu__overlay.active {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
visibility: visible;
pointer-events: auto;
}
.header__menu__sidebar__container{
max-width: 1240px;
width: 100%;
margin: auto;
padding: 0 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;	
}
.header__menu__sidebar__nav{
display: inline-block;
}
.header__menu__sidebar__list{
padding: 0;
}
.header__menu__sidebar__list > li {
list-style: none;
position: relative;
padding-right: 85px;
padding-bottom: 45px; }
.header__menu__sidebar__list > li:last-child {
padding-bottom: 0; }
.header__menu__sidebar__list > li:before{
content: "";
position: absolute;
top: 25px;
right: 0;
width: 85px;
height: 1px;
background: #21292D;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
display: none;
}
.header__menu__sidebar__list > #menu-item-29:before {
display: block;
}
.header__menu__sidebar__list > #menu-item-29 > a.active{
color: #1A1B1C;
}
.header__menu__sidebar__list > li > a {
text-decoration: none;
font-size: 40px;
padding-right: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "ProximaNova-Bold", sans-serif;
color: rgba(114, 114, 112, .45);
-webkit-transition: all .25s linear;
transition: all .25s linear; }
.header__menu__sidebar__list > li.current_page_item > a {
color: #1A1B1C; }
.header__menu__sidebar__list > li > a:hover {
color: #1A1B1C; }
@media screen and (min-width: 1025px){
.header__menu__sidebar__list > li > ul{
position: absolute;
top: 0;
left: 100%;
padding: 0;
padding-left: 30px;
padding-top: 20px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-o-transform: translateY(15px);
-ms-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.header__menu__sidebar__list> li.active > ul {
opacity: 1;
-ms-filter: none;
filter: none;
visibility: visible;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
.header__menu__sidebar__list> li.active:before{
opacity: 1;
visibility: visible;
}
.header__menu__sidebar__list > li > ul > li{
margin-bottom: 25px;
list-style: none;
}
.header__menu__sidebar__list > li > ul > li:last-child{
margin-bottom: 0;
}
.header__menu__sidebar__list > li > ul > li > a{
text-decoration: none;
font-size: 25px;
font-family: "ProximaNova-Bold", sans-serif;
color: rgba(114, 114, 112, .45);
-webkit-transition: all .25s linear;
transition: all .25s linear;
}
.header__menu__sidebar__list > li > ul > li > a:hover{
color: #1A1B1C;
}
.header__menu__logo__image {
background: url(//besco.com.pe/blog/wp-content/themes/wp-theme-blog/assets/images/header-img.png);
background-repeat: no-repeat;
background-size: cover;
width: 580px;
height: 918px;
height: 100vh;
display: block;
position: fixed;
top: 0;
right: -86px;
z-index: 900;
pointer-events: none;
opacity: 0;
visibility: hidden;
transform: scale(.8)
}
.header__menu__logo__image{
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.header__menu__logo__image.active{
opacity: 1;
visibility: visible;
transition-delay: 1s;
transform: scale(1)
}
.header__menu__sidebar .header__menu__logo__image{
display: none;
} .header__menu__sidebar__redes {
margin-top: 50px; }
.header__menu__sidebar__redes ul {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0; }
.header__menu__sidebar__redes li {
list-style: none;
margin: 0;
margin-right: 25px; }
.header__menu__sidebar__redes li:last-child {
margin-right: 0; }
.header__menu__sidebar__redes a {
text-decoration: none;
display: block;
font-size: 20px;
color: rgba(114, 114, 112, .45);
-webkit-transition: all .25s linear;
transition: all .25s linear; }
.header__menu__sidebar__redes a:hover {
color: #1A1B1C; }
.header__menu__sidebar__scroll{
width: 100%;
}
.header__reservar__responsive{
display: none;
}
@media screen and (max-height: 650px) {
.header__menu__sidebar__container{
height: 100%;
}
.header__menu__sidebar__scroll{
height: 100%;
overflow: auto;
}
.header__menu__sidebar{
padding: 120px 0 50px 0;
}
}
@media screen and (max-width: 1600px) {
.header__menu__logo__image{
display: none;
}
.header__menu__sidebar .header__menu__logo__image{
display: block;
}
}
@media screen and (max-width: 1400px) {
.header__menu__logo__image{
right: -180px;	
}
}
@media screen and (max-width: 1400px) {
.header__menu__sidebar__list > li{
padding-bottom: 35px;
}
.header__menu__sidebar{
padding: 110px 0 30px 0;
}
}
@media screen and (max-width: 1024px) {
.header__menu__sidebar__container{
padding: 0 40px 
}
.header__especialidades{
display: none;
}
.header__logo {
max-width: 200px;
}
.header__menu__logo__image{
display: none;
}
.header__menu__sidebar__list > li > ul{
padding-top: 30px;
display: none;
}
.header__menu__sidebar__list > li{
padding-bottom: 30px;
padding-right: 0;
}
.header__menu__sidebar__list > li:before{
display: none;
}
.header__menu__sidebar__list > #menu-item-29:before{
display: none;
}
.header__menu__sidebar__list > li > a{
font-size: 35px;
}
.header__menu__sidebar__list > li > ul{
padding-left: 25px;
}
.header__menu__sidebar{
padding: 90px 0 30px 0;
}
}
@media screen and (max-width: 768px) {
.header__menu__sidebar .header__menu__logo__image{
right: -200px;
}
}
@media screen and (max-width: 767px) {
.header__logo {
max-width: 175px;
}
.header__menu__sidebar .header__menu__logo__image{
display: none;
}
.header__menu__sidebar__container{
padding: 0 25px 
}
.header__menu__sidebar__list > li > a{
font-size: 25px;
}
.header__menu__sidebar__list > li > ul{
padding-left: 15px;
}
.header__menu__sidebar__list > li > ul > li > a{
font-size: 20px;
}
.header__menu__sidebar__redes{
margin-top: 45px;
}
.header__menu p{
display: none;
}
.header__menu__open{
width: 30px;
height: 30px;
line-height: 30px;
justify-content: center;
text-align: center;
}
.header__menu__close{
width: 100%;
height: 100%;
justify-content: center;
}
}
@media screen and (max-width: 480px) {
.header__menu__sidebar__list > li > a{
font-size: 25px;
}
.header__menu__sidebar__list > li > ul{
padding-left: 10px;
}
.header__menu__sidebar__list > li > ul > li > a{
font-size: 18px;
}
.header__menu__sidebar__redes{
margin-top: 30px;
}
.header__button{
display: none;
}
.header__reservar__responsive{
display: inline-block;
margin-bottom: 15px;
}
}
.espe__prog__content{
position: relative;
}
.espe__prog__content__item{
position: absolute;
top: 0;
height: 100%;
left: 0;
opacity: 0;
visibility: hidden;
z-index: -1;
}
.espe__prog__content__item.active{
position: relative;
opacity: 1;
visibility: visible;
z-index: 1;
} .programas__wrap{
padding: 38px 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.programas__espe__item:hover .programas__espe__item__img img{
transform: scale(1.1)
}
.programas__espe__item__img {
overflow: hidden;
}
.programas__espe__item__img img{
width: 100%;
height: auto;
display: block;
transition: all .25s linear;
}
.programas__wrap__title{
padding: 0 30px;
}
.programas__wrap__title h3{
font-size: 15px;
font-family: "ProximaNova-Semibold", sans-serif;
color: #005CB8;
margin: 0;
margin-bottom: 30px;
}
.espe__prog__block__overlay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.espe__prog__block__overlay.active{
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.header__button__overlay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.header__button__overlay.active{
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.espe__prog__block{
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
max-width: 1270px;
width: 100%;
height: auto;
background: #fff;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
opacity: 0;	
visibility: hidden;
transition: .25s ease-in-out;
pointer-events: none;
-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
border-top: 1px solid #eaeaea;
}
.espe__prog__block.active{
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.espe__prog__sidebar{
width: 30%;
background: #E9EEF2;
padding-bottom: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.espe__prog__sidebar__link__cats{
border-bottom: 1px solid #ded7d7
}
.espe__prog__sidebar__link{
border-bottom: 1px solid #ded7d7;
cursor: pointer;
text-decoration: none;
} .espe__prog__sidebar__link.active .espe__prog__sidebar__link__inside{
background: #fff;
}
.espe__prog__sidebar__link.active .espe__prog__sidebar__link__inside h3{
color: #00AE41;
}
.especialidades--link.active .espe__prog__sidebar__link__inside{
background: #E9EEF2;
}
.especialidades--link.active .espe__prog__sidebar__link__inside h3{
color: #1A1B1C;
} .espe__prog__sidebar__link__inside{
min-height: 55px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
padding: 10px 25px 10px 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.espe__prog__sidebar__link__inside h3{
margin: 0;
width: 100%;
position: relative;
font-size: 16px;
color: #1A1B1C;
font-family: "ProximaNova-Semibold", sans-serif;
transition: all .25s linear;
}
.espe__prog__sidebar__link__inside h3:before{
content: "\e915";
font-family: 'icomoon';
color: #616366;
position: absolute;
display: block;
top: 3px;
right: 0;
font-size: 10px;
transform: rotate(90deg);
}
.espe__prog__sidebar__link__cat{
min-height: 55px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
padding: 10px 25px 10px 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all .25s linear;
cursor: pointer;
text-decoration: none;
}
.espe__prog__sidebar__link__cat.active{
background: #fff;
}
.espe__prog__sidebar__link__cat.active .espe__cat__img__silver{
opacity: 0;
visibility: hidden;
}
.espe__prog__sidebar__link__cat.active .espe__cat__img__color{
opacity: 1;
visibility: visible;
}
.espe__prog__sidebar__link__cat.active h4{
color: #00AE41;
}
.programas--link .espe__prog__sidebar__link__inside h3:before{
transform: inherit;
} .espe__prog__sidebar__link__cat__img{
position: relative;
width: 20px;
height: 20px;
}
.espe__prog__sidebar__link__cat__img .espe__cat__img__color{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: all .25s linear;
}
.espe__cat__img__silver{
transition: all .25s linear;
}
.espe__prog__sidebar__link__cat h4{
color: #727270;
margin: 0;
margin-left: 12px;
position: relative;
width: 100%;
}
.espe__prog__sidebar__link__cat h4:before{
content: "\e915";
font-family: 'icomoon';
color: #616366;
position: absolute;
top: 3px;
right: 0;
font-size: 10px;
} .espe__prog__content{
width: 70%;
}
.programas__espe__items{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
}
.programas__espe__item{
display: block;
text-decoration: none;
width: 33.33%;
padding: 0 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.programas__espe__item:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 1px;
height: 90%;
background: rgba(114, 114, 112, 0.10);
right: 0;
}
.programas__espe__item:last-child:before{
display: none;
}
.programas__espe__item__info{
text-align: center;
}
.programas__espe__item__info h3{
font-size: 15px;
font-family: 'ProximaNova-Bold';
color: #0180FF;
margin-bottom: 18px;
}
.programas__espe__item__info p{
font-size: 12px;
font-family: 'ProximaNova-Regular';
color: #727270;
margin: 0;
line-height: 1.4;
}
.programas__espe__button{
margin-top: 55px;
text-align: right;
} .espe__inside__item{
position: absolute;
top: 0;
left: 0;
height: 100%;
opacity: 0;
visibility: hidden;
padding: 30px 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
height: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.espe__inside__item img{
margin: auto;
}
.espe__inside__item.active{
position: relative;
top: 0;
left: 0;
opacity: 1;
visibility: visible;
}
.espe__inside__item h5{
font-size: 15px;
font-family: "ProximaNova-Semibold", sans-serif;
margin: 0;
margin-bottom: 30px;
color: #005CB8;
}
.espe__items{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
.espe__items__button{
text-align: right;
margin-top: 25px;
}
.espe__item{
width: 32%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
padding: 15px 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid transparent;
border-top-left-radius: 22px;
border-bottom-right-radius: 22px;
cursor: pointer;
transition: all .25s ease-in-out;
margin-bottom: 10px;
margin-right: 2%;
text-decoration: none;
}
.espe__item:nth-child(3n+3){
margin-right: 0;
}
.espe__item:hover{
border: 1px solid rgba(114,114,112,0.10)
}
.espe__item:hover .espe__item__info a{
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.espe__item:hover .espe__item__info h3{
color: #0184FF;;
}
.espe__item__image{
width: 43px;
height: 43px;
}
.espe__item__info{
width: calc(100% - 43px);
padding-left: 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.espe__item__info h3{
font-weight: normal;
font-size: 14px;
font-family: "ProximaNova-Regular", sans-serif;
color: #727270;
transition: all .25s ease-in-out;
margin: 0;
line-height: 1.2;
}
.espe__item__info a{
display: block;
font-size: 11px;
color: #00AE41;
margin-top: 5px;
text-transform: uppercase;
font-family: "ProximaNova-Semibold", sans-serif;
opacity: 0;
text-decoration: none;
visibility: hidden;
transform: translateY(10px);
transition: all .25s ease-in-out;
} .header__button{
position: relative;
transition: all 0.25s ease-in-out;
}
.header__search{
transition: all 0.25s ease-in-out;
position: relative;
}
.header__search.off{
opacity: 0;
visibility: hidden;
}
.header__reservar{
position: absolute;
z-index: 20;
top: 170%;
left: 50%;
transform: translateX(-50%);
right: 0;	
width: 260px;
height: 145px;
background: #fff;
opacity: 0;	
visibility: hidden;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;	
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
transition: all .25s ease-in-out;
}
.header__reservar.active{
opacity: 1;
visibility: visible;
}
.header__reservar:before{
content: "";
position: absolute;
top: -10px;
left: 0;
right: 0;
margin: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #ffffff transparent;
}
.header__reservar__num{
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 10px 10px 20px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;	
}
.header__reservar__num span{
font-size: 13px;
padding-right: 22px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "ProximaNova-Regular", sans-serif;
color: #1A1B1C;
}
.header__reservar__num a{
text-decoration: none;
font-size: 18px;
font-family: 'ProximaNova-Extrabld';
color: #1A1B1C;
}
.header__reservar__button{
padding-top: 20px;
text-align: center;
border-top: 1px solid rgba(114, 114, 112, 0.1);
}
.header__button.active .header__reservar{
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 1024px) {
.header__wrap {
height: 70px;
}
.header__position {
height: 70px;
}
}
@media screen and (max-width: 767px) {
.header__wrap {
height: 60px;
}
.header__position {
height: 60px;
}
.header__wrap.header--scrolling {
height: 60px;
}
.header__wrap.header--scrolling .header__position {
height: 60px;
}
}
.browser__wrapper.active .browser__wrap {
opacity: 1;
-ms-filter: none;
filter: none;
visibility: visible;
z-index: 2000;
}
.browser__wrapper.active .browser__overlay {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
visibility: visible;
z-index: 1500;
}
.browser__wrapper.active .browser__close{
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: none;
filter: none;
visibility: visible;
}
.browser__overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
visibility: hidden;
z-index: -1;
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
-moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
-o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
-ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.browser__wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 400px;
background: #fff;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
visibility: hidden;
z-index: -1;
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
-moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
-o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
-ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.browser__container {
max-width: 960px;
margin: auto;
padding: 0 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.browser__close {
position: absolute;
top: 20px;
right: 20px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: 0.2s ease-in-out 0.6s;
-moz-transition: 0.2s ease-in-out 0.6s;
-o-transition: 0.2s ease-in-out 0.6s;
-ms-transition: 0.2s ease-in-out 0.6s;
transition: 0.2s ease-in-out 0.6s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
visibility: hidden;
}
.browser__close__text {
display: block;
margin: 0;
padding-left: 15px;
font-family: "ProximaNova-Regular", sans-serif;
}
.browser__close__icon {
display: block;
margin: 0;
font-size: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
.browser__close:hover .browser__close__icon {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
}
.browser__form {
width: 100%;
}
.browser__button--change {
line-height: 50px;
}
.browser__button {
position: absolute;
top: 0;
right: 0;
}
.input__g__inside{
position: relative;
}
.input__g__input{
color: #727270 !important;
background: #fff !important;
border: none !important;
height: 70px !important; 
line-height: 70px !important;
padding-right: 70px !important;
font-size: 28px !important;
}
.button__g__icono{
width: 60px;
height: 70px;
line-height: 70px;
position: absolute;
top: 0;
right: 0;
padding: 0;
border-radius: 0;
color: #fff;
}
.button__g__inside{
padding: 0;
width: 100%;
height: 100%;
border-radius: 0;
position: relative;
padding: 0 !important;
}
.button__g__icon{
position: absolute;
top: 0;
line-height: 70px;
text-align: center;
width: 100%;
height: 100%;
pointer-events: none;
}
.browser__form  input[type="submit"]{
background: none;
}
.browser__form input[type="text"]{
border-bottom: 1px solid #727270 !important;
}
.browser__form .button__g__icon{
color: #727270;
font-size: 25px;
font-weight: bold;
}
@media screen and (max-width: 1024px){
.button__g__icon{
line-height: 60px;}
.button__g__icono{
height: 60px;
line-height: 60px;}
.input__g__input{
height: 60px !important; 
line-height: 60px !important;
padding-right: 60px !important;
}
.browser__container{
padding: 0 15px;
}
.browser__close__text{
display: none;
}
}
.block__list__map .row__grid{
overflow: hidden;
height: 636px;
}
.block__list__map .slick-list{
overflow: inherit !important;
}
.block__list__map .wrapper__site{
max-width: 100%;
padding: 0;
}
.block__list__map h3{
max-width: 1200px;
padding: 0 20px;
margin: auto;
margin-bottom: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 1200px){
.block__list__map .row__grid{
height: auto;
}
.block__list__map .slick-list{
overflow: hidden !important;
}
.wrapper__list__sedes,
.wrapper__content__mapa{
width: 50%;
}
.block__list__map .slider__sedes__item{
padding: 30px 20px;
}
.wrapper__content__mapa #mapa__container__view{
width: 100%;
}
}
@media screen and (max-width: 768px){
.wrapper__list__sedes,
.wrapper__content__mapa{
width: 100%;
}
}
.phone-fixed.off{
opacity: 0;
visibility: hidden;
}
.phone-fixed {
text-decoration: none;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-o-box-lines: multiple;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-o-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
height: 70px;
position: fixed;
z-index: 200;
right: 20px;
bottom: 70px;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
transition: all .1s linear;
display: none !important;
}
.phone-fixed.active {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-animation: fade-in 1s ease;
-moz-animation: fade-in 1s ease;
-o-animation: fade-in 1s ease;
-ms-animation: fade-in 1s ease;
animation: fade-in 1s ease;
}
.phone_wrap{
display: none;
}
.phone_wrap.active{
display: block;
}
.phone-fixed__circle {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #00AF41;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
position: relative;
z-index: 10;
}
.phone-fixed__circle span {
color: #fff;
font-family: "ProximaNova-Regular", sans-serif;
font-size: 17px;
}
.phone-fixed__phone {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
background-color: #00AF41;
padding: 0.5em 1em;
border-radius: 3px;
position: relative;
margin-top: 8px;
width: 200px;
height: 50px;
margin-top: 5px;
margin-right: 22px;
}
.phone-fixed__phone-text {
margin: 0;
font-size: 15px;
font-family: "ProximaNova-Regular", sans-serif;
color: #fff;
}
.gota1 {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
border-radius: 50%;
width: 50px;
height: 50px;
right: -5px;
z-index: 3;
background-color: rgba(0, 175, 65, 0.74);
-webkit-animation: gota 1s infinite ease;
-moz-animation: gota 1s infinite ease;
-o-animation: gota 1s infinite ease;
-ms-animation: gota 1s infinite ease;
animation: gota 1s infinite ease;
}
.gota2 {
width: 60px;
height: 60px;
right: -10px;
border-radius: 50%;
background-color: rgba(0, 175, 65, 0.5);
-webkit-animation: gota 1s infinite ease;
-moz-animation: gota 1s infinite ease;
-o-animation: gota 1s infinite ease;
-ms-animation: gota 1s infinite ease;
animation: gota 1s infinite ease;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
z-index: 3;
}
@keyframes gota {
0% {
opacity: 1;
-ms-filter: none;
filter: none;
}
20% {
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}
40% {
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
}
60% {
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
}
80% {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}
100% {
opacity: 1;
-ms-filter: none;
filter: none;
}
}
@-moz-keyframes fade-in {
from {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
to {
opacity: 1;
-ms-filter: none;
filter: none;
}
}
@-webkit-keyframes fade-in {
from {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
to {
opacity: 1;
-ms-filter: none;
filter: none;
}
}
@-o-keyframes fade-in {
from {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
to {
opacity: 1;
-ms-filter: none;
filter: none;
}
}
@keyframes fade-in {
from {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
to {
opacity: 1;
-ms-filter: none;
filter: none;
}
}
@media screen and (max-width: 1024px){
.phone-fixed{
display: flex !important;
}
}