@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dream_cottageregular';
    src: url('../fonts/dreamcottage-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #444444;
  line-height: 1.8;
  font-family: 'poppinsregular', sans-serif;
}

header {
  transition: top 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  z-index: 50;
}

a:hover, a:focus {
color:#ffffff;
}



/*logo*/

.brand-logo img {
    margin: 1rem 0;
    width: 100%;
    height: auto;
}

.logo img {
  padding: 0.6rem;
}  

/*estilos navegación principal*/

nav ul a {
  text-transform: uppercase!important;
  color: #ffffff;
}
nav ul a:hover {
  color:#ffffff;
}

nav.wsmenu ul li::after, h3.sp-tab__tab_title::after,  input[type="submit"]::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: width .3s;
  transition: width .3s;
}

nav.wsmenu ul li:hover::after, h3.sp-tab__tab_title:hover::after,  input[type="submit"]:hover::after {
  width: 100%;
}

.wsmobileheader {
  background-color: #26358B;
  height: 55px;
}
/*estilos navegación principal*/

/*reset*/
.row {
  margin: 0;
}

/*estilos generales*/
h1, h2, h1.ls-text-layer.ls-layer ,.quote, h3 {
   font-family: 'dream_cottageregular'!important;
}

h3 {
  font-size: 20px;
}

#plan h3 {
  font-weight: bold;
}

.keyword {
  text-transform: uppercase;
  letter-spacing: 2px;
}



.wp-block-image img {
 width: 100%;
 height: auto;
}


/*estilos generales*/


.img-responsive, .expedition img {
  width: 100%;
  height: auto;
}

/* hover effect */

/*drop down accordion*/

.accordion-header {
    cursor: pointer;
    padding: 0.5rem;
    margin-bottom: 0;
    margin-top: 0;
    border: 1px solid #dddddd;
}
.accordion-header {
border-bottom: 0;
}

.accordion:nth-last-child { border-bottom:solid 1px #dddddd!important; }

.accordion-content {
    display: none;
    border: 1px solid #eceef1;
    background: #FFFFFF;
    padding: 1.5rem;
    color: #4a5666;
}

.accordion-header::before {
    vertical-align: middle;
    margin-right: .75rem;
    font-family: 'glyphicons';
    content:"\2b";
    font-size: 16px;
}

.active.accordion-header::before {
    font-family: 'glyphicons';
    content:"\2212";
}

/*preloader*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*background: url(../../img/logotipo.jpg) center no-repeat ;*/
}

.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

/*estilos slide*/

/*hover caption*/



.divisor {
  border-top: 1px solid #0a508a;
}

/*pop up */
/**/
.btn {
  display: table;
  transition: 0.6s all;
  cursor: pointer;
}

p {
    text-align: justify;
  }



.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 20;
}

a.btn-whatsapp-pulse:hover {
color:#ffffff;
 }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



/*formulario de contacto*/
form {
  color: #fff;
  padding: 4rem;
}

input, select, textarea {
  width: 100%!important;
  padding: 0.3rem;
  border: 0!important;
  background-color: white!important;
  border:1px solid #f2f3f1!important;
  }
  
  form span {
  margin-bottom: 1rem;
  display: block;
  }
 input, textarea {
  color:#333333;
}

  .wpcf7-form-control-wrap.your-message, textarea {
    width: 98.5%;
  }
  input#searchsubmit {
    background-color: #2a7bc6;
    border:0;
    color: white;
  }
  span.wpcf7-not-valid-tip {
  color: red;
  text-align: left;
  margin-bottom: 0;
  font-size: 11px;
  }
  div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 0;
  clear: both;
  color: blue;
  line-height: 1;
  font-size: 12px;
  text-align: left;
  margin-top: 1rem; 
  }
  div.wpcf7-response-output {
  margin: 1rem 0 0 0;
  padding: 0;
  border: 0;
  }
  .form {
    margin-top: 2rem;
  }
  ::placeholder {
  color:#444;
  padding-left: 0.3rem;
}
div.wpcf7 {
  margin: 2rem 0;
  }
  div.wpcf7 input[type="submit"] {
  color: white;
  width: 105px!important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  background-color: transparent!important;
  border:0!important;
  float: left;
  text-align: left;
  }
  div.wpcf7 input[type="submit"]:focus {
outline: transparent;
  }
  textarea {
  height: 90px;
  border-radius: 2px;
  }
  select {
    color: #333333;
  }
  iframe {
    width: 100%;
    height: 400px;
  }
  #contacto input[type='submit'] { 
  margin-top: 1rem;
  }
  div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok {
    color: #2525a0;
    padding: 0;
    border: 0;
    line-height: 1;
    font-size: 14px;
    text-align: left;
    clear: both;
    margin-top: 1rem;
  }
  input:focus {
    border-color: blue!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color:#ffffff;
}
.textarea-221 {
  width: 98%!important;
}
.wp-block-button__link:hover {
background-color: #00607e!important;
text-decoration: none!important;
}

/*formulario de contacto*/

/*form search*/
input:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


