p,
a,
h1,
h2,
h3,
ul,
li,
ul,
span,
strong,
div,
th,
tr,
td {
    font-family: 'OgilvySansRegular';
}

li {
    list-style: none;
}


/* FONTS */

@font-face {
    font-family: 'OgilvySansRegular';
    src: url('../../assets/fonts/OgilvySans-Regular.eot');
    src: url('../../assets/fonts/OgilvySans-Regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/OgilvySans-Regular.woff2') format('woff2'), url('../../assets/fonts/OgilvySans-Regular.woff') format('woff'), url('../../assets/fonts/OgilvySans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OgilvySansBold';
    src: url('../../assets/fonts/OgilvySans-Bold.eot');
    src: url('../../assets/fonts/OgilvySans-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/OgilvySans-Bold.woff2') format('woff2'), url('../../assets/fonts/OgilvySans-Bold.woff') format('woff'), url('../../assets/fonts/OgilvySans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* LOGIN */

.login {
    padding: 2vw;
}

.imagen-david {
    background-image: url(../../assets/images/david_login.png);
    height: 92vh;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 26px;
}

.login-form {
    padding: 5vw 5vw;
}

.text-formlogin h1 {
    font-size: 73px;
    color: #000;
    font-family: 'OgilvySansBold'!important;
    margin: 0;
    line-height: 52px;
}

.text-formlogin h2 {
    font-size: 60px;
    color: #EB3F43;
    font-family: 'OgilvySansRegular'!important;
    margin: 0;
}

.text-formlogin p {
    font-size: 16px;
    font-family: 'OgilvySansRegular'!important;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 1vw;
}

.text-formlogin {
    text-align: center;
}

.form-sesion {
    margin-top: 3vw;
}

.form-sesion button {
    background: #EB3F43;
    border: none;
    width: 100%;
    border-radius: 35px;
}

.form-sesion input {
    border-radius: 35px;
}

.form-sesion input {
    background: #F2F2F2;
    border: none;
}

.form-sesion button:hover {
    background: #ec151a;
}

.recatpcha_form {
    text-align: center;
    margin-top: 2vw;
}

.recatpcha_form .g-recaptcha div {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: auto!important;
    margin-bottom: -37px;
    transform: scale(0.90);
    transform-origin: 0 0;
}


/* NAV  */

.option-nav ul li {
    display: inline-block;
    padding: 1vw 2vw;
}

.option-nav ul li.logo {
    padding-left: 0;
}

div.cerrar_sesion {
    float: right!important;
    padding-right: 0!important;
}

.option-nav {
    /* padding: 0vw 4vw; */
    line-height: 5vw;
}

li.logo img {
    width: 157px;
}

.option-nav ul {
    padding: 0;
    margin: 0;
}

div.cerrar_sesion span {
    background: #EB3F43;
    color: #fff;
    padding: 8px 12px;
    border-radius: 25px;
}

div.cerrar_sesion span a {
    background: #fff;
    padding: 4px 11px;
    border-radius: 25px;
    color: #e93e42;
    text-decoration: none;
    margin-right: -6px;
}

.option-nav ul li a {
    text-decoration: none;
    color: #000;
    line-height: 20px;
}

.content {
    padding: 0vw 5vw;
}

.content.content-resources .nav-light.nav-2 {
    padding: 0vw 5vw;
}

.nav-light.nav-2 .option-nav ul li a {
    text-decoration: none;
    color: #fff;
}

.nav-light.nav-2 div.cerrar_sesion span a {
    color: #EB3F43;
}

div.cerrar_sesion span {
    border: solid #fff 1px;
}


/* BANNER DASHBOARD*/

.content {
    padding: 0vw 5vw;
}

.banner-cuadros {
    padding-top: 2vw;
    margin-bottom: 5vw;
}

.cuadro-big {
    padding-right: 4px;
}

.cuadro-big iframe {
    width: 100%;
    height: 589px;
    border-radius: 25px;
}

.cuadro-xs-1 {
    background: #EB3F43;
    border-radius: 25px;
    padding: 3vw;
    position: relative;
    height: 287px;
}

.img-cuadro-xs1 {
    padding: 1vw 2vw;
}

.icon-cuadro-xs2,
.icon-cuadro-xs3 {
    margin-bottom: 7px;
}

.icon-cuadro-xs2 img,
.icon-cuadro-xs3 img {
    width: 50px;
}

.img-cuadro-xs1 img {
    max-width: 100%;
}

.icon-cuadro-xs1 {
    position: absolute;
    right: 0;
    top: 0;
}

.cuadro-xs-2 {
    background: #F58E8F;
    border-radius: 25px;
    padding: 3.5vw 2vw;
    height: 287px
}

.cuadro-xs-3 {
    background: #282C8A;
    border-radius: 25px;
    padding: 3.5vw 2vw;
    height: 287px;
}

.txt-cuadros-xs {
    font-size: 1.4vw;
    color: #fff;
    line-height: 18px;
    /* font-family: 'OgilvySansRegular'; */
    min-height: 73px;
    margin-bottom: 13px;
    margin-top: 12px;
    font-family: 'OgilvySansBold';
}

.bttn_lermas {
    margin-top: 12px;
}

.bttn_lermas a {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff;
    padding: 0.4vw 2vw;
    border-radius: 25px;
    font-size: 1.1vw;
}

.cuadro-xs-2 .bttn_lermas a,
.cuadro-xs-3 .bttn_lermas a {
    width: 100%!important;
    display: block;
    text-align: center;
}

.cuadro-xs-2,
.cuadro-xs-3 {
    padding-bottom: 2vw;
}

.cuadro-segundario {
    margin-top: 1vw;
}


/* BOX INFO */

.box-info {
    padding: 0vw 8vw;
}

.text-info p {
    color: #000!important;
    font-size: 18px;
    margin-top: 14px;
}

.text-box p {
    color: #000;
    font-family: 'OgilvySansBold';
    font-size: 42px;
    line-height: 42px;
    /* margin-top: 14px;
    margin-left: 7px; */
}

.text-info p {
    color: #000;
    line-height: 24px;
}

.image-box img {
    max-width: 100%;
    padding: 1vw 2vw;
}

.information-wpp {
    margin-top: 4vw;
}

.box-info.box-info-area {
    margin-top: 8vw;
    margin-bottom: 4vw;
}


/* .box-info-area .image-box img {
    padding: 0vw 1vw!important;
} */

.icon-title img {
    max-width: 100%;
}


/* CUENTAS */

.box-materiallogos {
    background-image: url(../../assets/images/bg-gris-cuentas.png);
    padding: 2vw;
    background-size: 100% 100%;
    padding-bottom: 0vw;
    background-repeat: no-repeat;
}

.click-logos {
    padding: 2.5vw;
    margin-top: 0.5vw;
}

.click-logos .carousel-item img {
    width: 17vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.click-logos .carousel-control-prev {
    left: -2vw;
}

.click-logos .carousel-control-next {
    right: -2vw;
}

.material-cuentas {
    padding: 2vw 8vw;
    margin-top: 8vw;
}

.box-info.box-info-area img {
    padding: 0;
}

.cta-cuentas {
    border: solid #fff 1px;
    border-radius: 25px;
    padding: 0.5vw 1vw;
    margin-top: 1.1vw;
}

.card-validate a,
.cta-cuentas a {
    color: #fff;
    text-decoration: none;
}

.cta-cuentas img {
    width: 25px!important;
    left: auto!important;
    position: absolute;
    right: 0.5vw!important;
}


/* .information-box.information-area {
    padding: 1vw;
} */

.information-box.information-area p {
    margin-top: 0vw;
}

.images-icon-cuentas li {
    display: inline-block;
    width: 24%;
}

.images-icon-cuentas li img {
    max-width: 100%;
}

.images-icon-cuentas ul {
    padding: 0;
    margin: 0;
}

.box-cuentas {
    padding: 1vw;
}

.box-info.box-info-area .image-box {
    padding: 1vw;
}

.banner-premios {
    margin-top: 3vw;
    background-image: url(../../assets/images/banner_premios.png);
    background-size: 100%;
    /* padding-top: 16vw; */
    /* padding-bottom: 7vw; */
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 3vw;
}

.banner-premios .btn-premios a {
    border: solid #fff 1px;
    border-radius: 25px;
    padding: 0.5vw 1vw;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 2.5vw;
    bottom: 3vw;
}

.banner-premios p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 15vw;
    padding-bottom: 7vw;
}

.banner-premios .btn-premios img {
    width: 27px;
    float: revert;
    margin-left: 5px;
    margin-right: -6px;
}


/* FOOTER  */

.footer {
    background: #EB3F43;
    text-align: center;
    padding: 1.5vw 0vw;
}


/* VALIDATE  */

.logo-onboarding {
    text-align: center;
    padding: 2vw 0vw;
}

.logo-onboarding img {
    width: 20vw;
}

.text-validate {
    text-align: center;
}

.card-image-validate-1 {
    background-image: url(../../assets/images/usuario-ogilvy.png);
    background-repeat: no-repeat;
    padding-top: 18vw;
    padding-bottom: 1vw;
    background-size: 100% 100%;
}

.card-image-validate-2 {
    background-image: url(../../assets/images/administrador-ogilvy.png);
    background-repeat: no-repeat;
    padding-top: 18vw;
    padding-bottom: 1vw;
    background-size: 100% 100%;
}

.card-image-validate-1 .cta-cuentas,
.card-image-validate-2 .cta-cuentas {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
}

.card-validate {
    padding: 1vw 14vw;
}

.content.content-validate {
    min-height: 90vh;
}

.card-image-validate-1 .cta-cuentas span,
.card-image-validate-2 .cta-cuentas span {
    text-shadow: 1px 1px 1px #00000073;
}


/* FORM ADMIN   */

.cta-usuarios {
    padding: 1vw 21vw;
    text-align: center;
}

.cta-usuarios img {
    max-width: 100%;
}

.cta-usuarios ul {
    padding: 0;
    margin: 0;
}

.cta-usuarios ul li {
    display: inline-block;
    width: 15vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0vw 0.4vw;
}

.perfil-usuario {
    padding: 4vw 8vw;
}

.text-user {
    text-align: right;
    margin-top: 7vw;
}

.text-user h1 {
    margin: 0;
    padding: 0;
    font-size: 4vw;
    font-family: 'OgilvySansBold';
    color: #000;
    line-height: 4vw;
}

.text-user h2 {
    margin: 0;
    padding: 0;
    font-size: 3vw;
    color: #eb3f43;
    line-height: 4vw;
}

.text-user p {
    padding: 0;
    margin: 0;
}

.img-user {
    text-align: left;
}

.img-user img {
    max-width: 100%;
    width: 29vw;
}

.form-register {
    padding: 0vw 8vw;
    margin-bottom: 5vw;
}

.form-register input,
.form-register select {
    background: #F2F2F2;
    border: none;
    border-radius: 25px;
    padding-left: 1vw;
}

.form-register button {
    background: #eb3f43;
    border: none;
    width: 100%;
    border-radius: 25px;
    font-family: 'OgilvySansBold';
}

.form-register button:hover {
    background: #ec151a;
}

.form-register button:focus {
    background: #ec151a;
}
.buttons--text-info {
    display: flex;
    gap: 1rem;
}

.buttons--text-info a:nth-child(2) {
    background-color: #282C8A;
}

.buttons--text-info a img {
    margin-left: 7px;
}

.buttons--text-info a {
    padding: 0.5vw 1vw !important;
}

.text-info a {
    background: #EB3F43;
    padding: 0.5vw 2vw;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-top: 1vw;
    display: -webkit-inline-box;
}

.text-info-transparent a {
    background: transparent;
    padding: 0.5vw 2vw;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-top: 1vw;
    display: -webkit-inline-box;
}

/* RESOURCES */

.content.content-resources {
    padding: 0;
    background: #EB3F43;
}

.assets {
    padding: 5vw 5vw;
}

.assets-text {
    width: 85%;
    margin-top: 4vw;
}

.assets-text img {
    width: 14vw;
    margin-bottom: 0vw;
}

.cta-assets-icon {
    background-image: url(../images/bg-carpeta-rosa.svg);
    position: relative;
    padding: 3vw 2vw;
    margin-bottom: 2vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 18vw;
    border-radius: 10px;
}

.cta-assets-icon-1 {
    background-image: url(../images/bg-carpeta-rosa-1.svg);
}

.cta-assets-icon-2 {
    background-image: url(../images/bg-carpeta-roja-1.svg);
}

.cta-assets-icon-3 {
    background-image: url(../images/bg-carpeta-azul-1.svg);
}

.cta-assets-icon-4 {
    background-image: url(../images/bg-carpeta-gris-1.svg);
}

.cta-assets-icon h2 {
    color: #fff;
    font-family: 'OgilvySansBold';
    font-size: 1.7vw;
    line-height: 1.6vw;
    min-height: 4vw;
    margin-top: 1vw;
}

.cta-assets-icon .cta-cuentas {
    margin-top: 1vw;
    width: 100%;
    position: relative;
}

.cta-assets-icon a {
    text-decoration: none;
    color: #fff;
}

.assets-text h1 {
    font-family: 'OgilvySansBold';
    color: #fff;
    width: 69%;
    line-height: 2.5vw;
    margin-bottom: 2vw;
    font-size: 3vw;
}

.assets-text p {
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.7vw;
}

.info-cuentas {
    padding: 5vw 20vw;
    background: #f58e90;
}

.card-info-cuentas .cta-assets-icon {
    background-size: 100% 100%;
    padding: 3vw 3vw;
}

.title-cuentas {
    text-align: center;
    margin-bottom: 4vw;
}

.title-cuentas h1 {
    font-family: 'OgilvySansBold';
    color: #fff;
}

.title-cuentas p {
    color: #fff;
    font-size: 1.2vw;
}

.cta-assets-icon.icon-info-1 {
    background-image: url(../images/icon-info-rojo.svg);
}

.cta-assets-icon.icon-info-2 {
    background-image: url(../images/icon-info-rosa.svg);
}

.info-cuentas.info-corporativo {
    background: #000000;
}

.info-corporativo .cta-assets-icon.icon-info-1 {
    background-image: url(../images/icon-corporativo-1.svg);
}

.info-corporativo .cta-assets-icon.icon-info-2 {
    background-image: url(../images/icon-corporativo-2.svg);
}

.info-cuentas .cta-assets-icon h2 {
    font-size: 2.5vw;
    margin-top: 2vw;
}

.click-logos a {
    color: #fff;
    text-decoration: none;
}

.btn-premios a span {
    color: #fff;
}


/* PREMIOS  */

.content.content-premios {
    background: #000000;
    padding-bottom: 9vw;
}

.content.content-premios div.cerrar_sesion span {
    border: 1px solid #fff;
    border-radius: 25px;
}

.container__cerrar_sesion {
    min-width: 220px;
}

.banner-carousel {
    padding-top: 8vw;
    padding-bottom: 7vw;
}

.images-premios-carousel {
    text-align: center;
}

.images-premios-carousel img {
    max-width: 100%;
    width: 80%;
}

.txt-premios-banner {
    text-align: left;
    width: 27vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 5vw;
}

.txt-premios-banner img {
    max-width: 100%;
    width: 85%;
    margin-bottom: 2vw;
}

.txt-premios-banner p {
    color: #fff;
}

.banner-carousel a.carousel-control-prev {
    left: -1vw;
}

.banner-carousel a.carousel-control-next {
    right: -2vw;
}

.banner-carousel .carousel-control-prev-icon {
    background-image: url('../images/icon-1.svg')!important;
}

.banner-carousel .carousel-control-next-icon {
    background-image: url('../images/icon-2.svg')!important;
}

.otros-premios {
    background-image: url(../images/bg-red-premios.png);
    padding-top: 14vw;
    background-size: cover;
    padding-bottom: 13vw;
    border-radius: 30px;
}

.titulo-otros-premios {
    text-align: center;
}

.titulo-otros-premios h1 {
    color: #fff;
    font-family: 'OgilvySansBold';
}

.titulo-otros-premios p {
    color: #fff;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.option-premios p {
    color: #fff;
    font-family: 'OgilvySansBold';
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.option-premios img {
    max-width: 100%;
    width: 70%!important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.option-premios {
    text-align: center;
}

.caroures-otros-premios {
    margin-top: 3vw;
}

.image-360 {
    padding: 0vw 5vw;
    margin-top: -9vw;
}

.image-360 iframe {
    border-radius: 20px;
    height: 31vw;
}

.casos-exito-info {
    position: relative;
    text-align: center;
    margin-bottom: 2vw;
}

.casos-exito-info img {
    border-radius: 25px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #EB3F43;
    border: solid #fff 1px;
    border-radius: 16px;
}

.casos-exito-info:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; */
}

.bg-red {
    padding: 0vw 5vw;
    background: #eb3f43;
    padding-top: 14vw;
    margin-top: -18vw;
}

.bg-red .caso-exito {
    padding: 0vw 5vw;
    text-align: center;
}

.title-caso-exito h1 {
    color: #fff;
    font-family: 'OgilvySansBold';
}

.title-caso-exito p {
    color: #fff;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 4vw;
}

.casos-exito-info span.open-caso {
    position: absolute;
    right: 0;
    top: 0;
}

.casos-exito-info .text {
    text-align: left;
    padding: 1vw 2.2vw;
}

.casos-exito-info .text h1 {
    font-size: 2vw;
    line-height: 1.7vw;
    margin-top: 3.5vw;
    font-family: 'OgilvySansBold';
    margin-bottom: 1vw;
}

.casos-exito-info .text p {
    line-height: 1.3vw;
    font-size: 1vw;
}

.casos-exito-info a {
    text-decoration: none;
}

.kiosco {
    margin-top: 2vw;
    margin-bottom: 5vw;
}

.kiosco img {
    width: 100%;
}


/* MODAL ALERT  */

.modal-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000c9;
    z-index: 99;
    top: 0;
    display: none;
}

.modal-alert .body-modal-alert {
    background: #fff;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 11vw;
    border-radius: 15px;
    padding: 3vw 4vw;
    text-align: center;
}

.modal-alert .body-modal-alert h1 {
    font-family: 'OgilvySansBold';
    font-size: 5vw;
    margin: 0;
}

.modal-alert .body-modal-alert p {
    font-size: 3vw;
    margin: 0;
    margin-top: -0.5vw;
}

.modal-alert .body-modal-alert img {
    margin-top: 2vw;
}

span.closer-modal-alert {
    position: absolute;
    right: 0.8vw;
    background: #e83f43;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    color: #fff;
    font-size: 22px;
    top: 0.8vw;
    cursor: pointer;
}

.table-user {
    width: 64%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 6px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 0.1vw 0vw;
    margin-bottom: 3vw;
}

.table-user th {
    background: #eb3f43!important;
    color: #fff!important;
    font-family: 'OgilvySansBold';
    text-transform: uppercase;
}

td.icon-edit {
    text-align: center;
}

td.icon-edit img {
    width: 23px;
}

td.icon-edit a {
    background: #ea4043;
    padding: 7px 7px;
    border-radius: 2px;
    text-align: center;
}

.campana {
    padding: 0vw 5vw;
    text-align: center;
}

.box-campana a {
    text-decoration: none;
}

.box-campana img {
    max-width: 100%;
}

.box-campana p {
    color: #fff;
    font-size: 1.5vw;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 1vw;
    font-family: 'OgilvySansBold';
}

.box-campana {
    margin-bottom: 3vw;
}

.presentation,
.presentation__cards {
    display: flex;
    justify-content: center;
}

.presentation {
    gap: 90px;
}

.presentation {
    color: white;
    text-align: left;
    align-items: center;
}

.presentation__left {
    max-width: 38vw;
}

.presentation__description {
    margin-top: 35px;
}

.presentation__left img {
    position: relative;
    z-index: 2;
    width: 102%;
    margin-left: 163px;
}

.presentation__right img {
    width: 80%;
}


/*CAPACITATION DETAILS*/

.capacitation {
    padding: 0 10%;
}

.capacitation video {
    object-fit: cover;
    border-radius: 25px;
    height: 450px;
}

.capacitation__titles {
    padding: 20px 0px;
}

.capacitation h1 {
    margin: 0;
    font-family: "OgilvySansBold";
    font-size: 50px;
}

.capacitation__info {
    padding: 25px 0px;
}

