body {
  font-family: 'Open Sans', sans-serif;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #0E121D;
  line-height: 120%;
  margin: 0 0 20px 0;
}
h1, .h1 {
  font-size: 40px;

}
h2, .h2 {
  font-size: 35px;
}
h3, .h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
h6, .h6 {
  font-size: 15px;
  margin-bottom: 0;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li,
ol li,
p {
  font-size: 14px;
  color: #6C6C6C;
  line-height: 140%;
  margin-bottom: 15px;
}
.intro p,
.intro ul li {
  font-size: 16px;
}
a {
  color: #1B4381;
  text-decoration: none;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  color: gray;
}
b, strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #919191;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.left {
  float: left;
}
.cover { 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
ul.bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.bullets li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #1B4381;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  position: absolute;
  width: 100%;
  height: 95px;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
  padding: 25px 0 25px 0;
}
header.smaller {
  animation: .8s ease 0s normal none 1 running fadeInDown;
  position: fixed;
  background: white;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, .4);
}
header.smaller .logo {
  height: 30px;
}
.navigation {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {

}
footer .content-footer {
  background: #F5F5F5;
  border-radius: 20px 20px 0 0;
  border-bottom: 4px solid #EFB8BC;
  padding: 40px 40px 0 40px;
}
.ft-nav ul li a {
  color: #6C6C6C;
}
.ft-nav ul li a:hover {
  color: #232323;
}
ul.social {
  text-align: left;
  padding-top: 20px;
  margin-bottom: 0;
}
ul.social li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
ul.social li:last-child { margin-right: 0; }
ul.social li a { font-size: 0; }
ul.social li a:before {
  font-size: 40px;
  color: #6C6C6C;
}
ul.social li a:hover:before {
  color: #232323;
}
.copyright {
  padding-bottom: 5px;
}
.copyright hr {
  padding-top: 20px;
}
.copyright p {
  font-size: 11px;
}
.whatsapp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
  transition: all 0.5s ease 0s;
  z-index: 200;
  text-decoration: none !important;
  background-color: #EFB8BC;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.whatsapp:hover {
  background: #A3A3A3;
  color: white;
}
/*///////////////////////
///        Menu       ///
///////////////////////*/
nav {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #BEBEBE;
  margin-right: 35px;
}
nav ul {
  margin: 0;
}
nav ul li {
  display: inline;
  margin-right: 35px;
  position: relative;
}
nav ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 500;
  padding: 0;
  padding-top: 2px;
  display: inline-block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
