/* 
Theme Name: Beeinsured Web
Theme URI: beeinsuredUSA.com
Version:1
Author: Rolando Símon
Author URL:
Description: Beeinsured Web Layout has been created based on the needs of direct response in order to fit in all the new platform. 
License:Creative Common Attribution-NonCommercial-NoDerivatives 4.0 International 
License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
Text Domain: Beeinsured
Tags: one-column, two-columns, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Use it to make something cool, have fun, and share what you've learned with others.

*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  list-style: none;
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* LESS Document */
/*Colores Generales================
      ===============================*/
.botonprincipal {
  background: #ffc94f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffc94f 0%, #cc7d1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffc94f 0%, #cc7d1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffc94f 0%, #cc7d1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b941 ', endColorstr='#dc8c29  ', GradientType=0);
  /* IE6-9 */
  padding: 9px 10px;
  color: #fff;
  border: 0;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  overflow: hidden;
}
.botonprincipal span {
  position: relative;
}
.botonprincipal:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: #6282bb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6282bb 0%, #075a87 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6282bb', endColorstr='#075a87', GradientType=0);
  /* IE6-9 */
}
.botonprincipal:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.botonsecundario {
  background: #6282bb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6282bb 0%, #075a87 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6282bb', endColorstr='#075a87', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
}
.botonsecundario:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: #f5b941;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5b941 0%, #dc8c29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5b941 0%, #dc8c29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5b941 0%, #dc8c29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b941 ', endColorstr='#dc8c29  ', GradientType=0);
  /* IE6-9 */
}
.botonsecundario:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
/*@tablet: ~"screen and (min-width:800px) and (max-width:1000px)";*/
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-size: 14px;
  color: #4f4f4f;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
textarea,
i {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
a:hover {
  color: #05d998 !important;
}
.bold {
  font-weight: bold;
}
.verde {
  color: #2DE3AC !important;
}
.rojo {
  color: #d62727 !important;
}
.amarillo {
  color: #D2A02B !important;
}
.link {
  color: #eead2c !important;
  cursor: pointer;
}
.link:hover {
  color: #d69411 !important;
}
.large {
  font-size: 16px;
}
.xlarge {
  font-size: 20px;
}
.xxlarge {
  font-size: 26px;
}
.small {
  font-size: 12px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.pointer {
  cursor: pointer;
}
.shadow1 {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.16), 1px 4px 6px 0 rgba(0, 0, 0, 0.12);
}
.bgs {
  background-position: center;
  background-size: cover;
}
/* for custom scrollbar for webkit browser*/
::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
    background-color: #e3e0e0;
    outline: none;
    border-radius: 10px;
} 

body.overhidden {
  overflow: hidden;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: rgba(112, 123, 139, 0.49);
}

@media screen and (min-width: 800px) {
    nav {
        background-color: transparent;
    }
}

nav .logo {
    width: 140px;
    margin: 11px;
    MARGIN-LEFT: 50PX;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 800px) {
    nav .logo {
        MARGIN-LEFT: 50PX;
        width: 250px;
        position: absolute;
        margin-top: 15px;
    }
}

