/*#caro*/
:root {
    --cGuinda: #A50034;
    --cCafe: #CEB888;
    --cGris: #EDEEF0;
    --cGrisF: #63666A;
    --cAzul: #253746;
    --cMoradoRosa:#A4559D;
    --cMorado:#895DB8;
    /* --cMorado:#895db8; */
    
}

@font-face {
    font-family: 'Sublima-Light';
    src: url('../fonts/sublima/Sublima-Light.otf');
}

@font-face {
    font-family: 'Sublima-Bold';
    src: url('../fonts/sublima/Sublima-ExtraBold.otf');
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    text-decoration: none;
    list-style: none;
    text-decoration: none;
}

body {
    box-sizing: border-box;
    font-family: 'Sublima-Light';
    list-style: none;
    text-decoration: none;
    background-image: url(../images/fondo-0tolerancia.png);
}

.header_morado{
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 3.7rem;
    background-image: url("../images/header_morado.png");
    background-repeat: no-repeat;
    height:12.5rem;
}
.margen_contacto {
    position: relative;
    /*esto se comenta dependel tipo de header !!!!!!!!!!!!!!!!!!!!!    */
    top: 4.5rem;

    width: 100%;
}

#titulo_contacto {
    position: relative;
    /*aqui se hacen ajustes depende tipo de header !!!!!!!!!!!!!!!!!!!!!    */
    left: 190px;
    top: -100px;
    width: 18%;
    /*    z-index: 990;*/
}

#titulo_quejas {
    position: relative;
    left: 190px;
    top: -100px;
    width: 30%;
}

.contenedor-contacto {
    position: relative;
    /*    bottom: 10px;*/
    /*    margin-top: .5rem;*/
    margin-top: 0;
    margin-bottom: 4rem;
}

#encabezado_imagen {
    width: 100%;
    /*  width:auto;*/
    max-width: 100%;
}

/*empezando el grid*/
.grid-contacto {
    display: grid;
    margin: 2.5rem 8rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5rem;

}

.tarjeta_contacto {
    /*    padding: 10px;*/
    margin: 4.5rem 0;
    width: 100%;
}

#mapa {
    margin: 0 0;
    padding: 0;
    width: 90%;
    height: 400px;
    /*width:  480px;
    height: 380px;*/
    /*    margen blanco*/
    border: 1rem solid #FBFCFC;
    border-radius: 1rem;
    box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0.1);
}

.cinta {
    position: fixed;
    background-color: var(--cGuinda);
    /*filtro gris   comentar */
    /*filter: grayscale(100%);
    transition: filter 1s;*/
    /**/
    height: auto;
    width: auto;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}

.cinta__logo {
    border: 0;
    /*    width: auto;*/
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.cinta__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*    max-width: 1200px;*/
    height: 100%;
    margin: 0 0;
    z-index: 1000;
}

.telefono {
    font-family: 'Sublima-Light';
    margin: 12px;
    color: var(--cGris);
    font-size: 15px;
    text-indent: 20px;
    letter-spacing: 1.5px;
}

.iconotel {
    height: 18px;
}

.contenedor_mensaje {
    position: relative;
    margin: 3.5rem auto;
}

.contenedor_mensaje div {
    /* centrar vertical y horizontalmente */
    /*    padding:0;*/
    width: 100%;
    margin: auto auto;
}

/*contacto*/

.formulario {
    padding: auto;
    /*    margin: auto 30rem;*/
    /*    display: flex;*/
    /*justify-content: center;
    align-items: center;*/
    width: 800px;
    margin: 2rem auto;
    /*margin-left: auto;
    margin-right: auto;*/

    /*    margin: 0 auto;*/
}

.formulario fieldset {
    border: none;
}

.formulario_dibujo {
    /*    padding:auto;*/
    /*    margin: auto 30rem;*/
    /*    display: flex;*/
    /*justify-content: center;
    align-items: center;*/
    /*    width: 800px;*/
    /*    width: auto;*/
    /*    margin: 1rem auto;*/
    display: flex;
    justify-content: center;
    align-items: center;

    /*margin-left: auto;
    margin-right: auto;*/

    /*    margin: 0 auto;*/
}

.formulario_dibujo fieldset {
    border: none;
    /*    margin :  0 auto;*/
}


.contenedor_files {
    margin: 1rem auto !important;
    display: flex;
    flex-direction: row;
    /*grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;*/
}

.contenedor_dibujo,
.contenedor-campos {
    /*display: grid;
    grid-template-columns: 1fr;*/
    display: block;
}

.contenedor-campos  div {
    margin-top: 1rem;
}

.contenedor-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
}

.campoform,
.campo {
    margin: 0;
    /*    margin-bottom: 2rem;*/
    padding: 1em;
}

.campoformd {
    margin: 0;
    /*    margin-bottom: 2rem;*/
    padding: 2rem;
}


