/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css?family=Heebo:100,200,300,regular,500,600,700,800,900,&display=swap');
:root {
    --primary: #a6a6a6;
    --light: #F1F8FF;
    --dark: #ffffff;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 60px;
    z-index: 999;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn.btn-primary
{
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


.text-primary {
    color: var(--primary)!important;
}

.fab{
    color: var(--primary)!important;
}

.bg-primary {
    background-color: var(--primary)!important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.check-primary:checked {
  background-color: var(--primary)!important;
  border-color: var(--primary)!important;
}



/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-white .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

/* .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #000;
    font-size: 15px;    
    outline: none;
} */



.texto{

  margin-right: 0.2em;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-right: 8px;
  padding-bottom: 15px;
  padding-left: 8px;

}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-white .navbar-nav .nav-link:hover,
.navbar-white .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-white .navbar-toggler {
    background-color:  var(--primary)!important;
    color: rgba(255,255,255,0.55);
    border-color: rgba(255,255,255,0.1)
}

.hover-menu:hover{
  background-color: var(--primary);
  /* padding-left: 5px !important;
  padding-right: 5px !important; */
}

.hover-menu:focus{
  background-color: var(--primary);
}

.hover-submenu:hover{
  background-color: var(--primary);
  
  
}

.hover-menu.active{
  background-color: var(--primary);
}


.navbar-white .navbar-toggler-icon{ background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-white .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

}






/*** Header ***/
@media (min-width: 800px) {
.carousel-item {
   height: 600px;
}
.carousel-md {
    height: 450px;
 }
 .carousel-xs {
    height: 300px;
 }


 .carousel-item img {
    height: 600px;
    object-fit: cover;    
 }
 .carousel-md img {
    height: 450px;
    object-fit: cover;
 }
 .carousel-xs img {
    height: 300px;
    object-fit: cover;
 }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 1;
}



.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #header-carousel .carousel-md {
        position: relative;
        min-height: 450px;
    }
    
    
    
    #header-carousel .carousel-xs {
        position: relative;
        min-height: 450px;
    }
    
   
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    max-width: 60%;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

footer .section-title.text-white::after {   
    background: #FFFFFF;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: auto;
    height: auto;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: 0px;
    padding-top: 30px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

footer
{
    margin-top: 20px;
}

footer{
            background: url('../img/ImgFooter.jpg');
            position: relative;        
            background-size: cover;
            }

/*SUMOSELECT(COMBO MULTIPLE)*/
.SumoSelect p {margin: 0 !important; font-size: 13px;}
.SumoSelect{width: 100% !important;}

.SelectBox {padding: 7px 12px !important; border:1px solid #ced4da; border-radius: 2px; color:#666565}

.sumoStopScroll{overflow:hidden !important;}

/* Filtering style */
.SumoSelect .hidden { display:none !important; }
.SumoSelect .search-txt{display:none;outline:none !important;}
.SumoSelect .no-match{display:none;padding: 6px !important;}
.SumoSelect.open .search-txt{display: inline-block !important;position: absolute !important;top: 0 !important;left: 0 !important;width: 100% !important;margin: 0 !important;padding: 5px 8px !important;border: none !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;border-radius: 5px !important; color: #000 !important; font-size: 1rem;}

.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden !important;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; height: 100% !important; width: 100% !important; border: none !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important; filter: alpha(opacity=0) !important; -moz-opacity: 0 !important; -khtml-opacity: 0 !important; opacity: 0 !important; }

.SelectClass{z-index: 1 !important;}

.SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none !important; -o-user-select: none !important; -moz-user-select: none !important; -khtml-user-select: none !important; -webkit-user-select: none !important; font-weight: normal!important; text-align: left!important; }

.SumoSelect { display: inline-block !important; position: relative !important;outline:none !important;}
.SumoSelect:focus > .CaptionCont > .CaptionCont, .SumoSelect.open > .CaptionCont {border-color:#ffd08b;outline:0;box-shadow:0 0 0 .25rem rgba(254,161,22,0.25)}
.SumoSelect > .CaptionCont { position: relative !important; /*border: 1px solid #A4A4A4 !important;*/ min-height: 14px !important; background-color: #fff !important;border-radius:2px !important;margin:0 !important; color: #777 !important;}
.SumoSelect > .CaptionCont > span { display: block !important; padding-right: 30px !important; text-overflow: ellipsis !important; white-space: nowrap !important; overflow: hidden !important;cursor:default !important; font-size: 1rem!important; color:#666565!important;}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {height: 22px /*font-style: italic;*/  }

.SumoSelect > .CaptionCont > label { position: absolute !important; top: 0px !important; right: 0 !important; bottom: 0 !important; width: 40px !important;}
.SumoSelect > .CaptionCont > label > i { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-size: 16px 12px; background-position: center center !important; width: 16px !important; height: 16px !important; display: block !important; position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; margin: auto !important;background-repeat: no-repeat !important;opacity: 0.8 !important;}

.SumoSelect > .optWrapper {display:none !important; z-index: 1000 !important; top: 30px !important; min-width: 100%!important; position: absolute !important; left: 0 !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; background: #fff !important; border: 1px solid #ddd !important; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11) !important; border-radius: 3px !important;overflow: hidden !important;}
.SumoSelect.open > .optWrapper {top:35px !important; display:block !important;}
.SumoSelect.open > .optWrapper.up {top: auto !important;bottom: 100% !important;margin-bottom: 5px !important;}

.SumoSelect > .optWrapper ul {list-style: none !important; display: block !important; padding: 0 !important; margin: 0 !important; overflow: auto !important; width: 100% !important;}
.SumoSelect > .optWrapper > .options { border-radius: 2px !important;position:relative !important; overflow-x: hidden !important;
	/*Set the height of pop up here (only for desktop mode)*/
	max-height: 250px;
	/*height*/ }
/*.optWrapper{ width: 250px !important;}*/
.SumoSelect > .optWrapper.okCancelInMulti > .options { border-radius: 2px 2px 0 0 !important;}
.SumoSelect > .optWrapper.selall > .options { border-radius: 0 0 2px 2px !important;}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options { border-radius: 0 !important;}
.SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5 !important;}
.SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px !important;}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px !important;}
.SumoSelect > .optWrapper.isFloating > .options {max-height: 100% !important;box-shadow: 0 0 100px #595959 !important;}
.SumoSelect > .optWrapper > .options  li.opt { /*padding: 6px 6px !important;*/ position: relative !important;border-bottom: 1px solid #f5f5f5 !important; float: none !important; color: #000 !important;}
.SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0 !important; }
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child { border-radius:0 !important; }
.SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px !important; border-bottom: none !important;}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {border-radius: 0 !important;}
.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4 !important; }
.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel{background-color: #a1c0e4 !important;}

.SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis !important; white-space: nowrap !important; overflow: hidden !important; display: block !important;cursor: pointer !important; font-size: 1rem !important;}

.SumoSelect > .optWrapper > .options li.group > label {cursor: default !important;padding: 8px 6px !important;font-weight: bold !important;}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; width: 90% !important; bottom: 0 !important; margin: auto !important; max-height: 90% !important; }

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit !important;pointer-events: none !important;}
.SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; /* IE 5-7 */ filter: alpha(opacity=50) !important; /* Netscape */ -moz-opacity: 0.5 !important; /* Safari 1.x */ -khtml-opacity: 0.5 !important; /* Good browsers */ opacity: 0.5 !important; }


