html, body{
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #3B3933;
}
@font-face {
    font-family: 'DINCond-Bold';
    src: url('/web/font/DINCond-Bold.eot');
    src: url('/web/font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('/web/font/DINCond-Bold.svg#DINCond-Bold') format('svg'),
        url('/web/font/DINCond-Bold.ttf') format('truetype'),
        url('/web/font/DINCond-Bold.woff') format('woff'),
        url('/web/font/DINCond-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Light';
    src: url('/web/font/DINCond-Light.eot');
    src: url('/web/font/DINCond-Light.eot?#iefix') format('embedded-opentype'),
        url('/web/font/DINCond-Light.svg#DINCond-Light') format('svg'),
        url('/web/font/DINCond-Light.ttf') format('truetype'),
        url('/web/font/DINCond-Light.woff') format('woff'),
        url('/web/font/DINCond-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MovementBold';
    src: url('/web/font/MovementBold.svg#MovementBold') format('svg'),
        url('/web/font/MovementBold.ttf') format('truetype'),
        url('/web/font/MovementBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.background-cover {
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}

.color-theme-primary{
    color: #BE9A65 !important;
}

.color-theme-secondary{
    color: #344d77 !important;
}

.bg-theme-primary{
    background-color: #BE9A65 !important;
}

.bg-theme-secondary{
    background-color: #344d77 !important;
}

.btn-colors:hover,
.btn-color:hover{
    color: #FFF;
    text-decoration: none;
}

.btn-colors,
.btn-color{
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    color: white !important;
    padding: 8px 18px;
    border: 0;
    background-image: linear-gradient(to right, #8CBF43, #D6DA2C);
    outline: none !important;
    box-shadow: none !important;
}


.btn-colors,
.btn-color {
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    color: white !important;
    padding: 8px 18px;
    border: 0;
    background: linear-gradient(to right, #8CBF43, #D6DA2C);
    outline: none !important;
    box-shadow: none !important;
}


.diploma {
        background: #66CCCC;
}
/*
BOTÓN FLOTANTE CERTIFICARSE escritorio*/
.certificarse {
    vertical-align: middle !important;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center !important;
    font-size: 16px;
    position: fixed;
    top: 120px;
    right: 60px;
    z-index: 1050;
    flex-direction: column;
    align-items: center !important;
    padding: 15px 20px;
    background: #FF3366;
    color: white;
    box-shadow: 0 4px 10px rgba(1, 1, 1, 0.3) !important;
    line-height: 20px !important;
}

/*BOTÓN FLOTANTE CERTIFICARSE MOVIL*/
.certificarse_mov {
    vertical-align: middle !important;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    position: fixed;
    top: 93px;
    right: 20px;
    z-index: 1050;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px;
    background: #FF3366;
    color: white;
    box-shadow: 0 5px 20px rgba(1, 1, 1, 0.3) !important;
    line-height: 20px !important;
}

.certificarse:hover {
  transform: scale(1.4);
opacity: 0.8 !important;}

/*final boton flotante
*/

















.swal2-styled.swal2-confirm{
    background-image: linear-gradient(to right, #8CBF43, #D6DA2C);
    border-radius: 30px;
    padding: 15px 40px;
}

.swal2-styled.swal2-confirm:hover {
    background-image: linear-gradient(to right, #8CBF43, #D6DA2C) !important;
    color: white;
}

.btn-color.btn-lg{
    padding: 17px 25px;
    min-width: 190px;
}

.btn-color.btn-rounded{
    border-radius: 100%;
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    vertical-align: middle;
}


.fa, .fab, .fal, .far, .fas{
line-height: 2.5!important;
}



.btn.disabled{
    pointer-events: nonne !important;
    opacity: 0.5 !important;
}

.btn-colors{
    background-color: #BE9A65;
}

.btn-icon{
    padding-left: 60px;
}

.btn-video{
    padding-right: 60px;
    background: url('/web/themes/edryxaudit/img/btn-video.png') no-repeat right 22px center / auto 28px, linear-gradient(-16.39deg, rgb(162,53,133) 0%, rgb(185,54,69) 100%);
}

.form-control{
    border-radius: 6px;
    background-clip: unset;
    border-color: #E3E0DC;
    font-size: 14px;
    height: calc(1.5em + 0.75rem + 10px);
}

.form-control::-webkit-input-placeholder{
    color: #bbbbbb !important;
}
.form-control:-moz-placeholder{
    color: #bbbbbb !important;
}
.form-control::-moz-placeholder{
    color: #bbbbbb !important;
}
.form-control:-ms-input-placeholder{
    color: #bbbbbb !important;
}
.form-control::-ms-input-placeholder {
    color: #bbbbbb !important;
}

input.required,
textarea.required{
    background-color: #FFF;
    background-image: url(img/icon-required.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;

    background-position-x: calc(100% - 20px);
    background-position-y: center;
    padding-right: 58px !important;
}

textarea.form-control.required{
    background-position-y: 16px;
}
textarea.form-control{
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 160px;
    resize: none;
}

input.icon-code{
    background-image: url(img/icon-code.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position-x: 14px;
    background-position-y: center;
    text-indent: 32px;
}

form label{
    color: #595959;
}

form label.error{
    color: #bd3735;
    font-size: 12px;
    padding-left: 18px;
    padding-top: 4px;
    width: 100%;
}

form .custom-checkbox label.error{
    padding-left: 0px;
}

.footer{
    color: #9c9c9c;
    font-size: 11px;
}

.footer .footer-text,
.footer .footer-text a{
    color: #9c9c9c !important;
}

.footer img{
    width: 174px;
}

.footer .footer-title{
    font-weight: 700;
    color: #5a5a5a;
    margin-bottom: 2px;
}

.footer .footer-subtitle,
.footer .footer-subtitle a{
    font-weight: 500;
    color: #868686 !important;
}

.footer .footer-link {
    text-decoration: underline;
    color: #d02133;
    font-weight: 600;
}

.inputs-big input[type=text],
.inputs-big input[type=password],
.inputs-big input[type=mail],
.inputs-big select,
.input-big
{
    height: 40px;
    padding-left: 20px;
    font-family: 'Poppins', sans-serif;
}


.rounded-gray{
    background-color: #ebebeb;
    border-radius: 20px;
}

.title-1{
    color: #3B3933;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
}

.title-2{
    color: #3B3933;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.title-3{
    color: #3B3933;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.title-4{
    color: #3B3933;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
}

.w-max-600 {
    max-width: 600px;
}

footer .copyright,
footer .navbar-nav a{
    font-size: 13px;
    color: #86837B !important;
    text-decoration: none !important;
}

footer .copyright span{
    font-weight: 600;
}

footer .navbar-nav .nav-link.active{
    background-color: transparent;
    font-weight: 700;
}

footer .nav-link{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

footer .nav-title > span{
    color: #3B3933;
    font-size: 13px;
}

footer .nav-link-bold a{
    font-size: 20px;
    font-weight: 600;
    color: #BE9A65 !important;
}

.generic-content{
    padding-top: 80px;
    padding-bottom: 120px;
    width: 65%;
}
.generic-content p,
.generic-content li{
    font-size: 14px;
    color: #86837B;
    margin-bottom: 1rem;
}
.generic-content .title-1{
    margin-bottom: 30px;
    margin-top: 40px;
}
.generic-content .title-3{
    margin-bottom: 8px;
    margin-top: 30px;
}
.generic-content .title-4{
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .generic-content{
        width: 100%;
    }

    .generic-content .pl-5{
        padding-left: 20px !important;
    }
}

body.page-modal .generic-content{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

body.page-modal .generic-content .title-4{
    display: none;
}

body.page-modal .container{
    max-width: unset;
}

::marker {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.simple-modal .modal-content {
    background: transparent;
    border: none;
}


.content-modal .modal-content{
    height: 94vh;
}
.content-modal{
    z-index: 9999999;
}

#register-modal .modal-content{
    height: 94vh;
    overflow: auto;
}

.header img.logo{
    width: 239px;
}

@media (max-width: 400px) {
    .header .navbar-brand{
        max-width: calc(100% - 80px);
    }
}

section.header{
    padding-top: 20px;
    padding-bottom: 20px;
}

.header #headerMenu .nav-link,
.header #headerMenu .dropdown-item{
    font-size: 14px;
    font-weight: 400;
    color: #7F7478!important;
    position: relative;
}

.header #headerMenu .nav-link:hover,
.header #headerMenu .dropdown-item:hover,
.header #headerMenu .nav-link:active,
.header #headerMenu .dropdown-item:active{
    font-weight: 600;
    color: #abcc7a;
    position: relative;
    text-decoration: none;
}

.header #headerMenu .nav-link::before{
    display: block;
    content: attr(data-text-bold);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header #headerMenu .navbar-nav:nth-child(1) .nav-link:hover,
.header #headerMenu .navbar-nav:nth-child(1) .dropdown-item:hover{
    transition: ease .2s;
    text-decoration: none;
}

.header #headerMenu .nav-link.disabled{
    color: #dadada;
}

@media (min-width: 1200px) {
    .header #headerMenu .navbar-nav .active > .nav-link{
        font-size: 15px;
    }
}

.header #headerMenu .navbar-nav .active > .nav-link{
    font-weight: 700; color: black!important; 
}


.header #headerMenu .dropdown-item {
    font-size: 14px;
}

.header #headerMenu .dropdown-item.active {
    color: #abcc7a;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.header #headerMenu .dropdown-item:hover{
    background-color: transparent;
}

.header #headerMenu .nav-link.dropdown-toggle::after{
    display: none;
}

.header #headerMenu .nav-link.header-register,
.header #headerMenu .nav-link.header-login,
.header #headerMenu .nav-link.header-user-name,
.header #headerMenu .nav-link.header-logout,
.header #headerMenu .nav-link.header-codes{
    font-weight: 500;
    text-transform: none;
}

.header #headerMenu .nav-link.header-register img,
.header #headerMenu .nav-link.header-login img,
.header #headerMenu .nav-link.header-user-name img,
.header #headerMenu .nav-link.header-logout img,
.header #headerMenu .nav-link.header-codes img{
    max-height: 14px;
    margin-right: 5px;
}

.recaptcha-field > div > div{
    margin: 0 auto;
}


@media (max-width: 991px) {
    .header #headerMenu .navbar-nav .active > .nav-link::after{
        bottom: 0;
    }

    .form-group.mb-3{
        margin-bottom: .6rem !important;
    }
}


