﻿body {
    color: #000000 !important;
}

p {
    color: #000000;
}

.numero {
    font-size: 84px;
    text-align: center;
    font-weight: bold;
    color: #b17a45;
}

.textonum {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.button-large-registro {
    background-color: #6a1c32 !important;
    border-radius: 25px !important;
    color: #FFFFFF !important;
    border-color: #6a1c32 !important;
    font-weight: 800 !important;
    min-width: 100%;
    padding: 15px !important;
}

.titulo-registro {
    font-size: 14px;
    font-weight: bold;
    color: #606060;
}

.accordion {
    background-color: #E0E0E0;
    color: #606060;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion-icon {
    padding-left: 5px;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.activeacc, .accordion:hover {
    background-color: #6a1c32;
    color: #FFFFFF;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    /*content: "\2212";*/
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#registro .titulo {
    border-left: 7px solid #B59876;
    margin-bottom: 30px;
    padding-left: 20px;
}

#registro .parte-uno {
    margin: 0px;
    color: #6a1c32;
    font-weight: 700;
    font-size: 1.5em;
}

#registro .parte-dos {
    color: #B59876;
    font-weight: 500;
}

#registro .subtitulo {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #888;
    margin-bottom: 12px;
}

#registro .titulo-intereses {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: gray;
    margin-bottom: 12px;
}

#registro label {
    font-size: 14px;
    padding-top: 8px;
    font-weight: 600;
    color: gray;
    margin-left: 10px;
    font-weight: 500 !important;
}

#registro input, #registro textarea, #registro select {
    border-radius: 10px;
    border: 1px solid gray !important;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    color: gray;
}

#registro select {
    font-size: 16px;
    color: gray;
    height: 40px;
}

#registro input {
    height: 40px;
}





    #registro input.form-control:focus, #registro textarea.form-control:focus, #registro select:focus {
        box-shadow: 0 0 0 .25rem rgba(160, 117, 69, 0) !important;
        border: 1px solid #6A1B31 !important;
    }

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    background-color: white;
    opacity: 1 !important;
    color: #6A1B31 !important;
    margin-left: 10px;
    padding-top: 0px !important;
    margin-top: -2px !important;
    font-weight: 500 !important;
    padding-bottom: 0px !important;
    height: 16px !important;
}

.renglon-boton .btn-ocre {
    background-color: #B59876;
    color: white;
    padding: 6px 50px;
    font-size: 18px;
    font-weight: 500;
}

.boton-adjuntar {
    height: 50px;
    width: 50px;
    background-color: #B59876;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 100px;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    color: white;
    display: inline;
}

.input-group {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    cursor: pointer;
}

.label-doc {
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 5px;
    font-size: 16px;
    color: #959595;
    margin-left: 20px !important;
    display: inline;
}

.swal2-cancel, .swal2-confirm {
    font-size: 16px !important;
    border-radius: 155px !important;
    padding: 7px 31px !important;
}

.swal2-confirm {
    background-color: #B59876 !important;
    font-weight: 500 !important;
}

.swal2-cancel {
    background-color: #bdbdbd !important;
}


.texto-titulo {
    color: #FFFFFF;
    text-align: center;
    font-size: 32px !important;
    font-weight: normal;
}

.texto-subtitulo {
    color: #CF9F59;
    text-align: center;
    font-size: 42px;
    font-weight: normal;
}


.texto-titulo-m {
    color: #FFFFFF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
}

.texto-subtitulo-m {
    color: #CF9F59;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
}

.num-registro {
    padding-top: 25px;
    color: #DBB681;
    font-size: 94px;
    font-weight: 600;
    padding-bottom: 25px;
}

.num-titulo {
    color: #DBB681;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.titulo-consulta-reg {
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.subtitulo-consulta-reg {
    color: #CF9F59;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
/*Boton Guinda para tramites tramites y servicios*/


.btn-seccion {
    background-color: #983233 !important;
    border-radius: 20px !important;
    color: white !important;
    font-weight: 800 !important;
    min-width: 150px !important;
    min-height: 42px !important;
}

.seccion-desc {
    background-color: #CF9F59;
    text-align: center;
    padding: 15px;
    height: 280px;
}


.btn-seccion:hover {
    background-color: #983233 !important;
    border-radius: 20px !important;
    color: white !important;
    font-weight: 800 !important;
    min-width: 150px !important;
    min-height: 42px !important;
    font-size: 15.5px !important;
}

.encabezado-1 {
    background-color: #7F7A76;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 42px;
    width: 60%;
    border-left: 4px solid #6a1c32;
}

.pt-200 {
    padding-top: 220px;
}

.pb-20 {
    margin-top: 20px !important;
}

.form-check-input:checked {
    background-color: #A07545 !important;
    border-color: #A07545 !important;
}

#modal-aviso-legal .lineSection {
    border-bottom: 4px solid #6A1B31 !important;
    width: 80px;
}

#modal-aviso-legal .subtitulo {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #bd945c;
    margin-left: 12px;
}

