body, html {
    color: #222;
    font: 14px Arial, sans-serif;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

b, strong {
    font-weight: bold;
}

header{
  z-index: 1;
  position:absolute; 
  width:100%; 
  height:130px; 
  background:#fff;
}
header .tp-adv {
    position: absolute;
    top: 28px;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-end;
}

header a{
    color:black;
    text-decoration:none;
    letter-spacing:1px; 
    font-weight:400;
    font-size: 11px;
}
header .navbar-light {
    background: white;
    margin-top: -6px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@media only screen and (max-width:460px) {
    header .navbar-light {
        margin-top: 14px;
    }
    header #navbarCollapse {
        background: #fff;
        padding: 25px;
        right: 0;
        top: 88px;
        width: 75%;
    }
}
header .navbar-light #logo {
    margin-top: 25px;
}
header .navbar-light a {
    color: black !important;
}
header .dropdown:hover > .dropdown-menu {
    display: block;
}
header .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
header .navbar-nav {
    padding-top: 1rem;
}
header .navbar-nav .nav-item {
    list-style-type: none;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px;
    align-items: center;
}
.fly_hours {
    font-size: 12px;
}

@media (min-width: 1000px) {
  header .navbar-nav {
    padding-top: 0;
  }
}
header .navbar-toggler:focus,
header .navbar-toggler:active {
  outline: 0;
}
header .navbar-toggler {
  height: 45px;
}
header .navbar-toggler span {
  display: block;
  background-color: black;
  height: 2px;
  width: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}
header .navbar-toggler span:nth-child(1),
header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  top: 46px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}
header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  top: 46px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
#logo img {
    width: 150px;
    height: auto;
    margin-top: -25px;
}
.wendiperrin {
    width: 100px;
    margin-top: 1px;
}
.virtuoso {
    width: 110px;
}
.travel {
    width: 115px;
}
.ng {
    width: 127px;
}
.TA_socialButtonBubbles > ul > li > a > img, .socialWidget.cx_brand_refresh1 .socialWidgetCore img {
    width: 28px !important;
}
.safe-travels {
    position: absolute;
    width: 150px;
    bottom: 10px;
    left: 45px;
}
@media only screen and (max-width:460px) {
    .nav-badges {
        background: #fff;
    }
    .wendiperrin {
        width: 70px;
        margin-top: 12px;
    }
    .virtuoso {
        width: 110px;
    }
    .travel {
        width: 115px;
    }
    .ng {
        width: 127px;
    }
    .TA_socialButtonBubbles > ul > li > a > img, .socialWidget.cx_brand_refresh1 .socialWidgetCore img {
        width: 28px !important;
    }
    header .navbar-nav .nav-item {
        border-bottom: 1px solid #ccc;
        padding: 5px 0 5px 0;
    }
    header .navbar-nav .nav-item:nth-child(3) {
        border:  0;
    }
    .safe-travels {
        left: 25px;

    }
}

#CDSWIDCOE {
    width: 82% !important;
}
.info-company {
    color: #fff;
}
#hero1{
 background-image:url(/app/webroot/img/portada.webp);
  background-size:cover;
  background-position:center center;
}
/*#hero2{background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/21555/Melissani-cave-natural.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}*/
.hero, .content{
  text-align:center; 
  position:relative;
  width: 100%;
}

.inner{
  min-height:600px;
  position: relative;
}

.hero .inner{
  background: rgb(0 0 0 / 45%);
}


.copy{
  position:absolute; 
  top:61%; 
  height:10em; 
  margin-top:-5em; 
  width:100%;
}

.hero h1, .hero p{ 
  color:#fff;
}

.content h1, .content p{
  color:#333;
}

p{
  font-family: 'Noto Sans', sans-serif; 
  font-size:14px;
}
.tip {
    font-weight: 500;
    margin-bottom: 5px;
}
.tipList li {
    font-style: italic;
}
ul li {
    /*list-style-type: none;*/
    list-style-position: outside;
}
.tipList {
    margin-bottom: 16px;
    margin-left: -40px;
}
.tipList li:before {
    content: "-";
    margin-right: 4px;
}
.row h1 {
    font-size: 20px;
}
.row h2 {
    font-size: 16px;
}

