﻿/*Fuentes*/
@font-face {
    font-family: 'Raleway';
    src: url('../../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('../../fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InstrumentSerif';
    src: url('../../fonts/InstrumentSerif-Regular.ttf') format('truetype');
}
/*fuentes*/

/*secciones*/
.div-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    will-change: opacity, transform;
}

    .div-animate.animate-visible {
        opacity: 1;
        transform: translateY(0);
    }

.div-ph-weare {
    top:30%;
    justify-content: flex-start !important;
    width: 100%;
    position: absolute;
    text-align: center;
    color: white;
    font-family: 'Raleway';
}
.ph-title-weare {
    font-size: 7rem;
    line-height: 1.1;
    font-weight: bold;
    
}
.ph-subtitle-weare {
    font-size:2rem;
    line-height:1.2;
}
.btn-weare {
    background-color: #ae2175;
    border-radius: 30px;
    color: white;
    font-family: Raleway;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    border: 0px solid black;
    padding: 10px 40px;
    line-height: 1;
    text-align: center;
    font-style:italic;
}
.div-mark-solid {
    background-color: white;
    padding: 10px 30px;
    border-radius: 25px;
    border: 3px solid #ae2175;
    width: 100%;
    text-align: center;
}

.ph-mark-solid {
    font-size: 1.5rem;
    font-weight: 500;
}

.bg-div-pink {
    background-color: #fcf2fb;
}
.bg-div-gray {
    background-color: #ededed;
}

.ph-raleway {
    font-family: 'Raleway';
}