.alinearform,
.campoform:nth-child(9),
/*.campoform:nth-child(10),*/
.campoform:nth-child(8),
.campoform:nth-child(1),
.campoform:nth-child(5),
.campoform:nth-child(2) {
    grid-column: 1 / 3;
}

.campoform .titulo_formu,
.campo .titulo_formu {
    font-family: 'Sublima-Bold';
    color: var(--cMorado);
    font-size: 2rem;
    padding: 0;
    margin: 0;
    letter-spacing: 1.5px;
}

.containerenm {
    display: flex;
    flex-direction: row;
    padding: 1em;
}

.containerenm p {
    font-family: 'Sublima-Light';
    color: var(--cGris);
    font-size: 1rem;
    margin: 1rem 0;
    letter-spacing: 1.5px;
}

/*.campoformd label,*/
.campoform label,
.campo label {
    clip-path: polygon(2% 0, 88% 0, 100% 100%, 0 100%);
    background-color: var(--cMoradoRosa);
    padding: 1px 20px 1px 20px;
    color: white;
    font-style: 'Sublima-Light';
    width: 220px;
    margin-bottom: 0;
    display: block;
    box-shadow: -1px 2px 1px #7D7E7E;
    border-top-right-radius: 13px;
    letter-spacing: 1.5px;
}

.campoformd label {
    clip-path: polygon(2% 0, 88% 0, 100% 100%, 0 100%);
    background-color: var(--cCafe);
    padding: 1px 20px 1px 20px;
    color: white;
    font-style: 'Sublima-Light';
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    box-shadow: -1px 2px 1px #7D7E7E;
    border-top-right-radius: 13px;
    letter-spacing: 1.5px;
}

#campoEstado,
#campoRegion {
    visibility: hidden;
}

.campo .lblcorreo {
    width: 200px;
    margin: 0 1px;

}

.campoform div,
.campo div {
    display: flex;
    flex-direction: row;
}

.campo textarea {
    height: 12rem;
    margin: 0;
    width: 100%;
}

.input-text {
    outline: none;
    /*    padding: 3px;*/
    padding: 3px 20px 2px 25px;
    border-style: none;
    box-shadow: -1px 1px 2px 1px #7D7E7E;
    border-radius: 3px;
    width: 100%;
    letter-spacing: 1.5px;

}

.input-dibujo {
    outline: none;
    /*    margin: 0;*/
    /*    padding: 3px;*/
    padding: 3px 20px 2px 25px;
    border-style: none;
    box-shadow: -1px 1px 2px 1px #7D7E7E;
    border-radius: 3px;
    width: 330px;
    letter-spacing: 1.5px;


}

select {
    cursor: pointer;
    font-size: 14px;
}

select option {
    max-height: 5rem;
    height: 100%;
}

/*.input-select{
    outline: none;
    padding: 3px 20px 2px 25px;
    border-style: none;
    box-shadow:-1px 1px 2px 1px #7D7E7E ;
    border-radius: 3px;
    width: 90%;
    letter-spacing: 1.5px;
}*/
.input-textedad {
    outline: none;
    padding: 3px 20px 2px 25px;
    border-style: none;
    box-shadow: -1px 1px 2px 1px #7D7E7E;
    border-radius: 3px;
    /*   width: 100%;*/
    letter-spacing: 1.5px;
    width: 30%;
}

.alinearform,
.alinear {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    flex-direction: column;
}

.btnenviar {
    font-family: 'Sublima-Light';
    padding: 2px 1rem 2px 1.5rem;
    color: white;
    background-color: var(--cMoradoRosa);
    border-radius: 2em;
    border: none;
    font-size: 10px;
    text-align: center;
    /* border-none; */
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 1px 1px 2px 1px #7D7E7E;
    align-self: flex-end;
    letter-spacing: 1px;
    font-size: 12px;
}

.enviobtn_icono {
    width: 25%;
    padding: 4px 1px;
}

