/**
* Template Name: Sanpra Busisnes
* Updated: Mar 1 2025 with Bootstrap v5.2.3
* Author: rikyo
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'Garet Book';
    src: url('../fonts/Garet-Book.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garet Heavy';
    src: url('../fonts/Garet-Heavy.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArsenicaTrial Bold';
    src: url('../fonts/ArsenicaTrial-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Garet Book";
    margin: 0;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 25px;
    line-height: 25px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #37596d;
        text-decoration: none;
    }

    a:active,
    a:hover {
        outline: 0 none;
    }

body {
    background: #fff none repeat scroll 0 0;
    font-family: "Garet Book", sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #37596d;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #60ccdc;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 3px black;
}

    #header .logo {
        align-content: center;
    }

    #header .logo a{
        color: black;
    }

    #header.header-scrolled {
        background: rgba(0, 0, 0, 0.8);
        height: 64px;
    }

        #header.header-scrolled a {
            color: #FFF;
        }
            #header.header-scrolled a.active {
                color: #4c8fb7;
            }

@media (max-width: 768px) {
    #header {
        height: 64px;
        background: rgba(0, 0, 0, 0.8);
    }

        #header .logo h1 {
            font-size: 28px;
        }

        #header .logo a{
            color: white;
        }

    .mobile-nav-toggle::before{
        color: white;
    }
}

.header-bg {
    padding: 120px 0 60px;
}

    .header-bg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

@media (min-width: 1025px) {
    .header-bg {
        background-attachment: fixed;
    }
}

@media (max-width: 1200px) {
    #header .logo a {
        font-size: 2rem;
        white-space: nowrap;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}
    .navbar .languaje {
        padding: 5px 3px;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px 10px 20px;
        font-size: 15px;
        font-weight: 700;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus {
            color: #4c8fb7;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #0d2529;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #37596d;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: black;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 2, 2, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 7rem;
        left: 7rem;
        border-radius: 1rem;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0d2529;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #37596d;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #37596d;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }


/*--------------------------------------------------------------
# Common to Section
--------------------------------------------------------------*/
#hero, #mision, #about, #vision, #values {
    width: 100%;
    overflow: hidden;
}

