/* * Fuentes * */
/* * Montserrat - Titulos * */
/* * Source Sans Pro - Textos * */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
  scroll-behavior: smooth;
}

/* * Navbar* */
.navbar-font {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 18px;
}

.navbar-logo {
  width: 100px;
}



/* * Portada * */
.bg-portada {
  background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #8bc5ecb3 0%, #9599e28c 100%), url(../img/bg-portada.jpg);
  background-size: cover;
  height: 100vh;
  padding-top: 1rem;
}

.title-portada {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #000066;
}

.bg-parallax {
  background-attachment: fixed;
}

@media screen and (max-width: 770px) {
  .title-portada {
    font-size: 2rem;
  }
}

/* * Nosotros * */
.title-nosotros {
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000066;
  font-size: 3rem;
}

@media screen and (max-width: 770px) {
  .title-nosotros {
    font-size: 2rem;
  }
}

.img-nosotros {
  box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
}

.p-nosotros {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-align: justify;
}

.subtitle-nosotros {
  font-family: 'Montserrat', sans-serif;
}

picture svg {
  color: #0066cc;
}

.title-valores {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.p-valores {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-align: justify;
}

/* * Proceso * */
.title-proceso {
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000066;
  font-size: 3rem;
}

@media screen and (max-width: 770px) {
  .title-proceso {
    font-size: 2rem;
  }
}

.subtitle-proceso {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.paragraph-proceso {
  font-family: 'Source Sans Pro', sans-serif;
}

/* * Creditos * */
.div-creditos {
  background: linear-gradient(178deg, rgb(106, 138, 197) 0%, rgb(7, 93, 104) 100%);
  padding: 3rem;
}

.title-creditos {
  font-family: 'Montserrat';
  font-weight: bold;
  color: whitesmoke;
  font-size: 3rem;
}

@media screen and (max-width: 770px) {
  .title-creditos {
    font-size: 2rem;
  }
}

.img-creditos {
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}

.subtitle-creditos {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #0066cc;
  font-size: 2rem;
}

.p-creditos {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: justify;
  font-size: 16px;
}

/* * FAQ's * */
.title-faqs {
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000066;
  font-size: 3rem;
}

@media screen and (max-width: 770px) {
  .title-faqs {
    font-size: 2rem;
  }
}

.img-faqs {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
}

.accordion-title {
  font-family: 'Montserrat', sans-serif;
}

.accordion-p {
  font-family: 'Source Sans Pro', sans-serif;
}

/* * Contacto * */
.bg-contacto {
  background-image: linear-gradient(178deg, rgba(106, 138, 197, 0.752) 0%, rgba(8, 43, 48, 0.768) 100%), url(../img/bg-contacto.jpg);
  background-size: cover;
  height: 90vh;
  overflow: hidden;
}

.title-contacto {
  font-family: 'Montserrat';
  font-weight: bold;
  color: whitesmoke;
  font-size: 3rem;
}

@media screen and (max-width: 770px) {
  .title-contacto {
    font-size: 2rem;
  }
}

/* * Formulario * */
.font-form {
  font-family: 'Source Sans Pro';
  color: whitesmoke;
  font-size: 26px;
}

/* * Footer * */
.title-footer {
  font-family: 'Montserrat';
  font-weight: bold;
  color: whitesmoke;
  font-size: 3rem;
}

@media screen and (max-width: 770px) {
  .title-footer {
    font-size: 2rem;
  }
}

.p-footer {
  font-family: 'Source Sans Pro', sans-serif;
}

.bg-confirmacion {
  background-image: url(../img/bg-confirmacion.jpg);
  background-size: cover;
  height: 100vh;
}

.title-confirmacion {
  font-family: 'Montserrat', sans-serif;
  color: whitesmoke;
}

.p-confirmacion {
  color: whitesmoke;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}
