@charset "UTF-8";
/*!
* Code Snnipets v1.0.0
* Copyright 2022 Dan Hermes Reyes Osnaya
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/


/*!
* NO EDITAR NINGUNO DE LOS ESTILOS YA QUE HACIENDO ESTO, PUEDE OCASIONAR QUE ALGO FALLE, SI NECESITA ADAPTAR ALGO 
* A SU CONTENIDO HACERLO EN UNA HOJA DE ESTILOS POR SEPARADO
*/
/* Encabezados */
.header_h1 {
    font-family: 'Roboto', sans-serif;
    color: #2c3243;
    font-size: 6rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: initial;
}

.header_h2 {
    font-family: 'Roboto', sans-serif;
    color: #2c3243;
    font-size: 5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: initial;
}

.header_h3 {
    font-family: 'Roboto', sans-serif;
    color: #2c3243;
    font-size: 4.25rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: initial;
}

.header_h4 {
    font-family: 'Roboto', sans-serif;
    color: #2c3243;
    font-size: 3.35rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: initial;
}

.header_h5 {
    font-family: 'Roboto', sans-serif;
    color: #2c3243;
    font-size: 2.75rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: initial;
}

.header_h6 {
    font-family: 'Roboto', sans-serif;
    color: #2c3243;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: initial;
}

.header_h6_green {
    font-family: 'Roboto', sans-serif;
    color: #80E0AB;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: initial;
}

.header_h6_indigo {
    font-family: 'Roboto', sans-serif;
    color: #3C4A88;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: initial;
}

/* Colores para fondos */
.dark_blue_bg_900 {
    background-color: #2C3243;
}

.dark_blue_bg_700 {
    background-color: #404757;
}

.dark_blue_bg_400 {
    background-color: #565B69;
}

.dark_blue_bg_100 {
    background-color: #757A85;
}

.green_bg_900 {
    background-color: #80E0AB;
}

.green_bg_700 {
    background-color: #8DE3B3;
}

.green_bg_400 {
    background-color: #99E6BC;
}

.green_bg_100 {
    background-color: #ACEBC8;
}

.indigo_bg_900 {
    background-color: #3C4A88;
}

.indigo_bg_600 {
    background-color: #535C91;
}

.indigo_bg_300 {
    background-color: #656D9D;
}

.midnightblue_bg_900 {
    background-color: #4A516D;
}

.midnightblue_bg_600 {
    background-color: #5C627C;
}

.midnightblue_bg_300 {
    background-color: #6E748A;
}

.mediumgray_bg_900 {
    background-color: #A2A5AE;
}

.mediumgray_bg_600 {
    background-color: #ABAEB6;
}

.mediumgray_bg_300 {
    background-color: #B9BCC2;
}

.lightgray_bg_900 {
    background-color: #EBEDF0;
}

.lightgray_bg_600 {
    background-color: #EDEFF2;
}

.lightgray_bg_300 {
    background-color: #F1F4F5;
}

/* Colores para textos */
.dark_blue_900 {
    color: #2C3243;
}

.dark_blue_700 {
    color: #404757;
}

.dark_blue_400 {
    color: #565B69;
}

.dark_blue_100 {
    color: #757A85;
}

.green_900 {
    color: #80E0AB;
}

.green_700 {
    color: #8DE3B3;
}

.green_400 {
    color: #99E6BC;
}

.green_100 {
    color: #ACEBC8;
}

.indigo_900 {
    color: #3C4A88;
}

.indigo_600 {
    color: #535C91;
}

.indigo_300 {
    color: #656D9D;
}

.midnightblue_900 {
    color: #4A516D;
}

.midnightblue_600 {
    color: #5C627C;
}

.midnightblue_300 {
    color: #6E748A;
}

.mediumgray_900 {
    color: #A2A5AE;
}

.mediumgray_600 {
    color: #ABAEB6;
}

.mediumgray_300 {
    color: #B9BCC2;
}

.lightgray_900 {
    color: #EBEDF0;
}

.lightgray_600 {
    color: #EDEFF2;
}

.lightgray_300 {
    color: #F1F4F5;
}

.bf_color {
    color: #6a6d76;
}

/* Textos y Formatos */
.bf_size {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.75;
}

.bw_normal {
    font-weight: normal;
}

.bw_medium {
    font-weight: 500;
}

.bw_bold {
    font-weight: bold;
}

