/* estilos específicos */
:root,
[data-bs-theme=light] {
    --color-primary: #9B2247;
    --color-secondary: #1E5B4F;
    --color-accent: #A57F2C;
    --color-text: #161A1D;
    --color-green-dark: #002F2A;
    --color-wine-dark: #611232;
    --color-grey: #98989A;
}
body{
    font-family: 'Noto Sans', 'Montserrat';
    font-weight: 100;
}
a{
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6{
    margin: 0;
}
main{
    position: relative;
    top: -7px;
}
.pr{
    position: relative;
}
.cnt{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.row {
    --bs-gutter-x: 0;
    margin-top: 0;
}

/* Generales */
h2{
    font-size: 30px;
    font-weight: 700;
    color: #3D6572  ;
}
p{
    font-size: 18px;
    font-weight: 500;
    color: #505052;
    margin-bottom: 15px;
}
.azul-claro{
    background: #71B6CC;
}
.verde{
    background: #3B685B;
}
.azul{
    background: #3D6572;
}
.oro{
    background: #B0935F;
}
.guinda{
    background: #611232;
}

.oro_t{
    color: #B0935F;
}
.blanco_t{
    color: #fff;
}

/* CONAOP */
body{
    background: #F6F2EA;
    overflow-x: hidden;
}

#menu{
    width: 100%;
    position: fixed;
    height: 55px;
    padding: 0 60px;
    background: #fff;
    box-shadow: 0 0 5px black;
    z-index: 2;
}
#menu .navbar-brand img{
    height: 30px;
}
#menu .nav-link{
    font-weight: 500;
    color: #3D6572;
    transition: all .1s ease;
}
#menu .nav-link:hover{
    font-style: italic;
}
#menu .nav-link.active{
    font-weight: 700;
    color: #B0935F;
}
#menu li.nav-item {
    margin: 20px;
}
#menu .navbar-toggler{
    background: #71B6CC;
    padding: 5px;
    width: 40px;
    height: 40px;
    border: none;
    color: #fff;
}
.seccion{
    position: relative;
    height: 100vh;
    padding-top: 115px;
}
.seccion-bis{
    position: relative;
    height: calc(100vh - 52px);
    padding-top: 55px;
}

.pleca-tit{
    text-align: center;
    background: #3D6572;
    color: #fff;
    padding: 25px 50px;
    font-size: 18px;
}

.pleca-tit a{
    font-weight: 700;
    color: #fff;
    transition: all .5s ease;
}
.pleca-tit a:hover{
    color: #6EBDD3;
}

.img-prin{
    height: 100%;
}

.limit-seccion{
    height: 92%;
    padding: 50px;
    padding-bottom: 0;
}

[class^="col-"]{
    height: 100%;
}

.embed-responsive{
    position: relative;
    height: 100%;
}

.embed-responsive-item{
    width: 1024px;
    height: 576px;
}

.btn-down{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.btn-siguiente img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    transition: all .5s ease;
}
.btn-siguiente:hover img{
    background: #F6F2EA;
    box-shadow: 2px 2px 3px 0px #c9c0ad, -2px -2px 3px 1px #fff;
}

/* Sec Inicio */
.sec-inicio{
    padding: 30px;
}
.sec-inicio h2{
    font-size: 77px;
    font-weight: 700;
    color: #3B685B;
    margin-bottom: 15px;
}
.sec-inicio h3{
    font-size: 35px;
    font-weight: 700;
    color: #505052;
    margin-bottom: 15px;
}
.sec-inicio hr{
    border: 3px solid #A57F2C;
    opacity: 1;
    margin: 10px 0;
}
.sec-inicio p{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}
.btn-gral{
    display: block;
    width: 450px;
    padding: 5px;
    text-align: center;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    transition: all .3s ease;
    line-height: 1.1;
}
.btn-gral:hover{
    background: #71B6CC;
}
.text-center .btn-gral{
    margin: auto;
}

