/*===============================
   Font Family
=================================*/

.Raleway {
    font-family: 'Aeroport';
}

.Roboto {
    font-family: 'Aeroport';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Aeroport';
    color: #004D87;
}

p {
    font-family: 'Aeroport';
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Aeroport';
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 0;
    color: #4c4c4c;
}

a {
    color: inherit;
}

br {
    line-height: 15px
}

::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #004D87;
}

::-webkit-scrollbar-thumb {
    background: #0062cc;
}

a:hover,
a:active {
    color: #606060;
    text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    text-decoration: none
}

.form-control::placeholder {
    color: #4c4c4c;
    opacity: 60%;
}

.form-control:-ms-input-placeholder {
    color: #4c4c4c;
}

.form-control:-ms-input-placeholder {
    color: #4c4c4c;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next
/*{transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}*/

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    margin: 20px;
}

.logoprincipalFonehclass {
    margin-top: -30px;
}

#transmisionychatprincipal {
    margin-top: -30px;
}

section,
.section-padding {
    position: relative;
    /* padding: 7.5rem 0; */
    padding: 0.5rem 0;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-family: 'Aeroport';
    margin-bottom: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.text-color-white {
    color: #fff;
    font-size: 47px;
}

.text-video {
    color: #fff;
    font-size: 60px;
}

.business-color {
    color: #004D87;
    font-size: 60px;
}

.slider-heading {
    font-size: 57px !important;
    font-weight: 100 !important;
}

.slider-heading2 {
    font-size: 60px !important;
}

.slider-p {
    font-size: 18px !important;
}

.h-100vh {
    min-height: 100vh !important;
}


/* transition none */

.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}


/*==================================
    Loader
===================================*/

.loader {
    background: #fff;
    text-align: center;
    height: 100vh;
    z-index: 999;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    position: absolute;
    top: 40%;
    left: 48%;
}

.loading:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #0F1626;
    -moz-animation: preloader 500ms linear infinite;
    -webkit-animation: preloader 500ms linear infinite;
    animation: preloader 500ms linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.loading:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    -moz-animation: preloader-shadow 500ms linear infinite;
    -webkit-animation: preloader-shadow 500ms linear infinite;
    animation: preloader-shadow 500ms linear infinite;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
}

@-moz-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        -ms-transform: translateY(9px) rotate(22.5deg);
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        -ms-transform: translateY(9px) rotate(67.5deg);
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-moz-keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@-webkit-keyframes preloader-shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@media screen and (max-width: 991px) {
    /* custom media queries */
    /* responsive */
    /* tamaño en celulares */
    .inputMail {
        width: 400px;
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .imgFooterDer {
        max-width: 200px;
    }
    .iconDer {
        max-width: 50%;
        margin-top: 0px !important;
        /* padding-right: 0px !important; */
    }
    .textoCentro {
        margin-top: 0px !important;
    }
    #streaming {
        padding: 0px !important;
    }
    /* .divLogoEmpresa{
        
        display: none;
    } */
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.logoEvento {
    max-width: 160px !important;
}

html,
body {
    margin: 0;
    /* height:100%; */
    width: 100%;
    padding: 0;
}

.headerLanding {
    background-color: #004D87;
}

.footerLanding {
    background-color: #004D87;
    text-align: center;
    padding: 20px;
}

.logoEmpresa {
    /* max-width: 160px;     */
    /* max-width: 100%; */
    /* max-width: 370px; */
    max-width: 100%;
    width: 570px;
    padding-top: 20px;
}

.logoEmpresaStreaming {
    /* max-width: 160px; */
    /* max-width: 100%; */
    /* max-width: 370px; */
    max-width: 100%;
    width: 460px;
    margin-bottom: -30px;
    /* padding-top: 20px;
}

    


.logoEmpresaDer{
    /* max-width: 160px;     */
    max-width: 100%;
}

.logoAsamblea {
    /* max-width: 160px;     */
    max-width: 250px;
}

.divLogoEmpresa {
    text-align: center;
    margin: 0 auto;
}

.textoCentro {
    margin-top: 0px;
}

.iconDer {
    margin-top: 60px;
    padding-right: 35px;
    padding-bottom: 50px;
}

.imgFooterDer {
    bottom: 0px;
    position: absolute;
    right: 0px;
}

#divFormRegistro {
    text-align: center;
    margin: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

#formRegistrarse {
    justify-content: center;
    align-items: center;
}

#avisoRegistro {
    padding: 20px;
}

.tituloStreaming {
    color: #fff;
    /* background-color: #004D87; */
    font-size: 20px;
    /* text-align: left; */
    border-radius: 5px;
    padding: 0px 15px;
    /* width: 268px; */
    margin-bottom: 5px !important;
    margin-top: 25px;
    text-align: left;
}

.tituloPagina {
    color: #606060;
    border-style: solid;
    background-color: #004D87;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 15px;
    border-width: 2px;
}

.divImgHablar {
    margin-top: 60px;
}

.imgHablar {
    cursor: pointer;
    max-width: 200px;
}

.text-oscuro {
    color: black;
}

.btnValidarAcceso {
    background-color: #004D87;
    border-color: #fff;
    color: #fff;
}

.btnValidarAcceso:hover {
    background-color: #004D87;
    border-color: #004D87;
    color: #004D87;
}

.mpt-0 {
    margin-top: 0px;
    padding-top: 0px;
}