.text_justify {
    text-align: justify;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

/* botones y enlaces */
a:hover {
    color: #2C3243;
}

.btn_outline_white {
    color: #fff;
    border: 2px solid #fff !important;
    padding: 14px 30px !important;
    border-radius: 30px;
    font-size: 0.95rem !important;
    transition: .35s all ease;
    text-decoration: none;
    background-color: transparent;
    background: transparent;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
    font-weight: 500;
}

.btn_outline_white:hover {
    color: #fff !important;
    opacity: .7;
}

.btn_darkblue {
    border: 2px solid #2c3243;
    color: #fff;
    background: #2c3243;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 0.95rem;
    transition: .35s all ease;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
    font-weight: 500;
}

.btn_dark_downlad {
    border: 2px solid #2c3243;
    color: #fff;
    background: #2c3243;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 0.95rem;
    transition: .35s all ease;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .3rem;
}

.btn_indigo_download {
    border: 2px solid #3C4A88;
    color: #fff;
    background: #3C4A88;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 0.95rem;
    transition: .35s all ease;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .3rem;
}

.btn_green_downlad {
    border: 2px solid #80E0AB;
    color: #fff;
    background: #80E0AB;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 0.95rem;
    transition: .35s all ease;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .3rem;
}

.btn_dark_downlad img,
.btn_green_downlad img,
.btn_indigo_download img {
    width: 100%;
    max-width: 30px;
}

.btn_darkblue:hover,
.btn_dark_downlad:hover {
    border: 2px solid #757A85;
    color: #fff;
    background-color: #757A85;
}

.btn_indigo_download:hover {
    color: #fff;
    background: #727995;
    border: 2px solid #727995;
}

.btn_green_downlad:hover {
    border: 2px solid #ACEBC8;
    color: #fff;
    background-color: #ACEBC8;
}

.btn_outline_dark {
    color: #2C3243;
    border: 2px solid #2C3243;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 0.95rem;
    transition: .35s all ease;
    text-decoration: none;
    background-color: transparent;
    background: transparent;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
    font-weight: 500;
}

.btn_outline_dark:hover {
    border: 2px solid #757A85;
    color: #757A85;
}

.btn_xl {
    min-width: 180px;
    width: 100%;
    max-width: 180px;
}

/* Action Cards */
/* Asigna */
.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    /*max-width: 820px;*/
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 135px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 135px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;

}

.card {
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.card__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}
/* Asigna */

/* MexDer */
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.col {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

.containercards {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #767d97 0%, #2c3243 100%);
    background: -o-linear-gradient(45deg, #767d97 0%, #2c3243 100%);
    background: linear-gradient(45deg, #767d97 0%, #2c3243 100%)
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.containercards:hover .front,
.containercards:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.containercards .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containercards .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containercards:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containercards:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.back p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 40px;
    /* text-align: justify; */
}

.front h5 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}


section#actioncards {
    padding: 0;
}
/* MexDer */

/* CCV */
.newcardContainer {
    position: relative;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin: 0;
    perspective: 1000px;
    display: inline-block;
    float: left;
}

.newcardContainer .active {
    transform: translateZ(0px) rotateY(180deg) !important;
}

.newcardContainer .active:after {
    display: none;
}

.newcard {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -moz-backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 1px 2px 14px #e4e4e4;
    /* border-radius: 10px; */
}

.newcard:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
}

.newcard:hover {
    transform: translateZ(0px);
}

.newcard:hover:after {
    opacity: 1;
}

.newcard .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: white;
}

.newcard .front_ccv {
    z-index: 2;
}

.newcard .back_ccv {
    transform: rotateY(180deg);
}

.newcard .info {
    padding: 16px;
}
.newcard h5 {
    font-size: 2rem;
}
.front_ccv .img {
    background-color: #dadce2;
    background-position: center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 250px;
}

.back_ccv {
    position: relative;
}

.back_ccv h2 {
    margin-top: 6px;
    margin-bottom: 18px;
}

.back_ccv .reviews {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.back_ccv .reviews p {
    color: #c4c4c4;
    font-weight: 300;
    margin: 1px 0 0 6px;
    transition: 0.3s ease-in-out;
}

.back_ccv .reviews:hover p {
    color: #555;
}

.back_ccv li {
    line-height: 22px;
    margin: 2px 0 6px 0;
}

.back_ccv .btn {
    position: relative;
    bottom: 16px;
    width: 180px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c3243;
    /* background-image: linear-gradient(-90deg, #FFB714, #FFE579); */
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    margin-top: 50px;
}

.back_ccv .btn:hover h4 {
    transform: translateX(0px);
}

.back_ccv .btn:hover svg {
    transform: translateX(0px);
    opacity: 1;
}

.back_ccv .btn h4 {
    transform: translateX(12px);
    transition: transform 0.3s ease-out;
    color: #fff;
    font-size: 1rem;
    /* padding: 10px; */
    margin: 0;
}
.back_ccv .btn svg {
    margin: 1px 0 0 4px;
    transform: translateX(-8px);
    opacity: 0;
    transition: all 0.3s ease-out;
    filter: brightness(10);
}
section#actioncards {
    padding: 0;
}
.newcard .back_ccv {
    padding: 20px;
}
/* CCV */

/*============================================= 
TABLET HORIZONTAL (LG revisamos en 1024px) 
=============================================*/

@media (max-width:1199px) and (min-width:992px) {}

/*============================================= 
TABLET VERTICAL (MD revisamos en 768px) 
=============================================*/

@media (max-width:991px) and (min-width:768px) {}

/*============================================= 
MÓVIL HORIZONTAL (SM revisamos en 576px) 
=============================================*/

@media (max-width:767px) and (min-width:576px) {
    .header_h1 {
        font-size: 5rem;
    }

    .header_h2 {
        font-size: 4rem;
    }

    .header_h3 {
        font-size: 3.25rem;
    }

    .header_h4 {
        font-size: 2.35rem;
    }

    .header_h5 {
        font-size: 2.75rem;
    }

    .header_h6 {
        font-size: 1.55rem;
    }

    .header_h6_green {
        font-size: 1.55rem;
    }
}

/*============================================= 
MOVIL VERTICAL (revisamos en 320px) 
=============================================*/

@media (max-width:575px) {
    .header_h1 {
        font-size: 5rem;
    }

    .header_h2 {
        font-size: 4rem;
    }

    .header_h3 {
        font-size: 3.25rem;
    }

    .header_h4 {
        font-size: 2.35rem;
    }

    .header_h5 {
        font-size: 2.75rem;
    }

    .header_h6 {
        font-size: 1.55rem;
    }

    .header_h6_green {
        font-size: 1.55rem;
    }    
}
