.ui-panel.js-ui-panel {
    display: none;
}
.header--v5 {
    background: rgb(0 0 0 / 10%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    transition: all ease 0.3s;
}
.header--v5:hover {
    backdrop-filter: blur(20px);
    background-color: rgb(5 97 108 / 60%);
}
.toolbar {
    justify-content: flex-start;
}
.toolbar--v5 {
    margin-left: 40px;
}
.toolbar--v5 .toolbar__search {
    margin-left: 30px;
}
.slider__preview:before {
    position: absolute;
    content: '';
    background: rgb(5 97 108);
    background: linear-gradient(0deg, rgb(0 0 0 / 54%) 46%, rgb(5 97 108) 94%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sliderDestacados {
    padding-right: 40px;
}
.sliderDestacados .slider__preview:before {
    display: none;
}
.sliderDestacados .slider__preview img {
    width: auto;
    height: 100%;
    border-radius: 15px;
    margin: 0 auto;
}
.sliderDestacados .slider--wide {
    padding-bottom: 80px;
}
.sliderDestacados .slider--wide .slider__item {
    height: 60vh;
}
.sliderDestacados .slider__preview a {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: #fff;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    transition: all ease 0.5s;
}
.sliderDestacados .slider__preview a:hover {
    font-size: 3em;
}
.brands {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}
.brands .owl-item a {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    transition: all ease 0.5s;
}
.brands .owl-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brands .owl-item a .caption {
    position: absolute;
    z-index: 2;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    padding: 30px;
    color: #fff;
    overflow: hidden;
    bottom: 0;
    opacity: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}
.brands .owl-item a .caption:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(50 101 54 / 80%);
    left: calc(50% - 2px);
    top: calc(50% - 2px);
    opacity: 0;
    z-index: -1;
    transition: all ease 0.5s;
}
.brands .owl-item a:hover .caption {
  opacity: 1;
  transition: all ease 0.5s;
}
.brands .owl-item a:hover .caption:before {
    opacity: 1;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    transform: scale(4);
    transition: all ease 0.5s;
}
.brands .owl-nav {
    margin-top: 50px;
}
.mask {
    mask-image: linear-gradient(black 70%, transparent);
}
.widget--about .widget__content {
    background-color: transparent;
    padding-right: 70px;
}
.p-0 {
    padding: 0!important;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom:30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-0 {
    padding-top: 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top:30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}

.nextevent--countcircles .nextevent__intro {
    margin: 0.6em 0;
    text-align: left;
}
.videobg {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sidebar h6.post__name a {
    color: #000;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sidebar h6.post__name {
    line-height: 1.2em;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer.footer {
    background-color: #2a6642;
}
.widget.js-widget.widget--landing {
    max-width: 100vw;
    overflow: hidden;
    min-height: 100vh;
}
footer a {
    color: #b4cbbd;
}
footer {
  height: 100vh;
  background-color: #05616C;
  color: #fff;
}
.animated-words {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    height: 60px;
    font-family: "Poppins", sans-serif;
    font-size: 2em;
    overflow: hidden;
    text-align: left;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.animated-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-animation: animateWord 10s linear infinite 0s;
    -ms-animation: animateWord 10s linear infinite 0s;
    animation: animateWord 10s linear infinite 0s;
}
.animated-words span:nth-child(1) { 
    -webkit-animation-delay: 2s; 
    -ms-animation-delay: 2s; 
    animation-delay: 2s;
}
.animated-words span:nth-child(2) { 
    -webkit-animation-delay: 4s; 
    -ms-animation-delay: 4s; 
    animation-delay: 4s; 
}
.animated-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s;
}
.animated-words span:nth-child(4) { 
    -webkit-animation-delay: 8s; 
    -ms-animation-delay: 8s; 
    animation-delay: 8s;
}
.animated-words span:nth-child(5) { 
    -webkit-animation-delay: 10s; 
    -ms-animation-delay: 10s; 
    animation-delay: 10s;
}
@-webkit-keyframes animateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-100%); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(100%); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
.footer-logo {
    display: block!important;
    float: none!important;
}
.footer-logo img {
    width: 100%!important;
}
.main-footer {
    color: white;
    padding-top: 90px;
}
.main-footer h4 {
    color: #fff!important;
    font-family: "Poppins", sans-serif;
}
.menu-menu-family-companies-container ul {
    margin-left: 0;
    padding-left: 0;
}
.main-footer ul li a {
    font-size: 2rem!important;
  color: #fff;
    position: relative;
  margin-bottom: 20px!important;
}
.rrss a {
    font-size: 2rem!important;
  color: #fff;
    position: relative;
  padding-right: 0 !important;
    display: block;
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif;
    padding-left: 25px;
}
.rrss img {
    height: 15px;
    position: absolute;
    left: 0;
    top: 8px;
}
ul#menu-family-companies a:before, .rrss a:before {
    width: 0%;
    height: 3px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
ul#menu-family-companies a:hover:before, .rrss a:hover:before {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.rrss a:hover {
    color: #ffffff;
}
.rrss {
    display: block!important;
    text-align: left;
}
.bottom-fotter {
    padding: 70px 0 0 0 !important;
    text-align: right !important;
}
.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.row.d-flex:before, .row.d-flex:after {
    display: none;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}
.mb-5 {
    margin-bottom: 50px;
}
.mb-6 {
    margin-bottom: 60px;
}
.mb-7 {
    margin-bottom: 70px;
}
.mb-8 {
    margin-bottom: 80px;
}
.mb-9 {
    margin-bottom: 90px;
}
.mb-10 {
    margin-bottom: 100px;
}
.mb-0 {
    margin-bottom: 0px;
}
.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-7 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-8 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-9 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.header-h {
    font-size: 35px;
   color: #66ab9b;
    font-size: 46px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    }
ul
{
  list-style:none;
}
.header-p {
  color:#9699a6;
  font-size:16px;
}
.section-padding {
    padding: 0 0 60px;
    border-top: dashed 1px #66ab9b;
}
.marb-35{
  margin-bottom:35px;
}
.menu-restaurant
{
  width:50%;
  float:left;
  padding:15px;
  position:realtive!important;
  
}
.menu-restaurant .menu-title
{
  float:left;
  font-family:Montserrat,arial;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#66ab9b;
  }
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 2px;
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
    margin-left: .6em;
    margin-right: .6em;
    right: -10px;
    width: 100%;
}
.menu-restaurant .menu-price{
  font-weight:600;
  position:absolute;
  right:0;
  top:0;
  
}
.menu-restaurant .menu-subtitle
{
  display:block;
  float:left;
  color:#B1B1B1;
    font-size: 1.2rem;
}
.menu-restaurant span.clearfix{
  position:relative;
  display:block;
}
#menu-filters ul li a.active, #menu-filters ul li a:hover
{
  background: #66ab9b;
  color:#fff;
  border:1px solid #66ab9b;
}
#menu-filters ul li 
{
  display:inline-block;
  color:#fff;
  text-transform:capitalize;
  letter-spacing:1px;
  margin-botttom:40px;
}
#menu-filters ul li a
{
  padding:10px;
  font-size:14px;
  color:#565656;
  border-radius:0px;
  border:1px solid #BBBBBB;
  text-decoration:none;
  cursor:pointer;
  
}
@media (min-width: 20px) and (max-width: 450px) 
{
  .menu-restaurant 
  {
    width: 100%;
  }
  .header-h
  {
    font-size: 35px;
  }
  .header-p 
  {
    font-size: 14px;
  }
  
}

.msg-row{
  margin-top:56px;
}
.media-body, .media-left, .media-right
{
  display:table-cell; 
  vertical-align: top;
  
}

.bg-1
{
  background-color: #fecc17;
  width:70px;
  height:70px;
  border-radius:50%;
  
}
.bg-14
{
   background-color: #ccdb38;
  width:70px;
  height:70px;
  border-radius:50%;
}
.dark-blue
{
  color: #31364c;
  font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body{
  margin-left:10px;
  padding-left:13px;
}
.media-2{
  margin-top:30px;
  
}
.form-group
{
  margin:8px 0 9px !important;
  padding-bottom:10px;
}
.contact-form .form-control
{
  color:#000 !important;
  font-size:16px;
  font-weight:normal;
  height:38px;
line-height: 1.42857;
  padding:7px 0;
  
}
.form-control, .form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#009688), to(#009688)),-webkit-gradient(linear, left top, left bottom, from(#D2D2D2), 
    to(#D2D2D2));
   background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
   -webkit-background-size: 0 2px, 100% 1px;
  background-size:0 2px,100% 1px;
  background-repeat: no-repeat;
background-position: center bottom, center -webkit-calc(100% - 1px);
 background-position: center bottom, center calc(100% - 1px);
   background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.phone-in-talk, .hour-icon
{
    font-size: 35px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}

.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  #FFB03B !important;
    color: #ffffff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: #000 !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}
.quote {
    font-size: 11px;
    padding: 20px;
    background-color: #60988b;
    color: #fff;
    border-radius: 20px;
}
.quote ul {
    padding-left: 10px;
    list-style-type: circle;
}
.map__wrap iframe {
    width: 100%;
    border-radius: 30px;
}
.post__item {
    border-radius: 24px;
    overflow: hidden;
}
.text-white {
    color: #fff!important;
}
.social__list img {
    filter: brightness(0.5);
    height: 20px;
}
.widget--sidebar .social__list a {
    color: #777777;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
}

@media only screen and (max-width: 600px) {
    footer .main-footer .container {
        text-align: left!important;
        padding: 10px 40px!important;
    }
}
@media (max-width: 768px) {
    .nextevent--countcircles .nextevent__intro {
        margin: 0;
        column-count: inherit;
        text-align: center;
    }
    .widget--footer .widget__content {
        display: block!important;
    }
    .header__logo-svg {
        width: auto;
        height: auto;
    }
    .header--v5 .header__donate {
        font-weight: normal;
        font-size: 0.8em;
    }
    .toolbar--v5 {
        margin-left: 0;
    }
    .nav--v5 {
        width: 100vw;
    }
    .toolbar--v5 .toolbar__search {
        display: none;
    }
    .about--minimal .about__name {
        font-size: 1.1em;
    }
    .about--minimal {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .about .about__item {
        width: 160px;
        height: 160px;
        padding: 20px;
        background-color: rgb(0 0 0 / 30%);
        margin: 1%;
        display: flex;
        align-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .about--minimal .about__name {
        color: #1ac69e;
        margin: 0;
    }
    .about--minimal .about__intro {
        margin-top: 0;
    }
    .sliderDestacados {
        padding-right: 0;
    }
    .sliderDestacados .slider--wide .slider__item {
        height: auto;
        min-height: 40vh;
    }
    .slider__footer {
        margin-top: 20px;
    }
    .widget--about {
        background: url(../img/bgpalma.jpg) #9bc8b3 no-repeat;
        background-size: cover;
        flex-direction: column;
    }
    .events, #widecarousel {
        width: calc(100% - 60px);
        margin: 0 30px;
        margin-top: 0;
    }
    .brands .owl-item a {
        width: 150px;
        height: 150px;
    }
    .brands {
        margin-top: 40px;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .event__info {
        align-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .nextevent.nextevent--countpanel {
        padding: 0 15px;
    }
    .site-footer .row {
        flex-direction: column;
    }
    footer {
        height: auto;
        background-color: #60988b;
        color: #fff;
    }
    .main-footer {
        padding-top: 40px;
    }
    .footer-logo {
        width: 50%;
    }
    dl.dl-table {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        text-align: left;
        width: 100%;
    }
    dl.dl-table dt, dl.dl-table dd {
        text-align: left;
    }
    dl.dl-table dd {
        margin-bottom: 10px;
    }
    .col-md-8 {
        width: 100%;
    }
    .widget--card .widget__content .widget__title {
        margin-top: 20px;
    }
    .btn--border-brand {
        width: 100%;
    }
    .event__info .btn--border-brand {
        width: 80%;
    }
    .rrss img {
        height: 20px;
        top: 16px;
    }
    .nav--v5 {
        top: 61px;
    }
    .daterangepicker.dropdown-menu {
        margin: 0 2vw;
        width: 96vw;
    }
    .nav--filter .nav__link {
        font-size: 1em;
        line-height: 1em;
        margin: 4px;
        padding: 8px;
    }
}