/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px  !important;cursor: pointer  !important;  background-color: #ffffff !important; height: 25px !important; width: auto !important; border-bottom: none !important;}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span{position:absolute  !important;display:block  !important;width:30px  !important;top:0  !important;bottom:0  !important;margin-left:-35px  !important;}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i{position: absolute  !important;margin: auto  !important;left: 0  !important;right: 0  !important;top: 0  !important;bottom: 0  !important;width: 14px  !important;height: 14px  !important;border: 1px solid #AEAEAE  !important;border-radius: 2px  !important;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15)  !important;background-color: #fff  !important;}
.SumoSelect > .optWrapper > .MultiControls { display: none  !important; border-top: 1px solid #ddd  !important; background-color: #fff  !important; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13)  !important; border-radius: 0 0 3px 3px  !important; }
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block  !important; margin-top: 5px  !important; position: absolute  !important; bottom: 0  !important; width: 100%  !important; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block  !important; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px  !important; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {box-shadow: 0 0 2px #a1c0e4  !important;border-color: #a1c0e4  !important;outline: none !important;background-color: #a1c0e4  !important;}

.SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block !important; cursor: pointer !important; padding: 12px !important; width: 50% !important; box-sizing: border-box !important; text-align: center !important; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1 !important; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB !important; border-radius: 0 0 0 3px !important; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0 !important; }
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 0px 6px !important; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px !important; }
.SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px !important; }

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17) !important;box-shadow: none !important;border-color: transparent !important;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC') !important;background-repeat: no-repeat !important;background-position: center center !important;}
/*disabled state*/
.SumoSelect.disabled { opacity: 0.7 !important;cursor: not-allowed !important;}
.SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none !important;}