.num-fecha {
    color: #DBB681 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.fondo-h {
    width: 100%;
    background-image: url(//www.bajacalifornia.gob.mx/Recursos/Imagenes/Portal/fondo-figuras-h.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    height: 400px;
    margin-bottom: 5px;
}

.fondo-h-mov {
    width: 100%;
    background-image: url(//www.bajacalifornia.gob.mx/Recursos/Imagenes/Portal/fondo-figuras-h-mov.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    height: 240px;
}

.texto-ras {
    color: #CF9F59;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    margin-top: -120px;
}

.texto-encabezados {
    color: #FFFFFF;
    text-align: center;
    font-size: 42px;
    font-weight: normal;
}

.fondo-h-acceso {
    width: 100%;
    background-image: url(//www.bajacalifornia.gob.mx/Recursos/fondos/fondo-figuras-barra.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    margin-bottom: 15px;
}

}

.fondo-h-mov-acceso {
    width: 100%;
    background-image: url(//www.bajacalifornia.gob.mx/Recursos/Imagenes/Agresores/barra-naranja-m.jpg) !important;
    padding: 10px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.texto-ras-acceso {
    color: #6A1C32;
    text-align: center;
    font-size: 42px;
    font-weight: normal;
    margin-top: -140px;
}

.texto-encabezados-acceso {
    color: #CF9F59;
    text-align: center;
    font-size: 42px;
    font-weight: normal;
}

.texto-ras-acceso-mo {
    color: #6A1C32;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}

.texto-encabezados-acceso-mo {
    color: #CF9F59;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}

.encab {
    background-color: #7F7A76 !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
    font-size: 40px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-left: 8px solid #6a1c32;
    width: 100%;
}

.encab-subtitulo {
    color: #6a1c32 !important;
    font-weight: normal !important;
    font-size: 30px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-left: 22px solid #6a1c32;
    padding: 0px 15px;
    padding-left: 8px;
}

.recuadro-g {
    text-align: justify;
    background-color: #F2F2F2;
    padding: 0px 15px;
    font-size: 18px;
}

.encab-rec {
    color: #6a1c32 !important;
    font-weight: normal !important;
    font-size: 30px !important;
    padding-left: 36px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-left: 8px solid #6a1c32;
}



.texto-terminos {
    margin: 0px;
}

.texto-t {
    margin-left: 20px;
    margin-right: 20px;
}

.renglon_cards {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .renglon_cards div[class^='col'] {
        padding: 5px;
        float: none;
        display: flex;
        flex-direction: column;
    }

.titulos_principales {
    background-color: #7F7A76;
    color: #FFFFFF !important;
    font-weight: normal !important;
    font-size: 40px !important;
    padding: 8px 7px;
    padding-right: 15px;
    border-left: 8px solid #6a1c32;
    display: inline-block;
}

.seccion-consulta {
    background-color: #53152B;
    text-align: center;
    padding: 15px;
    height: 100%;
}

.seccion-personas {
    background-color: #671734;
    text-align: center;
    padding: 15px;
    height: 100%;
}

.seccion-estadisticas {
    background-color: #3C3C3B;
    text-align: center;
    padding: 15px;
    height: 100%;
}

.parrafo-preguntas {
    padding: 0px 15px;
}

.carta {
    position: relative;
    height: 100%;
    padding-bottom: 57px;
}

    .carta .btn {
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-table;
    }

.logo-registro {
    font-size: 20px!important;
    color: white!important;
    text-decoration: none!important;
    max-width: 440px!important;
}
span.process-num {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    opacity: .8;
    left: -40px;
    top: -40px;
    color: #CCCCCC;
}
.section-rectangulo {
    border-radius: 10px;
    padding: 25px 20px 20px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    transition: all 0.3s ease-in-out;
    border: 1px solid #e8e8e9;
    z-index:1000!important;
}
   .padding-rectangulo {
    padding-right: 60px;
    padding-left: 30px;
}
.como-funciona {
    margin-top: 1%;
}
.work-process {
    text-align: center;
    position: relative;
}
.process-img {
    margin-left: 40px;
}
.process-img {
    width: 200px;
    margin: 15px auto 0;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
  .texto-encima{
        position: absolute;
        top: -264px;
        left: 88px;
        right:350px;
        font-size: 30px;
        line-height: 32px;
        text-align:left;
        bottom: -16px;
}
.tit_seccion {
      color:#6a1c32!important;
      text-align:center!important;
      font-size:36px!important;
      font-weight:normal!important;
      padding-bottom:20px!important;
  }
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
#carouselExampleIndicators {
        margin-top: 80px;
    }