/* Sec equipo */
.sec-equipos{
    width: 100%;
    transform: translateY(-50%);
    top: 55%;
    left: 12px;
    position: absolute;
    background-color: #fff;
    align-items: center;
}
.img-equipos{
    width: 65%;
}
.box-alert{
    width: 80%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 5px #000000;
    border-radius: 15px;
}
.img-izq{
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    background-color: #6EBDD3;
    border-radius: 15px 20px 50px 15px;
}
.img-izq img{
    width: 35px;
    position: relative;
    top: 12.5px;
    left: 15.5px;
}
.text-der{
    position: relative;
    width: calc(100% - 70px);
    height: 70px;
    float: left;
    padding: 10px;
}
.text-der p{
    width: calc(100% - 50px);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 1.1;
}

/* Sec Requisitos */

.sec-requisitos{
    background: #fff;
    margin-bottom: 20px;
}
.pa-requisitos{
    padding: 3rem;
    padding-bottom: 1.5rem;
}
.limit-alert{
    width: 50%;
    margin: auto;
}
.limit-alert .box-alert{
    margin: auto;
}
.img-recibo{
    width: 80%;
}
p.acento{
    text-align: center;
    font-weight: 700;
    line-height: 1.1;
    color: #3D6572;
    margin: 10px;
}
ol.lista-requisitos{
    padding-left: 3rem;
}
ol.lista-requisitos li{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #505052;
    margin-bottom: 25px;
    line-height: 1.1;
    list-style: none;

}

ol.lista-requisitos li span{
    display: block;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    border-radius: 50%;
}
ol.lista-requisitos li span{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -45px;
}

/* Sec Mapa */
.sec-mapa{
    width: 100%;
    transform: translateY(-50%);
    top: 55%;
    left: 12px;
    position: absolute;
    background-color: #3D6572;
    align-items: center;
}

.sec-mapa h2, .sec-mapa p{
    color: #fff;
}
.sec-mapa hr{
    border: 2px solid #F7CC9C;
    opacity: 1;
}
.img-mapa{
    width: 90%;
}

/* Sec Fecha */

.limit-fecha{
    width: 85%;
    margin: auto;
}
.sec-fecha{
    padding: 50px;
}
.card-fecha{
    text-align: center;
    width: 100%;
    background: #fff;
    min-height: 300px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #00000073;
    margin-bottom: 15px;
}
.img-fecha{
    width: 70px;
}
.imagen{
    height: 150px;
    padding: 15px;
}
.imagen h5{
    font-size: 25px;
    font-weight: 800;
    color: #505052;
    margin-top: 5px; 
    line-height: 1;
}
.imagen h5 span{
    font-size: 18px;
    font-weight: 700;
}
.imagen p{
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}
.text{
    height: 150px;
    border-radius: 0 0 20px 20px;
    padding: 30px 20px;
}
.text p{
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.1;
}
.text label{
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
}
.call-action{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #505052;
}