/**Select all button**/
.SumoSelect .select-all{border-radius: 3px 3px 0 0 !important;position: relative !important;border-bottom: 1px solid #ddd !important;background-color: #fff !important;padding: 3px 0 3px 35px !important;height: 30px !important;cursor: pointer !important; text-align: left!important;}
.SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer !important; color: #000 !important; text-align: left!important; font-size: 1rem!important;}
.SumoSelect .select-all.partial > span i{background-color:#ccc !important;}


/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px !important; text-decoration: underline !important; }


/*styling for optgroups*/

.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.SumoSelect>.optWrapper>.options li.group {
  position: relative;
  background-color: white;
}

.SumoSelect>.optWrapper>.options li.group>ul {
  background-color: white;
  overflow: hidden!important;
}

.SumoSelect>.optWrapper>.options li.group>label {
  margin-left: 25px;
  font-style: italic;
  color: black;
}

.SumoSelect>.optWrapper>.options li.group span i {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect>.optWrapper>.options li.group.selected>span i {
  background-color: rgb(17, 169, 17);
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}

.SumoSelect>.optWrapper>.options li.group.selected.partial>span i {
  background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.group span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: 0px;
}





/*FIN SUMOSELECT(COMBO MULTIPLE)*/

/*BANDERAS*/

.wSelect-el {
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
}
.wSelect {
	position: relative;
	display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	

}
.wSelect-arrow {
	position: absolute;
	width: 30px;
	right: 0px;
	top: 0px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.wSelect-hover .wSelect-arrow,
.wSelect-active .wSelect-arrow  {
	background-position: -30px center;
}
.wSelect.wSelect-multiple {
	overflow: hidden;
}
.wSelect-selected {
	margin: 0px 35px 0px 5px;
	padding: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.wSelect-options-holder {
	position: absolute;
	display: none;
	left: 0px;
	z-index: 200;
	overflow: hidden;
}
.wSelect-multiple .wSelect-options-holder {
	position: relative !important;
	display: block !important;
	top: auto !important;
	z-index: auto !important;
	border: none !important;
}
.wSelect-options {
	overflow-y: scroll;
	overflow-x: hidden;
}
.wSelect-option {
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 1px;
	cursor: pointer;
}
.wSelect-option-last {
	margin-bottom: 0px;
}
.wSelect-option-value {
	margin: 0 5px;
	padding: 5px 0;
	background-repeat: no-repeat;
	background-position: 0 center;
	white-space: nowrap;
	overflow: hidden;
}
.wSelect-option-disabled .wSelect-option-value {
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.wSelect-option-icon {
	padding-left: 30px;
}

/***********************************
 * Theme - classic
 ***********************************/
.wSelect-theme-classic.wSelect {
	border: solid #CCC 1px;
    color: #555;
    background-color: #FFFFFF;	
	/*font-size: 12px;*/
	/*font-family: verdana;*/
	line-height: 20px;
	min-width: 160px;
	max-width: 300px;
	margin-bottom: 7px;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	
}
.wSelect-arrow {
	background-image: url('images/arrow-down.png');
}/*
.wSelect-theme-classic.wSelect-hover,
.wSelect-theme-classic.wSelect-active {
    border-color: rgb(82, 168, 236);
    border-color: rgba(82, 168, 236, 0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}*/
.wSelect-theme-classic .wSelect-options-holder {
	background-color: #FAFAFA;
	/*border: solid #CACACA 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	min-width: 130px;
	max-width: 300px;
}
.wSelect-theme-classic .wSelect-options {
	/*border: solid #FAFAFA 1px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
}
.wSelect-theme-classic .wSelect-option {
	background-color: #FFF;
	color: #333;
}

.wSelect-theme-classic .wSelect-option-disabled {
	background-color: #FFF !important;
	color: #333 !important;	
}
.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
	background-color: #bcbdc0;
	color: #FAFAFA;
}


/*BANDERAS*/

.banner-zone {
	background-size: cover !important;
	position: relative;
	height: 130px;
	text-align: center;
	display: flex;
	align-items: center
}

.banner-zone:before {
	background: rgba(0, 0, 0, 0.1);
	content: ' ';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	transition: all .3s
}

.banner-zone:hover:before {
	background: rgba(0, 0, 0, 0.1)
}

.banner-zone .title {
	color: #fff;
	font-size: 25px;
	z-index: 2;
	position: relative;
	display: table;
	margin: 0 auto
}

.mb-20 {
	margin-bottom: 20px
}


.box {
    -webkit-box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
    -moz-box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
    box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
  }

.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color: var(--primary)}

.video-fluid{ width: 100%;}

.FotoInmu
{
	height: 306px;
}


@media (max-width: 768px) {
	.FotoInmu
	{
		height: 235px;
	}
    .video-fluid{ width: 100%; height: 450px; object-fit: cover;}    
}

.FotoInmu4
{
	height: 225px;
}


@media (max-width: 768px) {
	.FotoInmu4
	{
		height: 235px;
	}
}

.FotoInmuMin
{
	height: 306px;
}

@media (max-width: 768px) {
	.FotoInmuMin
	{
		height: 250px;
	}
}

.page-item.active .page-link
{
    background-color: var(--primary);
    border-color: var(--primary);
}

.page-link
{
    color: var(--dark);
}

.page-link:hover
{
    color: var(--dark);
}

.text-justify
{
    text-align: justify;
}

/*guest-house*/
.guest-house .single-location {
    position:relative;
    margin-bottom: 30px;
   }
   .guest-house .single-location img {
    width:100%;
    height: 400px;
    object-fit: cover;
   }
   .guest-house .single-location::before {
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background:rgba(25,21,20,0.3);
    z-index:0;
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s
   }
   .guest-house .single-location .guest-contents {
    position:absolute;
    left:0px;
    right:0;
    padding:0 15px;
    text-align:center;
    margin:0 auto;
    bottom:25px;
    z-index:1;
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s;
    opacity:0;
    visibility:hidden
   }
   .guest-house .single-location .guest-contents h3 a {
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s;
    color:#fff;
    display:inline-block;
    font-size:32px;
    font-weight:400;
    text-align:center
   }
   @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .guest-house .single-location .guest-contents h3 a {
     font-size:18px
    }
   }
   @media only screen and (min-width: 768px) and (max-width: 991px) {
    .guest-house .single-location .guest-contents h3 a {
     font-size:18px
    }
   }
   @media only screen and (min-width: 576px) and (max-width: 767px) {
    .guest-house .single-location .guest-contents h3 a {
     font-size:26px
    }
   }
   @media (max-width: 575px) {
    .guest-house .single-location .guest-contents h3 a {
     font-size:22px
    }
   }
   .guest-house .single-location .guest-contents h3 a:hover {
    color: var(--primary);
   }
   .guest-house .single-location .guest-contents p a {
    margin-bottom:10px;
    color:#fff;
    font-weight:300;
    font-size:16px
   }
   @media only screen and (min-width: 576px) and (max-width: 767px) {
    .guest-house .single-location .guest-contents p {
     font-size:14px
    }
   }
   @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .guest-house .single-location .guest-contents p br {
     display:none
    }
   }
   @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .guest-house .single-location .guest-contents p br {
     display:none
    }
   }
   @media only screen and (min-width: 768px) and (max-width: 991px) {
    .guest-house .single-location .guest-contents p br {
     display:none
    }
   }
   @media only screen and (min-width: 576px) and (max-width: 767px) {
    .guest-house .single-location .guest-contents p br {
     display:none
    }
   }
   @media (max-width: 575px) {
    .guest-house .single-location .guest-contents p br {
     display:none
    }
   }
   .guest-house .single-location .guest-contents.guest-contents2 {
    opacity:1;
    visibility:visible
   }
   .guest-house .single-location .guest-contents.guest-contents2 h3 {
    text-align:center
   }
   .guest-house .single-location:hover::before {
    background:rgba(25,21,20,0.6)
   }
   .guest-house .single-location:hover .guest-contents {
    opacity:1;
    visibility:visible
   }
   .guest-house .single-location:hover .guest-contents.guest-contents2 {
    opacity:0;
    visibility:hidden
   }

   .dropdown-menu {
    right: 0px;
   }
/*guest-house*/


/*--product-starts--*/
.product {
	padding: 2em 0;
}
.product-left ul{
	padding:0;
	margin-top:9%;
}
.product-left ul li {
    list-style: none;
    line-height: 2.4em;
}
.product-left ul li i{
	 padding-right:10px;
	 top:3px;
}
.product-left ul li a{
	color:#555;
	    font-size: 0.9em;
}
.product-left ul li a:hover{
	color: #2ad2c9;
}
.prdt {
    margin-top: 6%;
}
.prdt-left img{
	width:100%;
}
.prdt-left p{
	line-height: 1.9em;
	margin-top: 10px;
	color: #555;
	font-size: 0.9em;
	text-align: justify;
}
.prdt-left h4 {
	color: #333333;
	font-size: 22px;
	margin: 17px 0 0 0;
}
.captn1 h5 {
	color: #fff;
	font-size: 1.9em;
	margin: 17px 0 0 0;
}
.btm-right1 {
  overflow: hidden;
  position: relative;
  display: block;
}
.btm-right1 img{
	width:100%;
    max-height: 350px;
}
.btm-right1 .captn1 {
	
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	background-color: var(--primary);
	padding:10px;
	text-align: center;

	
}
.btm-right1:hover .captn1 {
  bottom: 0%;
}
.captn1 p {
    font-size:2em;
    color: #fff;
}
.btm-right1:hover .captn1 h5 {
   margin-top:95px;
}

/*-- Projects page --*/
#portfolio p {
    line-height: 1.8em;
    margin: 25px 0 0 0;
    font-size:1.1;
    color: #ffffff;
    font-weight: 300;
  }
  .Projects-section h3{
     margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 18px;
  }
  .Projects-grid {
      padding: 0;
      border: 3px solid #fff;
  }
  .Projects1 {
  position:relative;
  }
  .Projects1 .textbox {
      width:100%;
      height:100%;
      position:absolute;
      top:0;
      left:0;
      -webkit-transform: scale(0);
      transform: scale(0);
      background-color: rgba(0, 0, 0, 0.5);
  }
  .Projects1:hover .textbox {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  .Projects-grid img{
          width:100%;
          height: 100%;
  }

  .textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-align:center;
    }
    .textbox h4 {
        font-size: 1.8em;
        color: #FFF;
        margin-top: 2.7em;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
    .textbox p {
         font-size: 26px !important;
        color: #fff;
        background: rgba(0, 0, 0, 0.83);
        margin: 6px 0 0 0!important;
        padding: 3px 0;
    }

    

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-dark .navbar-toggler {        
        border-color: rgb(255 255 255);
    }

    @media (max-width: 767px) {
		.SecBanner .carousel-inner .carousel-item > div {
			display: none;
		}
		.SecBanner .carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.SecBanner .carousel-inner .carousel-item.active,
	.SecBanner .carousel-inner .carousel-item-next,
	.SecBanner .carousel-inner .carousel-item-prev {
		display: flex;
	}


    /*CARRUSEL BANNER*/	
	@media (min-width: 768px) {

		.SecBanner .carousel-inner .carousel-item-end.active,
		.SecBanner .carousel-inner .carousel-item-next {
			transform: translateX(%);
		}

		.SecBanner .carousel-inner .carousel-item-start.active, 
		.SecBanner .carousel-inner .carousel-item-prev {
			transform: translateX(-%);
		}
	}

	.SecBanner .carousel-inner .carousel-item-end,
	.SecBanner .carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}

    .SecBanner .carousel-inner .card {
        border:none;
        margin-left: 5px;
        margin-right: 5px;
    }

    
    
/*COCOEN*/
.cocoen{box-sizing:border-box;cursor:pointer;line-height:0;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cocoen *{box-sizing:inherit}.cocoen ::after,.cocoen ::before{box-sizing:inherit}.cocoen img,.cocoen picture>img{max-width:none}.cocoen>img,.cocoen>picture>img{display:block;width:100%}.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}.cocoen-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.cocoen-drag::before{border:3px solid #fff;content:'';height:30px;left:50%;margin-left:-7px;margin-top:-18px;position:absolute;top:50%;width:14px}
/*END COCOEN*/

.logo360
{
    
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: rgba(33, 33, 33, 0.2);
    background-color: white;    
    bottom: 4px;
    z-index: 0;    
    color: black;
    float: right;
    right: 4px;
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;

}
@media only screen and (max-width: 767px) {
    .FotoInmuMin .logo360
    {
        bottom: 20px;
    }
}

.counter
{
    
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: rgba(33, 33, 33, 0.2);
    background-color: white;    
    bottom: 10px;
    z-index: 0;    
    color: black;
    float: right;
    right: 4px;
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;

}

.navbar.fixed-top {
    transition: .5s;
}



.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.toolInfo {
  position: relative;
  display: inline-block;
  font-size:14px;
  cursor:pointer;
  color:white;
}

.toolInfo .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color:#555;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 999;  
  top: -20px;
  left: -50px;
  text-transform: none;

}

.toolInfo:hover .tooltiptext {
  visibility: visible;
}

.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .sombra
  {
    text-shadow: 1px 1px 2px black, 0 0 0em black, 0 0 0em black;
  }

  .sombraSup
  {
    text-shadow: 1px 1px 2px black, 0 0 0em black, 0 0 0em black;
  }


  /*BOTONES POLITICA*/
  .freeprivacypolicy-com---reset button, .freeprivacypolicy-com---reset html [type=button], .freeprivacypolicy-com---reset [type=reset], .freeprivacypolicy-com---reset [type=submit]
  {
    background-color: var(--primary)!important;
    color:white!important;
  }

  /*BANDA REBAJADO*/

  
  .ribbon {
    position: absolute;
    left: 8px; 
    top: -3px;
    z-index: 1;
    overflow: hidden;
    width: 110px; 
    height: 110px;
    text-align: right;
  }
  .ribbon span {
    font-size: 13px;    
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 130px;
    display: block;
    background-color: var(--primary);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -29px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid  var(--primary);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid  var(--primary);
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid  var(--primary);
    border-bottom: 3px solid transparent;
    border-top: 3px solid  var(--primary);
  }

  @media only screen and (max-width: 767px) {
    .transp .navbar-brand {
        width: 61%;
    }
    .transp .navbar-brand img{
        width: 64%;
    }
    .navbar-brand img{
        /*max-height: 60px!important;*/
        max-width: 260px!important;
    }

    .logo img{
      /*max-height: 60px!important;*/
      max-width: 260px!important;
  }

    .msup6 .text-white{
        color:black!important;
    }
    


}

@media only screen and (max-width: 767px) {
    .msup3 {
        background-color:var(--dark)!important;
    }
    .msup6 {
        background-color:white!important;
    }    
}

/*GALERIA ALEATORIA*/
@media (max-width: 991.98px) {
    .main-content {
      width: 100%;
      position: relative;
      float: none; } }
  .main-content .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 991.98px) {
      .main-content .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .main-content .photos .photo-item {
    position: relative; }
    .main-content .photos .photo-item:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
height:94%;
	  }
    .main-content .photos .photo-item .photo-text-more {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 30px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      text-align: center; }
    .main-content .photos .photo-item .photo-text-visible {
      position: absolute;
      z-index: 3;
      top: 70%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 0px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 1;
      visibility: visible;
      text-align: center; }	  
      .main-content .photos .photo-item .photo-text-more .icon {
        color: #fff;
        font-size: 20px; }
      .main-content .photos .photo-item .photo-text-more .heading {
        font-size: 30px;
        color: #fff;
        margin-bottom: 0; }
	.main-content .photos .photo-item .photo-text-visible .heading {
        font-size: 30px;
        color: #fff;
        margin-bottom: 0; }		
      .main-content .photos .photo-item .photo-text-more .meta {
        color: #cccccc;
        padding: 0px 5px;
        font-size: 16px; }
    .main-content .photos .photo-item img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 300px;
      margin-bottom: 20px; }
      @media (max-width: 575.98px) {
        .main-content .photos .photo-item img {
          height: 200px; } }
    .main-content .photos .photo-item:hover:after {
      opacity: 1;
      visibility: visible; }
    .main-content .photos .photo-item:hover .photo-text-more {
      margin-top: 0;
      opacity: 1;
      visibility: visible; }
  
    .main-content .photos .photo-item:hover .photo-text-visible {
      margin-top: 30;
      opacity: 0;
      visibility: hidden; }  


      .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #000;
        transition: width .3s;
    }
    
    .cool-link:hover::after {
        width: 100%;       
    }
  