.youtube-content {
    display: flex;
    align-content: center;
    margin-top: -7px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.youtube-content .yt-v {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.youtube-content .yt-v .youtube-video {
    color: #f00;
    font-size: 100px;
    background: #fff;
}


h1, h2 {
    font-weight: 500;
}
input, select, textarea {
    border-radius: 0;
    color: #222;
    font: 14px Roboto, sans-serif;
    font-weight: 300;
    outline: 0;
    border: none;
    resize: none;
}

form label {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 0 4px 21px;
    position: relative;
    transition: all .3s ease;
}
form label input[type=checkbox] {
    left: 0;
    position: absolute;
    top: 6px;
}
section.style2 {
    background: #0e6c50;
    color: #fff;
    padding: 20px 0 20px 0;
}
.row p {
    margin-top: 20px;
    line-height: 17px;
}
.clearfix {
    margin: 0 !important;
}
.imagesCover {
    width: 73%;
}
.imagesCover.horizontal {
    width: 48%;
    display: inline-flex;
}
.img-cover {
    width: 100%;
}
.comments {
    background-color: #fbfbfb;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 13px;
    line-height: 19px;
    overflow-x: hidden;
    padding: 10px 14px;
    transition: all .3s ease;
    width: 100%;
}
.photos a {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10042;
    overflow: hidden;
    position: fixed;
    background: #363636;
    opacity: .56
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    background-color: transparent;
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

#modalBox2 button.mfp-close {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 0 0 0 14px
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #fff;
    font: normal 19px/44px Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .9);
    width: 100%
}

.mfp-counter {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 7px;
    right: 10px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 14px rgba(41, 41, 41, .4);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 18px;
    word-wrap: break-word;
    padding: 8px 36px 10px 14px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.whitePopup {
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 30px;
    position: relative;
    margin: 20px auto;
    max-width: 500px;
    width: auto
}

.whitePopup.grey {
    background-color: #f2f2f2;
    background-image: url(../img/modal.png);
    border: 1px solid #fff;
    color: #676767;
    text-align: center
}

.whitePopup.grey .titleBig {
    font-size: 44px;
    font-weight: 400;
    padding-top: 0
}

.whitePopup.grey .titleBig.pad {
    margin-bottom: 14px
}

.whitePopup.grey .descripTxt {
    font-size: 19px;
    font-weight: 400;
    padding-top: 2px
}

.whitePopup h2 {
    font-size: 18px;
    margin-bottom: 10px
}

.whitePopup p {
    padding-top: 7px
}

.whitePopup input[type=text] {
    border: 2px solid #b7b7b7;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 14px;
    padding: 9px 14px;
    width: 100%
}

.whitePopup input[type=submit] {
    background-color: #4fa230;
    border-radius: 6px;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 16px;
    padding: 12px 14px;
    width: 100%
}

.whitePopup input:first-of-type {
    margin-top: 24px
}

.whitePopup input:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width:460px) {
    .whitePopup.grey .titleBig {
        font-size: 34px
    }
    .whitePopup input[type=submit] {
        font-size: 28px
    }
}

.agencyForm {
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 30px;
    position: relative;
    margin: 20px auto;
    max-width: 75%;
    width: auto
}

.agencyForm.grey {
    background-color: #f2f2f2;
    background-image: url(../img/modal.png);
    border: 1px solid #fff;
    color: #676767;
    text-align: center
}

.agencyForm.grey .titleBig {
    font-size: 44px;
    font-weight: 400;
    padding-top: 0
}

.agencyForm.grey .titleBig.pad {
    margin-bottom: 14px
}

.agencyForm.grey .descripTxt {
    font-size: 19px;
    font-weight: 400;
    padding-top: 2px
}

.agencyForm h2 {
    font-size: 18px;
    margin-bottom: 10px
}

.agencyForm p {
    padding-top: 7px
}

.agencyForm input, .agencyForm select {
    border: 2px solid #b7b7b7;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
    padding: 9px 14px !important;
    width: 100%
}

.agencyForm input[type=submit] {
    background-color: #4fa230 !important;
    border-radius: 6px;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 16px;
    padding: 12px 14px;
    width: 100%
}

.agencyForm input:first-of-type {
    background: #fff;
}

.agencyForm input:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width:460px) {
    .agencyForm.grey .titleBig {
        font-size: 34px
    }
    .agencyForm input[type=submit] {
        font-size: 28px
    }
}

