@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");

.main-wrapper {
  max-width: 1920px;
  background-color: black;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-item,
button {
  font-family: "Russo One", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e3191;
}

h2 {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.rematesTitulos::before {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  background: url("images/plecaTBefore.jpg") no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -40px;
}

.rematesTitulos::after {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  background: url("images/plecaTAfter.jpg") no-repeat center left;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -40px;
}

.subTitulo {
  font-size: 1.5rem;
  font-style: italic;
}

p {
  font-size: 1.2rem;
  color: #606060;
}

.divisionBlue {
  height: 4px;
  background-color: #71cad2;
}

.btn-pink {
  width: 100%;
  max-width: 250px;
  background-color: #ec2a90;
  border-color: #ec2a90;
}

.btn-pink:hover {
  background-color: #af2b77;
  border-color: #af2b77;
}

.dropdown-divider {
  height: 100% !important;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

header {
  height: 100vh;
  background-color: black;
  overflow: hidden;
  padding-top: 0 !important;
  position: relative;
  min-height: 100% !important;
}

.videoContainer {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  filter: contrast(1.2) saturate(2.8);
  /* background-image: url('images/bgWhite1.jpg'); */
}

video {
  mix-blend-mode: multiply;
  height: 100%;
}

.verMas {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 1rem;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.verMas a {
  text-decoration: none;
}

#Servicios,
.fondoBlanco {
  background-color: white;
  background-image: url("images/bgWhite1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.servicio {
  width: 300px;
}

ul {
  list-style-type: disclosure-closed;
  /* list-style-image: url('/images/leaf_icon.jpg'); */
}

#Footer {
  background-image: url("images/imgFooter.jpg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: white;
}

#pieDePagina {
  background-color: #2e3191;
  border-top: 4px solid #ec2a90;
}

.creditos {
  font-size: 0.9rem;
}

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  h2 {
    font-size: 3.2rem;
  }

  h2::before {
    height: 3.2rem;
  }

  h2::after {
    height: 3.2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  header {
    height: 1080px;
  }
}