nav ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}
nav ul li a:hover:after,
nav ul li.current-menu-item a:after,
nav ul li.current-page-ancestor a:after {
  width: 100%;
  background: #232323;
}
nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current-page-ancestor a {
  color: #232323;
} 
/*///////////////////////
///    Mobile Menu    ///
///////////////////////*/
#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  padding: 25px 20px;
  width: 350px;
  height: 100%;
  right: -350px;
  box-sizing: border-box;
  z-index: 9999;
  overflow: hidden;
  background: #FCF2F7;
}
#mobile-menu nav {
  float: none;
}
.cerrar-menu {
  cursor: pointer;
}
#mobile-menu .icon-close {
  cursor: pointer;
  font-size: 16px;
  color: #EFB8BC;
  margin-bottom: 40px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  padding: 14px;
  text-align: center;
  transition: all 300ms;
  border: 1px solid #EFB8BC;
}
#mobile-menu .icon-close:hover {
  background: #A3A3A3;
  border-color: #A3A3A3;
  color: white;
}
#mobile-menu .language a span {
  color: white;
}
#mobile-menu .language a:hover {
  background: #1B4381;
}
.hamburger {
  color: white;
  float: right;
  font-size: 25px;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: all 300ms;
  background: #EFB8BC;
}
.hamburger:hover {
  background: #A3A3A3;
}
.cerrar-menu img:hover {
  opacity: 0.7;
}
#mobile-menu nav {
  display: block;
}
#mobile-menu nav ul {
  margin-bottom: 40px;
}
#mobile-menu nav ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 500;
  padding: 15px 10px;
  display: block;
}
#mobile-menu nav ul li a:hover,
#mobile-menu nav ul li.current-menu-item a,
#mobile-menu nav ul li.current-page-ancestor a  {
  color: #232323;
}
#mobile-menu nav ul li {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
#mobile-menu nav ul li a:hover:after, 
#mobile-menu nav ul li.current-menu-item a:after,
#mobile-menu nav ul li.current-page-ancestor a:after {
  background: transparent;
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}
body.open-menu .mask {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}
body.open-menu #mobile-menu {
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.mt-site { margin-top: 100px; }
.show-md,
.show-xl,
.display-none { display: none; }
.img-cover {
  position: relative;
  height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/*////////////////////////
///      Sections     ////
////////////////////////*/
.btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: white;
  border-radius: 40px;
  height: 40px;
  border: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
  width: fit-content;
  z-index: 0;
  overflow: hidden;
  transition: all 300ms;  
}
.btn.pink {
  background: #EFB8BC;
  color: white;
}
.btn.pink:hover {
  background: #A3A3A3;
}
.btn.brdr {
  border: 1px solid #404040;
  color: #404040;
}
.btn.brdr i {
  font-size: 12px;
  margin-left: 10px;
}
.btn.brdr:hover {
  background: #A3A3A3;
  border-color: #A3A3A3;
  color: white;
}
.subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #EFB8BC;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.icon-link {
  font-size: 14px;
  color: #404040;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.icon-link:before {
  color: #EFB8BC;
  font-size: 40px;
  margin-right: 5px;
  transition: all 300ms;  
}
.icon-link:hover,
.icon-link:hover:before {
  color: #A3A3A3 !important;
}
.icon-link.whtspp:before {
  color: #404040;
}
.bullets-check ul li,
.woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 23px;
}
.bullets-check ul li:before,
.woocommerce-product-details__short-description ul li:before {
  font-family: "bba";
  src:url("../fonts/bba.eot");
  src:url("../fonts/bba.eot?#iefix") format("embedded-opentype"),
  url("../fonts/bba.woff") format("woff"),
  url("../fonts/bba.ttf") format("truetype"),
  url("../fonts/bba.svg#bba") format("svg");
  font-weight: normal;
  font-style: normal;
  content: "\64";
  font-size: 14px;
  color: #EFB8BC;
  position: absolute;
  left: 0;
}
.bullets ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.bullets ul li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #EFB8BC;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 5px;
}
.banner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.banner .caption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 50px 30px 20px 30px;
  background: rgb(239,184,188);
  background: linear-gradient(180deg, rgba(239,184,188,0) 0%, rgba(239,184,188,0.7) 100%);
  text-align: center;
}
.banner .caption p {
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  color: white;
  margin: 0;
}
.stage-medium { 
  height: 200px;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.stage-medium:before {
  content: '';
  display: block;
  width: 50%;
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.stage-medium img {
  height: 100% !important;
}
.stage-medium .caption {
  position: relative;
  z-index: 2;
}
.stage-medium .caption h1 {
  color: white;
  margin: 0;
}
.stage-medium .caption p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: white;
	margin: 0;
}
.box {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 40px 40px 25px 40px;
  position: relative;
  min-height: 232px;
  margin-top: 45px;
}
.box .icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  background: #EFB8BC;
  border-radius: 60px;
  position: absolute;
  right: 30px;
  top: -45px;
}
ul.contact {

}
ul.contact li {
  padding-left: 65px;
  position: relative;
  margin-bottom: 30px;
}
ul.contact li h5 {
  margin-bottom: 5px;
}
ul.contact li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #EFB8BC;
  border-radius: 60px;
  font-size: 15px;
  color: white;
}
.contactform p { margin-bottom: 0; }
a.politics {
  font-size: 12px;
  color: #777777;
}
a.politics:hover {
  color: #232323;
}
.contact-info {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
.map iframe {
  width: 100%;
  height: 360px;
  border-radius: 20px;
}
.second-nav ul {
  margin-bottom: 0;
}
.second-nav,
.second-nav ul li {
  display: inline-block;
}
.second-nav ul li { 
  vertical-align: top; 
  margin-bottom: 0;
  margin-right: 20px;
}
.second-nav ul li:last-child {
  margin-right: 0;
}
.bag {
  transition: all 300ms; 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #EFB8BC;
  border-radius: 40px;
  font-size: 16px;
  color: #EFB8BC;
  position: relative;
}
.bag span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background: #232323;
  font-size: 10px;
  color: white;
  border-radius: 40px;
  position: absolute;
  top: -5px;
  right: 0;
}
.bag:hover {
  background: #A3A3A3;
  border-color: #A3A3A3;
  color: white;
}
#mobile-menu nav {
  border-right: 0;
}
/*////////////////////////
///    Woocommerce    ////
////////////////////////*/
.woocommerce ul.products li {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10); 
  padding: 15px 15px 0 15px !important;
  text-align: center;
}
.woocommerce ul.products li a img {
  border-radius: 10px;
  margin-bottom: 15px !important;
}
.woocommerce ul.products li a h2 {
  font-size: 20px!important;
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.woocommerce ul.products li.product .price {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  color: #777777 !important;
  font-weight: 500 !important;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 500 !important;
  text-decoration: none;
}
.woocommerce .button,
.wc-block-cart__submit-button {
  font-family: 'Open Sans', sans-serif !important;
  background-color: #EFB8BC !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  color: white !important;
  font-weight: 600 !important;
  padding: 13px 20px !important;
  transition: all 300ms !important; 
}
.woocommerce .button:hover,
.wc-block-cart__submit-button:hover {
  background: #A3A3A3 !important;
}
.wc-block-cart__submit-button {
  width: 170px !important;
  float: right;
}
.woocommerce ul.products li.product .button {
  position: relative;
  bottom: -20px;
  margin-top: 0 !important;
}
.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #ff9da4 !important;
  box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
  transition: all 0.5s ease 0s;
}
.woocommerce-result-count,
.woocommerce-ordering,
.product_meta,
.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important
}
.woocommerce-product-gallery .flex-viewport {
  border-radius: 20px;
  border: 20px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 5px !important;
  width: calc(25% - 10px) !important;
}
.related.products {
  clear: both;
  padding-top: 55px;
}
.related.products h2 {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce-product-gallery__image { border-radius: 10px; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 30px !important;
  right: 30px !important;
}
.summary.entry-summary .price {
  font-size: 25px !important;
  color: #EFB8BC !important;
}
.woocommerce div.product p.price ins {
  font-weight: 500 !important;
  text-decoration: none;
}
.woocommerce div.product p.price del {
  color: #777777 !important;
}
.woocommerce-product-details__short-description {
  padding-top: 20px;
  padding-bottom: 15px;
}
.woocommerce form.cart .quantity .qty {
  width: 80px;
  height: 40px;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 16px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  background: #F7F7F7 !important;
  font-family: 'Lato', sans-serif !important;
  color: #232323 !important;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
}
table.wc-block-cart-items {
  border-spacing: 0 !important;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #D3CED2 !important;
}
table.wc-block-cart-items thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
table.wc-block-cart-items thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 18px 25px 18px 25px !important;
}
table .wc-block-components-product-name {
  color: #232323;
  font-size: 14px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 5px;
}
.wp-block-woocommerce-cart-order-summary-block {
  border-radius: 10px;
  border: 1px solid #D3CED2 !important;
  margin-bottom: 30px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
  background: #F7F7F7 !important;
  padding: 18px 16px !important;
  border-radius: 8px 8px 0 0 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #0E121D !important; 
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-formatted-money-amount {
  font-weight: 500 !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  color: #0E121D;
}
.wc-block-cart-item__remove-link {
  color: #FF5858 !important;
}
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=tel],
.wc-blocks-components-select .wc-blocks-components-select__container {
  border: 1px solid #12121257 !important;
  border-radius: 10px !important;
}
.wc-block-components-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #EFB8BC;
  color: white;
  border: none;
  border-radius: 40px;
  width: 180px !important;
  transition: all 300ms !important;
}
.wc-block-components-button:hover {
  background: #A3A3A3;
}
.woocommerce div.product form.cart .variations select {
	font-size: 14px;
	color: #777777;
	background-color: #F7F7F7 !important;
	border: none;
	width: 40px;
	float: left;
	height: 50px;
	padding: 10px 25px;
	margin-bottom: 30px;
	border-radius: 20px;
	min-width: 190px !important;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations th {
	vertical-align: middle !important;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 30px;
}
.woocommerce div.product form.cart .reset_variations {
	color: red;
	font-size: 14px !important;
}
.woocommerce div.product form.cart .reset_variations:hover {
	text-decoration: underline;
}
/*////////////////////////
///       Slick       ////
////////////////////////*/
.herobanner .caption {
  position: absolute;
  width: 50%;
  z-index: 1;
}
.herobanner .caption p {
  font-size: 15px;
  color: #404040;
}
.btns {
  padding-top: 5px;
  display: flex;
}
.btns a:first-child {
  margin-right: 25px;
}
.herobanner .background {
  position: relative;
  height: 565px;
  margin-top: 40px;
  padding: 40px;
  display: flex;
  align-items: center;
}
.herobanner img.bg {
  border-radius: 20px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.herobanner .jenny {
  z-index: 1;
  top: -40px;
  right: 0;
  position: absolute;
}
.testimonials .icon-quote {
  font-size: 65px;
  color: #EFB8BC;
  position: relative;
  width: 115px;
  height: 110px;
  padding-top: 40px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.testimonials .icon-quote:after {
  content: '';
  display: block;
  width: 95px;
  height: 95px;
  background: #FCF2F7;
  border-radius: 60px;
  position: absolute;
  right: -28px;
  bottom: 9px;
  z-index: -1;
}
.testimonials .slick-slide { text-align: center; }
.testimonials .slick-slide .caption {
  position: relative;
  padding-left: 75px;
  min-height: 80px;
  width: 200px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 20px;
}
.testimonials .slick-slide .caption img {
  position: absolute;
  left: 0;
  border-radius: 100px;
}
.testimonials .slick-slide p {
  font-size: 16px;
}
.testimonials .slick-slide .caption .position {
  font-size: 13px;
  color: #EFB8BC;
}
.testimonials .slick-slide .caption:before {
  content: '';
  display: block;
  width: 200px;
  height: 10px;
  background: url(../img/quote-arrow.png) no-repeat center;
  background-size: contain;
  top: 0;
  left: 0px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
}
.slick-prev, 
.slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #EFB8BC;
  border-radius: 40px;
  top: 35%;
  transition: all 300ms; 
}
.slick-prev:before, 
.slick-next:before {
  font-family: "bba";
  font-weight: normal;
  font-style: normal;
  color: #EFB8BC;
  font-size: 27px;
}
.slick-prev:hover, 
.slick-next:hover {
  background: #A3A3A3;
  border-color: #A3A3A3;
}
.slick-prev:hover:before, 
.slick-next:hover:before {
  color: white;
}
.slick-list {
  margin: 0 45px;
}
.slick-next {
  right: 0px;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
   content: "\70"; 
}
.slick-next:before {
  content: "\6f";
}
/*////////////////////////
///        Forms       ///
////////////////////////*/
label { margin-bottom: 10px; }
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 16px;
  color: #777777;
  background: #F7F7F7;
  border: none;
  width: 100%;
  height: 60px;
  padding: 15px 25px;
  margin-bottom: 30px;
  border-radius: 20px;
}
textarea {
  height: 250px;
}
select {
  font-size: 16px;
  color: #777777;
  font-weight: 600;
  background: url(../img/select-arrow.svg) no-repeat right #F8F8F8;
  -webkit-appearance: none;
  background-position-x: calc(100% - 25px);
}
input[type=submit] {
  font-family: 'Lato', sans-serif;
  width: 160px;
  height: 40px;
  background: #EFB8BC;
  color: white;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 40px; 
  float: right;
  transition: all 300ms;     
}
input[type=submit]:hover {
  background: #A3A3A3;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: transparent;
}
input[type="checkbox"] { 
  margin-right: 10px;
}
::-webkit-input-placeholder { 
  font-size: 16px;
  color: #777777;
}
:-moz-placeholder { 
  font-size: 16px;
  color: #777777;
}
::-moz-placeholder { 
  font-size: 16px;
  color: #777777;
}
:-ms-input-placeholder { 
  font-size: 16px;
  color: #777777;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "bba";
  src:url("../fonts/bba.eot");
  src:url("../fonts/bba.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bba.woff") format("woff"),
    url("../fonts/bba.ttf") format("truetype"),
    url("../fonts/bba.svg#bba") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bba" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bba" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-cart:before {
  content: "\63";
}
.icon-check:before {
  content: "\64";
}
.icon-clock:before {
  content: "\65";
}
.icon-email:before {
  content: "\66";
}
.icon-facebook:before {
  content: "\67";
}
.icon-instagram:before {
  content: "\68";
}
.icon-location:before {
  content: "\69";
}
.icon-play:before {
  content: "\6a";
}
.icon-quote:before {
  content: "\6b";
}
.icon-right-arrow:before {
  content: "\6c";
}
.icon-tel:before {
  content: "\6d";
}
.icon-whatsapp:before {
  content: "\6e";
}
.icon-arrow-right-short:before {
  content: "\6f";
}
.icon-arrow-left-short:before {
  content: "\70";
}
/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {  }
@media screen and (max-width: 1290px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {
  .show-xl { display: inline-block !important; }
  .hide-xl { display: none !important; }
  nav,
  nav ul li,
  .second-nav ul li { margin-right: 10px; }
  nav ul li a { font-size: 14px; }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .wp-block-woocommerce-cart-order-summary-block {
    padding: 15px !important;
  }
  .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    left: 0 !important;
  }
  .wp-block-woocommerce-cart-order-summary-totals-block {
    border: none !important;
  }
  .wp-block-woocommerce-checkout { margin-top: 0 !important; }
  .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    background: #F5F5F5;
    border-radius: 5px;
  }
  .wc-block-components-totals-wrapper {
    border: 1px solid hsla(0, 0%, 7%, .11);
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 { font-size: 30px; }
  h2, .h2 { font-size: 25px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 15px; }
  h6, .h6 { }
}  
@media screen and (max-width: 767px) {
  .hide-md { display: none !important; }
  .show-md { display: block; }
  .hide-xs { display: none !important; }
  .reverse-md .col-a { order: 2; }
  .reverse-md .col-b { order: 1; }
  .contact-info {
    justify-content: left;
  }
  .intro { 
    padding-top: 0;
    padding-bottom: 40px;
  }
  .banner .caption p {
    font-size: 20px;
    line-height: 120%;
  }
  .testimonials .slick-slide p { font-size: 14px; }
  header {
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hamburger { margin-top: -7px; }
  .stage-medium { 
    height: 160px; 
    padding: 20px;
  }
  .mt-site { margin-top: 80px; }
  .herobanner .background { 
    padding: 0; 
    height: 440px;
    align-items: flex-end;
  }
  .herobanner .caption {
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #f7d3e50d 0%, #f7d3e5 40%);
    padding: 60px 20px 15px 20px;
    border-radius: 0 0 20px 20px;
  }
  .herobanner .caption h1 {
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
  }
  .herobanner .caption .subtitle {
    font-size: 13px;
    color: white;
  }
  .herobanner .caption p {
    color: white;
    margin-bottom: 0;
  }
  .herobanner .jenny {
    width: 410px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}