.section-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

    .section-info {
        display:flex;
        align-items: center;
        height: 100vh;
        flex-grow: 1;
    }

    .section-image {
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .section-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.info-container {
    padding: 5rem;
}

    .info-container h2, .values-info-container h2 {
        font-family: "ArsenicaTrial Bold";
        font-size: 4rem;
        line-height: 4rem;
        padding-bottom: 0.5rem;
    }

    .info-container p, .values-info-container p {
        font-size: 2rem;
        line-height: 2rem;
    }

.relleno-negro {
    background: #444;
    width: 100%;
    height: 3rem;
    flex-shrink: 0;
}

.relleno-negro-vl{
    background: #444;
    width:3rem;
    height:100%;
}

.relleno-negro-lg{
    display: flex;
    flex: 3;
}

.relleno-blanco {
    width: 100%;
    height: 3rem;
}

.relleno-blanco-md {
    display: flex;
    flex: 2;
}

.padding-bt-lg{
    padding-bottom: 5rem;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-image {
    flex: 2; /* 2/5 del ancho */
    height: 100vh; /* Altura completa de la pantalla */
    overflow: hidden; /* Evita desbordamiento */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cubre el espacio sin deformarse */
    object-position: 60% 20%;
}

.hero-logo-container {
    flex: 3; /* 3/5 del ancho */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100vh; /* Misma altura que .hero-image */
}

    .hero-logo-container .logo {
        margin-bottom: 8rem;
    }

    .hero-logo-container .logo img{
        width: 35rem;
        height: auto;
        margin-bottom: 6.25rem;
    }

    .hero-logo-container .logo h2 {
        text-align: center;
        font-size: 3.375rem;
        color: black;
    }

/*--------------------------------------------------------------
# Mision
--------------------------------------------------------------*/
.mision-info {
    flex: 3;
}

.mision-image {
    flex: 2;
}
    .mision-image img {
        object-position: 60% 20%;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-info {
    flex: 3;
}

.about-image {
    flex: 2;
}
    .about-image img {
        object-position: 15% 20%;
    }

/*--------------------------------------------------------------
# Vision
--------------------------------------------------------------*/
.vision-info {
    flex: 3;
}

.vision-image {
    flex: 2;
}

    .vision-image img {
        object-position: 60% 20%;
    }


/*--------------------------------------------------------------
# Valores
--------------------------------------------------------------*/
.valores-content{
    display: flex;
    justify-content:space-between;
}

.values-info-container {
    padding: 5rem;
    flex-grow:1;
}

.valores-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 3rem;
}

    .valores-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*--------------------------------------------------------------
# Historia
--------------------------------------------------------------*/
.historia-image{
    width: 100%;
    height: 25rem;
    flex-shrink: 0;
    overflow: hidden;
}

    .historia-image img{
        width:100%;
        height: 100%;
        object-fit:cover;
        object-position: 60% 26%;
    }

.historia-info-container{
    display: flex;
    padding: 2rem 4rem;
}

.historia-info-text{
    padding-left: 3rem;
}

.historia-info-container h2 {
    font-family: "ArsenicaTrial Bold";
    font-size: 3rem;
    line-height: 3rem;
}

.historia-info-container p{
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: justify;
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.servicios-content {
    display: flex;
    justify-content: space-around;
}

.servicios-image-fix{
    object-position: 0 50%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.single-icon i {
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #37596d;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
    padding: 40px 0;
    background: #f9f9f9;
}

.footer-head p {
    color: #444;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
}

    .footer-logo h2 {
        color: #222;
        padding: 0;
        margin: 0;
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
    }

        .footer-logo h2 span {
            color: #37596d;
        }

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        border: 1px solid #444;
        color: #444;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        margin-right: 5px;
        text-align: center;
        width: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
    }

        .footer-icons ul li a i {
            line-height: 0;
        }

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #37596d;
    font-weight: 700;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
    background: #37596d;
    border: 1px solid #37596d;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin: 5px 3px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #37596d;
}

.copyright-text a {
    color: #444;
}

.copyright > p {
    margin-bottom: 0;
    color: #444;
}

.copyright a,
.credits a {
    color: #37596d;
}

.credits {
    padding-top: 5px;
    text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1024px) {
    .section-container {
        flex-direction: column;
        height: auto;
    }

    .info-container {
        padding: 2rem;
    }

        .info-container h2, .values-info-container h2, .historia-info-container h2{
            font-size: 2.5rem;
            line-height: 2.5rem;
            white-space: nowrap;
        }

    .padding-bt-lg{
        padding-bottom: 0;
    }

    .values-info-container {
        padding: 0 2rem;
    }

        .valores-image {
            width: 250px;
            height: 250px;
            margin-bottom: 1rem;

        }

    .hero-image {
        flex: none;
        width: 100%;
        height: 50vh;
        order:2;
    }

    .info-container p, .values-info-container p{
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-align: justify;
    }

    .hero-logo-container{
        padding-top: 5rem;
    }
        .hero-logo-container .logo{
            margin-bottom: 1rem;
        }

        .hero-logo-container .logo img {
            width: 30rem;
        }

        .hero-logo-container .logo h2 {
            font-size: 2.375rem;
        }


    .valores-content, .servicios-content {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1300px) {
    .section-container {
        flex-direction: column;
        height: auto;
    }

    .historia-info-container {
        flex-direction: column;
        height: auto;
    }

    .section-info {
        height: auto;
    }

    .historia-info-container {
        padding: 2rem;
    }

    .historia-info-text {
        padding: 0;
    }

    .historia-info-container p {
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-align: justify;
    }

    .valores-image {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .hero-logo-container .logo {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1920px) {
    .work-right-text {
        padding: 150px 150px;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 146px 0;
    }

    .work-right-text {
        padding: 40px 0;
    }

        .work-right-text h2 {
            font-size: 18px;
            line-height: 28px;
        }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .layer-1-1 h2 {
        font-size: 24px;
    }

}

/* small mobile :320px. */
@media (max-width: 767px) {


}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .icons-bottom ul li a {
        height: 40px;
        line-height: 37px;
        width: 40px;
    }
}

@media (max-width: 575px) {
    .slider-content {
        padding: 0;
    }
}