.modal h5{
    color: #3B3933;
    font-size: 22px;
    font-weight: 600;
}
.modal a{
    text-decoration: none;
    color: #333333;
}

.custom-control-label,
.required-fields-info,
#btn-remember a,
.custom-control-label a{
    font-size: 14px;
    color: #3B3933;
}

.custom-control-label a{
    text-decoration: underline;
}


select.form-control:invalid{
    color: #bbbbbb;
}
select.form-control option {
    color: #595959 !important;
}

.accept-conditions-profile .form-group{
    display: none;
}

.video-modal .modal-dialog {
    max-width: 1000px;
    margin-top: 21vh;
    margin-bottom: 30px;
}
.video-modal .modal-body {
    position:relative;
    padding:0px;
}
.video-modal .close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    color: #3B3933;
    border: 3px solid #3B3933;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-weight: 600;
    outline: none !important;
}
.video-modal .modal-content{
    border: none;
}
@media (max-width: 1050px) {
    .video-modal .modal-dialog {
        max-width: calc(100% - 16px);
    }
}

.h-0{
    height: 0 !important;
}

.project-badge{
    background-color: #86837B;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding: 6px;
}

.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item{
    font-size: 14px;
}

.breadcrumb-item a{
    color: #86837b !important;
    text-decoration: none;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{
    color: #3b3933;
}

.text-underline{
    text-decoration: underline;
}

.text-decoration-none{
    text-decoration: none !important;
}

.color-1{
    color: #86837B !important;
}

.popover{
    font-family: inherit;
}

.popover-body{
    color: #86837B;
}

.popover-header{
    background: transparent;
    border: 0;
    color: #3B3933;
    font-weight: 600;
}

body{
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    background-image: url("../img/background-1.svg"), url("../img/background-2.svg");
    background-size: 45% auto, 32% auto;

}

@media (min-width: 992px) {
    body{
        background-size: auto, auto;
        background-position: right -260px top, left bottom;
    }
}

.border-top{
    color: #E3E0DC !important;
}

.header #headerMenu .nav-link.header-user-name img{
    max-height: unset;
}

