/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #270949;
  font-family: "Rozha One";
  text-align: justify;
}


.back-to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color:#4654a3;
  border-color: #270949;
  color:#e6e9f5;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

.back-to-top:hover {
  background-color: #555;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 42rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 42rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.featurette-heading-subtitle{
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.modal-aviso-privacidad{
  min-width: 800px;
}

/* Nav Bar custom */
.navbar-custom-icon {
  min-height: 40px;
}

.navbar-custom-brand {
  margin-right: 1rem;
  /* font-size: 1.25rem; */
  /* text-decoration: none; */
  white-space: nowrap;
}

.navbar-custom-nav {
  justify-content: right;
  flex-grow: 1;
}

.custom-bg-dark {
  background-color:#270949;
}

.custom-color-dark {
  color:#270949;
}

.custom-color-dark-text-stroke {
  color:#270949;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #e6e9f5;
}

.custom-color-medium {
  color:#4654a3;
}

.custom-color-medium-text-stroke {
  color:#4654a3;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #e6e9f5;
}



.custom-color-light {
  color:#e6e9f5;
}

.custom-color-light-text-stroke {
  color:#e6e9f5;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
}

.custom-color-bg-dark {
  background-color:#270949;
}

.custom-color-bg-medium {
  background-color:#4654a3;
}

.custom-color-bg-light {
  background-color:#e6e9f5;
}

.custom-button-principal {
  color:#e6e9f5;
  background-color:#4654a3;
  border-color: #270949;
}

.custom-button-principal:hover {
  background-color:#e6e9f5;
}

.custom-button-principal:focus {
  background-color:#e6e9f5;
}

.custom-button-principal:visited {
  background-color:#4654a3;
}

.custom-icon-image {
  width: 140px;
  height: 140px;
}


.navbar-menu-link {
  font-size: 1.25rem;
  line-height: 1.4;
}


.navbar-custom-submenu {
  background-color: #4654a3;
}

.navbar-custom-link:hover {
  background-color: #4654a3;
}

.custom-featurette-image {
  width: 500px;
  padding-bottom: 10px;
}

.custom-featurette-image-mini {
  width: 400px;
  padding-bottom: 10px;
}

.custom-featurette-image-icon {
  width: 50px;
}

.custom-featurette-image-icon-phone {
  width: 100px;
}

.custom-featurette-image-right {
  padding-left: 6%;
}

.custom-featurette-image-left {
  padding-right: 0px;
}

.lead {
  font-size: 20px;
}

.lead-mini {
  font-size: 15px;
  text-align: left;
}

.lead-long {
  font-size: 20px;
}
.lead-short {
  display: none;
  font-size: 20px;
}

.lead-long-notorious {
  font-size: 23px;
}
.lead-short-notorious {
  display: none;
  font-size: 23px;
}

.lead-bold {
  font-size: 20px;
  font-weight: bold;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 100em) {
  /* Bump up size of carousel content */

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .carousel-caption li {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .featurette-heading-subtitle {
    font-size: 30px;
  }
  .modal-aviso-privacidad{
    min-width: 800px;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 42rem;
  }

  .lead-long {
    display: none;
    font-size: 20px;
  }
  .lead-short {
    display: block;
    font-size: 20px;
  }

  .lead-long-notorious {
    display: none;
    font-size: 23px;
  }
  .lead-short-notorious {
    display: block;
    font-size: 23px;
  }

  .lead {
    font-size: 20px;
  }
  .lead-bold {
    font-size: 20px;
    font-weight: bold;
  }
  .custom-featurette-image-left {
    padding-right: 1%;
  }
}


@media (max-width: 80em) {
  /* Bump up size of carousel content */

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .carousel-caption li {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .featurette-heading-subtitle {
    font-size: 30px;
  }
  .modal-aviso-privacidad{
    min-width: 700px;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 42rem;
  }

  .lead-long {
    display: none;
    font-size: 20px;
  }
  .lead-short {
    display: block;
    font-size: 20px;
  }

  .lead-long-notorious {
    display: none;
    font-size: 23px;
  }
  .lead-short-notorious {
    display: block;
    font-size: 23px;
  }

  .lead {
    font-size: 20px;
  }
  .lead-bold {
    font-size: 20px;
    font-weight: bold;
  }
  .custom-featurette-image {
    width: 400px;
  }
  .custom-featurette-image-mini {
    width: 300px;
  }
  .custom-featurette-image-left {
    padding-right: 1%;
  }
}



@media (max-width: 60em){
  .lead-long {
    display: block;
    font-size: 20px;
  }
  .lead-short {
    display: none;
    font-size: 20px;
  }
  .lead-long-notorious {
    display: block;
    font-size: 23px;
  }
  .lead-short-notorious {
    display: none;
    font-size: 23px;
  }
  .lead {
    font-size: 20px;
  }
  .lead-bold {
    font-size: 20px;
    font-weight: bold;
  }
  .custom-featurette-image {
    width: 300px;
  }
  .custom-featurette-image-mini {
    width: 200px;
  }
  .custom-featurette-image-left {
    padding-right: 1%;
  }
  .modal-aviso-privacidad{
    min-width: 400px;
  }
}



@media (max-width: 40em){
  .carousel-caption p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1;
  }
  .carousel-caption li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1;
  }
  .featurette-heading {
    font-size: 28px;
  }
  .featurette-heading-subtitle {
    font-size: 25px;
  }
  .modal-aviso-privacidad{
    min-width: 200px;
  }
  .lead {
    font-size: 18px;
  }
  .lead-long {
    display: block;
    font-size: 18px;
  }
  .lead-short {
    display: none;
    font-size: 18px;
  }
  .lead-long-notorious {
    display: block;
    font-size: 21px;
  }
  .lead-short-notorious {
    display: none;
    font-size: 21px;
  }
  .lead {
    font-size: 18px;
  }
  .lead-bold {
    font-size: 18px;
    font-weight: bold;
  }
  .custom-featurette-image {
    width: 300px;
  }
  .custom-featurette-image-mini {
    width: 200px;
  }
  .custom-featurette-image-left {
    padding-right: 1%;
  }
  .carousel-item {
    height: 28rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60%;
    height: 28rem;
  }
  .custom-button-principal {
    color:#e6e9f5;
    background-color:#4654a3;
    border-color: #270949;
    font-size: 1rem;
  }

  .navbar-custom-icon {
    min-height: 20px;
  }

  .navbar-menu-link {
    font-size: 1rem;
    line-height: 1;
  }

  .custom-icon-image {
    width: 100px;
    height: 100px;
  }

  

}




@media (max-width: 30em){
  .carousel-caption p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1;
  }
  .carousel-caption li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1;
  }
  .featurette-heading {
    font-size: 25px;
  }
  .featurette-heading-subtitle {
    font-size: 22px;
  }
  .modal-aviso-privacidad{
    min-width: 200px;
  }
  .custom-featurette-image {
    width: 200px;
  }
  .custom-featurette-image-mini {
    width: 100px;
  }
  .custom-featurette-image-left {
    padding-right: 0%;
  }
  .custom-featurette-image-right {
    padding-left: 0%;
  }
  .lead {
    font-size: 16px;
  }
  .carousel-item {
    height: 18rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 40%;
    height: 18rem;
  }
  .custom-button-principal {
    color:#e6e9f5;
    background-color:#4654a3;
    border-color: #270949;
    font-size: 1rem;
  }

  .navbar-custom-icon {
    min-height: 20px;
  }

  .navbar-menu-link {
    font-size: 1rem;
    line-height: 1;
  }

  .custom-icon-image {
    width: 80px;
    height: 80px;
  }

  .lead-long {
    
    font-size: 16px;
  }
  .lead-short {
    display: none;
    font-size: 16px;
  }
  .lead-long-notorious {
    
    font-size: 19px;
  }
  .lead-short-notorious {
    display: none;
    font-size: 19px;
  }
  .lead {
    font-size: 16px;
  }
  .lead-bold {
    font-size: 16px;
    font-weight: bold;
  }

}

