@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined&display=swap");
/* CSS Document */

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size: 10px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.mySlides {
  display: none;
  height: auto;
  width: 40%;
  margin: auto;
}
.ad_content {
  width: 100vw;
  height: 100vh;
  display: table;
}
.w3-display-left,
.w3-display-right {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border: none;
  outline: none;
  color: transparent;
  text-decoration: none;
}
.w3-display-left {
  left: 25px;
  background-image: url(images/arrow-left-white.svg);
}
.w3-display-right {
  right: 25px;
  background-image: url(images/arrow-right-white.svg);
}

.ad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
.ad_align {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.ad_img {
  width: 500px;
  height: auto;
}
.icon_close_ad {
  background-image: url(images/icon-close-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 40px;
  height: 40px;
  color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2000;
  transition: transform 0.3s;
}
.icon_close_ad:hover {
  transform: rotate(90deg);
}

.animation {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main_align {
  display: table;
  width: 100%;
  height: 100%;
}
.align {
  display: table-cell;
  vertical-align: middle;
}

.content {
  position: relative;
  min-height: 100vh;
  z-index: 4;
  padding-bottom: 150px;
}
.contentnobanner {
  text-align: center;
  position: relative;
  min-height: calc(100vh - 350px);
  z-index: 2;
  padding: 200px 75px 150px 75px;
}

.contentatracciones {
  position: relative;
  min-height: calc(100vh - 200px);
  width: 100vw;
  text-align: center;
  z-index: 2;
  padding: 200px 0 0 0;
  background: rgba(255, 255, 255, 1);
  background: -webkit-radial-gradient(
    top left,
    rgba(255, 255, 255, 1),
    rgba(170, 222, 255, 1)
  );
  background: -moz-radial-gradient(
    top left,
    rgba(255, 255, 255, 1),
    rgba(170, 222, 255, 1)
  );
  background: radial-gradient(
    to bottom right,
    rgba(255, 255, 255, 1),
    rgba(170, 222, 255, 1)
  );
}
/*

.content_nowrapper {
width: calc(100% - 150px); 
max-width: 1200px; 
margin: auto;
padding: 75px;
}
.content_wrapper {
width: calc(100% - 150px); 
margin: auto;
padding: 200px 75px 75px 75px;
}
*/

/*HEADER*/

header {
  width: 100vw;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.shadow {
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.5);
  background-color: #fff !important;
}
.bgwhite {
  background-color: #fff !important;
}
.topbar {
  padding: 0 75px 0 75px;
  width: calc(100% - 150px);
  height: 50px;
  background-color: #3f9dda;
}
.topbar_left {
  float: left;
  width: 50%;
  display: table;
  height: 100%;
}
.topbar_right {
  float: right;
  width: 50%;
  height: 100%;
  text-align: right;
  display: table;
}
.mainbar {
  padding: 0 75px 0 75px;
  width: calc(100% - 150px);
  height: 100px;
}
.logo {
  float: left;
  width: 250px;
  height: 100%;
  display: table;
}

.nav {
  width: calc(100% - 250px);
  float: right;
  text-align: right;
  height: 100%;
  display: table;
}
.menu_bar {
  width: calc(100% - 150px);
  padding: 25px 75px 0 75px;
  display: none;
  position: relative;
}
.menu_bar_view {
  display: block;
}
.local_menu {
  width: calc(25% - 15px);
  float: left;
  margin-right: 20px;
  text-align: center;
}
.local_menu_thumb {
  border-radius: 25px;
  width: 100%;
  padding-top: 60%;
  background-color: #ccc;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.local_menu_txt {
  padding: 25px;
}
.menu_shadow {
  backdrop-filter: blur(10px);
  mix-blend-mode: multiply;
  display: none;
  position: fixed;
  z-index: 5;
  background-color: rgba(6, 63, 143, 0.5);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.menu,
.submenu {
  font-size: 1.8rem;
  color: #063f8f;
  text-decoration: none;
  letter-spacing: 2px;
  margin: 0 0 0 50px;
  vertical-align: middle;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}

.submenu {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0 50px 0 0;
  color: #fff;
}

.dropmenu {
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 2px;
  height: 35px;
  display: block;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  border-radius: 25px;
  background-color: #063f8f;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.dropmenu:hover {
  background-image: url(images/arrow_right_white.png);
  background-color: #e00e0d;
  color: #fff;
}

.bt_menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bt_submenu {
  position: absolute;
  display: none;
  padding-top: 27px;
  width: 250px;
  padding: 25px;
  right: -25px;
  padding-top: 35px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
}
.bt_menu:hover .bt_submenu {
  display: block;
}

.logo-head {
  vertical-align: middle;
  display: inline-block;
  mix-blend-mode: multiply;
}

footer {
  width: 100vw;
  position: relative;
  z-index: 5;
  margin-top: -50px;
}
.footer_top {
  background-image: url(images/wave-footer.png);
  height: 75px;
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.footer_bottom {
  background-color: #d90916;
  padding: 25px 75px 50px 75px;
  width: calc(100% - 150px);
}
.footer_column_main {
  float: left;
  width: calc(40% - 16px);
  margin-right: 20px;
}
.footer_column {
  float: left;
  width: calc(20% - 16px);
  margin-right: 20px;
}
.footer_icon_shape,
.acros_icon_shape,
.contact_icon_shape,
.valores_icon_shape,
.logo_icon_shape {
  width: 50px;
  height: 50px;
  display: inline-table;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.acros_icon_shape {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
}
.contact_icon_shape {
  background-color: #fdb958;
}
.valores_icon_shape {
  width: 200px;
  height: 200px;
  margin: 0 25px 0 25px;
}
.logo_icon_shape {
  left: 50%;
  margin-left: -125px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 250px;
  height: 250px;
  box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
}
.sede_icon_shape,
.sede_icon_shape_pop {
  background-color: #fff;
  width: 200px;
  display: inline-table;
  text-align: center;
  height: 200px;
  box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
}
.sede_icon_shape_pop {
  width: 160px;
  height: 160px;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -80px;
}
.footer_txt {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
.logo-footer {
  vertical-align: middle;
  display: inline-block;
  margin: 0 50px 0 50px;
}
.sede_footer {
  width: 100vw;
  position: relative;
  z-index: 4;
  height: 250px;
  margin-top: -100px;
}
.sedecard {
  display: inline-block;
  margin: 25px;
  text-align: center;
  vertical-align: top;
}
.sky {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 75vh;
  left: 0;
  bottom: 0;
  /* Created with https://www.css-gradient.com */
  background: rgba(255, 255, 255, 1);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1),
    rgba(170, 222, 255, 0.5)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1),
    rgba(170, 222, 255, 0.5)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(170, 222, 255, 0.5)
  );
}
.detalle_intro {
  text-align: center;
  max-width: 500px;
  line-height: 2.8rem;
  margin: auto;
  font-weight: 600;
  padding-top: 75px;
}
.detalle_contact_item {
  width: calc(33.3333% - 35px);
  margin: 0 15px 0 15px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.detalle_contact {
  position: relative;
  width: calc(100% - 100px);
  padding: 50px;
}
.detalle_contact_item_pop {
  width: 100%;
  margin: 0 0 25px 0;
  display: block;
  text-align: left;
}
.pop_detalle_img {
  width: 425px;
  height: 300px;
  background-color: antiquewhite;
  position: relative;
  float: right;
  margin-top: 25px;
  border-radius: 50px 0 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imggal {
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  margin: 15px;
}
.promo {
  width: calc(50% - 100px);
  margin: 50px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.arrow_left,
.arrow_right {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 75px;
  display: table;
  text-align: center;
  color: transparent;
  background-image: url(images/arrow-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  top: 50%;
  margin-left: -25px;
  box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 63, 143, 0.25);
}
.arrow_right {
  background-image: url(images/arrow-right.svg);
  left: initial;
  right: 75px;
}

/*MAIN BANNER*/
/*
.main_banner {
width: 100vw; 
height: 800px;
position: relative;
z-index: 1;
top: 0;
left: 0;
background: rgba(255, 255, 255, 1.0);
background: -webkit-radial-gradient(top left, rgba(255, 255, 255, 1.0), rgba(170, 222, 255, 1.0));
background: -moz-radial-gradient(top left, rgba(255, 255, 255, 1.0), rgba(170, 222, 255, 1.0));
background: radial-gradient(to bottom right, rgba(255, 255, 255, 1.0), rgba(170, 222, 255, 1.0));
}

.main_banner .slide {
width: 100vw;
height: 800px;
top: 0;
left: 0;
position: relative;
z-index: 2;
text-align:center;
background-color: transparent;
}
*/

.main_banner {
  width: 100vw;
  height: 45vw;
  position: relative;
  z-index: 3;
  top: 125px;
  left: 0;
  background-color: #000;
}
.main_banner .slide {
  width: 100vw;
  height: 45vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wave_top {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  height: 75px;
  background-image: url(images/wave_mainmenu.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 120% 150px;
  background-size: 120% 150px;
}
.wave {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 75px;
  background-image: url(images/wave_mainbanner.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 150px;
}
.interior_banner {
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 2;
  margin-top: 150px;
  background-color: aqua;
}
.interior_banner_txt {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 100px;
  width: 100%;
  text-align: center;
}
.interior_banner_mask_top {
    background-image: url(images/wave_mainmenu.png);
    background-position: bottom +20px left;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100px;
    background-size: 100% 150px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.interior_banner_mask_bottom {
  background-image: url(images/wave-interiorbanner-white.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100vw;
  height: 75px;
  background-size: 125% 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.interior_banner_mask_back {
  background-image: url(images/wave-interiorbanner-blue.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100vw;
  height: 300px;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

/*SLIDES */
.slide_categorias {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
.slide_locations {
  width: 100vw;
  position: relative;
  z-index: 2;
  margin-bottom: 75px;
}
.slide_locations_tittle {
  background-color: #063f8f;
  height: 400px;
  width: 100vw;
  background-image: url(images/wave_mainbanner.png);
  background-position: left bottom -50px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.slide_locations_patch_top {
  width: 100vw;
  background-image: url(images/wave-locations.png);
  height: 100px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 105% 100%;
}
.slide_servicios {
  background-color: #000;
  text-align: center;
  background-image: url(images/banner_servicios.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.slide_servicios_content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.slide_clients {
  background-color: #f2f2f2;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100vw;
  text-align: center;
}

.clients {
  vertical-align: middle;
  margin: 0 25px 0 25px;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}
.clients:hover {
  filter: grayscale(0);
}
.slide_detalle_gallery {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  margin-bottom: 75px;
}

.icon_close,
.icon_menu,
.icon_phone,
.icon_email,
.icon_global,
.icon_home,
.icon_close_pop {
  position: initial;
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
}
/*
.icon_search {
color: #666;
}
.icon_search:hover {
transform: scale(1.05);
}
.icon_search_mobile {
display: none;
    float: right;
    margin-top: 30px;
    font-size: 4rem;
				margin-right: 0;
				color: #666;
}
*/
.atracciones_mapa_detalle_sky {
  width: 100%;
  height: 150px;
  background-image: url(images/arboles.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 1200px auto;
  text-align: center;
}

.atracciones_mapa_detalle {
  margin: auto;
  width: 1200px;
  height: 450px;
  background-image: url(images/mapa.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.atracciones_mapa_detalle_wrapper {
  width: 100%;
  background-color: #7ec43b;
  padding: 50px 0 150px 0;
  text-align: center;
  background-image: url(images/wave_mainbanner.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 150px;
}
.atracciones_mapa_wrapper {
  width: 100%;
  background-color: #7ec43b;
  padding: 50px 0 150px 0;
  position: relative;
}

.game {
  position: absolute;
  height: auto;
}
.game:hover {
  transform: scale(1.05);
}

.icon_menu {
  display: none;
  right: 25px;
  margin-top: 30px;
  float: left;
  font-size: 4rem;
  color: #666;
}

.icon_close {
  display: none;
  position: absolute;
  font-size: 5rem;
  color: #fff;
  top: 25px;
  right: 25px;
}
.icon_phone,
.icon_email,
.icon_global {
  color: #ccc;
  font-size: 2rem;
  margin-right: 10px;
}
.icon_home {
  margin-right: 50px;
  font-size: 2.4rem;
  color: #ccc;
  vertical-align: middle;
  display: inline-block;
}
.icon_home:hover {
  color: #666;
  transform: scale(1.05);
}
/*
.icon_zoom {
position: absolute;
top: 25px;
right: 25px;
font-size: 4rem;
}
.icon_zoom:hover {
transform: scale(1.25);
}
*/
.icon_close_pop {
  font-size: 6rem;
  color: #063f8f;
  margin: 25px 0 0 25px;
  float: left;
}

.locations_carrusel {
  width: calc(100% - 150px);
  text-align: center;
  padding: 0 75px 0 75px;
  position: relative;
  margin-top: -200px;
}
/*
.bt_global {
background-color: rgba(255,255,255,.25);
display: inline-block;
padding-left: 50px;
height: 35px;
padding-top: 15px;
}
.bt_global:hover {
color: #000 !important;
background-color: rgba(255,255,255,1);

}
.bt_global:hover .icon_global {
color: #999 !important;
}
*/

.detalle_content {
  width: calc(100% - 400px);
  float: left;
}
.detalle_img {
  float: left;
  width: calc(50% - 25px);
  position: sticky;
  top: 150px;
  left: 75px;
}
.detalle_img_box {
  background-color: #fff;
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.detalle_desc {
  float: right;
  width: calc(50% - 25px);
}
.detalle_form {
  float: right;
  width: 300px;
  background-color: #e00e0d;
  padding: 50px;
  margin-right: -75px;
  border-radius: 50px 0 0 50px;
  position: sticky;
  top: 150px;
  right: 0;
}

/*
.servicio_desc {
float: left; 
width: calc(100% - 500px);
}
*/

.pop_direccion,
.pop_juego {
  position: fixed;
  z-index: 20;
  width: 550px;
  height: 100vh;
  top: 0;
  right: -550px;
  background-color: #fff;
  box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -webkit-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -moz-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
}

/*
.access {
font-family: 'Oswald', sans-serif;
width: calc(20% - 130px);
padding: 0 10px 0 100px;
height: 100px;
margin: 0 10px 0 10px;
background-color: #cccccc;
float: left;
color:#e00e0d;
text-decoration: none;
display: table;
text-align: left;
font-size: 2.4rem;
font-weight: 400;
line-height: 2.4rem;
background-position: left 20px center;
background-repeat: no-repeat;
background-size: auto 65%;
}
.access:hover {
transform: scale(1.1);
width: calc(20% - 80px);
padding: 0 10px 0 50px;
background-color: #e00e0d;
color: #FFF;
background-image: none !important;
}
.access_serv {
font-family: 'Open Sans', sans-serif;
width: calc(16.6667% - 32px);
border-radius: 50%;
margin: 0 15px 0 15px;
background-color: #e00e0d;
float: left;
color:#FFF;
text-decoration: none;
text-align: center;
font-size: 1.4rem;
text-transform: uppercase;
font-weight: 600;
line-height: 2.4rem;
letter-spacing: 2px;
border: solid 1px #e00e0d;
}
.access_serv:hover {
transform: scale(1.1);
background-color: transparent;
color: #FFF;
border: solid 1px #FFF;
}
.access_serv_content {
position: absolute; 
top: 10px; 
left: 10px; 
bottom: 10px; 
right: 10px;
}
.access_serv_wrapper {
width: 100%; 
padding-top: 100%; 
position: relative;
}
.access_serv_align {
width: 100%; 
height: 100%;
display: table;
}
*/

.job {
  width: calc(100% - 100px);
  padding: 0 50px 0 50px;
  text-align: left;
  border: solid 1px #063f8f;
  border-radius: 60px;
  background-color: #fff;
  margin-bottom: 40px;
}
.job:hover {
  box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -webkit-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -moz-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
}

.unete_info {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 305px);
}
.unete_logo {
  vertical-align: middle;
  display: inline-block;
  margin-right: 25px;
}
.unete_txt {
  vertical-align: middle;
  display: inline-block;
}
.unete_btn {
  vertical-align: middle;
  display: inline-block;
  width: 300px;
  text-align: right;
}
.oferta_intro {
  width: 100%;
  display: table;
  height: 120px;
}
.oferta_desc {
  display: none;
  width: calc(75% - 100px);
  padding: 0 50px 50px 50px;
  clear: both;
}

.thumb_blog {
  width: calc(33.3333% - 50px);
  padding: 15px 15px 30px 15px;
  margin-right: 30px;
  float: left;
  background-color: #fff;
  border-radius: 50px;
  text-align: left;
}
.thumb_blog:hover {
  box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -webkit-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -moz-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
}
.thumb_blog .img {
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: cadetblue;
}
.thumb_blog .txt {
  padding: 0 25px 0 25px;
  height: 50px;
}

.mapbox,
.mapboxdetalle {
  width: calc(100% - 150px);
  margin: 75px;
  margin-top: -250px;
  position: relative;
  z-index: 5;
  height: 35vw;
  border-radius: 50px;
  background-color: aliceblue;
  overflow: hidden;
  box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -webkit-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
  -moz-box-shadow: 0 10px 25px -10px rgba(6, 63, 143, 0.5);
}
.mapboxdetalle {
  margin-top: 0;
}
/*
.thumb {
width: calc(33.3333% - 50px);
float: left; 
position: relative;
margin: 25px;
border-radius: 0 50px 0 50px;
overflow: hidden;
}
.thumb:hover {
transform: scale(1.05);
}
.thumb_img {
width: 100%;
padding-top: 100%;
position: relative;
}
.thumb_tittle {
position: absolute;
text-align: center;
padding: 25px;
top: 0;
left: 0; 
right: 0;
bottom: 0;
color: #FFF;
background-color: rgba(0,0,0,.5);
}
*/

/*
.thumb_prod {
width: calc(33.3333% - 50px);
background-color: #f2f2f2;
float: left; 
margin: 25px;
font-size: 1.6rem;
text-transform: none;
font-weight: 700;
overflow: hidden;
border-radius: 0 0 50px 0;
}
.thumb_prod:hover {
transform: scale(1.05);
}
.thumb_prod_left {
width: 50%;
float: left;
}
.thumb_prod_right {
width: 50%;
float: right;
}
.thumb_prod_img {
width: 100%;
padding-top: 100%;
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-color:#FFF; 
}
.thumb_prod_info {
text-align: left;
¡width: 100%;
padding-top: 100%;
position: relative;
color: #333;
}
.logoprod {
max-width: 150px; 
width:100px;
height: auto; 
position: absolute; 
top: 20px;
left: 20px;
}
.infoprod {
position: absolute; 
bottom: 20px; 
left: 20px;
}
*/

.categoria {
  display: table;
  width: 100%;
  text-decoration: none;
  padding: 20px 0 10px 0;
  cursor: pointer;
  background-image: url(images/arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  margin-top: 10px;
  color: #063f8f;
  border-top: solid 1px #063f8f;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  text-align: left;
}

.detalle {
  overflow: hidden;
  width: 100%;
  clear: both;
  color: #063f8f;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: left;
}
/*
.bt_download, .bt_visit {
background-color: #666;
color: #FFF;
text-decoration: none;
border: none;
font-weight: 600;
height: 38px;
text-align: left;
font-size: 1.2rem;
letter-spacing: 2px;
text-transform: uppercase;
padding: 12px 25px 0 25px;
border-radius: 25px;
display: inline-block;
width: calc(100% - 50px);
background-image: url(images/animated_white_arrow.gif);
background-position: right 25px center;
background-repeat: no-repeat;
background-size: 40px auto;
}

.bt_visit {
color: #666;
border: solid #666 1px;
background-image: url(images/icon_website.svg);
background-color: transparent;
background-size: 25px auto;
}
.bt_visit:hover {
background-color: #f2f2f2;
border: solid #f2f2f2 1px;
transform: scale(1.05);
}
*/

.bt_back {
  width: 100px;
  margin-right: 25px;
  text-align: center;
}
.bt_back:hover {
  background-color: #666;
  color: #fff;
}
.bt_yellow,
.bt_blue,
.bt_outline_blue,
.bt_blue_small {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  background-color: #fdb958;
  color: #063f8f;
  border: none;
  text-decoration: none;
  border-radius: 25px;
  height: 35px;
  padding: 15px 50px 0 50px;
  letter-spacing: 2px;
  font-weight: 400;
  display: inline-block;
}
.bt_blue {
  background-color: #063f8f;
  color: #fff;
}
.bt_blue_small {
  background-color: #063f8f;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 15px;
  height: 22px;
  padding: 8px 25px 0 25px;
}
.bt_outline_blue {
  background-color: transparent;
  color: #063f8f;
  border: solid 1px #063f8f;
}

.nosotros_left {
  width: calc(50% - 75px);
  float: left;
}
.nosotros_right {
  width: calc(50% - 75px);
  float: right;
}
.about_intro {
  width: 60%;
}

.contact_info {
  float: left;
  width: calc(45% - 50px);
  text-align: left;
}
.contact_form {
  float: right;
  width: calc(55% - 50px);
  text-align: left;
}
.contact_side {
  float: left;
  width: 50%;
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* FONTS */

.t1 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
}
.t2 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 600;
}
.t3 {
  font-size: 5rem;
  font-weight: 300;
}
.t4 {
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.t5 {
  font-size: 1.6rem;
  line-height: 2rem;
}
.t6 {
  font-size: 2rem;
  line-height: 2.6rem;
  text-decoration: none;
}
.t7 {
  font-size: 2.4rem;
  text-decoration: none;
}

.red {
  color: #e00e0d;
}
.blue {
  color: #063f8f;
}
.yellow {
  color: #fdb958;
}
.lightblue {
  color: #3f9dda;
}
.white {
  color: #fff;
}
.black {
  color: #333;
}

.tag {
  padding: 10px 40px 0 40px;
  height: 40px;
  border-radius: 25px;
  display: inline-block;
}

@keyframes coloring {
  0% {
    background-color: #1eb8d2;
  }
  33% {
    background-color: #e82e8a;
  }
  66% {
    background-color: #95c23a;
  }
  100% {
    background-color: #1eb8d2;
  }
}

/* REDES */

.redes {
  color: transparent;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin: 0 0 0 15px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}

.redes:hover {
  transform: scale(1.1);
}

.facebook {
  background-image: url(images/icon_fb.png);
}
.linkedin {
  background-image: url(images/icon_ld.png);
}

.whatsapp {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background-size: 100% auto;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  z-index: 10;
  color: transparent;
  text-decoration: none;
  background-color: transparent;
  background-image: url(images/icon_whatsapp.png);
}
.whatsapp:hover {
  transform: scale(1.1);
}

/* FORM*/

.field_box,
.area_box,
.field_box_small {
  width: calc(50% - 60px);
  margin: 0 10px 10px 0;
  padding: 10px 25px 10px 24px;
  background-color: #fff;
  display: inline-block;
  border-radius: 10px;
  text-align: left;
}
.area_box {
  width: calc(100% - 50px);
  margin: 0 0 10px 0;
  display: block;
}
.field_box_small {
  width: calc(100% - 50px);
  margin: 0 0 10px 0;
}
.drop {
  border: none;
  color: #063f8f;
  width: calc(100% - 70px);
  max-width: 300px;
  height: 40px;
  background-image: url(images/arrow-down.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  text-decoration: none;
  font-size: 1.6rem;
  background-color: #fff;
  display: inline-block;
  outline: none;
  margin: 0 5px 0 5px;
  padding: 0 50px 0 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
.field,
.area,
.field_search {
  border: none;
  color: #063f8f;
  width: 100%;
  height: 25px;
  text-decoration: none;
  font-size: 1.6rem;
  background-color: transparent;
  border-bottom: solid 1px #999;
  display: block;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
.area {
  height: 200px;
  resize: none;
}
.field_search {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 325px);
  height: 50px;
  border: none;
  font-size: 3rem;
  font-weight: 200;
}
.send {
  color: #063f8f;
  background-color: #fdb958;
  text-decoration: none;
  width: calc(100% - 5px);
  max-width: 300px;
  margin: auto;
  border: none;
  text-align: center;
  display: block;
  cursor: pointer;
  height: 50px;
  border-radius: 25px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.send:hover {
  transform: scale(1.025);
}

.result_box {
  width: 100%;
  min-height: 300px;
  text-align: center;
  display: table;
}

label.error {
  color: red;
  font-style: italic;
  display: inline-block;
}

form label.error {
  display: none !important;
}

form input.error,
form textarea.error,
form select.error {
  background-color: #ffc6c6 !important;
}

.panelBaner {
  position: relative;
}

.bx-wrapper .bx-controls-direction a {
  top: inherit;
  margin-top: 0px;
  bottom: 20px;
  display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 30px;
  background: url("images/arrow_left_white.png") no-repeat center center;
}
.bx-wrapper .bx-next {
  right: 30px;
  background: url("images/arrow_right_white.png") no-repeat center center;
}

.bx-wrapper .bx-controls-direction a {
  width: 50px !important;
  height: 50px !important;
  background-size: contain;
}

/* PAGER */
.bx-wrapper .bx-pager {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.panelBaner .bx-wrapper,
.panelBaner .bx-viewport,
.panelBaner .boxSlider,
.panelBaner .slide {
  position: absolute !important;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
}
.panelBaner .bx-wrapper {
  z-index: 0;
}


.slider-galeria img{
	height: 500px;
	width: auto;
}

@media screen and (max-width: 600px) {
  .panelBaner .bx-controls .bx-controls-direction {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .icon_close,
  .icon_menu {
    display: inline-block;
  }

  .content_wrapper {
    width: calc(100% - 50px);
    padding: 175px 25px 50px 25px;
  }
  .content_nowrapper {
    width: calc(100% - 50px);
    padding: 50px 25px 50px 25px;
  }

  .nav {
    width: 100%;
    float: none;
    position: fixed;
    text-align: center;
    background-color: #e00e0d;
    min-height: 100vh;
    z-index: 100;
    top: 0;
    left: -100vw;
  }

  /*HEADER*/
  .submenu {
    font-size: 1.4rem;
    margin: 0 0 20px 0;
  }
  .menu {
    font-size: 2rem;
    margin: 25px 0 25px 0;
    display: block;
    color: #fff !important;
  }
  .bt_menu {
    display: block;
  }
  .bt_submenu {
    display: none !important;
  }

  footer {
    width: calc(100vw - 100px);
    padding: 50px;
    text-align: center;
  }
  .footer_left,
  .footer_right {
    position: initial;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .footer_left_side {
    width: 100%;
  }

  .footer_column {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .footer_firma {
    float: none;
    width: 100%;
  }
  .footer_action {
    display: none;
  }

  .topbar {
    padding: 0 25px 0 25px;
    width: calc(100% - 50px);
  }
  .topbar_left {
    display: none;
  }
  .topbar_right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .mainbar {
    padding: 0 25px 0 25px;
    width: calc(100% - 50px);
    text-align: center;
  }
  .logo {
    width: 175px;
    display: inline-table;
    float: none;
  }
  /*SLIDES */

  .field_box,
  .area_box {
    width: calc(100% - 22px);
    margin: 0 0 10px 0;
    padding: 10px;
    display: block;
  }

  .hide {
    display: none;
  }

  .t1 {
    font-size: 3.4rem;
    line-height: 3.2rem;
  }
  .t2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .t4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .icon_home {
    margin-right: 0;
    font-size: 3.4rem;
  }

  .contact_info,
  .contact_form {
    float: none;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .contact_side {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .search_bar {
    width: calc(100% - 50px);
    padding: 50px 25px 50px 25px;
    top: -250px;
    height: 150px;
  }
  .search_bar_enter {
    top: 0;
  }

  .field_search {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
  }
  .send_search {
    margin: auto;
    margin-right: 0;
  }

  .nosotros_left {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .nosotros_right {
    width: 100%;
    float: none;
  }

  .access {
    width: calc(100% - 110px);
    margin: 0;
    float: none;
    margin-bottom: 10px;
  }

  .access_serv {
    width: calc(50% - 22px);
    margin: 10px;
  }
  /*MAIN BANNER*/
  .main_banner {
    height: 150vw;
  }
  .interior_banner {
    width: calc(100vw - 100px);
    height: calc(150vw - 150px);
    padding: 150px 50px 0 50px;
  }

  .main_banner .slide {
    width: calc(100vw - 100px);
    height: 150vw !important;
    padding: 0 50px 0 50px;
  }

  .slide_servicios_content {
    padding: 25px;
  }
  .about_intro {
    width: 100%;
  }

  .bt_global {
    background-color: transparent;
  }
  .thumb_marca {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .menu_bar {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: calc(100vw - 50px);
    padding: 25px;
    z-index: 100;
    background-color: #fff;
  }
  .menu_bar .menulinks {
    color: #666 !important;
  }

  .ad_img {
    width: 90%;
  }

  .mySlides {
    width: 75%;
  }

  .w3-display-left,
  .w3-display-right {
    top: initial;
    bottom: 25px;
    margin-top: initial;
  }
}
