/* 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;
  }
}

/* --------  LETRA DE PARRAFO MISION Y VISION - RESPONSIVE  -------- */
@media (min-width: 1622px){
  .line-heigth-mision{
    line-height: 210%!important;
  }
}
@media (min-width: 1500px) and (max-width: 1622px){
  .line-heigth-mision{
    line-height: 170%!important;
  }
}
@media (min-width: 1400px) and (max-width: 1500px){
  .line-heigth-mision{
    line-height: 150%!important;
  }
}
@media (min-width: 1350px) and (max-width: 1400px){
  .line-heigth-mision{
    line-height: 170%!important;
  }
}
@media (min-width: 1300px) and (max-width: 1350px){
  .line-heigth-mision{
    line-height: 170%!important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px){
  .line-heigth-mision{
    line-height: 150%!important;
  }
}

/* --------  LETRA DE PARRAFO ROL EN LA SOCIEDAD - RESPONSIVE  -------- */
@media (min-width: 1560px){
  .line-heigth-rol{
    line-height: 220%!important;
  }
} 
@media (min-width: 1400px) and (max-width: 1560px){
  .line-heigth-rol{
    line-height: 180%!important;
  }  
}
@media (min-width: 1350px) and (max-width: 1400px){
  .line-heigth-rol{
    line-height: 210%!important;
  } 
}
@media (min-width: 1200px) and (max-width: 1350px){
  .line-heigth-rol{
    line-height: 180%!important;
  } 
}


/* CLASES RESPONSIVES */
@media (min-width: 1350px) {
  .responsive, .gradienteBannerPpal {
    height: 700px;
  }
  .margin-top-responsive {
     margin-top: 60px;
  }
  #cao > div > .mifuente {
    font-size:calc(16px + 1.8vw)!important;
    line-height: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .responsive, .gradienteBannerPpal, .div-columnas {
    min-height: 500px;
  }
  .responsive {
    background-position: center bottom!important;
  }
  #cao > div > .mifuente {
    font-size:calc(16px + 1.8vw)!important;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .centrarEnBajaResolucion {
    text-align: center;
  }
  .responsive, .gradienteBannerPpal {
    min-height: 500px;
  }
  .responsive {
    background-position: center bottom!important;
  }
  .fondoBannerTransparencia {
    padding: 2rem 35px!important;
  }
  #cao > div > .mifuente {
    font-size:calc(16px + 5vw)!important;
    line-height: 1.2em;
  }
}


/* 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;
  background: url("../img/MOSAICO-2.png");
}
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: 85px;
  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;
}
#btn-wsp {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 100;
  z-index: 1000;
  border-radius: 50%;
  color: #00bb2d !important;
}
#btn-wsp:hover {
  cursor: pointer;
  transform: rotate(372deg);
  transition: 0.5s;
}
#btn-wsp:not(:hover) {
  transition: 0.5s;
}


/*<----------------------- NAV-BAR --------------------------> */
.logonavbar {
  width: 50px;
  height: 50px;
}
.barra-navegacion{
  background-color: white;
  border-bottom: 3px solid #003F76;
  position: fixed;
  width: 100%!important;
}
.fondo-azul-hover:hover{
  background-color: #003F76!important;
  border-radius: 10px;
  transition: 0.7s;
}
.fondo-azul-hover:active{
  background-color: #C61818!important;
  transition: 0.1s;
}
.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;
}

.botonZA {
  background-color: #263ea0;
  padding: 0 22px;
  line-height: 49px;
  height: 49px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.botonZA:hover {
  color: #fff;
}


/*<----------------------- BANNER 1 --------------------------> */
.mifuente {
  font-size:calc(16px + 1vw);
  line-height: 1.2em;
}

.responsive{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fondoBannerPpal {
  background-image: url("../img/UY-1.png");
  background-attachment:fixed;
}
.gradienteBannerPpal {
  background: linear-gradient(to bottom right, rgb(0, 63, 118, .7), rgb(198, 24, 24, .7));
  width: 100%;
  height: 100%;
  margin: 0;
}
.bannerPpal {
  background-color: transparent;
  width: calc(100% - 64px);
  margin: 2rem 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.logo-banner {
  min-width: 200px;
  max-width: 50%;
  height: auto;
}

/*<----------------------- BANNER INSTITUCIONAL --------------------------> */
.fondoBannerInstitucional{
  background-image: url("../img/MOSAICO-2.png");
  padding: 2rem 35px;
}

/*<----------------------- BANNER 2 --------------------------> */
.fondoBannerTransparencia {
  background: url("../img/TRANSPARENCIA-3.png");
  padding: 3rem 55px;
}



/*<------------------------ CAO ---------------------------> */
.imgcolumna {
  min-width: 80px;
  max-width: 30%;
  height: auto;  
}

.div-columnas {
  min-height: 700px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.btn-clasico {
  border-radius: 10px;
  background-color: #C61818;
  color: white;
  border: none;
  box-shadow: 1px 2px 5px 0 black;
}

.btn-clasico:hover {
  background-color: #003F76;
  transition: 0.7s;
}

.btn-clasico:not(:hover) {
  transition: 0.7s;
}

/*----------------------- 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.7s;
}
.email:not(:hover)>i {
  transition: 0.7s;
}


/*----------------------- Modal -------------------------*/
.linkWsp {
  color: #00bb2d;
}

.linkWsp:hover {
  color: #00751b;
  transition: 0.2s;
}

.btnFormulario {
  color: #ff9100;
}
.btnFormulario:hover {
  cursor: pointer;
  color: rgb(255 101 30);
  transition: 0.2s;
}

.btnModalConfirmar {
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #C61818;
  color: white;
  border: none;
  box-shadow: 1px 2px 5px 0 black;
}

.btnModalConfirmar:hover {
  background-color: #003F76;
  transition: 0.7s;
}

.btnVolver {
  padding: 4px 10px;
  border-radius: 5px;
  border: none;
  box-shadow: 1px 2px 5px 0 rgb(149, 149, 149);
}

.btnVolver:hover {
  background-color: rgb(232, 232, 232);
  transition: 0.3s;
}

#pantallaCarga {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background-color: #fff;
  z-index: 1056;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  height: 100px;
  width: 100px;
}

@media (min-width: 576px){
  #modal-dialog{
    max-width: 60%;
  }
}

#boton-X{
  position: absolute!important;
  right: 2%;
}

#modalAviso{
  transform-origin: center;
  transition: transform 1.5s;
}

.rotated-content {
  transform: scaleX(-1); /* Inversión en el eje X */
}