:root {
    --azul-f: #00345F;
    --azul-c: #0F7BE1;
    --morado: #660EFF;
    --gris: #E6F0FA;
    --deg1: #06BFE2;
    --deg2: #027BE4;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

section {
    padding: 35px;
}

h1 {
    color: var(--azul-f) !important;
    font-size: 25pt !important;
    margin: 0;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}

h2 {
    margin: 0 !important;
    font-size: 16pt !important;
    line-height: 1.5 !important;
    color: var(--azul-c) !important;
}

h3 {
    margin: 5px 0;
    font-size: 14pt;
    text-align: center;
    text-transform: none !important;
}

.w3-modal {
    z-index: 99 !important;
}

h4 {
    font-size: 13pt !important;
    color: var(--azul-c) !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

p,
li {
    font-size: 10pt;
    line-height: 1.5 !important;
    color: #111 !important;
}

input,
select {
    font-size: 12pt !important;
    padding: 5px 8px !important;
    border: 1px solid var(--azul-c) !important;
    border-radius: 5px !important;
}

input {
    width: 96%;
}

select {
    width: 96%;
}

input:focus,
select:focus {
    outline-color: var(--morado);
    outline-style: solid;
}

button,
.btn-auto {
    background: var(--morado);
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 14pt;
    width: 300px;
    border-radius: 5px;
    font-weight: 900;
}

.btn-white-auto {
    background: #fff;
    color: var(--morado);
    border: 1px solid var(--morado);
    padding: 10px;
    font-size: 14pt;
    width: 300px;
    border-radius: 5px;
    font-weight: 900;
}

.bg-azul-m {
    background: linear-gradient(0deg, var(--deg1), var(--deg2));
    color: #fff !important;
}

.bg-azul-m p {
    color: #fff !important;
}

.bg-gris {
    background: var(--gris);
}

.firts {
    padding: 100px 50px 50px;
    display: grid;
    grid-template-columns: 45% 55%;
    justify-items: center;
    gap: 10px;
}

.formulario {
    width: 95%;
    margin: auto;
    box-shadow: 0px 0px 15px -7px #000;
    padding: 15px;
    border-radius: 8px;
}

.formulario h2 {
    text-align: center;
}

.formulario p {
    margin-bottom: 0;
    font-size: 12pt;
    text-align: center;
}

.formulario .btn-auto {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.formulario .btn-auto:hover {
    background: #bd4852;
}

#cp {
    margin: 15px 0;
}

#cp input {
    width: 98%;
}

.error {
    color: var(--morado);
    font-size: 8pt;
    width: 100%;
    font-style: italic;
    display: none;
}

.terminos {
    display: grid;
    grid-template-columns: 7% 85%;
    align-items: center;
    margin: 10px 0;
}

.terminos p {
    font-size: 8pt;
    text-align: left;
}

.grid2 {
    display: grid;
    grid-template-columns: 48% 48%;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    grid-gap: 15px 0px;
}

.grid2>div {
    width: 100%;
}

.grid2x {
    display: grid;
    grid-template-columns: 67% 30%;
    justify-content: space-between;
    justify-items: center;
}

.grid3 {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    align-items: start;
    justify-items: start;
    justify-content: space-between;
    grid-gap: 15px 0px;
    text-align: left;
}

.grid4 {
    display: grid;
    grid-template-columns: 12% 12% 12% 12%;
    grid-gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: start;
    padding: 10px;
}

.h2-bgazul {
    color: var(--azul-f);
    background: var(--gris);
    padding: 20px;
    text-align: center;
}

.h2-bgmarino {
    color: #fff !important;
    background: var(--azul-f);
    padding: 10px 35px;
    text-align: left;
    margin: 0;
}

.grid3x {
    display: grid;
    grid-template-columns: 35% 35% 20%;
    justify-content: space-between;
    justify-items: center;
    padding: 5px 35px 35px;
}

.pleca-img {
    display: grid;
    grid-template-columns: 20% 75%;
    grid-gap: 20px;
    align-items: start;
    justify-items: start;
}

.check {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 25px 85%;
    justify-content: start;
}

.check span {
    width: 25px;
    height: 25px;
    background: url(../img/auto/check.svg);
    background-repeat: no-repeat;
}

.img2x {
    display: grid;
    grid-template-columns: 35% 60%;
    justify-items: center;
    justify-content: start;
}

.movil {
    display: none;
}

.owl-dots,
owl-prev,
owl- {
    display: none !important;
}

.modal-comparador {
    padding: 15px !important;
}

.modal-comparador p {
    font-size: 12pt;
}

.comparador4 {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    justify-content: start;
    align-items: start;
    grid-gap: 30px;
}

.comparador4 h2 {
    font-size: 22pt !important;
    font-weight: 900;
}

.comparador4>div {
    background: var(--gris);
    padding: 5px;
}

.comparador4 select {
    font-size: 9pt !important;
}

.comparador4 table {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    border-collapse: collapse;
    background: #fff;
}

.comparador4 th {
    background: var(--azul-c);
    color: #fff;
    padding: 3px;
    text-align: center;
    border: 1px solid var(--azul-c);
}

.comparador4 td {

    border: 1px solid #ddd;
    color: #111;
    padding: 4px;
}

.comparador4 table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.comparador4 .btns {
    width: 100%;
    font-size: 10pt;
    text-align: center;
    padding: 5px;
    margin-bottom: 8px;
    cursor: pointer;
}

.box-cobertura {
    display: flex;
    grid-gap: 10pt;
    justify-content: space-between;
}

.box-cobertura p {
    margin: 0;
    font-size: 9pt;
    padding-bottom: 8px;
}

.w3-modal-content {
    width: 90% !important;
}

.w3-display-left,
.w3-display-right {
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    padding: 8px !important;
}

/* .Apagado {
    filter: grayscale(1);
} */
/* .Apagado select{
    border-color: #000!important;
} */
/* .Apagado .btns {
        cursor: no-drop;
    } */
@media (max-width: 820px) {
    section {
        padding: 20px;
    }

    p,
    li {
        font-size: 12pt;
    }

    .desk {
        display: none;
    }

    .movil {
        display: block;
    }

    .firts {
        padding: 75px 0px 25px;
        grid-template-columns: 100%;
    }

    .promo {
        background: #fff;
        display: grid;
        grid-template-columns: 20% 70%;
        justify-content: center;
        align-items: center;
    }

    .grid-auto,
    .grid4 {
        grid-template-columns: 48% 48% !important;
    }

    .grid2,
    .grid3 {
        grid-template-columns: 100%;
        grid-gap: 20px 0px;
    }

    .img-center {
        width: 45%;
        margin: 25px auto 0;
    }

    #cp input,
    input {
        width: 96%;
    }

    .formulario {
        box-shadow: none;
    }

    .owl-carousel .owl-item img {
        object-fit: scale-down !important;
    }

    .grid3x,
    .pleca-img,
    .grid2x,
    .img2x {
        grid-template-columns: 100%;
    }

    .acordion {
        justify-items: start !important;
    }

    .acord-h4,
    .w3-show {
        display: flex !important;
        grid-gap: 10px;
    }
    #comparador{
        padding: 0 !important;
    }
    .w3-show img {
        object-fit: scale-down;
    }

    .w3-hide {
        display: none;
    }

    .comparador4 {
        grid-template-columns: 100%;
    }

    .w3-display-left {
        top: 100% !important;
        left: 30% !important;
    }

    .w3-display-right {
        top: 100% !important;
        right: 30% !important;
    }

    .w3-container{
        width: 100% !important;
        height: max-content !important;
        position: absolute !important;
        top: 0 !important;
        background: #fff !important;
    }

    .w3-modal-content{
        margin: 0 !important;
    }

    .w3-button{
        display: none !important;
    }

    .mySlides2, #DatosANAMov{
        display: block !important;
    }

}