.seccion1 {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/Inicio/1.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.seccion2 {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/Inicio/2.\ Rotundi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion3 {
    width: 100vw;
    height: 190vh;
    background-image: url(../img/Inicio/3.\ Caracteristicas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion4 {
    width: 100vw;
    height: 100%;
    background-image: url(../img/Inicio/4.-como-se-paga.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion5 {
    width: 100vw;
    height: 150vh;
    background-image: url(../img/Inicio/5.\ Contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-nav>li {
    padding-left: 30px;
    padding-right: 30px;
}

.gris {
    background: rgba(0, 0, 0, 0.081);
}

.TituloCentrado {
    text-align: center;
    margin-top: 40vh;
    font-size: 10vw;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Texto {
    text-align: left;
    color: white;
    font-weight: 700;
    padding: 0% 10%;
}

.TextoCentrado {
    text-align: center;
    color: white;
    font-weight: 700;
    padding: 0em 10em;
}

.TituloCentradoTop {
    text-align: center;
    margin-top: 10vh;
    font-size: 10vw;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.TituloCon {
    text-align: center;
    margin-top: -10vh;
    font-size: 10vw;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.TextoTop {
    text-align: center;
    color: white;
    padding: 2% 10%;
}

.iconCarac {
    background-color: white;
}

.borde {
    border-radius: 100%;
    background-color: white;
    margin: 0% 10%;
    padding: 0% 10%;
    width: 100%;
    height: 50%;
    display: block;
}

.blanco {
    width: 30%;
    margin: 0% 10%;
    padding: 0% 10%;
    color: white;
    text-align: center;
}

.bordeP {
    /* Tamaño fijo cuadrado */
    width: 150px;
    height: 150px;
    /* Fondo blanco y sombra opcional */
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Borde circular */
    border-radius: 50%;
    /* Centrado de la imagen dentro */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centrar bloque en columna */
    margin: 0 auto 1rem;
}

.blancoP {
    width: 30%;
    margin: 0% 10%;
    padding: 0% 10%;
    color: white;
    text-align: center;
}

.blanco IMG {
    padding: 5%;
}

.culumna {
    padding: 0% 5%;
}

.datos {
    padding: 2% 25%;
}

.casillas {
    width: 100%;
}

.contacto {
    color: white;
    padding: 1% 10%;
}

.encabezado {
    height: 80%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.QSTitulo {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.textoCentrado {
    text-align: center;
    padding: 5% 10%;
}

.textoCentrado2 {
    text-align: center;
    font-size: 40px;
    color: #300068;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

.columna2 {
    padding: 10px 50px;
    display: inline-block;
    width: 45%;
    text-align: justify;
    text-align: center;
}

.contenedor2Columnas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid;
    border-color: lightgray;
    padding: 2em;
}

.columna3 {
    padding: 10px 50px;
    display: inline-block;
    width: 35%;
    text-align: justify;
    text-align: center;
}

.contenedor3Columnas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid;
    border-color: lightgray;
}

.mapa {
    padding: 1em 3em;
}

.error {
    color: red;
    padding-left: 12px;
}

.menu-bar {
    background-color: rgba(200, 20, 20, 0.7);
}

.menu-bar a {
    color: #fff;
    background: transparent;
}

.trn {
    background: rgba(0, 0, 0, 0.871);
}

.valores {
    margin: auto;
    padding: 2rem 0;
}

.culumna {
    margin-bottom: 2rem;
}

.borde {
    /* Tamaño fijo cuadrado */
    width: 150px;
    height: 150px;
    /* Fondo blanco y sombra opcional */
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Borde circular */
    border-radius: 50%;
    /* Centrado de la imagen dentro */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centrar bloque en columna */
    margin: 0 auto 1rem;
}

.borde img {
    /* Escala responsiva dentro del círculo */
    max-width: 60%;
    max-height: 60%;
}

.TextoIcon {
    color: white;
    font-weight: bold;
    margin: 0;
}