.ph-color-chemi {
    color: #ae2175;
}
/*START - MAPA DE PERSONAS*/
.bg-map-persons {
    background-image: url("https://chemisette-web.s3.us-west-2.amazonaws.com/uploads/lchemisette/quienes_somos/web/mapa.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.img-map-persons {
}

.ph-title-map-persons {
    font-size: 2.1rem;
    font-weight: 600;
}

.ph-number-map-persons {
    font-size: 8rem;
    font-weight: bold;
    font-style: italic;
    color: #ae2175;
    line-height: 1.1;
}

.ph-subtitle-map-persons {
    font-size: 2.1rem;
    font-weight: 600;
}

.btn-crenciendo {
    background-color: #ae2175;
    border-radius: 30px;
    color: white;
    font-weight: 500;
    letter-spacing: .5px;
    border: 0px solid black;
    font-size: 2.1rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 8px 20px;
    line-height: 1;
    transform: rotate(-2deg);
}

    .btn-crenciendo:hover {
        color: white;
    }

/*SLIDER - TESTIMONIOS*/
.img-testimonials-item {
    border-radius: 1.4rem;
    border: 3px solid black;
}

.div-slick-testimonials {
    place-content: center;
    flex-direction: row;
    align-items: flex-end;
}
/*arrows slider*/
.arrows-btn-slider-testimonials {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    padding: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.prev-btn-slider-testimonials {
    left: -3.2rem;
}

.next-btn-slider-testimonials {
    right: -3rem;
}

.prv-icon-testimonials {
    width: 20px;
}

.next-icon-testimonials {
    width: 20px;
}
/******Animaciones card testimonials*******/
.container-testimonials {
    background-image: url("https://chemisette-web.s3.us-west-2.amazonaws.com/uploads/lchemisette/quienes_somos/web/3_BASE.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom:30%;
}
.card-testimonials {
    perspective: 1000px;
}

.card-inner {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-testimonials.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.card-front {
    /* z-index: 2; */
}

.card-back {
    transform: rotateY(180deg);
}
/*cinta de chemisette*/
.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation: scrollTicker 15s linear infinite;
}

    .ticker-content span {
        display: inline-block;
        padding: 0 1.5rem;
        font-weight: 500;
        color: #ae2175;
        font-size: 1.2rem;
    }

@keyframes scrollTicker {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}
/*sección bienestar*/
.ph-welfare-solid {
    font-size: 3rem;
    font-weight: 500;
    font-family: 'InstrumentSerif';
}

.ph-box-welfare {
    font-size: 1.5rem;
}

.container-welfare {
    border-radius: 25px;
    border: 3px solid black;
    margin-top: 3rem;
    margin-bottom: 8rem;
}

.div-box-welfare {
    background-color: white;
    padding: 0px 30px 10px 30px;
    border-radius: 25px;
    border: 3px solid black;
    width: 100%;
    min-height: 200px;
    text-align: center;
}

.box-hole-welfare {
    height: 7px;
    width: 40px;
    border-radius: 8px;
    border: 2px solid black;
    background-color: #fcf2fb;
}

.img-icon-welfare {
    width: 90px;
    height: 90px;
}

.ph-icon-welfare {
    font-size: 1.5rem;
    font-weight: 600;
}

.ph-our-focus {
    font-size: 2.5rem;
    font-weight: 500;
    line-height:.2;
}
.btn-think-shared {
    background-color: #ae2175;
    border-radius: 30px;
    color: white;
    font-family: Raleway;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    border: 0px solid black;
    padding: 10px 40px;
    line-height: 1;
    text-align: center;
    font-style: italic;
    transform:rotate(-1deg);
}
.box-sum-history {
    border-radius: 25px;
    border: 3px solid #ae2175;
    background-color:white;
    padding:30px 90px 60px 90px;
    text-align:center;
    margin-bottom:3rem;
}
.ph-subtitle-our-focus {
    font-size:3.5rem;
    font-family:'InstrumentSerif';
    font-style:italic;
}
.ph-first-sum-history {
    font-size:1.3rem;
}
.img-quote-our-focus-left {
    width: 160px;
    position: relative;
    left: 90%;
    margin-top: -2%;
}
.img-quote-our-focus-rigth {
    width: 160px;
    position: relative;
    right:90%;
    margin-top:-10%;
    margin-bottom:0rem;
}
/***/
.ph-inspirated-more {
    font-size: 4rem;
    font-family:'InstrumentSerif';
    /*font-weight:600;*/
    line-height:1.1;
}
.ph-brand-inspirated {
    background-image: url("https://chemisette-web.s3.us-west-2.amazonaws.com/uploads/lchemisette/quienes_somos/web/Capa6.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: black;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.3;
    padding: 0px 20px 0px 20px;
}
.img-inspirated-more {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 3px solid #ae2175;
    border-top: 3px solid #ae2175;
    border-bottom: 3px solid #ae2175;
}
.box-hole-inspirated {
    height: 8px;
    width: 90px;
    border-radius: 8px;
    border: 2px solid #ae2175;
    background-color: #ae2175;
}
.container-options-pages {
    background-image: url("https://chemisette-web.s3.us-west-2.amazonaws.com/uploads/lchemisette/quienes_somos/web/4_BASE.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 3px solid black;
    margin-top: 2rem;
    padding-bottom: 20rem;
}
.box-option-pages {
    padding-top:5rem;
}

@media (max-width: 1150px) {
    .ph-title-weare {
        font-size: 6rem;
    }
    .ph-subtitle-weare {
        font-size: 1.5rem;
    }
    .btn-weare {
        font-size: 1.5rem;
    }
    .ph-title-map-persons {
        font-size: 1.7rem;
    }

    .ph-number-map-persons {
        font-size: 7rem;
    }

    .ph-subtitle-map-persons {
        font-size: 1.7rem;
        font-weight: 600;
    }
    .btn-crenciendo {
        font-size: 1.7rem;
    }
    .ph-mark-solid {
        font-size: 1.4rem;
        font-weight: 500;
    }
    /**/
    .ph-welfare-solid {
        font-size: 2.5em;
    }

    .ph-box-welfare {
        font-size: 1.3rem;
    }

    .img-icon-welfare {
        width: 70px;
        height: 70px;
    }

    .ph-icon-welfare {
        font-size: 1.2rem;
        font-weight: 600;
    }
    .ph-our-focus {
        font-size: 1.7rem;
    }
    .btn-think-shared {
        font-size: 1.7rem;
        padding: 7px 20px;
    }
    .ph-first-sum-history {
        font-size: 1.1rem;
    }
    .ph-subtitle-our-focus {
        font-size: 2.2rem;
    }
    .ph-inspirated-more {
        font-size: 2.5rem;
    }
    /***/
    
}
@media (max-width: 768px) {
    .ph-title-weare {
        font-size: 3.5rem;
    }

    .ph-subtitle-weare {
        font-size: 1.2rem;
    }

    .btn-weare {
        font-size: 1.2rem;
    }

    .ph-title-map-persons {
        font-size: 1.2rem;
    }

    .ph-number-map-persons {
        font-size: 4rem;
    }

    .ph-subtitle-map-persons {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .btn-crenciendo {
        font-size: 1.2rem;
    }

    .ph-mark-solid {
        font-size: 1.2rem;
        font-weight: 500;
    }
    /**/
    .ph-welfare-solid {
        font-size: 1.9em;
    }

    .ph-box-welfare {
        font-size: 1.2rem;
    }

    .img-icon-welfare {
        width: 60px;
        height: 60px;
    }

    .ph-icon-welfare {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .ph-our-focus {
        font-size: 1.2rem;
    }

    .btn-think-shared {
        font-size: 1.2rem;
        padding: 5px 20px;
    }

    .ph-first-sum-history {
        font-size: 1.2rem;
    }

    .ph-subtitle-our-focus {
        font-size: 1.7rem;
    }

    .ph-inspirated-more {
        font-size: 2rem;
    }

    .box-sum-history {
        padding: 20px 20px 20px 20px;
    }
    .prev-btn-slider-testimonials {
        left: -2.2rem;
    }

    .next-btn-slider-testimonials {
        right: -2rem;
    }
}
@media (max-width: 470px) {
    .ph-title-weare {
        font-size: 2.5rem;
    }

    .ph-subtitle-weare {
        font-size: .85rem;
    }

    .btn-weare {
        font-size: .85rem;
        padding: 5px 4px;
    }
    .ph-title-map-persons {
        font-size: 1.2rem;
    }

    .ph-number-map-persons {
        font-size: 4rem;
    }

    .ph-subtitle-map-persons {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .btn-crenciendo {
        font-size: 1.2rem;
    }

    .ph-mark-solid {
        font-size: 1rem;
        font-weight: 500;
    }
    /**/
    .ph-welfare-solid {
        margin-top: 1.5rem;
        margin-bottom:1.5rem;
        font-size: 1.7em;
    }
    .div-box-welfare {
        padding: 0px 10px 10px 10px;
        min-height: 150px;
    }
    .box-hole-welfare {
        width: 30px;
    }
    .ph-box-welfare {
        font-size: 1rem;
    }

    .img-icon-welfare {
        width: 60px;
        height: 60px;
    }

    .ph-icon-welfare {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .ph-our-focus {
        font-size: 1.1rem;
        font-weight:400;
        line-height: 0;
    }

    .btn-think-shared {
        font-size: 1.1rem;
        padding: 5px 10px;
        margin-top:-.3rem;
    }

    .ph-first-sum-history {
        font-size: 1rem;
    }

    .ph-subtitle-our-focus {
        font-size: 1.5rem;
        font-weight:500;
    }

    .ph-inspirated-more {
        font-size: 2.1rem;
        font-weight:500;
    }
    .box-hole-inspirated {
        height: 7px;
        width: 55px;
        margin-bottom: 1.5rem;
    }
    .img-inspirated-more {
        border-radius: 20px;
        border: 3px solid #ae2175;
    }
    .box-sum-history {
        padding: 20px 20px 20px 20px;
    }
    .prev-btn-slider-testimonials {
        display: none !important;
    }

    .next-btn-slider-testimonials {
        display: none !important;
    }
    .img-map-person-one {
        margin-top:-1rem;
    }
    .img-map-person-two {
        border-radius: 20px;
        border: 3px solid black;
        transform: rotate(5deg);
        margin-top: 0rem;
    }
    .img-map-person-three {
        border-radius: 20px;
        border: 3px solid black;
        transform: rotate(-8deg);
    }
    .container-banner-weare {
        z-index:1;
    }
    .bg-map-persons {
        background-image: url("https://chemisette-web.s3.us-west-2.amazonaws.com/uploads/lchemisette/quienes_somos/movil/2_BASE.webp");
    }
    .container-testimonials {
        background-image: url("https://chemisette-web.s3.us-west-2.amazonaws.com/uploads/lchemisette/quienes_somos/movil/3_BASE.webp");
        padding-bottom: 50%;
    }
    .ticker-content span {
        font-weight: 400;
        font-size: .9rem;
    }
    .img-quote-our-focus-left {
        width: 260px;
        position: absolute;
        left: 90%;
        margin-top: -2%;
    }
    .img-quote-our-focus-rigth {
        width: 260px;
        position: absolute;
        right: 90%;
        margin-top: -70%;
        margin-bottom: 0rem;
    }
    .ph-about-more {
        font-size: 1.2rem;
        text-align:center;
        margin-top:3rem;
        margin-bottom: 3rem;
    }
    .box-option-pages {
        padding-top: 0rem;
    }
    .item-box-page {
        margin-bottom:3.5rem;
    }
    .container-options-pages {
        background-image: url("https://chemisette-web.s3.us-west-2.amazonaws.com/uploads/lchemisette/quienes_somos/movil/4_BASE.webp");
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-bottom: 1rem;
    }
    .bg-pink-oportunities {
        background-color: #ae2175;
        text-align: center;
        color:white;
    }
    .ph-oportunities-persons {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: 1rem;
        font-weight: bold;
        font-family: 'Raleway';
        font-style: italic;
    }
    .img-testimonials-item {
        border: 2px solid black;
    }
}