/*   background-color: #043945;
#0D0D0D, #010F3D, #164773, #0F6CA6, #114C59
#2E61A6, #1A375D
*/

/* comunes */
:root {
    --bg-sel: #010F3D;
    --bg-fsel : #043945;
 }

textarea {
    resize: none;
}

.bg-fondo {
    background-color: var(--bg-fsel);
}

/* 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;
}

/* ir arriba */
.irArriba {
    position: fixed;
    right: 30px;
    bottom: 90px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/* enlace whatsapp */
.whatsapp {
    position:fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    width: 55px;
    height: 55px;    
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 100;
    background-color:#25d366;
    color:#FFF;
    border-radius: 50%;
}

/* enlaces rapidos */
.msup {
    background-color: #043945;
}

/* entorno */
.btn {
    font-weight: 600;
    transition: .5s;
}
.btn-square {
    width: 32px;
    height: 32px;
}
.btn-sm-square {
    width: 34px;
    height: 34px;
}
.btn-md-square {
    width: 44px;
    height: 44px;
}
.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}
.btn-primary {
    color: #fff;
    background-color: var(--bg-sel);
    border-color: var(--bg-sel);
}
.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bg-sel);
}
.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bg-sel) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bg-sel);
}
.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bg-sel);
    color: var(--bs-light) !important;
}
.btn-hover {
    transition: 0.5s;
}
.btn-hover:hover {
    color: var(--bs-secondary) !important;
}


/*** login ***/
#login {
    position:fixed;
    right: 25px;
    top: 45px;
    display: flex;
    width: 230px;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    border-radius: 50%;
}


/*** titulos de seccion ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bg-sel);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bg-sel) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bg-sel) !important;
}


/*** enlaces rapidos ***/
.fixed-top .container {
    transition: 0.5s;
}
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bg-sel) !important;
}
.topbar a, .topbar a i {
    transition: 0.5s;
}
.topbar a:hover, .topbar a i:hover {
    color: var(--bs-secondary) !important;
}
@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}



/* menu superior */
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-white) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
    background-color: #010F3D;
}
.navbar-light .navbar-brand img {
    max-height: 71px;
    transition: .5s;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.sticky-top.navbar-light .navbar-brand img {
    max-height: 60px;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-white) !important;
    background-color: #043945;
}
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown-menu a:hover {
    background: var(--bg-sel);
    color: var(--bs-white);
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .sticky-top .navbar-light {
        position: relative;
        background-color: #043945;
    }  
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 6px 10px;
        border: 1px solid whitesmoke;
        color: whitesmoke;
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: var(--bg-sel) !important;
    }
    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    .sticky-top.navbar-light {
        position: fixed;
        background-color: #043945;
    }
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: #010F3D;
        transition: .5s;
        z-index: -1;
    }
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/* Carrusel superior */
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}
.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}
.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}
.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}
.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}
@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }
    .carousel-header {
        height: 700px !important;
    }
    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }   
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}


/* nosotros */
#acerca {
    background: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url(../img/acerca.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
}
#acerca .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bg-sel);
}
#acerca .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bg-sel) !important;
}
.acronimo {
    font-family: "Jost",sans-serif;
    font-weight: 500;    
}
.acro {
    font-size: 2.5rem;
    color: var(--bg-sel);
    display: inline-block;
    width: 2rem;
    justify-content: center;
} 
.nimo {
    font-size: 1.25rem;
    color: #14141f;
    display: inline-block;
}



/* servicios */
#servicios {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/servicios.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
}



/* productos */
#productos {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/productos.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
}
#productos .tab-class .tab-content .tab-pane .producto-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
#productos .tab-class .tab-content .tab-pane .producto-img .producto-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}
#productos .tab-class .tab-content .tab-pane .producto-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}
#productos .tab-class .tab-content .tab-pane .producto-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}
#productos .tab-class .nav-item {
    padding: 0 0 10px 0;
}
#productos .tab-class .nav-item a.active {
    background: var(--bg-sel) !important;
}
#productos .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}
#productos .tab-class .tab-content .producto-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}
#productos .tab-class .tab-content .producto-img:hover .producto-overlay {
    bottom: 0;
}
#productos .tab-class .tab-content .producto-img:hover .search-icon a i {
    opacity: 1;
}
#productos .tab-class .tab-content .producto-img img {
    transition: 0.5s;
}
#productos .tab-class .tab-content .producto-img:hover img {
    transform: scale(1.2);
}

#productos .subcategorias {
    font-size: .7rem;
}
#productos .ptit {
    font-size: .7rem !important;
}
#productos .psubt {
    font-size: .85rem !important;
    font-style: italic !important;
}


/* contacto */
#contacto {
    background: linear-gradient(rgba(1, 15, 61, .7), rgba(1, 15, 61, .8)), url(../img/contacto.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
}
#contacto .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}
#contacto .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
#contacto .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bg-sel);
}
#contacto .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bg-sel) !important;
}
#contacto .container a {
    color: white;
}