.header #headerMenu .nav-link.header-logout img{
    max-height: unset;
    height: 23px;
}

.box-shadow-1{
    -webkit-box-shadow: 0px 4px 14px 0px rgba(148,152,152,0.25);
    box-shadow: 0px 4px 14px 0px rgba(148,152,152,0.25);
}

.border-radius{
    border-radius: 12px;
}

.fs-14{
    font-size: 14px !important;
}

.fs-12,
form .fs-12 > a:not(.btn){
    font-size: 12px !important;
}

.fw-500{
    font-weight: 500 !important;
}

form label.error{
    padding-left: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #BE9A65;
    background-color: #BE9A65;
}

body.has-generic-content .breadcrumb-container{
    display: none;
}

body.page-modal{
    background: none;
}

.g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.method-hover {
  transition: background-color 0.3s ease, transform 0.3s ease;
border: 0px!important;
background-color: #ECF5E2;
}

.method-hover:hover {
  background-color: #99CC66; /* Cambia este color según tu marca */
  transform: translateY(-10px); /* Levanta la caja un poquito */
  cursor: pointer;
}

.paso {
  background-color: #ECF5E2;
}
.img-rotate {
  transition: transform 0.6s ease;
}

.img-rotate:hover {
  transform: rotate(20deg);
}