footer {
background-color: #26358B;
color:#ffffff;
padding: 2rem 0 2rem;
  }
  
  footer a {
    color:#ffffff;
    text-decoration: none;
  }
  footer a:hover {
    color:#ffffff;
    text-decoration: underline;
  }
  .company-rights {
    padding: 1rem 0;
    text-align: center;
  }

  footer li {
    list-style-type: none;
    content: '\e805';
    font-family: "fontello";
  }

  footer h3 {
    font-weight: 100!important;
  }


 
select {
    background:#fff url(../../img/expand-icon.png) right no-repeat;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}

select:focus {
    outline:none;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 7px rgba(100,100,100,0.3);
    border-color:#00c0f3;
}
select ::-ms-expand {
 display:none;
}
select:after{
    content:"";
    position:absolute;
    z-index:2;
    right:8px;
    top:50%;
    margin-top:-3px;
    height:0;
    width:0;
    border-top:6px solid #f99300;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    pointer-events:none;
}

/*formulario search home*/




/*footer*/
footer {
  font-size: 12px;
}

.logo_footer img {
  padding: 2rem;
}
.logo_footer p {
  margin-top: 1.5rem;
}


footer a:hover {
  color:#4e8fc7;
}


.social i.icon:before {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 1.8rem;
    text-align: center;
    transition: 0.3s;
}
.social .social i.icon:before:hover {
background-color: blue;
}
.social a:hover {
  color:#ffffff;
  transform: translateY(0);
}
.icon-facebook:before {
  border: 1px solid;
}
.icon-twitter:before {
  background-color: #55acee;
  font-size: 11px;
}
.icon-instagram:before {
  border: 1px solid;
}
.icon-youtube:before {
  background-color: #e52d27;
}
.icon-pinterest:before {
  background-color: #cc2127;
}
.icon-tumblr:before {
  background-color: #35465c;
}
.icon-trip-advisor-02:before {
  background-color: #589442;
  font-size: 14px;
}

.whats {
    background-color: green;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    display: inline-block;
    border-radius: 2px;
    color:#ffffff;
}
.whats:hover {
  background-color: #10b510;
  color:#ffffff;
}



/* medias queries */


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


.callusbtn {
    top: -3px;
    font-size: 21px;
    right: 0;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  background-color: 
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  color:#212a55!important;
}


}

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


h2 {
  line-height: 2.3rem;
}

p {
  text-align: left;
}

form {
  margin-top: 2rem;
}

.brand-logo {
  display: none;
}

div.wpcf7 input[type="submit"] {
  padding: 0.5rem;
}

div.wpcf7 {
  padding: 0;
}

.logo {
  text-align: center;
}
.logo img {
  width: 10rem;
}

nav ul a {
  color: #001c32!important;
  font-weight: bold;
}
.wsmenu>.wsmenu-list {
  background-color: transparent;
}

.cursor {
  display: none;
}

.social i.icon:before {
  width: 60px;
  height: 60px;
}
.social i.icon:before {
  line-height: 4rem;
}
footer i {
  font-size: 26px;
}

.se-pre-con  {
  background-size: 50%;
}






}



@media only screen and (min-width: 768px) {
  span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  margin-right: 0.6rem;
  }
  .develop {
    text-align: right;
  }

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  top:45px;
}

#header-sroll {
  position: fixed;
  z-index: 15;
  width: 100%;
}
._info {
padding: 6rem 0!important;
}
.wsmenu>.wsmenu-list>li>a {
  line-height: 16px!important;
}
.container_foo {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
  
  }

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

    h2 {
  font-size: 44px;
  line-height: 1;
}

._info {
  padding: 2rem 1rem!important;
}

.row_foo {
padding-bottom: 1rem;
}

h1.ls-text-layer.ls-layer {
  margin-bottom: 1rem!important;
}
.description_slide {
  padding-top: 5rem!important;
}

.pgc-slide-content {
  display: block!important;
}

.pgcsimplygalleryblock-slider-item.pgc-image {
  width: 100%!important;
}

    }


@media only screen and (min-width: 1024px) {
 nav.wsmenu {
  margin-top: 1rem;
 }


}



/*fontello*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-chat:before { content: '\e800'; } /* '' */
.icon-control-fiscal:before { content: '\e801'; } /* '' */
.icon-grafica:before { content: '\e802'; } /* '' */
.icon-tik-tok:before { content: '\e803'; } /* '' */
.icon-phone:before { content: '\e804'; } /* '' */
.icon-right-small:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-mail:before { content: '\e807'; } /* '' */
.icon-ok:before { content: '\e808'; } /* '' */
.icon-ok-circled2:before { content: '\e809'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 20;
}

a.btn-whatsapp-pulse:hover {
color:#ffffff;
 }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.lyte-wrapper.fourthree {
  width: 80%!important;
}

#lyte_rkZXOAtGfXo {
  background-image: url(../../img/LotsSargento_19.jpg)!important;
}

.fourthree .lyMe, .fourthree .lyte {
  padding-bottom: 55%!important;
}


