html {
    scroll-behavior: smooth;
  }
  
  body {
      margin: 0;
      color: #39304A;
      font-family: 'Kanit', sans-serif;
    }
    h1 {
      font-size: 2.2vw;
      font-weight: 400;
      margin-bottom: 0px;
      margin-top: 0px;
      line-height: 1;
    }
    h2 {
      font-size: 1.3vw;
      font-weight: 400;
      line-height: 1.2;
    }
    h3 {
      text-align: center;
    }
    @media (max-width: 990px) {
      h1 {
        font-size: 5vw;
      }
      h2 {
        font-size: 2.9vw;
      }
    }
    @media (max-width: 520px) {
      h1 {
        font-size: 7vw;
      }
      h2 {
        font-size: 4vw;
      }
    }

.pt-3 {
  padding-top: 30px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px!important;
}
.mt-2{
  margin-top: 10px;
}
.links {
  color: #F47214;
  text-decoration: none;
}
.links:visited {
  color: #7d14f4;
}
.links:hover {
  width: 1px;
  text-decoration:underline 1px;
}
/*Cabecera LV*/
#myHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #001c4c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  
  #myHeader img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }
/* FIN Cabecera LV*/
/* INICIO especificaciones generales*/
.fondo-principal {
    background-image: url('../img/fondo-ppal.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 0 20px;
}
@media (max-width: 980px) {
  @supports (-webkit-touch-callout: none) {
    .fondo-principal {
      background-attachment: scroll !important;
    }
  }
  
  @supports not (-webkit-touch-callout: none) {
    .fondo-principal {
      background-attachment: scroll !important;
    }
  }
  }
/* INICIO titular*/
.contenedor-titulo {
  text-align: center;
  background-color: #E5D9F3;
  border-radius: 30px 30px 0 0;
  margin: 50px 0px 0px 0px;
  padding-bottom: 0px;
}
@media (max-width: 980px) {
  .contenedor-titulo {
    padding-bottom: 30px;
  }
}
.marca-collab {
  padding-top: 10px;
    font-size: 12px;
    color: black;
    opacity: 0.5;
    font-weight: 300;
}
.titulares {
  height: 30vh;
  display: flex;
  vertical-align: middle;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: auto;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.titulares h2 {
  max-width: 600px;
}
@media (max-width: 768px) {
  .contenedor-titulo {
    margin: 70px 0px 0px 0px;
  }
  .titulares {
    height: 37vh;
  }
}
@media (max-width: 520px) {
  .titulares { 
    height: 25vh;
  }
  .epigrafe {
    font-size: 3.3vw;
  }
}
/* texto en movimiento*/
.txt-movimiento {
  font-family: 'Kanit', sans-serif;
  font-size: 34px;
  background-color: #fff;
  text-transform: uppercase;
  padding-top:3px;
}
@media (max-width: 768px) {
  .txt-movimiento {
    margin: 0px ;
  }
}
/*carrousel*/
.contenedor-carrusel {
  text-align: center;
  background-color: #fff;
  margin: 0px;
}
/* Position the image container (needed to position the left and right arrows) */
.container-img {
  position: relative;
}
.container-img img {
  vertical-align: middle;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0!important;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0!important;
  border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}


/* CUERPO */
.general {
  background-color: #FBFAF1;
  border-radius: 30px 30px 0 0;
}

.contenedor-cuerpo-txt {
  background-color: #FBFAF1;
  margin: 0px 30px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contenedor-cuerpo-txt {
    margin: 0px ;
  }
}
.cuerpo-txt {
  max-width: 800px;
  
}
.contenedor-cuerpo-img {
  background-color: #FBFAF1;
  margin: 0px auto;
  padding: 10px 20px;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.img-dos-col{
  min-width: 0;
  padding: 10px;
}
.img-dos-col img {
  width: 450px;
	max-height: 677px;
	max-width: 100%;
}
@media (max-width: 980px) {
  .img-dos-col img {
    width: 350px;
    height: 534px;
  }
}
@media (max-width: 768px) {
  .contenedor-cuerpo-img {
    margin: 0px ;
  }
  .img-dos-col img {
    width: 250px;
    height: 380px;
  }
}

/*IMAGEN destacada 4*/
.wrapper-img-destacado4 {
  padding:0px;
  text-align: center;
}
.parallax-img-destacado4 {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-img-destacado4 {
  background-image: url('../img/alvaro-ybarra-foto-1.jpg');
}
@media (max-width: 980px) {
@supports (-webkit-touch-callout: none) {
  .parallax-img-destacado4 {
    background-attachment: scroll !important;
  }
}

@supports not (-webkit-touch-callout: none) {
  .parallax-img-destacado4 {
    background-attachment: scroll !important;
  }
}
}
.wow {
  visibility: hidden;
}

/*DESTACADO TXT*/
.quote-1{
  width: 55vw;
  margin: auto;
}
@media (max-width: 1024px) {
  .quote-1{
    width: 80vw;
  }
}
.destacado-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.destacado-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.barra-destacado {
  width: 100%;
  border: 1px solid #39304A;
}

.quote-txt {
    color: #39304A;
    font-size: 28px;
    padding-bottom: 40px;
    text-align: center!important;
    background-color: transparent;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*IMAGEN destacada 5*/
.wrapper-img-destacado5 {
  padding:0px;
  text-align: center;
}
.parallax-img-destacado5 {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-img-destacado5 {
  background-image: url('../img/alvaro-ybarra-foto-2.jpg');
}
@media (max-width: 980px) {
@supports (-webkit-touch-callout: none) {
  .parallax-img-destacado5 {
    background-attachment: scroll !important;
  }
}

@supports not (-webkit-touch-callout: none) {
  .parallax-img-destacado5 {
    background-attachment: scroll !important;
  }
}
}
/*IMAGEN destacada 6*/
.wrapper-img-destacado6 {
  padding:0px;
  text-align: center;
}
.parallax-img-destacado6 {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-img-destacado6 {
  background-image: url('../img/alvaro-ybarra-foto-4.jpg');
}
@media (max-width: 980px) {
@supports (-webkit-touch-callout: none) {
  .parallax-img-destacado6 {
    background-attachment: scroll !important;
  }
}

@supports not (-webkit-touch-callout: none) {
  .parallax-img-destacado6 {
    background-attachment: scroll !important;
  }
}
}

/*CRÉDITOS*/
.authorship {
  color: rgba(66, 78, 94, 0.43);
  font-size:0.8em;
  text-align:center;
  padding:16px 0
}
.d-inline-block {
  display: inline-block!important;
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container-fluid {
padding-right: 24px;
padding-left: 24px;
}
}
.creditos {
  font-size:2em;
  margin-bottom: 5px;
}

/*FOOTER*/
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.footer-container{
  display:flex;
  justify-content:center;
  flex-flow:column;
  text-align:center;
}
@media (min-width:768px){
  .footer-container{
    flex-flow:row;
    justify-content:space-between;
  }
}
.footer{
  background:#001c4c;
  color:#afb2b7;
  font-size:12px;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.footer a{
  color:#afb2b7;
  text-decoration:none;
}
.footer a svg{
  fill:#afb2b7;
}
.footer a:hover{
  color:rgba(175,178,183,0.65);
}
.footer a:hover svg{
  color:rgba(175,178,183,0.65);
}
/* Configuración para el texto pequeño */
small {
  font-size: 80%;
}
.small,small{
  font-size:0.7em;
}