nav .phonenav {
    TOP: 0;
    RIGHT: 0;
    PADDING: 0PX 20PX;
    WIDTH: auto;
    z-index: 2;
    TEXT-ALIGN: RIGHT;
    float: right;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

    nav .phonenav li {
        display: inline-block;
        margin-right: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 50px;
    }

@media screen and (min-width: 800px) {
    nav .phonenav li {
        margin-right: 40px;
        padding-top: 20px;
        width: auto;
    }
}

nav .phonenav li a {
    text-decoration: none;
    display: block;
    width: 50px;
}

@media screen and (min-width: 800px) {
    nav .phonenav li a {
        width: auto;
    }
}

nav .phonenav li a img {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-left: 0;
    margin-top: 0;
}

@media screen and (min-width: 800px) {
    nav .phonenav li a img {
        width: 45px;
    }
}

nav .phonenav li a span {
    display: none;
}

@media screen and (min-width: 1200px) {
    nav .phonenav li a span {
        font-weight: 600;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 0.8rem;
        VERTICAL-ALIGN: MIDDLE;
    }

        nav .phonenav li a span i {
            font-style: normal;
            font-size: 1.2rem;
            line-height: 1;
            display: block;
        }
}

nav .menutop {
    display: none;
}

    nav .menutop.on {
        position: fixed;
        width: 50%;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: #333;
        padding-top: 50px;
        text-align: left;
        z-index: 20;
        display: block;
    }

@media screen and (min-width: 800px) {
    nav .menutop {
        display: inline-block;
        list-style: none;
        vertical-align: middle;
        padding-top: 25px;
        text-align: center;
        width: 100%;
        padding-left:120px;
    }

        nav .menutop.on {
            position: relative;
            width: 100%;
            height: auto;
            left: inherit;
            top: inherit;
            background-color: transparent;
            padding-top: 25px;
            text-align: center;
            z-index: 20;
            display: inline-block;
        }
}
@media screen and (min-width: 1200px) {
    nav .menutop {
        padding-left: 0px;
        padding-right: 48px;
    }
}
@media screen and (min-width: 1350px) {
    nav .menutop {
        padding-left: 0px;
        padding-right: 0px;
    }
}

nav .menutop li {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 18px;
    padding: 5px 15px;
    border-bottom: 2px transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    nav .menutop li:hover {
        border-bottom: 2px solid #05d998;
    }

@media screen and (min-width: 800px) {
    nav .menutop li {
        display: inline-block;
    }
}

.menu-icon {
    padding: 20px 0;
    position: absolute;
    left: 11px;
    top: 6px;
    cursor: pointer;
    transform: scale(0.8);
    position: fixed;
    z-index: 20;
}

@media screen and (min-width: 800px) {
    .menu-icon {
        display: none;
    }
}

.menu-icon span {
    width: 31px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

@media screen and (min-width:1000px) {
    .menu-icon span {
        border: 2px solid #fff;
        height: 0;
    }
}

@media screen and (min-width: 800px) {
    .menu-icon span {
        border: 2px solid #fff;
        height: 0;
    }
}

.menu-icon span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -10px;
    background-color: #fff;
    border-radius: 4px;
    left: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

@media screen and (min-width:1000px) {
    .menu-icon span:before {
        border: 2px solid #fff;
        height: 0;
        top: -13px;
    }
}

@media screen and (min-width: 800px) {
    .menu-icon span:before {
        border: 2px solid #fff;
        height: 0;
        top: -13px;
    }
}

.menu-icon span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 10px;
    background-color: #fff;
    border-radius: 4px;
    left: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

@media screen and (min-width:1000px) {
    .menu-icon span:after {
        border: 2px solid #fff;
        height: 0;
    }
}

@media screen and (min-width: 800px) {
    .menu-icon span:after {
        border: 2px solid #fff;
        height: 0;
    }
}

.menu-icon:hover:before {
    transform: rotate(-35deg) scale(0);
}

.menu-icon:hover span:before {
    left: 10px;
}

.menu-icon:hover span:after {
    left: 10px;
}

.menu-icon:hover label:before {
    /*right: -20px;
                top: 12px;
                border-radius: 0;
                transform: rotate(-45deg);*/
    opacity: 0;
}

.menu-icon:hover label:after {
    /* right: -8px;
                top: 17px;
                border-radius: 0;
                transform: rotate(-45deg);*/
    opacity: 0;
}

.menu-icon.on {
    z-index: 20;
}

    .menu-icon.on:before {
        display: none;
    }

    .menu-icon.on span {
        border: 2px solid #333333;
    }

        .menu-icon.on span:before {
            transform: rotate(45deg);
            top: 0;
        }

        .menu-icon.on span:after {
            transform: rotate(-45deg);
            top: 0;
        }

    .menu-icon.on label {
        display: none;
    }

header {
    width: 100%;
    height: 310px;
    margin-bottom: 234px;
    position: relative;
}

@media screen and (min-width: 800px) {
    header {
        height: 100%;
        max-height: 887px;
        margin-bottom: 0;
    }
}

header h1 {
    position: absolute;
    opacity: 0;
}

header .headerSlider {
    width: 100%;
    height: 100%;
    position: relative;
}

    header .headerSlider div {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

        header .headerSlider div.active {
            opacity: 1;
            z-index: 2;
        }

        header .headerSlider div img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.85;
        }

        header .headerSlider div h3 {
            position: absolute;
            top: 46%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 60px;
            text-align: center;
            line-height: 1;
            font-weight: 600;
            text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.18);
        }

@media screen and (min-width: 800px) {
    header .headerSlider div h3 {
        font-size: 108px;
        top: 40%;
    }
}

@media screen and (min-width: 1200px) {
    header .headerSlider div h3 {
        font-size: 130px;
    }
}

header .headerSlider div h3 span {
    font-size: 20px;
    font-weight: 400;
    display: block;
}

@media screen and (min-width: 800px) {
    header .headerSlider div h3 span {
        font-size: 38px;
    }
}

@media screen and (min-width: 1200px) {
    header .headerSlider div h3 span {
        font-size: 45px;
    }
}

header .headerSlider div h3 label {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: block;
}

@media screen and (min-width: 800px) {
    header .headerSlider div h3 label {
        font-size: 22px;
    }
}

@media screen and (min-width: 1200px) {
    header .headerSlider div h3 label {
        font-size: 30px;
    }
}

header .headerSlider div h3 label a {
    color: #fff;
}

    header .headerSlider div h3 label a.city {
        padding-right: 10px;
    }

header .headerSlider div h3 a {
    color: #fff !important;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    header .headerSlider div h3 a:hover {
        color: #05d998 !important;
    }

header .placeSearch {
    position: relative;
    bottom: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    max-width: calc(100% - 40px);
    z-index: 3;
    box-shadow: 1px 1px 9px 0px rgba(51, 51, 51, 0.48);
    margin: 0 auto;
    margin-top: -44px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media screen and (min-width: 800px) {
    header .placeSearch {
        bottom: 150px;
        max-width: 590px;
    }
}

@media screen and (min-width: 1200px) {
    header .placeSearch {
        width: 100%;
        max-width: 800px;
        bottom: 270px;
    }
}

header .placeSearch select {
    padding: 10px 19px;
    display: inline-block;
    margin-right: -4px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #4d4d4d;
    width: 100%;
    border-radius: 0;
    vertical-align: top;
}

    header .placeSearch select:focus {
        background-color: #fffde7;
    }

@media screen and (min-width: 800px) {
    header .placeSearch select {
        font-size: 18px;
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    header .placeSearch select {
        font-size: 21px;
        width: 25%;
    }
}

@media screen and (min-width: 800px) {
    header .placeSearch select:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

header .placeSearch button {
    width: 100%;
    padding: 11px 35px;
    display: inline-block;
    margin-right: -4px;
    background-color: #05d998;
    color: #fff;
    font-size: 18px;
    border: 1px solid #05d998;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    header .placeSearch button:hover,
    header .placeSearch button:focus {
        color: #fff !important;
        background-color: #aa88bc;
        border: 1px solid #aa88bc;
        cursor: pointer;
    }

@media screen and (min-width: 800px) {
    header .placeSearch button {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    header .placeSearch button {
        font-size: 20px;
        width: 25%;
    }
}
section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
}
@media screen and (min-width: 800px) {
  section {
    padding: 30px 20px;
  }
}
section h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  section h2 {
    font-size: 33px;
  }
}
section p {
  text-align: justify;
  text-align-last: center;
  margin-bottom: 30px;
}
.bannertop {
  margin-top: -94px;
  position: relative;
  z-index: 5;
  padding-top: 0;
  text-align: center;
}
.bannertop img {
  margin: 0 auto;
  display: block;
  width: 100%;
  object-fit: cover;
}
.bannertop h2 {
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
  color: #464646;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 800px) {
  .bannertop h2 {
    margin-top: 59px;
    font-size: 24px;
  }
}
.bannertop ul {
  list-style: none;
}
.bannertop ul:last-child {
  margin-right: 0;
}
.bannertop ul img {
  position: relative;
}
.bannertop ul li {
  width: calc(100%);
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.24);
  overflow: hidden;
  cursor: pointer;
  height: 210px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
@media screen and (min-width: 800px) {
  .bannertop ul li {
    width: calc(25% - 14px);
    margin-right: 14px;
  }
}
.bannertop ul li:last-child {
  margin-right: 0;
}
.bannertop ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.bannertop ul li:hover img {
  width: 110%;
}
.bannertop ul li:hover legend {
    background-color: rgba(255, 255, 255, 0.95);
}

.bannertop ul li label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    width: 81px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

    .bannertop ul li label span {
        display: inline-block;
        width: 18px;
        position: relative;
        padding: 0px;
        text-align: center;
    }

        .bannertop ul li label span:first-child {
            margin-right: 31px;
        }

            .bannertop ul li label span:first-child:before {
                content: "";
                background: url(/Content/images/night.svg);
                background-size: 100%;
                filter: brightness(1.3) grayscale(1);
                transform: rotate(-43deg);
                width: 30px;
                height: 30px;
                display: block;
                position: absolute;
                left: 111%;
                top: -4px;
                border-radius: 100%;
            }

        .bannertop ul li label span:last-child {
            text-align: center;
        }

.bannertop ul li p {
    position: absolute;
    top: 50px;
    right: 10px;
    background-color: #fff;
    color: #398cf9;
    width: 82px;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
    padding: 2px;
    pointer-events: none;
}

    .bannertop ul li p i {
        font-size: 13px;
        font-weight: 600;
        display: block;
    }

.bannertop ul li legend {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
    font-weight: 700;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .bannertop ul li legend a {
        color: #333;
    }

        .bannertop ul li legend a:hover {
            color: #05d998;
        }
        .bannertop ul li:hover legend a {
            color: #05d998 !important;
        }
.welcome {
  text-align: center;
}
.welcome div {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background-color: #f8fcff;
  box-shadow: 0px 0px 5px 1px rgba(104, 141, 181, 0.17);
  margin-bottom: 20px;
}
.welcome div:hover img {
  transform: translate(0, 1px) scale(1.1);
}
@media screen and (min-width: 800px) {
  .welcome div {
    width: calc(33% - 26px);
    margin-right: 27px;
  }
}
.welcome div img {
  width: 120px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.welcome div h3 {
  font-size: 18px;
}
.welcome div p {
  text-align: justify;
  text-align-last: center;
}
.listaDestinos {
  padding: 0;
}
@media screen and (min-width: 800px) {
  .listaDestinos {
    padding: 30px 20px;
  }
}
.listaDestinos p {
  padding: 0 20px;
}
@media screen and (min-width: 800px) {
  .listaDestinos p {
    padding: 0;
  }
}
.listaDestinos .continente {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 2px;
  box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.24);
}
.listaDestinos .continente:before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(14, 20, 32, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14, 20, 32, 0)), color-stop(51%, rgba(14, 20, 32, 0.34)), color-stop(100%, rgba(14, 20, 32, 0.68)));
  background: -webkit-linear-gradient(top, rgba(14, 20, 32, 0) 0%, rgba(14, 20, 32, 0.34) 51%, rgba(14, 20, 32, 0.68) 100%);
  background: linear-gradient(to bottom, rgba(14, 20, 32, 0) 0%, rgba(14, 20, 32, 0.34) 51%, rgba(14, 20, 32, 0.68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e1420', endColorstr='#0e1420', GradientType=0);
}
.listaDestinos .continente img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listaDestinos .continente div {
  top: 15px;
  left: 15px;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.69);
  position: absolute;
  padding: 30px;
}
@media screen and (min-width: 800px) {
  .listaDestinos .continente div {
    width: auto;
    min-width: 300px;
    top: 50px;
    left: 50px;
  }
}
.listaDestinos .continente div h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 800px) {
  .listaDestinos .continente div h3 {
    font-size: 30px;
  }
}
.listaDestinos .continente div h3 a {
  color: #fff;
}
.listaDestinos .continente ul {
  LIST-STYLE: none;
  height: 156px;
  overflow-y: auto;
}
.listaDestinos .continente ul {
    LIST-STYLE: none;
    height: 156px;
    overflow-y: hidden;
}

    .listaDestinos .continente ul:hover {
        overflow-y: auto;
    }

    .listaDestinos .continente ul::-webkit-scrollbar {
        width: 6px;
        border-radius: 10px;
    }

    .listaDestinos .continente ul::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
    }

    .listaDestinos .continente ul::-webkit-scrollbar-thumb {
        background-color: #4b4b4b;
        outline: none;
        border-radius: 10px;
    }
@media screen and (min-width: 800px) {
  .listaDestinos .continente ul li {
    font-size: 16px;
  }
}
.listaDestinos .continente ul li a {
  color: #fff;
}
.listaDestinos .continente button {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 10px;
  background-color: #05d998;
  color: #fff;
  border: none;
  font-size: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.24);
  cursor: pointer;
}
.listaDestinos .continente button:hover,
.listaDestinos .continente button:focus {
  background-color: #398cf9;
}
.listaDestinos .continente p {
  position: absolute;
  bottom: 30px;
  right: 39px;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  text-align-last: right;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.49);
}
@media screen and (min-width: 800px) {
  .listaDestinos .continente p {
    width: auto;
  }
}
.listaDestinos .continente p a {
  color: #fff;
}
.listaDestinos .continente p a.conticity {
  color: #05d998;
}
.listaDestinos .continente p a.conticity:hover {
  color: #398cf9 !important;
}
.listaDestinos .continente p a.toursdesde {
  display: block;
  color: #b3afaf;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .listaDestinos .continente:nth-child(even) div {
    top: 50px;
    left: inherit;
    right: 50px;
  }
}
.listaDestinos .continente:nth-child(even) p {
  left: 0;
  right: inherit;
  text-align: left;
  text-align-last: left;
}
@media screen and (min-width: 800px) {
  .listaDestinos .continente:nth-child(even) p {
    left: 40px;
  }
}
.paquetesRecomendados {
  overflow-x: hidden;
  padding: 0;
  margin: 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 800px) {
  .paquetesRecomendados {
    padding: 30px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.paquetesRecomendados .sliderPaquetes {
  width: calc(300% + 74px);
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.paquetesRecomendados .sliderPaquetes.one {
  left: -14px;
}
@media screen and (min-width: 800px) {
  .paquetesRecomendados .sliderPaquetes.one {
    left: 0;
  }
}
.paquetesRecomendados .sliderPaquetes.two {
  left: -111%;
}
@media screen and (min-width: 800px) {
  .paquetesRecomendados .sliderPaquetes.two {
    left: -103%;
  }
}
.paquetesRecomendados .sliderPaquetes.three {
  left: -219%;
}
@media screen and (min-width: 800px) {
  .paquetesRecomendados .sliderPaquetes.three {
    left: -206%;
  }
}
.paquetesRecomendados .sliderPaquetes ul {
  list-style: none;
  width: 33.3%;
  display: inline-block;
  margin-right: -4px;
  padding: 0 23px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.paquetesRecomendados .sliderPaquetes ul li {
  width: calc(100%);
  height: 230px;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
  box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.24);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .paquetesRecomendados .sliderPaquetes ul li {
    width: calc(33.3% - 17px);
    margin-right: 14px;
  }
}
.paquetesRecomendados .sliderPaquetes ul li:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 800px) {
  .paquetesRecomendados .sliderPaquetes ul li:nth-child(n+4) {
    display: inline-block;
  }
}
.paquetesRecomendados .sliderPaquetes ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.paquetesRecomendados .sliderPaquetes ul li:hover img {
  width: 110%;
}
.paquetesRecomendados .sliderPaquetes ul li:hover legend {
    background-color: rgba(255, 255, 255, 0.95);
}

    .paquetesRecomendados .sliderPaquetes ul li:hover legend a {
        color: #05d998;
    }

.paquetesRecomendados .sliderPaquetes ul li label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    width: 81px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

    .paquetesRecomendados .sliderPaquetes ul li label span {
        display: inline-block;
        width: 18px;
        position: relative;
        padding: 0px;
        text-align: center;
    }

        .paquetesRecomendados .sliderPaquetes ul li label span:first-child {
            margin-right: 31px;
        }

            .paquetesRecomendados .sliderPaquetes ul li label span:first-child:before {
                content: "";
                background: url(/Content/images/night.svg);
                background-size: 100%;
                filter: brightness(1.3) grayscale(1);
                transform: rotate(-43deg);
                width: 30px;
                height: 30px;
                display: block;
                position: absolute;
                left: 111%;
                top: -4px;
                border-radius: 100%;
            }

        .paquetesRecomendados .sliderPaquetes ul li label span:last-child {
            text-align: center;
        }

.paquetesRecomendados .sliderPaquetes ul li p {
    position: absolute;
    top: 50px;
    right: 10px;
    background-color: #fff;
    color: #398cf9;
    width: 82px;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
    padding: 2px;
    pointer-events: none;
}

    .paquetesRecomendados .sliderPaquetes ul li p i {
        font-size: 13px;
        font-weight: 600;
        display: block;
    }

.paquetesRecomendados .sliderPaquetes ul li legend {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
    font-weight: 700;
    padding: 6px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .paquetesRecomendados .sliderPaquetes ul li legend a {
        color: #333;
    }

        .paquetesRecomendados .sliderPaquetes ul li legend a:hover {
            color: #05d998;
        }
.paquetesRecomendados .dots {
  position: relative;
  bottom: 0;
  width: 190px;
  left: calc(50% - 95px);
  text-align: center;
}
.paquetesRecomendados .dots span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #dcdcdc;
  border-radius: 100%;
  margin-right: 15px;
}
.paquetesRecomendados .dots span.on {
  background-color: #05d998;
}
@media screen and (min-width:1000px) {
  .paquetesRecomendados .dots span {
    display: none;
  }
  .paquetesRecomendados .dots span:nth-child(1) {
    display: inline-block;
  }
  .paquetesRecomendados .dots span:nth-child(2) {
    display: inline-block;
  }
  .paquetesRecomendados .dots span:nth-child(3) {
    display: inline-block;
  }
}
@media screen and (min-width: 800px) {
  .paquetesRecomendados .dots span {
    display: none;
  }
  .paquetesRecomendados .dots span:nth-child(1) {
    display: inline-block;
  }
  .paquetesRecomendados .dots span:nth-child(2) {
    display: inline-block;
  }
  .paquetesRecomendados .dots span:nth-child(3) {
    display: inline-block;
  }
}
.newsletter {
  background-color: #69ddb9;
  padding: 20px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .newsletter {
    padding: 20px 70px;
  }
}
.newsletter div {
  width: calc(100% - 10px);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .newsletter div {
    width: calc(50% - 10px);
  }
}
.newsletter div h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.18);
}
@media screen and (min-width: 800px) {
  .newsletter div h3 {
    font-size: 30px;
    text-align: left;
  }
}
.newsletter div p {
  text-align-last: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .newsletter div p {
    margin-bottom: 0;
  }
}
.newsletter div input {
  display: block;
  width: 100%;
  max-width: 300px;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 7px;
  font-weight: 600;
}
.newsletter div input:focus {
  background-color: #fffde7;
}
.newsletter div button {
  width: 100%;
  border: none;
  background-color: #00c4e2;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  padding: 19px;
  font-size: 17px;
}
.newsletter div button:hover,
.newsletter div button:focus {
  background-color: #398cf9;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .newsletter div button {
    max-width: 241px;
    padding: 8px;
    font-size: 16px;
  }
}
.prefooter {
    background-color: #e5e2e3;
    text-align: center;
    margin-top: -46px;
    z-index: 200000;
    position: relative;
}
.prefooter ul {
  display: inline-block;
  list-style: none;
  width: calc(100%);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .prefooter ul {
    width: calc(30% - 15px);
    margin-left: 10px;
    text-align: left;
  }
}
.prefooter ul li {
  margin-bottom: 7px;
  font-size: 15px;
}
@media screen and (min-width: 800px) {
  .prefooter ul li {
    font-size: 12px;
  }
}
.prefooter ul li a {
  color: #606060;
}
.prefooter ul li a:hover {
  color: #05d998;
}
.prefooter ul h3 {
  font-size: 19px;
  color: #33455e;
  margin-bottom: 11px;
}
@media screen and (min-width: 800px) {
  .prefooter ul h3 {
    font-size: 16px;
    margin-bottom: 19px;
  }
}
.footer {
  background-color: #101c28;
  max-width: 100%;
  text-align: center;
}
.footer .footcontact {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .footer .footcontact {
    width: 33%;
    text-align: left;
  }
}
.footer .footcontact .logofoot {
  width: 200px;
  display: block;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .footer .footcontact .logofoot {
    margin: 0;
  }
}
.footer .footcontact a {
  color: #fff;
  display: block;
  font-size: 12px;
}
.footer .footcontact .sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footcontact .sm a {
  display: inline-block;
}
.footer .footcontact .sm a img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.footer .footcontact p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
  text-align-last: left;
}
.footer .footlinks {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .footer .footlinks {
    width: 33%;
  }
}
.footer .footlinks ul {
  width: calc(50% - 10px);
  margin-right: 5px;
  color: #fff;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.footer .footlinks ul H4 {
  font-size: 14px;
  font-weight: 600;
}
.footer .footlinks ul li {
  font-size: 12px;
  color: #eee;
}
.footer .footlinks ul li a {
  color: #eee;
}
.footer .footpayment {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .footer .footpayment {
    width: 33%;
  }
}
.footer .footpayment img {
  width: 50px;
}
/**
 * Instagram
 */