/**/
.containerenm .switch {
    height: auto;
    /*  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);*/
    padding: 1rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.containerenm .switch .input {
    display: none;
}

.containerenm .switch .rail {
    position: relative;
    width: 88px;
    height: 28px;
    background-color: #fff;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    border-radius: 3rem;
}

.containerenm .switch .rail .circle {
    display: block;
    width: 36px;
    height: 36px;
    background-color: var(--cGris);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: transform 0.4s;
}


.containerenm .switch .rail {
    position: relative;
    width: 88px;
    height: 28px;
    background-color: #fff;
    border-radius: 3rem;
}

/*.containerenm .switch .input:checked ~  #nombre {
/*  display: none;*/
/*}*/
.containerenm .switch .input:checked~.rail .circle {
    transform: translate(52px, -50%);
    background-color: var(--cGuinda);
    /*  background-color: black;*/
}

.containerenm .switch .input:checked~.indicator {
    background-color: black;
}


.cinta__logomovil {
    border: 0;
    width: 100%;
    /*    max-width: 100%;*/
    height: auto;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: none;
}

/*.containerenm .switch .input:checked ~ #contenedor-campos #nombre {
  display: none;
}*/


/**/
@media (max-width:1280px) {
    .cinta {
        /*        background-image: url(../images/cintillo.png);*/
    }

    .grid-contacto {
        margin: 1rem 1rem;
    }

    #encabezado_imagen {
        width: 2500px;
        max-width: 100%;
        margin-top: 3.5rem;
    }

    .margen_contacto {
        position: relative;
        /*esto se comenta dependel tipo de header !!!!!!!!!!!!!!!!!!!!!    */
        top: 1rem;
    }

    #encabezado_imagen {
        /*      display: none;*/
        width: 2500px;
        max-width: 100%;
        height: 100px;
    }

    #titulo_contacto {

        left: 40px;
        top: -8rem;
        width: 35%;
        /*    z-index: 990;*/
    }

    #titulo_quejas {
        left: 40px;
        top: -8rem;
        width: 55%;
    }

    .formulario {
        padding: auto;
        width: auto;
        margin: auto 3.5rem;
    }

    .formulario_dibujo {
        padding: auto;
        width: auto;
        margin: auto 0 !important;
    }

    .tarjeta_contacto {
        padding:.5rem 1.4rem;
        margin: 0;
        width: 100%;
    }

    .campoform label,
    .campo label,
    .campoformd label {
        width: 180px;
    }

    .contenedor_files {
        display: flex;
        flex-direction: column;
    }

    .contenedor_mensaje div {
        margin: auto;
    }
    .contenedor-campos  div {
        margin-top: 0;
    }
    .header_morado{
        height: 12.6rem;
        background-image: url("../images/header_movil.png");
        background-size: contain;
    }
    .header_morado{
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 4rem;
        background-image: url("../images/header_morado.png");
        background-repeat: no-repeat;
        height:12.5rem;
    }


}


@media (min-width: 1903px) {
    .header_morado{
        background-size: cover;
    }
}

@media (min-width: 1500px) {
    .header_morado{
        top: 4rem;
    }
}




@media (max-width:950px) {
    .grid-contacto {
        display: flex;
        flex-direction: column;
        margin: .5rem;
    }

    #mapa {
        width: auto;
        margin: 0 .5rem;
        padding: .5rem;
        border: .5rem solid #FBFCFC;
    }

    .contenedor-form,
    .contenedor-campos {
        display: flex;
        flex-direction: column;
        /*        margin: .5rem;*/
        /*    grid-template-rows: auto auto 15rem;*/
    }

    .margen_contacto {
        position: relative;
        top: 1rem;
    }

    .alinear {
        padding: .5rem 1rem;
    }

    .telefono {
        margin: 10px;
        text-indent: 4px;
    }
}


@media(max-width:600px) {
    #titulo_contacto {
        left: 35px;
        top: -6rem;
        width: 60%;
        /*    z-index: 990;*/
    }

    #titulo_quejas {
        left: 35px;
        top: -6rem;
        width: 80%;
    }

    .formulario {
        margin: auto 20px;
    }

    .input-dibujo {
        width: 280px;
    }
    .header_morado{
        height:10.8rem;
        background-image: url("../images/400x100.png");
    }
    .cero{
        width: 180px;
        margin-top: -50px !important;
        margin-left: 40px !important;

    }
}

.tarjeta_nombre {
    text-align: right;
    font-family: 'sublima-Light';
    font-size: 20px;
    color: var(--cGris);
    text-align: left;
    margin-bottom: 0;
/*    margin-top: 1rem;*/
    /* word-spacing: 0.75em; */
/*    letter-spacing: 0.10em;*/
}

.tarjeta_nombre2 {
    text-align: right;
    font-family: 'sublima-Light';
    font-size: 20px;
    color: var(--cGris);
    text-align: left;
    margin-bottom: 0;
}


.lineaCafe {
    height: 1px;
    border-color: var(--cCafe);
    /* margin-right: 2em; */
    margin-left: 2em;

}

#titulo_praa {
    position: relative;
    left: 180px;
    top: -6rem;
    width: 12%;
}


.letra-parrafo {
    font-family: 'sublima-Light';
    font-size: 13px;
    color: var(--cGris);
    text-align: justify;
    margin-bottom: 0;
}

.titulo3 {
    font-family: 'Sublima-Bold';
    font-size: 15px;
    color: var(--cCafe);
    text-align: justify;
    margin-bottom: 0;
}

.buton_sube {
    width: 180px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #63666A;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px
}
.cero{
    width: 180px;
    margin-top: -70px;
}