﻿.centrartodo {
}

    .centrartodo label {
        display: flex;
        align-items: center;
    }

    .centrartodo input {
        width: 3% !important;
        float: left;
        margin-right: 20px !important;
    }

.botonregresar {
    background: #1D2BA7;
    padding: 10px;
    color: white;
    font-size: 20px;
    border-radius: 50px 0px 0px 50px;
}

.modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80% !important;
    /*max-width: 800px;*/
    max-width: none !important;
    max-height: 90vh;
    overflow-y: auto;
}

#pdfCanvas {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
}

.botonregresar:hover {
    color: white;
}

.aparecer {
    display: block;
}

.desaparecer {
    display: none;
}

#mensaje {
    margin-bottom: 50px;
    text-align: center;
    height: 50px;
}

    #mensaje h3 {
        color: red;
    }

.error {
    color: red;
}

.hoja-e {
    background: right no-repeat url("../Images/patente-e.png");
    background-size: 800px;
}

.hoja-s {
    background: right no-repeat url("../Images/patente-s.png");
    background-size: 800px;
}

.hoja-r {
    background: right no-repeat url("../Images/razon.png");
    background-size: 800px;
}

header {
    height: 220px;
}

.logo {
    width: 450px;
    height: 162px;
    margin-left: 0px;
    margin-top: 30px;
}

.inicio h1 {
    text-align: center;
    font-size: 56px !important;
    color: #fff;
    margin-top: 50px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Sombra negra, ligeramente difuminada */
}

.inicio h2 {
    text-align: center;
    font-size: 30px !important;
    margin-top: 50px !important;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Sombra negra, ligeramente difuminada */
}

.fondo-patente {
    background-image: url("../Images/fondo-patente.jpg");
    background-repeat: repeat-x;
    background-color: #000;
    background-position-x: center;
    height: 743px;
}

.fondo-razon {
    background-image: url("../Images/fondo-razon.jpg");
    background-repeat: repeat-x;
    background-color: #000;
    background-position-x: center;
    height: 743px;
}

.iconos {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 180px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.iconos-r {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 180px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.reducir {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.reducir-r {
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.boton {
    background: #1D2BA7;
    padding: 10px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 300px;
    border-radius: 5px;
    margin-top: 30px;
    text-decoration: none;
    margin-bottom: 50px;
    font-size: 20px;
}

    .boton:hover {
        text-decoration: none;
        color: white;
    }

@media (max-width: 480px) {

    .desaparecer {
        display: block;
    }

    .aparecer {
        display: none;
    }

    .hoja-e {
        background: right no-repeat url("../Images/patente-movil-e.png");
        background-size: 110px;
    }

    .hoja-s {
        background: right no-repeat url("../Images/patente-movil-s.png");
        background-size: 110px;
    }

    .hoja-r {
        background: right no-repeat url("../Images/razon-movil.png");
        background-size: 110px;
    }

    header {
        height: 120px;
    }

    .logo {
        width: 250px;
        height: 90px;
        margin-left: 0;
        margin-top: 15px;
    }

    .inicio h1 {
        font-size: 30px !important;
    }

    .inicio h2 {
        font-size: 20px !important;
        margin-top: 100px !important;
        color: #000;
        font-weight: normal;
    }

    .fondo-patente {
        background-color: #fff;
        background-size: 100%;
        height: auto;
    }

    .fondo-razon {
        background-color: #fff;
        background-size: 100%;
        height: auto;
    }

    .iconos {
        width: 120px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-left: 5px !important;
    }

    .reducir {
        width: 100%;
    }

        .reducir input {
            margin: 0 auto !important;
        }

    .reducir-r {
        width: 100% !important;
    }

    .quitar {
        padding-left: 0px !important;
    }

    .iconos-r {
        width: 150px;
    }

    .paginas h1 {
        font-size: 20px;
    }

    .paginas h2 {
        font-size: 20px !important;
        margin-top: 20px !important;
    }

    .paginas input {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .paginas .reducir p {
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .paginas .boton {
        width: 100% !important;
        font-size: 18px !important;
    }
}

.paginas h1 {
    color: black;
    text-align: center;
    font-weight: bold;
}

.paginas h2 {
    color: black;
    text-align: center;
}

.reducir p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

header {
    border-bottom: 5px solid #1D2BA7;
}

.paginas input {
    width: 100%;
    border-radius: 5px;
    border: #1D2BA7 solid 1px;
    height: 40px;
}

.guion {
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
}

.paginas p {
    text-align: center;
    margin-top: 30px;
}

.paginas .boton {
    width: auto;
    font-size: 20px;
    height: auto;
}
