:root {
    --theme-color-1: #0045BA;
    --theme-color-2: #F2CB2F;
    --theme-color-3: #6fb225;
    --verde: #93d50a;
    --theme-color-4: #FFF;
    --azul-primary: #0f4397;
    --azul-fuerte: #22387f;
    --azul-footer: #001761;
    --azul-claro: #5a82b5;
    --fondo: #255e92;
    --blanco: #fff;
    --shadow: 5px 6px 10px -2px #151515;
}

body {
    background-color: var(--fondo);
    background-image: url(../img/01_HOME_AMTM-01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

.bg-video {
    background-image: url(../img/video-fondo.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: inherit;
    background-size: cover;
}

.bg-video-seccion {
    background-image: url(../img/video.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: inherit;
    background-size: cover;
}

.bg-patrocinadores {
    background-color: var(--blanco);
}

.eye {
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 1;
    width: 97%;
    opacity: 0;
}

.eye:hover {
    opacity: 0.7;
}

.eyep {
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 1;
    width: 90%;
    opacity: 0;
}

.eyep:hover {
    opacity: 0.7;
}

.heaven {
    z-index: -1;
}

.seccion__video {
    width: 90%;
    padding: 66px 50px 56px 50px;
    margin: 100px 0px;
}

.seccion__patrocinadores {
    width: 90%;
    padding: 50px;
    margin: 50px 0px 0px 0px;
}

.video {
    width: 74%;
    height: 510px;
    margin-top: -41px;
    margin-left: -16px;
    margin-bottom: 20px;
}

.menu {
    display: flex;
    align-content: space-between;
    justify-content: space-evenly;
    background-color: var(--theme-color-1);
    padding: 20px;
}

.nav-item {
    list-style: none;
    color: var(--blanco)
}

.align-content-center {
    padding-top: 8px;
}

.logo-bus {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.logo-bus-login {
    display: block;
    margin: 0 auto;
    width: 60%;
}

.img-city {
    width: 60%;
}

.logo-sm {
    width: 30%;
}

.logo-1 {
    width: 100%;
}

.logo-2 {
    width: 40%;
}

.logo-3 {
    width: 50%;
}

.logo-4 {
    width: 100%;
}

.logo-5 {
    width: 60%;
}

.logo-6 {
    width: 20%;
}

.img-icon {
    width: 8%;
}

.logo-footer {
    width: 50%;
}

.img-bus {
    width: 100%;
}

.img-icono {
    width: 2.5rem;
}

.patrocinadores-1 {
    width: 40%;
}

.premio-btn {
    width: 20%;
    margin-top: -250px;
}

.programa-img {
    width: 20%;
}

.btn-descarga {
    width: 13rem;
}

/* Parpadea */
.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#container-regiter form input,
#container-regiter form select,
#container-regiter form .form-check,
#container-regiter .container-fluid .formulario-register button[type="submit"] {
    margin-bottom: 1rem;
    border-radius: 0;
    border: 0;
}

#container-regiter .container-fluid {
    top: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

#container-regiter .container-fluid .title-register,
#container-regiter .container-fluid .formulario-register,
#container-regiter .container-fluid .time-register {
    margin-bottom: 1rem;
}

#container-regiter .container-fluid .title-register {
    background: var(--theme-color-1);
    box-shadow: var(--shadow);
}

#container-regiter .container-fluid .title-register p {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    padding: 10px 0;
    margin-bottom: 0;
}

#container-regiter .container-fluid .formulario-register {
    background: var(--theme-color-1);
    box-shadow: var(--shadow);
    padding: 1rem 1rem;
}

#container-regiter .container-fluid .formulario-register .form-check label {
    color: white;
}

#container-regiter .container-fluid .formulario-register button[type="submit"] {
    background: var(--theme-color-3);
    color: var(--theme-color-4);
    font-weight: 700;
    letter-spacing: 1px;
}

#container-regiter .container-fluid .redes-sociales {
    margin: .5rem 0 0 0;
}

#container-regiter .container-fluid .redes-sociales i {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    line-height: 2.9rem;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    margin: 0 .6rem;
}

.btn-verde, .btn-verde:hover {
    background: var(--theme-color-3);
    color: var(--theme-color-4);
    font-weight: 700;
    letter-spacing: 1px;
}

.cuadro-info {
    background-color: var(--azul-primary);
    box-shadow: var(--shadow);
}

