
@media only screen and (max-width: 1200px) {

}


@media only screen and (max-width: 600px) {
    /*HEADER*/
    .media{
        width: 50%;
        height: 50%;
    }
    .navbar-toggler {
       width: 100%;
       margin-top: 30px;
    }
    .navbar-toggler2 {
        display: block;
        padding: 10px;
        width: 100%;
        background-color: #348DB9;
      
      }
    .header-blueasy{
        width: 100%;
        display: flex;
        justify-content: center;
    }


      .container-fluid-formulario{
        margin-left: 5%;
        margin-right: 5%;
      }

      .media{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        height: 80%;
    }
    #carouselExampleCaptions{
        display: none;
    }
.nav-link{
    line-height: 50px;
}
.head-color{
    padding-bottom: 20px;
}
    .titulo-especial-nuevo{
        color: #ffffff;
        font-size: 25px;
        font-weight: bolder;
        background-color: #F2B705;
        border-radius: 5px;
        width: 50%;
    }
    .espace{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .parrafo-especial4{
        font-size: 15px;
    }

.titulo-impresion{
    margin-top: 30px;
}
.gris{
    text-align: center;
}
.texto-responsi{
    font-size: 22px;
    margin-top: 130px;
}
.mensaje-titulo{
    font-size: 25px;
}
.btn-volver{
    background-color:#D94F1E ;
    padding: 15px 20px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.btn-volver:hover{
    background-color:#3D3B3B;
    padding: 15px 20px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.logo-mensaje{
    width: 70%;
}

header{
    z-index: 5;
    width: 100%;
    position: relative;
}
.arreglo-responsi{
    margin-top: -100px;
}
}









