/*NUEVO*/
.largo2{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    color: #ffffff; 
    font-size: 05px; 
    font-weight: 50; 
    text-align: center; 
    background: #025B87; 
    margin: 0 0 25px; 
    overflow: hidden; 
    padding: 08px; 
}
.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 16vh;
}
.asi{
    display: flex;
    justify-content: center;

}
/*BOTON PARA HABILITAR CAMPOS*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*CONTAINER*/
@media (min-width:1200px){.container5{max-width:1240px}}
.container5{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

.btn {
    border: 1px solid #126782;
    background-color: #126782;
    /*color: black;*/
    padding: 5px 68px;
    font-size: 20px;
    cursor: pointer;
}

/* Green */
.success {
    border-color: #126782;
    color: #fff;
}

.success:hover {
    background-color: #fff;
    color: #126782;
}

.blaver {
    background-color: #126782;
    color: #126782;
    background: #fff;
    /*margin: 10px 0 20px 0*/
}

.blaver:hover {
    border-color: #208682;
    color: #fff;
    background: #208682
}
/* FONDO LIBRO */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../img/informacion/fondo-libro.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }
  .letra{
    font-size:70px;
  }
  
  /* MODO CELULAR */
  @media (max-width: 574px) {
    .letra{
      font-size:40px;
    }
  }
  @media (max-width: 280px) {
    .letra{
      font-size:30px;
    }
  }