.scroll-downs {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: auto;
    width: 34px;
    height: 55px;
    cursor: pointer;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #004D87;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #004D87;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.arrow {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #EBA804;
    border-right: 5px solid #EBA804;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.textOptIn {
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

.imgLogoPrincipal {
    width: 200px;
    max-width: 100%;
    margin: 0px;
}


.imgLogoLetras {
    width: 350px;
    max-width: 100%;
    margin: 0px;
}



/* Whatsapp Inicio */

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

.whatsapp:hover {
    background-color: #FFF;
    border-color: #25d366;
    border-style: solid;
    border-width: 1px;
    color: #25d366;
}


/* Whatsapp Fin */

#autorizacion {
    padding-top: 5px;
    font-size: 12px;
    line-height: 15px;
}

.centradoForm {
    margin: 0 auto;
    text-align: center;
}

.btn-personalizadoPeq {
    color: #004D87;
    background-color: white;
    border-color: #004D87;
    border-radius: 7px;
    font-size: 25px;
    letter-spacing: 4px;
    padding: 1px 20px;
}

.btn-personalizadoPeq:hover {
    color: white;
    background-color: #004D87;
    border-color: white;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.bodyConFondo {
    background: url('../images/fondo.jpg?v=2') no-repeat fixed top center;
    background-color: #004D87;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #343a40 !important;
    padding: 0;
    position: relative;
    margin: 0 0 50px 0;
    /* height: 100%; */
    -webkit-font-smoothing: antialiased;
    /* padding-bottom: 50px; */
}

.textPregunta {
    margin-bottom: -5px;
}

.divForm {
    /* border-left-style: solid; */
    margin-top: 120px;
}

.divContenido {
    margin-top: 20px !important;
}

.sweet-alert p {
    color: black !important;
    font-size: 22px !important;
}

.formDer {
    padding-top: 10px;
}

.divFormRegistro {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-color: #fff;
}

.mostrarLoginRegister {
    cursor: pointer;
}

.logoEmpresa2 {
    padding: 50px;
}

.text-dark {
    color: #004D87;
}

.dark-header-background {
    background-color: #004D87;
    /* padding: 10px !important; */
    padding: 15px;
    padding-top: 0px;
}

.dark-blue-background {
    background-color: #004D87;
    padding: 10px !important;
}

.whitecolor {
    color: #fff;
}

.headerText {
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    font-weight: 900;
    background-color: #004D87;
    border-radius: 15px;
    margin: 10px;
    padding: 20px;
}

.footerText {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
    /* background-color: #004D87; */
    /* border-radius: 15px; */
    margin: 10px;
    padding: 20px;
}

#footerStreaming {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding-bottom: 20px !important;
}

.text-light {
    color: #fff;
}

.imgTallerista {
    /* max-width: 70px; */
    /* margin: 4px; */
    cursor: pointer;
}

.textTaller {
    /* line-height: 20px !important; */
    font-size: 16px;
    color: #fff;
    font-weight: 900;
}


/* ===================================
   Footer
====================================== */

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 45px;
    font-size: 35px;
    margin: 10px 15px;
    color: #004D87;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li a:hover {
    background-color: #00bcd4;
    color: #ffffff;
}

.grey-text {
    color: #8b8b8b;
}

.btnOpcion {
    background-color: #004D87;
    color: #fff;
    padding: 10px 10px;
    font-weight: 900;
    /* font-size: 20px; */
    font-size: 17px;
    margin: 25px 10px;
}

.btnOpcion:hover {
    color: #004D87;
    background-color: #fff;
    border-color: #004D87;
}

.btn-normal {
    background-color: #004D87;
    color: #fff;
}

.btn-normal:hover {
    color: #004D87;
    background-color: #fff;
    border-color: #004D87;
}

.btn-outline-normal {
    color: #004D87;
    background-color: transparent;
    background-image: none;
    border-color: #004D87;
}

.btn-outline-normal:hover {
    color: #fff;
    background-color: #004D87;
    border-color: #004D87;
}

.btnAgenda {
    background-color: #004D87;
    border-color: #004D87;
    color: #fff;
    font-weight: 900;
    padding: 10px 50px;
    font-size: 25px;
    margin: 10px 10px;
    border-radius: 25px;
    white-space: initial;
}

.btnAgenda:hover {
    color: #004D87;
    background-color: #fff;
    border-color: #004D87;
}

a:hover {
    color: #004D87;
}

.form-check-label {
    color: #fff;
}

#divLogoPrincipal{
    padding: 20px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .divForm {
        /* border-left-style: solid; */
        margin-top: 30px;
    }
    #logoprincipalFoneh img {
        margin-top: -15px;
    }
    #transmisionychatprincipal {
        margin: 10px;
    }
    .sectionRegistro {
        /* margin-top: 5px; */
        padding-top: 0px;
    }
    .formDer {
        padding-top: 30px;
    }
}

@media screen and (max-width: 400px) {
    #logoprincipalFoneh img {
        margin-top: 0;
    }
    #transmisionychatprincipal {
        margin: 0;
    }
    .tituloStreaming {
        width: 235px;
    }
    .container-fluid {
        padding: 0!important
    }
}

@font-face {
    font-family: 'Aeroport';
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Aeroport.otf") format("otf"), url("../fonts/Aeroport.otf") format("truetype");
}