
@font-face {
    font-family: 'Monserrat';
    src: url('assets/font/Montserrat-Regular.otf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MonserratLight';
    src: url('assets/font/Montserrat-Light.otf');
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: 'MonserratBold';
    src: url('assets/font/Montserrat-Bold.otf');
    font-style: normal;
    font-weight: normal;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 999999;
    background: #afb09d;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #666660;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    overflow: hidden;
    background: #fff;
}
.div-redondo {
max-width: 70%; /* Define el ancho del div */
max-height: 70%; /* Define la altura del div */
background-color: #ffffff; /* Color de fondo */
border-radius: 50%; /* Hace que el div tenga esquinas redondeadas, la mitad del ancho o altura */
display: flex; /* Utiliza flexbox para centrar la imagen */
justify-content: center; /* Centra horizontalmente */
align-items: center; /* Centra verticalmente */
overflow: hidden; /* Oculta el contenido que desborda */

}
        #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #666660;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

/* Estilos para los submenús */
ul.submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

ul.submenu li {
    display: block;
    margin: 0;
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
}

@media screen and (min-width: 577px) {
    .cards-wrapper {
        display: flex;
    }
    .divCircle{
        width: 50%; 
        box-sizing: border-box; 
    }
    .titulos{
    color:black; 
    margin-bottom:3%; 
    font-family: Monserrat; 
    font-size: 1.3rem; 
    font-weight: bold;
    }
    .marcas{
    background-color:#bab597 ; 
    width: 30%; 
    border: none;
    align-content: center; 
    align-items: center;
    align-self: center;
    align-content: center;
    margin: auto;
}
    .tituloConfian{
        font-family: Monserrat; 
        font-size: 1.3rem;
        margin-top: 6%;
    }
    .tituloMarcas{
        font-family: Monserrat; 
        font-size: 1.3rem;
        margin-top: 2%;
    }
    .card {
        margin: 0 0.5em;
        width: calc(100% / 2);
    }

    .image-wrapper {
        height: 20vw;
        margin: 0 auto;
    }
    .sectionServicios{
    font-family: Monserrat; 
    font-size: 0.8rem;
}
    .boxServicios {
        width: 50%;
        margin: auto;
        background-color: white;
        box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        -webkit-box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        padding: 2%;
    }

}

@media screen and (max-width: 576px) {
    .card:not(:first-child) {
        display: none;
    }
    .divCircle{
        width: 50%; 
        box-sizing: border-box; 
    }
    .marcas{
    background-color:#bab597 ; 
    width: 30%; 
    border: none;
    align-content: center; 
    align-items: center;
    align-self: center;
    margin: auto;
    float: left;
}
.titulos{
    color:black; 
    margin-bottom:3%; 
    font-family: Monserrat; 
    font-size: 1.3rem; 
    font-weight: bold;
    }
    .tituloConfian{
        font-family: Monserrat; 
        font-size: 1.3rem;
        margin-top: 6%;
    }
    .tituloMarcas{
        font-family: Monserrat; 
        font-size: 1.3rem;
        margin-top: 2%;
    }
    .sectionHome{

        margin-top: 6%;
    }
    .logo {
        width: 60%;
    }

    .boxServicios {
        width: 100%;
        margin: auto;
        background-color: white;
        box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        -webkit-box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        padding: 0.5%;
    }
    .fontSectionSobremi{
        font-size: 1rem;
        font-family: Monserrat;
        padding-left: 2%;
    }
    .sectionServicios{
    font-family: Monserrat; 
    font-size: 0.8rem;
}
    .row {
        display: block;
        min-width: 100%;

    }
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 516px) and (max-width: 767.98px) {
    .slide-box img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .divCircle{
        width: 20%; 
        box-sizing: border-box; 
    }
    .marcas{
    background-color:#bab597 ; 
    width: 8%; 
    border: none;
    align-content: center; 
    align-items: center;
    align-self: center;
}
.textCirculos{
        margin-left: 15%;
    }
.titulos{
    color:black; 
    margin-bottom:3%; 
    font-family: Monserrat; 
    font-size: 1.8rem; 
    font-weight: bold;
    }
    .tituloConfian{
        font-family: Monserrat; 
        font-size: 1.75rem;
        margin-top: 6%;
    }
    .tituloMarcas{
        font-family: Monserrat; 
        font-size: 1.75rem;
        margin-top: 4%;
    }
    .sectionHome{

        margin-top: 1%;
    }
    .sectionHeader{
        margin: auto;
        padding-top: 5%;
    }
    .sectionServicios{
    font-family: Monserrat; 
    font-size: 0.8rem;
}
    .logo {
        width: 50%;
    }
    .fontSectionSobremi{
        font-size: 1rem;
        font-family: Monserrat;
        padding-left: 2%;
    }
    .boxServicios {
        width: 100%;
        margin: auto;
        background-color: white;
        box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        -webkit-box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        padding: 0.5%;
    }
}
.sectionHeader{
    margin: auto;
}
.sectionSobremi{
    padding: 10%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .divCircle{
        width: 20%; 
        box-sizing: border-box; 
    }
    .marcas{
    background-color:#bab597 ; 
    width: 8%; 
    border: none;
    align-content: center; 
    align-items: center;
    align-self: center;
}
.textCirculos{
        margin-left: 15%;
    }
.titulos{
    color:black; 
    margin-bottom:3%; 
    font-family: Monserrat; 
    font-size: 1.8rem; 
    font-weight: bold;
    }
    .tituloConfian{
        font-family: Monserrat; 
        font-size: 1.75rem;
        margin-top: 6%;
    }
    .tituloMarcas{
        font-family: Monserrat; 
        font-size: 1.75rem;
        margin-top: 4%;
    }
    .fontSectionSobremi{
        font-size: 1.5rem;
        font-family: Monserrat;
        padding-left: 2%;
    }
    .logo {
        width: 40%;
    }
    .sectionServicios{
    font-family: Monserrat; 
    font-size: 1.5rem;
}
    .boxServicios {
        width: 50%;
        margin: auto;
        background-color: white;
        box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        -webkit-box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        padding: 1%;
    }
}

@media (min-width: 992px) {
    .slide-box img {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 10px;
    }
    .divCircle{
        width: 20%; 
        box-sizing: border-box; 
    }
    .textCirculos{
        margin-left: 15%;
    }
    .titulos{
    color:black; 
    margin-bottom:3%; 
    font-family: Monserrat; 
    font-size: 1.8rem; 
    font-weight: bold;
    }
    .marcas{
    background-color:#bab597 ; 
    width: 8%; 
    border: none;
    align-content: center; 
    align-items: center;
    align-self: center;
}
    .logo {
        width: 25%;
    }
    .fontSectionSobremi{
        font-size: 1.5rem;
        font-family: Monserrat;
        padding-left: 2%;
    }
    .sectionServicios{
    font-family: Monserrat; 
    font-size: 1.5rem;
}
    .boxServicios {
        width: 50%;
        margin: auto;
        background-color: white;
        box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        -webkit-box-shadow: -1px 11px 15px 2px rgba(0, 0, 0, 0.38);
        padding: 2%;
    }
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
}

.navbarExtend a:hover {
    border-bottom: solid 2px;
    border-color: #313339;
    transition: width 0.3s;
}

.line {
    height: 3px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: width 0.3s;
}

.navbarExtend {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.5s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contentExtend {
    height: 2000px;
    /* Espacio para simular el desplazamiento de la página */
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.carousel-container {
    overflow: hidden;
    width: 500px;
    /* Ajusta el ancho del carrusel según tus necesidades */
}

.carousel1 {
    display: flex;
    animation: carousel 20s linear infinite;
    /* Cambia el tiempo de transición a tu preferencia */
}

.carousel1 img {
    width: 20%;
    /* Ancho del espacio para cada marca (20% para 5 marcas a la vez) */
    height: auto;
}

@keyframes carousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        /* Desplaza una marca a la vez */
    }
}

.icon-cards {
    position: relative;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    margin: 0;
    color: white;
    perspective: 1000px;
    transform-origin: center;
}

.btnSaberMas {
    margin-left: 60%;
    margin-top: 2%;
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    -webkit-animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.icon-cards__content.step-animation {
    -webkit-animation: carousel 8s infinite steps(1) forwards;
    animation: carousel 8s infinite steps(1) forwards;
}

.icon-cards__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transform-origin: center;
}

.icon-cards__item:nth-child(1) {
    background: #fdda4f00;
    transform: rotateY(0) translateZ(35vw);
}

.icon-cards__item:nth-child(2) {
    background: #f8784900;
    transform: rotateY(120deg) translateZ(35vw);
}

.icon-cards__item:nth-child(3) {
    background: #fbaa4800;
    transform: rotateY(240deg) translateZ(35vw);
}

.icon-cards__item:nth-child(4) {
    background: #fbaa4800;
    transform: rotateY(240deg) translateZ(35vw);
}

.icon-cards__item:nth-child(5) {
    background: #fbaa4800;
    transform: rotateY(240deg) translateZ(35vw);
}

.icon-cards__item:nth-child(6) {
    background: #fbaa4800;
    transform: rotateY(240deg) translateZ(35vw);
}

.icon-cards__item:nth-child(7) {
    background: #fbaa4800;
    transform: rotateY(240deg) translateZ(35vw);
}

@-webkit-keyframes carousel {

    0%,
    17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }

    27.5%,
    45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }

    55%,
    72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }

    82.5%,
    100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}
.fontMonserratLight{
    font-family: MonserratLight;
}

@keyframes carousel {

    0%,
    17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }

    27.5%,
    45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }

    55%,
    72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }

    82.5%,
    100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}

/* html,
body {
height: 100%;
}

body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: #110f15;
} */
.btnSiguiente {
    margin-top: 20px;
    color: black;
    background-color: #b8b5a1;
}

.checkbox {
    position: relative;
    margin-top: 2rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #f47956;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox:hover {
    color: #f7a95a;
}

.checkbox__checkbox {
    position: relative;
    top: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    background: white;
    border: 1px solid currentColor;
    border-radius: 4px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}

.checkbox__checkbox::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}


.checkbox__label {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox>input:checked~.checkbox__checkbox {
    border-color: transparent;
    background: #f47956;
    -webkit-animation: jelly 0.6s ease;
    animation: jelly 0.6s ease;
}

.checkbox>input:checked~.checkbox__checkbox:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

@-webkit-keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}