/* GLOBAL STYLES
-------------------------------------------------- */
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 5rem;
    margin-bottom: 7rem;
  }
}


@media (min-width: 1300px) {
  .responsive, .gradienteBannerPpal {
    height: 700px;
  }

  .margin-top-responsive {
      margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  
}
@media (max-width: 768px) {
  .centrarEnBajaResolucion {
    text-align: center;
  }
  .fondo{
      padding: 1rem 15px!important;
  }
}


/* MARKETING CONTENT
-------------------------------------------------- */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
* {
  box-sizing: border-box;
}


/*<------------------------ ESTRUCTUTRAS ---------------------------> */
body {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  overflow-x: auto;
  position: relative;
}
main {
  margin-top: 69px;
}

/*<--------------------- COLORES UY -------------------------> */
/* AZUL: #003F76
    ROJO: #C61818
    GRIS: #7A797A
*/
.color-azul{
  color: #003F76!important;
}
.color-rojo{
  color: #C61818!important;
}


/*<-------------------- BOTONES FIJOS -----------------------> */
#btn-arriba {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background-color: #003F76;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
  color: white;
}
#btn-arriba:hover {
  cursor: pointer;
  box-shadow: 0 0 3px 0 #003F76;
  background-color: #003F76;
}
#btn-arriba:active {
  background-color: #C61818;
  animation: ease-in-out;
}
#btn-arriba.show {
  opacity: 1;
  visibility: visible;
}


/*<----------------------- NAV-BAR --------------------------> */
.logonavbar {
  width: 50px;
  height: 50px;
}
.barra-navegacion{
  background-color: white;
  border-bottom: 3px solid #003F76;
  width: 100%!important;
  position: fixed;
}
.fondo-azul-hover:hover{
  background-color: #003F76!important;
  border-radius: 10px;
  transition: 0.7s;
}
.fondo-azul-hover:active{
  background-color: #C61818!important;
  transition: 0.7s;
}
.color-white-hover:hover{
  color: white!important;
  transition: 0.7s;
}
.color-white-hover:hover > i{
  color: white!important;
  transition: 0.7s;
}

.navbar-toggler-icon{
  background-color: #003F76;
  border-radius: 5px;
}



/*<----------------------- FONDO PANTALLA PPAL --------------------------> */
.fondo{
  background-image: url("../img/MOSAICO-2.png");
  padding: 2rem 80px;
}




/*<------------------------ CAO ---------------------------> */
/* 
.row-hijo-cao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.row-hijo-cao1 {
  display: flex;
  flex-direction: column;
  align-items: center;
} */


/*----------------------- Footer -------------------------*/

.footer {
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  /* background-color: #003F76; */
  background: linear-gradient(to bottom right, rgb(0, 63, 118, .65) 30%, rgb(198, 24, 24, .65));
  /* border-top: 3px solid #003F76; */
}
.logofooter {
  width: 100px;
  height: 100px;
}
.parrafo-footer {
  font-family: nexalight;
  margin-bottom: 0;
  color: white;
}
.bi {
  text-decoration: none;
  color: white;
  font-size: 20px;
}
.item-hover {
  color: white;
}
.item-hover:hover {
  color: white;
  transition: 0.3s;
  font-size: 1.05rem;
  font-weight: bold;
}
.item-hover:not(:hover) {
  transition: 0.3s;
}
.telefono:hover>i {
  color: #C61818;
  transition: 0.2s;
}
.telefono:not(:hover)>i {
  transition: 0.2s;
}
.whatsapp:hover>i {
  color: #00bb2d;
  transition: 0.2s;
}
.whatsapp:not(:hover)>i {
  transition: 0.2s;
}
.facebook:hover>i {
  color: #0e76a8;
  transition: 0.2s;
}
.facebook:not(:hover)>i {
  transition: 0.2s;
}

.email:hover>i {
  color: #DB4A39;
  transition: 0.2s;
}
.email:not(:hover)>i {
  transition: 0.2s;
}