.cuadro-info-titulo {
    background-color: var(--azul-primary);
    box-shadow: var(--shadow);
    width: auto;
    display: inline-block;
}

.cuadro-info-2 {
    background-color: var(--azul-fuerte);
    box-shadow: var(--shadow);
}

.cuadro-info-blanco {
    color: var(--azul-fuerte);
    background-color: var(--blanco);
    box-shadow: var(--shadow);
}

.cuadro-ponente {
    box-shadow: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    height: 150px;
}

.cuadro-ponente-info {
    box-shadow: none;
}

.btn-img {
    width: 70%;
}

.btn2-img {
    width: 30%;
}

.contact-img {
    width: 60%;
}

.ft-horario {
    font-size: 18px;
}

.ft-hora {
    font-size: 18px;
}

.padding-ponentes {
    padding: 0px 100px 0px 100px;
}

.ponente {
    width: 100%;
}

.ponente-info {
    width: 100%;
}

.logo-sm-2 {
    width: 15%;
}

.logo-ponentes {
    display: block;
    margin: 0 auto;
    width: 30%;
}

.ponentes-card {
    display: inline-block;
    width: 24%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 90% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-ponentes {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.btn-float {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--blanco);
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: var(--azul-fuerte);
    padding: 12px 22px;
    position: fixed;
    bottom: 20px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    z-index: 99;
    cursor: pointer;
}

.btn-float:hover {
    color: var(--blanco);
    background-color: var(--azul-fuerte);
}

.ponente-content {
    background-color: var(--fondo);
    background-image: url(../img/fondo-blanco.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: inherit;
    background-size: cover;
}

/* Utilidades */
.ft-20 {
    font-size: 20px !important;
}

.cl-azulc {
    color: #2645b4;
}

.stand-white {
    border-radius: 10px;
    padding: 5px 15px;
    color: #2645b4;
}

.stand-azul {
    border-radius: 10px;
    padding: 5px 15px;
    background-color: #2645b4;
    color: var(--blanco);
}

.stand-br-white {
    padding: 4px 20px;
    border: 1px solid var(--blanco);
    border-radius: 10px;
    margin-left: -15px;
}

.stand-br-azul {
    padding: 4px 20px;
    border: 1px solid #2645b4;
    border-radius: 10px;
    margin-left: -15px;
}

.espacio-stand {
    padding: 2rem 0rem !important;
}

.cuadro-blanco {
    color: var(--azul-fuerte);
    background-color: var(--blanco);
}

.lh-30 {
    line-height: 30px;
}

.text-d {
    text-decoration: none;
}

.fw-200 {
    font-weight: 200;
}

.cl-azul-f {
    color: var(--azul-fuerte);
}

.cl-verde {
    color: var(--verde) !important;
}

.espacio-30 {
    height: 30px;
}

.espacio-50 {
    height: 50px;
}

.espacio-100 {
    height: 100px;
}

.espacio-footer-100 {
    height: 100px;
}

.espacio-footer-150 {
    height: 150px;
}

.centrar {
    display: block;
    margin: 0 auto;
}

.centrar-f {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centrar-f-espacio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.bg-azul {
    background-color: var(--theme-color-1);
}

.bg-azul2 {
    background-color: #0e25d2;
}

.bg-footer {
    background-color: var(--azul-footer);
}

.bg-white {
    background-color: var(--blanco);
}

.border-white {
    border: 1px sloid var(--blanco);
}

.w-100p {
    width: 150px;
}

.border-n {
    border: none !important;
}

.border-r-blanco {
    border-right: 2px solid var(--blanco);
}

.border-r {
    border-right: none !important;
}

.border-l {
    border-left: 0px !important;
}

.border-t {
    border-top: 0px !important;
}

.border-b {
    border-bottom: 0px !important;
}

.border-rad-10 {
    border-radius: 10px;
}

.btn-azul {
    background-color: var(--azul-claro);
    color: var(--blanco);
}

.btn-azul:hover {
    background-color: var(--azul-claro);
    color: var(--blanco);
}

.d-inli-b {
    display: inline-block;
}

.w-100 {
    width: 100% !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400;
}

.ocultar {
    display: none;
}

.sombra {
    box-shadow: var(--shadow);
}

.pointer {
    cursor: pointer;
}

@media (max-width:3440px) {
    .premio-btn {
        width: 20%;
        margin-top: -532px;
    }

    .video {
        width: 67%;
        height: 1192px;
        margin-top: 30px;
        margin-left: -16px;
        margin-bottom: 169px;
    }

    .seccion__video {
        width: 90%;
        padding: 0px 0px 0px 0px;
        margin: 100px 0px;
    }
}

@media (max-width:2560px) {
    .video {
        width: 67%;
        height: 874px;
        margin-top: 26px;
        margin-left: -16px;
        margin-bottom: 144px;
    }

    .seccion__video {
        width: 90%;
        padding: 0px 0px 0px 0px;
        margin: 100px 0px;
    }

    .premio-btn {
        width: 20%;
        margin-top: -415px;
    }
}

@media (max-width:1920px) {
    .video {
        width: 68%;
        height: 647px;
        margin-top: 21px;
        margin-left: -16px;
        margin-bottom: 101px;
    }

    .seccion__video {
        width: 90%;
        padding: 0px 0px 0px 0px;
        margin: 100px 0px;
    }

    .premio-btn {
        width: 20%;
        margin-top: -250px;
    }
}

@media (max-width:1800px) {
    .video {
        width: 68%;
        height: 554px;
        margin-top: 21px;
        margin-left: -16px;
        margin-bottom: 95px;
    }

    .seccion__video {
        width: 90%;
        padding: 0px 0px 0px 0px;
        margin: 100px 0px;
    }

    .premio-btn {
        width: 20%;
        margin-top: -250px;
    }
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
    .seccion__video {
        width: 90%;
        padding: 66px 50px 56px 50px;
        margin: 100px 0px;
    }

    .video {
        width: 74%;
        height: 510px;
        margin-top: -41px;
        margin-left: -16px;
        margin-bottom: 20px;
    }
}

@media (max-width:1367px) {
    .seccion__video {
        width: 90%;
        padding: 0px;
        margin: 100px 0px;
    }

    .video {
        width: 67%;
        height: 454px;
        margin-top: 22px;
        margin-left: -16px;
        margin-bottom: 74px;
    }
}

@media (max-width:1025px) {
    .video {
        width: 66%;
        height: 304px;
        margin-top: 28px;
        margin-left: -16px;
    }

    .seccion__video {
        width: 90%;
        padding: 0px;
        margin: 100px 0px;
    }

    .premio-btn {
        width: 25%;
        margin-top: -184px;
    }

    .btn2-img {
        width: 40%;
    }

    .logo-bus {
        width: 100%;
    }

    .logo-bus-login {
        width: 100%;
    }

    .img-city {
        width: 90%;
    }

    .video {
        width: 75%;
        height: 299px;
        margin-top: -14px;
        margin-left: -16px;
    }

    .logo-sm-2 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    #container-regiter .container-fluid .container {
        max-width: 720px !important;
    }
}

@media (max-width: 768px) {
    .ocultar-movil {
        display: none;
    }

    .mostrar-movil {
        display: block;
    }

    .mostrar-movil {
        display: block;
    }

    .movil-footer-s1 {
        text-align: center;
    }

    .movil-footer-s2 {
        text-align: center;
        margin-top: 50px;
    }

    .espacio-footer-150 {
        height: 50px;
    }

    .espacio-footer-0 {
        height: 0px;
    }

    .espacio-md {
        margin-top: 20px !important;
    }

    .espacio-footer-100 {
        height: 50px;
    }

    .premio-btn {
        width: 25%;
        margin-top: -145px;
    }

    .logo-1 {
        width: 100%;
    }

    .logo-2 {
        width: 40%;
    }

    .logo-3 {
        width: 50%;
    }

    .logo-4 {
        width: 100%;
    }

    .logo-5 {
        width: 60%;
    }

    .logo-6 {
        width: 20%;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100% !important;
    }

    .btn-img {
        width: 100%;
        outline: none;
    }

    .eye {
        position: absolute;
        top: 34px;
        left: 14px;
        z-index: 1;
        width: 91%;
    }

    .contact-img {
        width: 100%;
    }

    .seccion__video {
        padding: 26px;
    }

    .video {
        width: 74%;
        height: 250px;
        margin-top: -15px;
        margin-left: -10px;
        margin-bottom: 15px;
    }

    .padding-ponentes {
        padding: 0px 50px 0px 50px;
    }

    .logo-sm-2 {
        width: 40%;
    }

    .ponentes-card {
        display: inline-block;
        width: 48%;
    }
}

@media (max-width: 575.98px) {
    .btn-descarga {
        width: 6rem;
    }

    .programa-img {
        width: 30%;
    }

    .logo-ponentes {
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .seccion__patrocinadores {
        padding: 0px;
    }

    .patrocinadores-1 {
        width: 60%;
    }

    .premio-btn {
        width: 25%;
        margin-top: -89px;
    }

    .logo-1 {
        width: 100%;
    }

    .logo-2 {
        width: 45%;
    }

    .logo-3 {
        width: 70%;
    }

    .logo-4 {
        width: 100%;
    }

    .logo-5 {
        width: 70%;
    }

    .logo-6 {
        width: 20%;
    }

    .btn2-img {
        width: 55%;
    }

    .h1, h1, h3 {
        font-size: 1.4rem;
    }

    .btn-float {
        font-size: 20px;
        bottom: 5px;
        right: 5px;
    }

    .menu {
        display: grid;
        grid-template-columns: auto auto auto;
        background-color: var(--azul-fuerte);
        padding: 20px;
    }

    .nav-item {
        list-style: none;
        color: var(--blanco)
    }

    .mt-sm {
        margin-top: 10px;
    }

    h2 {
        font-size: 1.2rem !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    p {
        font-size: 0.8rem !important;
    }

    .ft-hora {
        font-size: 16px;
    }

    .w-100p {
        width: 100px;
    }

    .ponentes-card {
        display: inline-block;
        width: 100%;
    }

    .contact-img {
        width: 100%;
    }

    .btn-img {
        width: 100%;
    }

    .cuadro-ponente {
        display: block;
        margin: 0 auto;
        width: 70%;
    }

    .cuadro-ponente-info {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .ponente {
        width: 70%;
    }

    .eye {
        position: absolute;
        top: 7px;
        left: 64px;
        z-index: 1;
        width: 67%;
        opacity: 0;
    }

    .eyep {
        position: absolute;
        top: 8px;
        left: 43px;
        z-index: 1;
        width: 63%;
    }

    .ponente-info {
        width: 100%;
    }

    .padding-ponentes {
        padding: 0px 0px 0px 0px;
    }

    .video {
        width: 72%;
        height: 136px;
        margin-top: -5px;
        margin-left: -5px;
        margin-bottom: 13px;
    }

    .seccion__video {
        padding: 15px;
        width: 100%;
        margin: 50px 0px;
    }

    .espacio-100 {
        height: 50px;
    }

    .espacio-footer-100 {
        height: 50px;
    }

    .logo-bus {
        width: 100%;
    }

    .logo-bus-login {
        width: 100%;
    }

    .logo-sm {
        width: 40%;
    }

    .logo-texto {
        width: 100%;
    }

    .logo-fecha {
        width: 30%;
    }

    #container-regiter {}

    #container-regiter .container-fluid {
        top: 1rem;
    }

    #container-regiter .container-fluid form .row .col-6 {
        padding: 0 8px;
    }

    /* #container-regiter .container-fluid .formulario-register {
        padding: 1rem 2rem;
    } */
    #container-regiter .container-fluid .title-register p {
        font-size: 1.5rem;
    }

    #container-regiter form input,
    #container-regiter form select,
    #container-regiter form .form-check,
    #container-regiter .container-fluid .formulario-register button[type="submit"] {
        font-size: 13px;
    }

    #container-regiter .container-fluid .redes-sociales i {
        margin: 0px 8px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 2.3rem;
    }
}

@media (max-width: 376px) {
    .eye {
        position: absolute;
        top: 27px;
        left: 66px;
        z-index: 1;
        width: 63%;
        opacity: 0;
    }
}

@media (max-width: 360px) {
    .eye {
        position: absolute;
        top: 8px;
        left: 57px;
        z-index: 1;
        width: 66%;
        opacity: 0;
    }

    .video {
        width: 65%;
        height: 111px;
        margin-top: 4px;
        margin-bottom: 15px;
    }

    .seccion__video {
        padding: 0px;
        width: 100%;
        margin: 50px 0px;
    }

    .premio-btn {
        width: 25%;
        margin-top: -78px;
    }
}

#cuenta {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.simply-section {
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
}

.simply-amount {
    display: block;
    font-size: 50px;
    font-weight: 900;
    color: #315180;
}

.simply-word {
    color: #91cebf;
    font-weight: bold;
}