/*PROMOCIONES*/
.product-classic {
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 0;
    padding: 18px 23px 30px;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.16);
    transition: .15s ease-out all;
    backface-visibility: hidden;
  }
  .product-classic::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #ffffff;
    transition: .3s ease-out all;
    will-change: transform;
  }
  .desktop .product-classic::before {
    transform: translateY(32px);
  }
  .product-classic-media {
    position: relative;
    /*padding-left: 7px;*/
    overflow: hidden;
  }
  .product-classic-media .owl-carousel {
    width: calc(100% + 7px);
  }
  .product-classic-media .owl-item {
    transform: scale(1.01);
    overflow: hidden;
  }
  .product-classic-media img {
    width: 100%;
    transition: 0.8s cubic-bezier(0.39, 0.58, 0.57, 1) all;
  }
  .product-classic-price {
    z-index: 100;
    position: absolute;
    left: 7px;
    bottom: 0;
    padding: 2px 21px 2px 11px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    background-color: #4b9ef1;
  }
  .product-classic-title a,
  .product-classic-title a:focus,
  .product-classic-title a:active {
    color: #4b9ef1;
  }
  .product-classic-title a:hover {
    color: inherit;
  }
  .product-classic-divider {
    line-height: 0;
    height: 1px;
    width: 100%;
  }
  .product-classic-divider::after {
    width: 100%;
    content: '';
    display: inline-block;
    border-top: 1px solid #e3e3e3;
  }
  .product-classic-list {
    display: flex;
    flex-wrap: wrap;
    color: #151515;
    margin-bottom: -17px;
  }
  .product-classic-list > li {
    display: flex;
    min-width: 50%;
    margin-bottom: 17px;
  }
  .product-classic-list span {
    display: inline-flex;
    will-change: transform;
    vertical-align: middle;
    min-height: 15px;
    line-height: 15px;
  }
  .product-classic-list .icon {
    margin-right: 10px;
    font-size: 19px;
    color: #abb4c0;
  }
  .product-classic-list .icon[class*='hotel-icon-'] {
    margin-left: -5px;
    margin-right: 3px;
  }
  .product-classic-list .hotel-icon-05 {
    position: relative;
    top: 2px;
    font-size: 32px;
  }
  .product-classic-list .hotel-icon-10,
  .product-classic-list .hotel-icon-26 {
    font-size: 34px;
  }
  .product-classic .owl-next,
  .product-classic .owl-prev {
    width: 43px;
    height: 43px;
    font-size: 20px;
    font-family: "fl-budicons-free";
    line-height: 43px;
    color: #ffffff;
    background: rgba(21, 21, 21, 0.2);
    border: none;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-out all;
  }
  .product-classic .owl-next:hover,
  .product-classic .owl-prev:hover {
    color: #ffffff;
    background: rgba(21, 21, 21, 0.8);
  }
  .product-classic .owl-prev::before {
    content: "\e016";
  }
  .product-classic .owl-next {
    right: 5px;
  }
  .product-classic .owl-next::before {
    content: "\e025";
  }
  .desktop .product-classic .owl-next,
  .desktop .product-classic .owl-prev {
    opacity: 0;
  }
  * + .product-classic-divider,
  .product-classic-divider + * {
    margin-top: 19px;
  }
  .product-classic-divider + * {
    margin-top: 25px;
  }
  * + .product-classic-title {
    margin-top: 20px;
  }
  @media (min-width: 1200px) {
    .product-classic-list {
      padding-right: 37px;
    }
  }
  .desktop .product-classic {
    box-shadow: none;
  }
  .desktop .product-classic:hover {
    transition: .3s ease-out all;
    transition-delay: .3s;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.16);
  }
  .desktop .product-classic:hover .owl-next,
  .desktop .product-classic:hover .owl-prev {
    opacity: 1;
  }
  .desktop .product-classic:hover .product-classic-media img {
    transform: scale(1.2);
  }
  .product-classic:hover::before {
    transform: translateY(0);
  }
  .product-classic-2 {
    padding: 33px 23px 33px;
    text-align: left;
  }
  .product-classic-2::before {
    transform: translateY(0);
  }
  .product-classic-2 .product-classic-title a,
  .product-classic-2 .product-classic-title a:focus,
  .product-classic-2 .product-classic-title a:active {
    color: #151515;
  }
  .product-classic-2 .product-classic-title a:hover {
    color: #4b9ef1;
  }
  .desktop .product-classic-2::before {
    transform: translateY(0);
  }
  .desktop .product-classic-2:hover {
    transition: .3s ease-out all;
    transition-delay: 0s;
  }
  .product-classic-2 .product-classic-media {
    padding: 0;
    margin-left: -23px;
    margin-right: -23px;
  }
  .product-classic-2 .product-classic-price {
    left: 23px;
  }
  .product-classic-2 * + .product-classic-media {
    margin-top: 22px;
  }
  .product-classic-2 * + .product-classic-list {
    margin-top: 32px;
  }
  .product-classic-horizontal {
    padding: 0;
    box-shadow: none;
    overflow: visible;
    text-align: left;
  }
  .product-classic-horizontal .product-classic-inner {
    position: relative;
  }
  .product-classic-horizontal::before {
    transform: translateY(0);
    left: 7px;
  }
  .product-classic-horizontal .product-classic-title a,
  .product-classic-horizontal .product-classic-title a:focus,
  .product-classic-horizontal .product-classic-title a:active {
    color: #151515;
  }
  
  .product-classic-horizontal .product-classic-price {
    left: 0;
    top: 28px;
    bottom: auto;
  }
  .product-classic-horizontal .product-classic-price::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #367dc3 transparent transparent;
  }
  .product-classic-horizontal .product-classic-right {
    padding: 29px 16px;
  }
  .product-classic-horizontal .product-classic-divider {
    width: 80px;
  }
  .desktop .product-classic-horizontal::before {
    transform: translateY(0);
  }
  .desktop .product-classic-horizontal:hover {
    box-shadow: none;
  }
  @media (min-width: 640px) {
    .product-classic-horizontal .product-classic-inner {
      display: flex;
    }
    .product-classic-horizontal .product-classic-left {
      display: flex;
      width: 100%;
      flex-shrink: 0;
      max-width: 380px;
    }
    .product-classic-horizontal .product-classic-left .product-classic-media,
    .product-classic-horizontal .product-classic-left .carousel,
    .product-classic-horizontal .product-classic-left .owl-stage-outer,
    .product-classic-horizontal .product-classic-left .owl-stage,
    .product-classic-horizontal .product-classic-left .owl-item {
      display: flex;
    }
    .product-classic-horizontal .product-classic-left .carousel {
      width: 380px !important;
      max-height: 300px;
    }
    .product-classic-horizontal .product-classic-left .owl-item {
      flex-shrink: 0;
    }
    .product-classic-horizontal .product-classic-left img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    .product-classic-horizontal .product-classic-right {
      padding: 10px 30px;
    }
  }
  .product-classic-footer {
    margin-left: 7px;
    background-color: #e7e9f0;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-classic-footer .product-classic-list {
    margin-bottom: 0;
    color: #0d0d0d;
    letter-spacing: 0;
  }
  .product-classic-footer .product-classic-list > li {
    display: flex;
    margin-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-width: 0;
  }
  .product-classic-sm * + .product-classic-divider {
    margin-top: 10px;
  }
  @media (min-width: 640px) {
    .product-classic-sm .product-classic-right {
      padding-top: 39px;
      padding-bottom: 39px;
    }
  }
  @media (min-width: 1200px) {
    .product-classic-sm .product-classic-title {
      max-width: 200px;
      line-height: 1.66667;
    }
  }
  .product-classic-group {
    height: 100%;
  }
  .product-classic-group .product-classic,
  .product-classic-group .pagination-custom {
    margin-bottom: 40px;
  }
  .product-classic-group .product-classic:last-child,
  .product-classic-group .pagination-custom:last-child {
    margin-bottom: 0;
  }
  .product-classic-group .jspPane {
    right: 15px;
  }
  * + .product-classic-group {
    margin-top: 40px;
  }

  #morecss-trigger-toggle { cursor: pointer; }
  #morecss-element-toggle { display:none; }
  #morecss-element-toggle:not(:checked) ~ #morecss-toggled-element { display:none; }
  #morecss-element-toggle:not(:checked) ~ #morecss-trigger-toggle .lesslink { display:none; }
  #morecss-element-toggle:checked ~ #morecss-abstract { display:none; }
  #morecss-element-toggle:checked ~ #morecss-trigger-toggle .morelink { display:none; }
  #morecss .morelink, #morecss .lesslink { display: block; cursor: pointer; color:var(--primary); font-weight:bold; }
  #morecss .morelink:hover, #morecss .lesslink:hover { text-decoration:underline; }

 

  /* con texto */
