/*CONTACTO*/
body {
    font-family: 'Montserrat';
    font-size: 1rem;
}
a{
    text-decoration: none;
    outline: none;
}
button{
    border: 0;
    background: transparent;
}
.footerContacto {
    height: calc(100vh - 200px);
    padding: 30px
}
h2 {
    font-size: 40px;
    font-weight: 700;
    color: #9f2141;
    padding-top: 10px;
    text-align: center;
}
.tit_seccion {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.borDerecha{
    border-right: 2px solid #9f2141;
    height: 380px;
}
.borIzquierda{
    height: 380px;
}
.cajaspreguntas ul li {
    width: 450px;
    padding: 0;
    margin: 10px auto;
    list-style: none;
    line-height: 18px;
    overflow: hidden;
    border-radius: 10px;
    transition: .8s background, .8s border;
    cursor: pointer;
}
.cajaspreguntas li:hover {
    background: #bc955c;
}
.cajaspreguntas ul li a, .cajaspreguntas ul li button{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
}
.cajaspreguntas img {
    width: 60px;
    background: #bc955c;
    margin: 0;
    margin-right: 10px;
    height: 100%;
    padding: 10px 10px;
    transition: .8s background;
}
.cajaspreguntas li:hover img {
    background: #9f2141;
}
.cajaspreguntas {
    padding-top: 10px;
    padding-bottom: 20px;
}
.cajaspreguntas2 {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.cajaspreguntas2 ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: .5s background, .5s box-shadow;
}
.cajaspreguntas2 ul li:hover {
    background: #bc955c;
}
.cajaspreguntas2 ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 2rem;
}
.cajaspreguntas2 hr:not([size]) {
    height: 2px;
}
.cajaspreguntas2 hr {
    margin: 1rem 0;
    color: #9f2141;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}
.cajaspreguntas li:hover a {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
}
li.borOro{
    border: 2px solid #bc955c;
}
.icon-social {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    transition: .8s background;
    cursor: pointer;
}
.icon-fb {
    -webkit-mask: url(../img/contacto/FB_C.svg) no-repeat;
    background: #691C32;
}
.icon-tw {
    -webkit-mask: url(../img/contacto/TW_C.svg) no-repeat;
    background: #691C32;
}
.icon-yt {
    -webkit-mask: url(../img/contacto/YT_C.svg) no-repeat;
    background: #691C32;
}
.icon-ig {
    -webkit-mask: url(../img/contacto/IG_C.svg) no-repeat;
    background: #691C32;
}
.icon-tt {
    -webkit-mask: url(../img/contacto/TT_C.svg) no-repeat;
    background: #691C32;
}

.icon-fb:hover, .icon-tw:hover, .icon-yt:hover, .icon-ig:hover, .icon-tt:hover {
    background: #fff;
}
.borOro a{
    color: #4d4d4d !important;
}
#DirPreg.cajaspreguntas{
    padding-bottom: 0;
}
#DirPreg.cajaspreguntas ul{
    margin-bottom: 0;
}
.siguenos ul{
    margin-bottom: 0px;
}
.siguenos h5{
    font-weight: 700;
    color: #9f2141;
}
.siguenos p{
    font-weight: 600;
    color: #4d4d4d;
}
.siguenos p a{
    font-size: 18px;
    font-weight: 700;
    color: #9f2141;
}
.siguenos p a:hover{
    font-size: 18px;
    border-bottom: 2px solid #9f2141;
}
.leyenda{
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #96663D;
    margin-top: 15px;
}
#leyenda hr{
    opacity: 0;
    margin: 0;
}

/*COLORES*/
.vino{
    background: #691c32;
}
.ginda{
    background: #9f2241;
}

@media all and (max-width: 900px) {
    .cajaspreguntas ul li {
        width: 380px;
    }
    .cajaspreguntas ul li a, .cajaspreguntas ul li button {
        font-size: 15px;
    }
}
@media all and (max-width: 768px) {
    .apct {
        min-height: unset;
        padding: 10px;
    }
    .borDerecha {
        border-right: none;
        height: auto;
    }
    .borIzquierda {
        height: auto;
    }
    .sp_b{
        padding-left: 0;
        padding-right: 0;
    }
    div#otrasredes {
        width: 45px;
    }
    .cajaspreguntas ul {
        padding-left: 0rem;
    }
    .cajaspreguntas ul li a, .cajaspreguntas ul li button {
        font-size: .7rem;
    }
    .cajaspreguntas2 ul li {
        margin: 0;
    }
    .cajaspreguntas ul li {
        width: 340px;
    }
    .leyenda {
        font-size: 11px;
        margin-top: 5px;
    }
    #leyenda hr{
        opacity: 1;
        color: #bc955c;
        border-bottom: 2px solid #bc955c;
        margin-bottom: 5px;
    }
    .cajaspreguntas {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .siguenos ul {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media all and (max-width: 576px) {
    .cajaspreguntas ul li {
        width: 300px;
        height: 50px;
        line-height: 0;
    }
    .cajaspreguntas img {
        width: 50px;
        height: 50px;
    }
    h2{
        font-size: 30px;
    }
    .siguenos h5 {
        font-size: 14px;
    }
    .siguenos p {
        font-size: 14px;
    }
    .siguenos p a {
        font-size: 16px;
    }
}


/* NUEVOS  */

.cajaspreguntas ul li button.btn-esta {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px
}
.cajaspreguntas ul li:hover button.btn-esta {
    color: #fff;
}
.modal-estatal{
     max-width: 90%;
}
.modal-bordes{
     border-radius: 30px;
}
.modal-titulotam{
    font-weight:bold; 
    font-size:29px;
}
.icono_estatales{
    width: 36px;
    height: 44px;
    float: left; 
    padding-right: 5px;
}
.color_texto{
    color: #961732;
    font-weight:bold;
}
.icono_times{ 
    margin-top: -11px;
}
.btn-cerrar{
    background: #B38E5D;
    width: 39px;
    opacity: 1;
}
#tit_uno div{
    min-width: 300px;
}
#tit_dos div{
    min-width: 166px;
}
.margen_intro{
    margin: 15px;
}
.form-control {
    background-color: #fff;
    color: #4d4d4c;
    font-weight: 600;
}

@media all and (max-width:992px) {
    .caracteres_texto{
        font-size: 12px;
    }
    .color_texto{
        font-size: 14px;
    }
}
@media all and (max-width:768px) {
    .modal-titulotam{
        font-size:25px;
    }
    .icono_estatales{
        width: 33px;
    }
    .btn-cerrar{
        width: 34px;
    }
    .icono_times{ 
        margin-top: -27px;
    }
    .modal-estatal{
         max-width: 95%;
         margin: auto;
    }
    .margen_intro{
        margin: 0;
        margin-bottom: 15px;
    }
    .margen_intro p{
        font-size: 14px;
        text-align: justify;
    }
    .form-control {
        font-size: 13px;
    }
}
@media all and (max-width:576px) {
    .modal-titulotam{
        font-size:20px;
    }
    .icono_estatales{
        width: 30px;
    }
    .btn-cerrar{
        width: 30px;
    }
    .icono_times{ 
        margin-top: -31px;
    }
    .modal-bordes .modal_head {
        min-height: 10px;
        padding: 10px;
    }
    .modal_head .mod-tit {
        font-size: 18px;
    }
    .mod-tit img.icon-rop{
        width: 25px;
    }
    .close .img_times {
        width: 25px;
    }
}