@media (min-width: 300px) and (max-width: 400px) {

  /* Añadir márgenes laterales al contenedor principal */

.separacion_movil {
    margin-left: 5%;
    margin-right: 5%;
}

    .size_4 {font-size: 2rem;}



    h1 {
        font-size: 2em;
     font-weight: 400;
     line-height: 1.1em !important;
     text-shadow: rgba(0,0,0,.16)0 4px 10px;
   }

   .img_pie {

    margin-top: -90px;
    position: relative;
    width: 150px;
    z-index: 200;
}


.caja_video {
    width: 360px !important;
   
}
.margen-10-izquierda {	padding-left: 0%;	}


.borde_destacado {

    margin-bottom:-0.6rem !important;

}

.borde_destacadov {

    margin-bottom:0.3rem !important;

}


.navbar-toggler-icon {

    color: #ff0000 !important;
    background-image: none; /* Elimina la imagen de fondo */
    background-color: white !important; /* Establece el color de fondo blanco */
 

}

.linea_superior_menu {

    height:8px;
    margin-top: 0px;
    background-color: #00C0F2;
    opacity: 1;
    margin: 0rem 0;
}



.mitexto_movil {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-text-size-adjust: 100%;
    line-height:1.8rem;

}


.navbar-toggler:focus {
    box-shadow: none; /* Eliminar la sombra al hacer clic */
}


}


@media (min-width: 400px) and (max-width: 900px) {
.container {
    max-width: 100%!important;
    --bs-gutter-x: 3.5rem;

}

.mitexto_movil {
    font-size: 1rem;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-text-size-adjust: 100%;
    line-height:1.2rem;

}

.linea_superior_menu {

    height:8px;
    margin-top: 0px;
    background-color: #00C0F2;
    opacity: 1;
    margin: 0rem 0;
}
.navbar-toggler:focus {
    box-shadow: none; /* Eliminar la sombra al hacer clic */
}


}