.captn2 h5 {
	color: #fff;
	font-style: normal;
	font-size: 21px;
	/*margin: 17px 0 0 0;*/
}
.btm-right2 {
  overflow: hidden;
  position: relative;
  display: block;
}
.btm-right2 img{
  object-position: center;
  object-fit: cover;
  height: 350px;
	width:100%;
}
.btm-right2 .captn2 {
	display: inline-block;
	height: 20%;
	width: 100%;
	position: absolute;
	bottom: -1px;
	right: 1px;
	text-align: center;
	background-color: rgba(39,45,51,0.7);
	padding-top: 5%;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btm-right2:hover .captn2 {
	height: 100%;
	bottom: 0%;
	background-color: rgba(39,45,51,0.7);
	padding-top: 27%;
}
.captn2 p {
    font-size:1.0em;
    color: #fff; /*font-style: italic;*/
}
/*fin con texto*/

/*Listado Colegiados*/

.card .card-subtitle {
  font-weight: 300;  
  color: #99abb4;
}
.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 8px;
}
/*Fin Listado Colegiados*/

/*Observacion nuestro equipo*/
.team-item .team-social {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0s;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-item:hover .team-social {
  width: 100%;
  left: 0;
}

.team-item .team-social p {
  opacity: 0;
  transition: 0s;
}

.team-item:hover .team-social p {
  opacity: 1;
}
/*Fin Observacion nuestro equipo*/

/*RANGO CALCULADORA*/
.range-form {
	width: 400px;
	margin: auto;
	padding: 50px;
  }
  
  .range-slider {
	-webkit-appearance: none;
	/* Override default CSS styles */
	appearance: none;
	width: 100%;
	/* Full-width */
	height: 10px;
	border-radius: 5px;
	/* Specified height */
	background: #d3d3d3;
	/* Grey background */
	outline: none;
	/* Remove outline */
	opacity: 0.7;
	/* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s;
	/* 0.2 seconds transition on hover */
	transition: opacity .2s;
	&:hover {
	  opacity: 1;
	  /* Fully shown on mouse-over */
	}
	&::-webkit-slider-thumb {
	  -webkit-appearance: none;
	  /* Override default look */
	  appearance: none;
	  width: 18px;
	  /* Set a specific slider handle width */
	  height: 18px;
	  /* Slider handle height */
	  background: var(--primary);
	  /* Green background */
	  cursor: pointer;
	  /* Cursor on hover */
	  border-radius: 50%;
	}
	&::-moz-range-thumb {
	  width: 18px;
	  /* Set a specific slider handle width */
	  height: 18px;
	  /* Slider handle height */
	  background: var(--primary);
	  /* Green background */
	  cursor: pointer;
	  /* Cursor on hover */
	}
  }

  .input-group .calc
  {
    background-color: white;
    width: 60px;
    display: block;
  }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: 'Heebo'!important;font-weight: 400; font-style: normal;}body{font-family: 'Heebo'!important;font-weight: 400; font-style: normal;}.fuenteTit{font-family: 'Heebo'!important;font-weight: 400; font-style: normal;font-size: 35px!important;}.fuenteDes{font-family: 'Heebo'!important;font-weight: 400; font-style: normal;font-size: 18px!important;}.fuenteDetTit{font-family: 'Heebo'!important;font-weight: 400; font-style: normal;font-size: 24px!important;}.fuenteDetDes{font-family: 'Heebo'!important;font-weight: 400; font-style: normal;font-size: 16px!important;}