@media all and (min-width: 2000px){
    .pleca-tit {
        font-size: 30px;
    }
    .sec-inicio h2 {
        font-size: 120px;
    }
    .sec-inicio h3 {
        font-size: 60px;
    }
    .sec-inicio p {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .btn-gral {
        width: 400px;
        font-size: 40px;
    }
    .btn-siguiente img {
        width: 80px;
        height: 80px;
    }
    .embed-responsive-item {
        width: 1350px;
        height: 760px;
    }
    h2 {
        font-size: 60px;
    }
    p {
        font-size: 30px;
    }
    .box-alert {
        height: 100px;
    }
    .img-izq {
        width: 100px;
        height: 100px;
        border-radius: 15px 20px 60px 15px;
    }
    .text-der {
        width: calc(100% - 100px);
    }
    .text-der p {
        top: 60%;
        font-size: 25px;
    }
    .img-izq img {
        width: 50px;
        top: 20px;
        left: 22px;
    }
    ol.lista-requisitos li {
        font-size: 25px;
        margin-bottom: 45px;
    }
    ol.lista-requisitos li span {
        left: -65px;
    }
    ol.lista-requisitos li span {
        width: 50px;
        height: 50px;
        font-size: 30px;
        padding: 7px 10px;
    }
    .card-fecha {
        max-width: 350px;
        margin: auto;
    }
    .call-action {
        font-size: 35px;
        margin-top: 25px;
    }
    .sec-fecha .row.mt-4{
        width: 75%;
        margin: auto;
    }
}

@media (max-height: 750px) {
    .seccion, .seccion-bis {
        min-height: 750px;
    }
}

@media (max-width:1024px) and (max-height: 750px)  {
    .seccion, .seccion-bis {
        min-height: 1150px;
    }
}

@media (max-width:576px) and (max-height: 750px){
    .seccion, .seccion-bis {
        min-height: 700px;
    }
}

@media all and (max-width: 1566px){
    .embed-responsive-item {
        width: 745px;
        height: 420px;
    }
    .sec-inicio h2 {
        font-size: 45px;
    }
}

@media all and (max-width: 1250px){
    .pleca-tit {
        padding: 15px 60px;
        font-size: 16px;
    }
    .limit-seccion {
        padding: 0 80px;
    }
    .img-equipos {
        width: 60%;
    }
    .text-der p {
        width: calc(100% - 30px);
        font-size: 14px;
        margin-bottom: 0;
    }
    .pa-requisitos {
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .sec-requisitos .p-5 {
        padding: 20px 0 0 50px !important;
    }
    .img-recibo {
        width: 85%;
    }
    ol.lista-requisitos li {
        font-size: 15px;
        margin-bottom: 25px;
    }
    p.acento {
        font-size: 15px;
    }
    .limit-fecha{
        width: 100%;
    }
}
@media all and (max-width: 1025px){
    [class^="col-md-6"]{
        width: 100%;
    }
    .limit-seccion {
        height: auto;
    }
    .sec-inicio h2 {
        font-size: 65px;
    }
    .sec-inicio h3 {
        font-size: 35px;
    }
    .btn-gral {
        font-size: 25px;
    }
    .img-prin {
        height: auto;
        width: 83%;
    }
    .pleca-tit {
        padding: 15px 50px;
        font-size: 18px;
    }
    .sec-equipos, .sec-mapa {
        width: 60%;
        height: calc(100% - 100px);
        transform: translate(-50%, -50%);
        top: calc(50% - -50px);
        left: 50%;
    }
    .sec-equipos .col-md-6,  .sec-mapa .col-md-6{
        height: 50%;
    }
    .sec-equipos .p-5,  .sec-mapa .p-5{
        padding-top: 80px !important;
    }
    .img-equipos {
        width: 110%;
        top: 30%;
    }
    .img-mapa {
        width: 130%;
        top: 30%;
    }
    .pa-requisitos {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .sec-requisitos .p-5 {
        padding: 40px 50px 0 50px !important;
    }
    .limit-alert {
        width: 70%;
        margin: auto;
    }
}

@media all and (max-width: 992px){
    .pleca-tit {
        font-size: 17px;
    }
    .sec-inicio h2 {
        font-size: 55px;
    }
    .sec-inicio h3 {
        font-size: 25px;
    }
    .container-fluid{
        position: relative;
        height: 50px;
    }
    #menu .navbar-brand{
        position: absolute;
        top: 5px;
        left: 10px;
    }
    #menu .navbar-toggler{
        position: absolute;
        top: 5px;
        right: 10px;
    }
    #navbarNav{
        opacity: 0;
        transition: all .32 ease;
    }
    #navbarNav.show{
        width: 90%;
        height: 50vh;
        position: absolute;
        background: #fff;
        right: -20px;
        top: 53px;
        padding: 10px 30px;
        z-index: 0;
        opacity: 1;
    }
    #Fechas.seccion {
        height: auto;
        min-height: 950px;
    }
}

