
/*.carousel .item {
    height: 400px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}*/

html {
    scroll-behavior: smooth;
}
header {
    /* background: radial-gradient(#51acc7, transparent);
     */
    background-image: url("../../images/clouds_retina4.png");
    background-color: powderblue;
    background-size: 1928px;
    background-repeat: repeat-x;
    width: 100%;
}
.shade-li:hover {
    box-shadow: rgb(0 0 0) 0 1px 15px;
    transition-duration: .5s;
}
.shade{
    box-shadow: rgb(0 0 0) 0 1px 15px;
}
nav ul li {
    border-bottom: solid 3px white;
    border-radius: 5px 5px 5px 5px;
}
.carousel-border {
    border-bottom: 10px solid #ffff;
    border-left: 10px solid #ffff;
    border-right: 10px solid #ffff;
    border-top: 10px solid #ffff;
    border-radius: 8px;
}
/* previous - next styles */
.fa-stack-1x {
    color: black;
}
.bg-level-2-first-part {
    background-image: url("../../images/pattern_balloons@2x.png");
    background-size: 381px;
    background-position: right top;
    background-repeat: repeat-x;
}
.bg-level-2-second-part {
    background-image: url("../../images/pattern_balloons@2x.png");
    background-size: 381px;
    background-repeat: repeat-x;
    width: 100%;
}
.carousel-control-prev {
    opacity: 0.8;
}
.carousel-control-next {
    opacity: 0.8;
}
.custom-shape-divider-bottom-1670046844 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1670046844 svg {
    position: relative;
    display: block;
    width: calc(126% + 1.3px);
    height: 93px;
}
.custom-shape-divider-bottom-1670046844 .shape-fill {
    fill: #FFFFFF;
}
.img-borders{
    border-radius: 25px;
}
/*SECTION DIVIDER*/
hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #EC774B;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
/*END SECTION DIVIDER*/
/*CONTACT SECTION*/
.dbox .qr{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
}
.icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.contact-wrap {
    background: #e8edf0;
}
.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
@media (max-width: 767px){
    /*Map size when screen is small (Smartphone)*/
    .maps{
        height: 300px;
    }
    .contact{
        padding-top: 20px;
    }
    .contact:nth-of-type(1),.contact:nth-of-type(2),.contact:nth-of-type(3){
        width: 80%;
        margin: 0px auto;
        border-bottom: 2px solid #ffffff;
    }
}
.instagram{
    /*Instagrack background*/
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.circles-contact{
    border-radius: 50px;
    background: #e8edf0;
}
@media (min-width: 768px) {
    .contact {
        border-right: 2px solid #ffffff;
    }
    .circles-contact{
        padding-top: 20px;
    }
}
/* END CONTACT SECTION*/
/*GALLERY SECTION*/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}
#image-gallery .modal-footer{
    display: block;
}
.thumb{
    margin-top: 15px;
    margin-bottom: 15px;
}
.img-gallery{
    border-radius: 25px;
    box-shadow : 0 8px 10px -4px rgba(0,0,0,.6);
}
/*END GALLERY SECTION*/
/*TESTIMONIAL*/
.testimonios{
    margin-bottom: 100px;
}
/*END TESTIMONIAL*/
/*FOOTER*/
.footer h1, h2, h3, h4, h5, h6 {
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, a:active, a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
footer {
    background-color: #222023;
    background-image: -webkit-linear-gradient( top, #222023, #1e2c47 );
    background-image: -moz-linear-gradient( top, #222023, #1e2c47 );
    background-image: -o-linear-gradient( top, #222023, #1e2c47 );
    /*background-image: linear-gradient( to bottom, powderblue, #24726f99 );*/
    background-image: linear-gradient( to bottom, #0a5c66, #5a0000 );
    color: #fff;
    font-size: 17px;
}
footer h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
footer h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 2px;
}
.about-footer li i {
    position: absolute;
    left: 0;
}
.about-footer li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}
.about-footer ul {
    margin-top: 40px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #EC774B;
}
.footer-title {
    border-bottom: 2px solid #EC774B;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
ul.footer-social li {
    display: inline;
    margin-right: 16px;
}
ul.footer-social i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
}
ul.footer-social li:last-child {
    margin-right: 0px;
}
ul.footer-social i:hover {
    color: #fff;
}
ul.footer-social i.fa-facebook-f:hover {
    background: #4267B2;
}
ul.footer-social i.fa-instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.page-more-info li {
    margin-bottom: 31px;
}
footer .table td:first-child {
    font-weight: 600;
    padding-left: 33px;
}
footer .table td:last-child {
    text-align: right;
}
footer .table td {
    padding: 0px;
    border: 0;
}
footer .table tr {
}
footer .table td i {
    position: absolute;
    left: 0px;
    font-size: 21px;
    top: 6px;
}
footer .table td {
    position: relative;
    padding: 4px 0;
}
.footer-logo td {
    padding-right: 4px !important;
}
.footer-logo td:last-child {
    padding-right: 0px !important;
}
footer hr {
    border-color: #9294a0;
}
.footer-bottom p {
    text-align: right;
}
.footer-bottom {
    margin-top: 30px;
}
.open-hours hr {
    margin: 30px 0;
}
/*shappe divider (hr)*/
.custom-shape-divider-top-1671629721 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1671629721 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 73px;
    transform: rotateY(180deg);
}
.custom-shape-divider-top-1671629721 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1671629721 svg {
    margin-top:-1px;
}
/*END FOOTER*/
/*back to top button*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
/* End back to top button*/
/*Loading*/
.loader-container{
    width:100%;
    height:100vh;
    background-color:#dddddd ;
    position: fixed;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5000;
}
.loader{
    width:50px;
    height:50px;
    border:5px solid;
    color:#3498db;
    border-radius:50%;
    border-top-color:transparent;
    animation: loader 1.2s linear infinite;
}
@keyframes loader{
    25%{
        color:#2ecc71;
    }
    25%{
        color:#f1c40f;
    }
    25%{
        color:#e74c3c;
    }
    to{
        transform:rotate(360deg);
    }
}
/*End loading*/

/*OUR TEAM*/
.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.social-link:hover, .social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
}

.row h6 {
    color:lightslategray;
}
/*END OUR TEAM*/

/*.qr{
background-image: url("../../images/qr.png");
border-radius:0% !important;
}*/

/*contact butons*/
.btn-success:hover{
    background: linear-gradient(to right, #36b697 0%, #0e6452 100%)!important;
}

/*gallery configurations*/
.inline-gallery-container {
    width: 100%;
    height: 500px;
    position: relative;
}

.lg-download {
    display: none;
}
.lg-backdrop {
    background-color: #5a0000 !important  ;
    border-radius: 15px!important  ;
}

.lg-outer{
    border-radius: 15px!important  ;
}

/*redes sociales*/
.wrapperRRSS {
    max-width: 960px;
    margin: 65px auto 0;
}
.wrapperRRSS h1 {
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 1em;
    font-weight: 100;
    margin: 0 0 60px 0;
    font: 20px sans-serif;
    color: rgba(19, 93, 129, 0.8);
    /*text-shadow:
            0 1px #27bcf0,
            0 2px #26b6ec,
            0 3px #27b4ed,
            0 4px #26b5eb,
            0 5px #26b5eb*/
}
.wrapperRRSS h1 span {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.wrapperRRSS h1 span:before,
.wrapperRRSS h1 span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: #26b6ec;
    width: 99999px;
}
.wrapperRRSS h1 span:before {
    left: 100%;
    margin-left: 20px;
}
.wrapperRRSS h1 span:after {
    right: 100%;
    margin-right: 20px;
}

.wrapperRRSS ul.footer-social li {
    display: inline;
    margin-right: 16px;
}
.wrapperRRSS ul.footer-social i {
    width: 100px;
    height: 100px;
    background: #d5d5d5;
    color: #222025;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    font-size: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
}
.wrapperRRSS ul.footer-social li:last-child {
    margin-right: 0px;
}
.wrapperRRSS ul.footer-social i:hover {
    color: #fff;
}
.wrapperRRSS ul.footer-social i.fa-facebook-f:hover {
    background: #4267B2;
}
.wrapperRRSS ul.footer-social i.fa-instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

#holder{
    display:inline-block;
    /*float: left;*/
    /*width: 560px;*/
    position: relative;
    /*margin: 200px 50px;*/

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

#slogans{
    font-size: 35px;
    line-height:65px;
    /*text-shadow:1px 0 30px #000;*/
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    letter-spacing:-2px;
    color: white;
    /*font-family: "Comic Neue", cursive;*/
    /*font-family: "Comic Sans MS", cursive;*/
}

span.slogan{
    text-rendering: optimizeLegibility;
    font-style:italic;

}

span.slogan strong{
    opacity:0;
    top:40px;
    position:relative;
        white-space: nowrap;  /* ← Esto evita que se divida en dos líneas */

}

.contactus{
    background: linear-gradient(to right, #dd3892, #0054af);
    color: white;
    border: none;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.8s ease;
}
.contactus:hover {
    background: linear-gradient(to right, #0054af, #dd3892);
    color: white; /* Mantenemos el color del texto blanco en hover */
}