.staffPopup {
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 30px;
    position: relative;
    margin: 20px auto;
    max-width: 50%;
    width: auto
}
@media only screen and (max-width:590px) { 
    .staffPopup {
        max-width: 95%;
    }
}

.staffPopup.grey {
    background-color: #f2f2f2;
    border: 1px solid #fff;
    color: #676767;
    text-align: center
}

.staffPopup.grey .titleBig {
    font-size: 44px;
    font-weight: 400;
    padding-top: 0
}

.staffPopup.grey .titleBig.pad {
    margin-bottom: 14px
}


.staffPopup p {
    padding-top: 7px
}
.staffPopup .gallery {
    width: 150px;
    height: 195px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px #000;
}
.staffPopup .gallery-description .name {
    font-weight: bold;
    font-size: 17px;
    padding-top: 7px;
}
.staffPopup img {
    width:  150px;
    height: auto;
}
@media only screen and (max-width:460px) {
    .staffPopup.grey .titleBig {
        font-size: 34px
    }
    .staffPopup input[type=submit] {
        font-size: 28px
    }
}

.itcPopup {
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 30px;
    position: relative;
    margin: 20px auto;
    max-width: 1000px;
    width: auto
}
.itcPopup iframe {
    width: 100%;
    height: 500px;
}
@media only screen and (max-width:460px) {
    .itcPopup iframe {
        width: 304px;
        height: 500px;
    }
}

.itcPopup.grey {
    background-color: #f2f2f2;
    border: 1px solid #fff;
    color: #676767;
    text-align: center
}

.itcPopup {
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 30px;
    position: relative;
    margin: 20px auto;
    max-width: 875px;
    width: auto
}

.label-modal-itc {
    position: absolute;
    padding: 20px 35px 20px 45px;
    background: #1a6b50;
    margin-top: -95px;
}
.label-modal-itc .itc {
    color: #fff;
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
}

.label-modal-wta {
    margin-top: -42px;
    padding: 20px 35px 15px 45px;
    border-radius: 0 0 40px 0;
    position: absolute;
    background: #1a6b50;
    width: 394px;
}

@media only screen and (max-width:460px) {
    .ytPopup iframe {
        width: 304px;
        height: 250px;
    }
    .label-modal-itc {
        padding: 10px 52px 10px 25px;
        margin-top: -150px;
    }
    .label-modal-itc .itc { 
        font-size: 17px;
    }
    .label-modal-wta {
        margin-top: -100px;
        width: 331px;
        padding-left: 26px;
        padding-top: 10px;
    }
}

.ytPopup.grey {
    background-color: #f2f2f2;
    border: 1px solid #fff;
    color: #676767;
    text-align: center
}

ul.explain-ul {
    font-size: 13px;
    font-weight: 800;
}
.explain-ul li {
    list-style: circle;
    margin-left: -23px;
}

.sendInfo .col {
    display: inline-block;
    margin-right: 3%;
    padding: 20px 0;
    vertical-align: top;
    width: 22.75%
}
.sendInfo .col.reduced {
    width: 12.75%
}
.sendInfo .col.amplied {
    width: 32.75%
}

.sendInfo .col:nth-child(4n+4) {
    margin-right: 0
}

.sendInfo .col .formGroup {
    margin-bottom: 10px
}

.sendInfo .col label {
    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
    margin-left: -21px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    padding-bottom: 0;
}

.sendInfo .col label input[type=checkbox],
.sendInfo label input[type=radio] {
    margin-right: 5px;
    margin-left: 7px;
    position: relative;
    top: 2px
}

.sendInfo .lPad {
    padding-right: 20px;
    padding-left: 40px;
}

.sendInfo .required {
    color: #ed1c24;
    font-size: 16px
}