@media all and (max-width: 767px){
    .embed-responsive-item {
        width: 420px;
        height: 745px;
    }
    .limit-seccion {
        padding: 0 10px;
    }
    .sec-inicio h2 {
        font-size: 50px;
    }
    .sec-inicio {
        padding-bottom: 0;
    }
    .sec-equipos, .sec-mapa {
        width: 70%;
    }
    .sec-equipos .p-5, .sec-mapa .p-5 {
        padding: 50px 25px !important;
    }
    .box-alert {
        width: 100%;
    }
    .btn-siguiente img {
        background: #F6F2EA;
        box-shadow: 2px 2px 3px 0px #c9c0ad, -2px -2px 3px 1px #fff;
    }
}

@media all and (max-width: 576px){
    #menu {
        padding: 0 20px;
    }
    .pleca-tit {
        font-size: 14px;
        padding: 15px;
    }
    .embed-responsive-item {
        width: 320px;
        height: 570px;
    }
    .sec-inicio {
        padding: 10px 20px;
    }
    .sec-inicio h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .sec-inicio h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .sec-inicio hr {
        border: 2px solid #A57F2C;
        margin: 5px 0;
    }
    .sec-inicio p {
        font-size: 16px;
    }
    
    .btn-gral {
        font-size: 18px;
        width: 80%;
    }
    .seccion-bis{
        height: calc(100vh - 150px);
    }
    .seccion{
        height: calc(100vh - 100px);
    }
    .btn-down {
        left: auto;
        right: 10px;
    }

    .sec-equipos, .sec-mapa {
        width: 80%;
    }
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 15px;
        margin-top: 5px;
        font-weight: 700;
        line-height: 1.2;
    }
    .sec-fecha h2{
        padding-left: 10px;
    }
    .text-der p {
        width: calc(100% - 20px);
        font-size: 13px;
        margin-top: 0;
    }
    .pa-requisitos {
        padding: 10px 30px;
    }
    .sec-requisitos .p-5 {
        padding: 20px 20px 0 20px !important;
    }
    ol.lista-requisitos li {
        font-size: 13px;
        margin-bottom: 20px;
    }
    p.acento {
        font-size: 13px;
        margin: 5px 0;
    }
    .limit-alert {
        width: 80%;
    }
    .img-mapa {
        width: 120%;
    }
    .sec-fecha {
        padding: 10px 20px;
    }
    .card-fecha {
        min-height: 220px;
    }
    .imagen {
        height: 130px;
    }
    .img-fecha {
        width: 80px;
    }
    .text {
        height: 100px;
        padding: 10px;
        font-weight: 700;
    }
    .sec-equipos .p-5, .sec-mapa .p-5 {
        padding: 30px 25px !important;
    }
    .img-equipos {
        width: 100%;
    }
    .img-fecha {
        width: 60px;
    }
    .imagen h5 {
        font-size: 20px;
        margin-top: 10px;
    }
    .imagen p {
        font-size: 15px;
        margin-top: 0;
    }
    .sec-fecha .mt-4, .sec-fecha .mt-3{
        margin-top: 10px !important;
    }
    .text label {
        font-size: 14px;
        line-height: 1.1;
    }
    .embed-responsive-item.cnt{
        transform: none;
        left: 0;
        top: 0;
    }
    .embed-responsive-item {
        width: 100%;
    }
    .call-action {
        font-size: 15px;
        margin-top: 15px;
    }
    .seccion {
        height: auto;
        min-height: 900px;
    }
    #Fechas.seccion {
        height: auto;
        min-height: 1100px;
    }
}

@media all and (max-width: 420px){
    .sec-fecha {
        padding: 10px;
    }
    h2 {
        padding-left: 20px;
    }
    .imagen h5 {
        font-size: 16px;
        margin-top: 10px;
    }
    .imagen p {
        font-size: 13px;
    }
    .imagen {
        height: 125px;
    }
    .card-fecha {
        min-height: 205px;
    }
    .sec-equipos, .sec-mapa {
        width: 90%;
    }
    .img-mapa {
        width: 110%;
    }
}