@font-face {
  font-family: Calibri;
  src: url(./../assets/fonts/calibri-regular.ttf);
}

@font-face {
  font-family: 'Calibri-Bold';
  src: url(./../assets/fonts/calibri-bold.ttf);
}

/* GENERAL */

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-family: Calibri;
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;

}

h1 {
  font-family: Calibri;
  font-size: 30px;
  line-height: 1.3;
}

h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Calibri-Bold';
}

p {
  margin-bottom: 16px;
}

p:last-of-type {
  margin-bottom: 0;
}

.bold {
  font-family: 'Calibri-Bold';
}

.text-white {
  color: #ffffff;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.center {
  margin: 0 auto;
}

.text-blue {
  color: #00558E;
}

/* BUTTONS */
.btn {
  border-radius: 5px;
  background: transparent;
  padding: 4px 16px;
  cursor: pointer;
}

.btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
}

.btn-white {
  color: white;
  border: 3px solid white;
  margin-top: 40px;
}

.btn-orange {
  color: #d35839;
  border: 3px solid #d35839;
  margin-top: 20px;
}

.btn-orange a {
  color: #d35839;
  font-size: 18px !important;
}

.two-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container {
  padding: 80px 0;
}

.section-orange {
  background-color: #d35839;
}

.section-dark {
  background-color: #1C1C1C;
}

/* TITLES */

.title {
  margin-bottom: 40px;
}

.line {
  height: 12px;
  width: 60px;
  margin-top: 16px !important;
}

.line-orange {
  background-color: #d35839;
}

.line-blue {
  background-color: #3D80D2;
}


.line-white {
  background-color: #ffffff;
}

.line-center {
  margin: 0 auto;
}

/* HEADER */

.header {
  display: flex;
  align-items: center;
  height: 550px;
  background: url(./../assets/imgs/header.png) bottom left no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

}

.header-element {
  position: absolute;
  width: 97%;
  height: 100%;
  top: 30px;
  right: 0;
}

.header-content {
  margin-left: 20%;
  position: absolute;
  top: 80px;
  z-index: 200;
}

.header-content img {
  width: 300px;
  margin-bottom: 40px;
}

/* FIRST SECTION */

.first-section .container {
  padding: 0 40px 0 20%;
  margin: 100px 0;
  z-index: 1;
}

.first-section .text-column {
  width: 35%;
  margin-right: 70px;
}


.first-section img {
  width: 65%;
}


/* SECOND SECTION */

.second-section {
  display: flex;
  margin-bottom: 8px;
  height: 400px;
  display: flex;
  align-items: flex-end;
}

.second-section .text-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.second-section .title {
  width: 50%;
}

.second-section .section-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
  padding-top: 20px;
  margin: 0 8px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 0 10%;
  height: 100%;
}

.second-section img:first-of-type {
  width: 20%;
  height: 90%;
  object-fit: cover;
}

.second-section img:last-of-type {
  width: 20%;
  height: 90%;
  object-fit: cover;
}


/* THIRD SECTION */

.third-section {
  align-items: stretch;
  min-height: 1rem;
}

.third-section .text-column {
  width: 50%;
  padding: 80px 0;
  padding-left: 10%;
  padding-right: 5%;
  text-align: justify;
}

.third-section .text-column p {
  text-align: justify;
}

/* .third-img-container {
  width: 60%;
} */

.third-section-img {
  width: 50%;
  background-image: url(./../assets/imgs/imagen-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .third-section img {
  width: 60%;
  justify-self: flex-end;
} */

/* NUESTROS MEDIOS */


.nuestros-medios {
  color: white;
  background-color: #3D80D2;
  min-height: 1rem;
  display: flex;
  align-items: stretch;
}

.nuestros-medios__img {
  width: 50%;
  background-image: url(./../assets/imgs/imagen-nuestros-medios.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nuestros-medios__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 80px 5rem;

}

.nuestros-medios p {
  text-align: justify;
}

.nuestros-medios ul {
  list-style: disc;
  margin-left: -18px;

}

/* FOURTH SECTION */
.section-img-bg {
  background-image: url(../assets/imgs/imagen-fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-img-bg-2 {
  background-image: url(../assets/imgs/imagen-tierra.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.positions-description {
  margin-top: 1rem;
}

.section-blue .container {
  z-index: 100 !important;
}

.section-blue {
  background-image: url(./../assets/imgs/imagen-fondo-second.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(66, 132, 212);
  opacity: .85;
  z-index: 10;
}

.section-img-bg .text-column {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-img-bg-2 .text-column {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 70px;
}

.section-blue .text-column {
  width: 50%;
}

.list-icons {
  display: flex;
  gap: 60px;
  align-items: baseline;
  padding: 0 10%;
  margin-top: 60px;
}

.list-icons li {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin: 0 auto;
}

.list-icons img {
  height: 70px;
}

.icon-second {
  width: 90px;
}

.section-veil {
  background-color: rgba(255, 255, 255, 0.1);
  width: 97%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 70px 0;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: #00558E;
  border-radius: 20px;
  width: 250px;
  padding: 40px 20px;
  gap: 20px;
}

.img-first-mb,
.img-second-mb {
  display: none;
}

/* LAST SECTION*/
.last-section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.last-section .text-column {
  width: 50%;
}

.video {
  margin: 0 auto;
  position: relative;
  top: -50px;
  width: 560px;
  height: 315px;
}

/* FOOTER */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000102;
  height: 80px;
  padding: 80px 0;
  gap: 2rem;
}

.rrss {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 1.5rem;
}

.rrss img {
  width: 20px;
}

.footer-links {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}

.footer-links a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}