.box input[type=text],
.phonecallWrap [type=text],
.sendInfo input[type=text],
select, input[type=number] {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    display: block;
    margin-top: 4px;
    padding: 8px 12px;
    width: 100%
}

.sendInfo input[type=text]:focus {
    border: 1px solid #4fa230
}

.sendInfo .question {
    margin: 20px 0 6px 0
}

.sendInfo .sendButton {
    display: block;
    margin: 22px auto
}
.sendButton {
    background-color: #AC1111;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(50, 50, 50, .6);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    margin-top: 22px;
    padding: 20px;
    transition: all .3s ease;
    width: 38%;
}

@media only screen and (max-width:590px) {
    .sendButton {
        font-size: 27px;
        width: 70%;
    }
}

@media only screen and (max-width:768px) {
    .sendInfo .col {
        width: 31.3%
    }
    .sendInfo .col:nth-child(3) {
        margin-right: 0
    }
    .sendInfo .col:nth-child(4) {
        width: 100%;
        padding-top: 0
    }
    .sendInfo .col:nth-child(4) .formGroup {
        width: 46%;
        display: inline-block;
        vertical-align: top
    }
    .sendInfo .col:nth-child(4) .formGroup:nth-child(2) {
        margin-left: 15px
    }
    .sendInfo .question {
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .sendInfo {
        margin-right: 0;
        width: 100%
    }
    .sendInfo .col:nth-child(4) label {
        display: block
    }
}

@media only screen and (max-width:590px) {
    .sendInfo {
        padding-right: 0
    }
}

@media only screen and (max-width:500px) {
    #frmGnrl {
        margin-top: 14px
    }
    .sendInfo .col {
        padding: 0;
        width: 100%
    }
    .sendInfo .col.reduced {
        width: 100%;
    }
    .sendInfo .col.amplied {
        width: 100%;
    }
}
#cookies {
    background-color: rgba(33,33,33,.9);
    bottom: 0;
    color: #fff;
    font-size: 15px;
    left: 0;
    padding: 14px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999;
}
#cookies .okbt {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    padding: 5px 12px;
}

#cookies a {
    color: #a4a4a4;
    font-weight: 500;
    transition: all .3s ease;
}

/* Agency modal css */
.agencyForm {
    width: 75%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
}

.form-group input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

.form-group label {
    text-align: center;
}
.daterangepicker {
    z-index: 100000 !important;
}


#description {
    background: #1a6c50;
    color: #fff;
}
#footer {
    background: #1a6b50;
    color: #fff;
}
#footer a {
    color: #fff;
    text-decoration: underline;
}
.token {
    display: none;
}
.camara-comercio {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
img.acot {
    width: 100px;
}
img.canatur {
    width: 150px;
}
img.ict {
    width: 150px;
}
.ourStaff {
    text-decoration: none !important;
    font-size: 25px;
    line-height: 30px;
    color: #000 !important;
    font-weight: bold;
}
.afiliados {
    background: #fff;
    padding: 10px;
    text-align: center;
}
.company-phone {
    font-size: 1rem;
    padding-left: 21px;
}
.agentForm {
    font-size: 15px;
}

.info-scroll {
    color: white;
    font-size: 2rem;
}

/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.modal-classic {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.modal-classic.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-classic.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  width: 42em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-classic.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #000;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:460px) { 
    .nav-mobile {
        padding-top: 0 !important;
    }
    .agentForm {
        font-size: 0.9rem;
        width: 100px;
        text-align: center;
    }
    .simply-click {
        position: absolute;
        left: unset;
        right: 0;
        top: 92px;
    }
    .simply-click a {
        font-size: 8px;
    }
    .simply-click .arrow {
        width: 10px;
        margin-top: 1px;
    }
    .info-scroll {
        color: white;
        font-size: 1.7rem;
    }
    .modal-wrapper {
        width: 85%;
    }
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 25px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
.sendButton.disabled {
    background: #bd585c;
    cursor: progress;
}
.tips-form ul {
    margin-left: -26px;
    font-size: 13px;
    margin-top: -14px;
}

.hidden {
    display: none !important;
}