.instagram-wrapper {
    margin: 0;
    overflow: hidden;
}

.instagram {
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.instagram-placeholder {
    float: left;
    padding: 0;
    width: 10%;
    position: relative;
}

    .instagram-placeholder:hover {
        opacity: 0.8;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

.instagram-image {
    display: block;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
    .instagram-wrapper {
        margin-left: -1px;
        margin-right: -1px;
    }

    .instagram-placeholder {
        padding: 1px;
    }
}

@media (max-width: 767px) {
    .instagram-placeholder {
        width: 25%;
    }
}

@media (max-width: 479px) {
}

.eapps-widget-toolbar + a{
    display:none !important;

}
.elBanner {
    height: auto;
    position: relative;
    min-height: 60px;
}

@media screen and (min-width: 800px) {
    .elBanner {
        height: 230px;
    }
}

.elBanner img {
    position: absolute;
    height: 100%;
}

.elBanner div {
    left: 40%;
    position: relative;
    text-align: left;
    padding: 0;
    top: 30px;
    transform: translate(0, -50%);
    width: 50%;
}

@media screen and (min-width: 800px) {
    .elBanner div {
        left: 40%;
        position: relative;
        text-align: left;
        padding: 50px 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 501px;
    }
}

.elBanner div h5 {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (min-width: 800px) {
    .elBanner div h5 {
        font-size: 25px;
    }
}

.elBanner div h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

@media screen and (min-width: 800px) {
    .elBanner div h3 {
        font-size: 50px;
    }
}

.elBanner button {
    width: 100%;
    right: 0;
    font-size: 14px;
    transform: none;
    top: 100%;
    border-radius: 0;
    background-color: #009cde;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
    position: absolute;
}

    .elBanner button:hover {
        background-color: #05d998;
    }

@media screen and (min-width: 800px) {
    .elBanner button {
        position: absolute;
        right: 36px;
        padding: 10px 43px;
        font-size: 19px;
        border-radius: 10px;
        top: 50%;
        transform: translate(0, -50%);
        width: auto;
    }
}