.fondocolor {
padding-top: 20px!important;
padding-left: 70px!important;
padding-right: 70px!important;
border-radius: 100px;}

.fondocolor2 {
padding-top: 20px!important;
padding-left: 70px!important;
padding-right: 70px!important;
border-radius: 100px;}

.fondocolor p {
font-size: 16px;}

.fondocolor2 p {
font-size: 16px;}











/*body:not(.page-type-H) .register-login-container .header-login,
body:not(.page-type-H) .register-login-container .header-register{
    visibility: hidden;
}*/

.lang-dropdown .nav-link{
    border: 1px solid #E3E0DC;
    border-radius: 8px;
    padding: 8px !important;
}

.lang-dropdown .dropdown-menu{
    min-width: unset;
}

.logo-header-container{
    text-align: center;
    margin-left: 20px;
}

.logo-header-container span{
    color: white;
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}

.logo-header-container img{
    width: 100px;
}

@media (min-width: 1051px) and (max-width: 1199px) {
    .logo-header-container{
        margin-right: -50px;
    }

    .header #headerMenu .nav-link,
    .header #headerMenu .dropdown-item {
        font-size: 13px;
    }
}

@media (min-width: 991px) and (max-width: 1050px) {
    .logo-header-container{
        margin-right: -10px;
        margin-left: 10px;
    }

    .header #headerMenu .nav-link,
    .header #headerMenu .dropdown-item {
        font-size: 12px;
    }
}

@media (min-width: 1250px) and (max-width: 1399px) {
    .logo-header-container{
        margin-right: -50px;
    }
}

@media (min-width: 1400px) {
    .logo-header-container{
        position: absolute;
        right: -120px;
        top: -8px;
    }
}

@media (min-width: 1500px) {
    .logo-header-container{
        position: absolute;
        right: -150px;
        top: -8px;
    }
}

@media (min-width: 1750px) {
    .logo-header-container{
        display: none !important;
    }

    section.header > .logo-header-container{
        display: block !important;
        position: absolute;
        right: 150px;
        top: 15px;
    }
}

@media (max-width: 991px) {
    .logo-header-container{
        position: absolute;
        top: -10px;
        right: 90px;
    }
}

@media (max-width: 550px) {
    .logo-header-container{
        position: absolute;
        top: -10px;
        right: 60px;
    }
}

@media (max-width: 470px) {
    .logo-header-container{
        display: none;
    }
}

footer .logo-footer-2{
    width: 55px;
}

footer .logo-footer-3{
    width: 174px;
}

footer .logo-footer-4{
    width: 100px;
}

footer .logo-footer-container span{
    font-size: 11px;
    color: #86837B;
}

.swal2-container.audit-disclaimer .swal2-popup .swal2-content{
    font-size: 1rem;
}

.audit-disclaimer .swal2-html-container {
    color: black;
}

#map {
    height: 100%;
}

#register-modal #hospital-map{
    width: 100%; 
    height: 400px;
    margin: auto;
}

.pac-container{
    z-index: 2000;
}
.contenedor-navegador{
    padding-left: 0px !important;
}

.navegadorLista{
    margin-left: 34px!important;
}

.fundacion h2{
    font-size: 20px;
    color: #99CC66;
}

.fundacion p {
    padding-bottom: 5px;
    padding-left: 0px;
}

.fundacion li {
    padding-bottom: 5px;
    padding-left: 0px;
}

.espacio {
    padding-left:  20px;
    padding-left:  10px;
}

/*Nota para programadores solo me sirvió para la demo
*/.close {

    opacity: 1!important;
    text-shadow: 0 0px 0 !important;
}

.custom-swal-popup {
    background-color: #8dca72 !important;
    border-radius: 12px;
    padding: 65px;
}

.custom-swal-popup .custom-swal-title {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.custom-swal-popup .swal2-content{
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

.custom-swal-popup .custom-swal-close {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 50px;
}