body {
    font-family: 'Archivo', sans-serif;
    /* background-color: #354052;
    color: #354052; */
    background-color: #fff;

}

/* NAV */

.navbar {
    border-bottom: 1px solid black;
}
.navbar-nav li a svg {
    fill: #7F7F7F
}
.navbar-nav li a svg:hover {
    fill: rgb(206,66,82);
}

@media (max-width: 991px){

.navbar-nav {
    justify-content: center !important;
    margin-top: 20px;
    padding: 0px;
    }
}
.nav-word{
    color: rgb(206,66,82);
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    padding: 0px;
    text-decoration: none;
}

.nav-word:hover{
    color: rgb(206,66,82);
}



.nav-chequeador{
    color: rgba(53, 64, 82, 1);
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    text-align: right;
    text-decoration: none;
}

.navbar-nav{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

}

.imageLogo {
	display: inline-block;
}
.imageLogoTilde {
	display: none;
}


.titulo h1 {
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
    color: #000000;
    margin-top: 31px;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 31px;

}

.titulo button {
  margin: 0;
  font-size: 10px;
  line-height: 24px;
  font-weight: 700;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.titulo .boton-historico {
    width: 100%;
    background: #354052;
    color: white;
    padding: 6px 0 6px 0;
    border-radius: 5px;
    border: 1px solid  #354052;
    cursor: pointer;
}

.titulo .boton-historico svg {
    font-size: 21px;
    margin-right: 6px;
    vertical-align: middle;
}

button.active-button {
  background-color: #000;
  color: #fff;
  
}
.boton-navegacion {
    padding: 5px 13px;
}
.iframe-contenido-historico-1 {
    height: 565px;
}

.iframe-contenido-historico-2 {
    height: 420px;
}

@media (max-width: 600px) {
.iframe-contenido-historico-1 {
    height: 342px;
}

.iframe-contenido-historico-2 {
    height: 320px;
}
}

.fecha-actual {
    color: #F72D54;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
}

.fecha-actual svg {
    fill: black;
    vertical-align: middle;
    margin-right: 6px;
}


@media (max-width: 1024px) {
    .boton-navegacion {
    padding: 5px 6px;
    }
}
/* Agregamos estilos para la clase .collapsible-title */
.collapsible-title {
  background: #E6ECF5;
  padding: 10px;
  margin: 0;
  border: 1px solid #E6ECF5;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #323232;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* Agregamos estilos para la clase .rotate-icon */
.rotate-icon {
  margin-left: auto;
  transition: transform 0.3s;
}

/* Estilos para el botón de navegación (sin la clase .rotate-icon) */
.navbar-toggler {
  /* Estilos del botón sin rotación */
}


#demo1 a{
    text-decoration: none;
    color: #7F7F7F;
}

#demo1 a:hover{
    text-decoration: none;
    color: #f72d54;
}




.titulo button#vista-diaria .active-button{
  background-color: #fff;
  color: #000;
}

.titulo button#vista-semanal .active-button{
  background-color: #fff;
  color: #000;
}
button.active-button:active,
button.active-button:focus {
  outline: none; /* Esto elimina el resaltado del botón al hacer clic en él */
}
/* .titulo button#vista-diaria {
  background-color: #000;
  color: #fff;
} */

/* .titulo button.active-button:active,
.titulo button.active-button:focus {
  background-color: #000 !important;
  color: #fff !important;
}

 */
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent;
}


.card-azul-carrousel {
    background: #e6ecf5;
    height: 100%;
    padding: 53px 120px;
    margin-top: 5px;
}
.card-azul-carrousel .leyenda {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000;
}

    @media (max-width: 600px) {
     .card-azul-carrousel {
        padding: 53px 30px;
    }
}

.comparti {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 33px;
}
.comparti p {
    margin-bottom: 0px;
    line-height: 25px;
    color: #7f7f7f;
}
.comparti ul {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0.25rem !important;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.comparti ul li {
    margin-right: 27px;
}
.comparti ul li svg{
    fill: #7F7F7F
}

.comparti li a svg:hover {
    fill: rgb(206,66,82);
}
.comparti button {
    background: #f72d54;
    border-radius: 5px;
    border-color: #f72d54;
    padding: 9px 26px;
    margin-top: 40px;
    border: 1px solid white;
}
.comparti button a {
    color: white;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.comparti button a:hover {
    text-decoration: none;
}

.col-creditos button{
    background: transparent;
    border: 1px solid white;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 30px;
    border-radius: 10px;
    color: white;
}

.col-creditos button:hover{
    background: white;
    border: 1px solid white;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 30px;
    border-radius: 10px;
    color: black;
}

/* .styledSupport {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0.25rem !important;
    margin: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.styledSupport .creditos {
    background: transparent;
    border: 1px solid white;
    border-radius: 5px px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 0px;
    border-radius: 10px;
}
.creditos .link-modal {
    color: #fff;
    padding: 0px 60px;
    background: transparent;
    border: none;
    font-weight: bold;
    cursor: pointer;
} */

/* .creditos .link-modal:focus {
    color: #fff;
    padding: 0px 60px;
    background: transparent;
    border: none;
    font-weight: bold;
    outline: 0;
}
.creditos .link-modal:focus-visible {
    color: #fff;
    padding: 0px 60px;
    background: transparent;
    border: none;
    outline: 0;
    font-weight: bold;
} */
.modal-header {
        border-bottom: 1px solid #fff
}

/* FOOTER */
.footer{
    background: black; 
    padding: 30px 40px; 
    margin-top: 20px; 
    margin-left: 0px;
    margin-right: 0px;
}


.footer .mobile-2{
    display: flex;
    justify-content: end;

    align-items: center;
}

@media (max-width: 600px) {
.footer{
    margin-top: 0px;
    padding: 70px 0px; 
    }
.footer .mobile-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.footer .mobile-2{
    text-align: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.footer .col-creditos{
    margin-bottom: 10px;
}
}


/* CONTENT */
.title {
    color:white;
    text-align: center;
    margin-top: 6%;
    font-size: 50px;
    font-weight: bold;
}

.number,.number2 {    
    font-weight: bold;
    background-color: #ee4953;
    color: white;
    display: inline-block;
    border-radius: 5px;
}

.btn-calcular{
    background-color: #ee4953;
    color: white;
    font-weight: bold;
}

#baseValue,#baseValue:focus,#baseValue:focus{
    width: 100%;
    outline: 0;
    border-top: none;
    border-right: none;
    font-weight: bold;
    border-left: none;
    /* padding-left: 20px; */
    background-size: 20px;
    color: #000;
    border-bottom: 1px solid black;
    border-top: none;
    border-right: none;
        margin-bottom: 13px;
    border-left: none;
    padding-left: 0px;
    background: url(https://storage.googleapis.com/area-desarrollo/frontend/PJ-03-0023%20-%20Calculadora%20de%20inflaci%C3%B3n%20refresh/flecha.png) no-repeat right;
    background-size: 8px;
}

#baseValue::placeholder{    
   color: rgba(0, 0, 0, 0.5);
   font-weight: normal;
   font-size: 16px;
}

.moneyInput{ 
    display: flex;    
    width: 100%;
    background-color: transparent!important;
    border: none;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin-right: 8px;
    font-size: 24px;
    border-radius: 5px;
}

.custom-select {
       border: none;
    color: #000;
    border-bottom: 1px solid black;
    border-top: none;
    border-right: none;
    margin-bottom: 13px;
    border-left: none;
    padding-left: 0px;
    background: url("https://storage.googleapis.com/area-desarrollo/frontend/PJ-01-0014%20-%20Calculadora%20de%20alquileres/Vector.png") no-repeat right;
    background-size: 10px;
    border-radius: inherit;
}
#resultsContainer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.links {
    color: white;
}

.links a {
    color: white;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
}

.links a:hover {
    color: #F72D54;
    cursor: pointer;
    text-decoration: none;
}

.subtitle{
    background-color: #ee4953;
    padding:16px;
}

.subtitle a{
    color: white;
    font-weight: bold;
}

.fb-share-button span{
    vertical-align: baseline!important;
}

.share-btn{
    background-color: white;
    border-radius: 100px;
    padding:1px;
}

.share-btn:hover{
    border-radius: 100px;
    padding:1px;
}

footer img:hover, .navbar-nav img:hover{
    border-radius: 100px;
}



/* PLACEHOLDER */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(173, 173, 173);
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(173, 173, 173);
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(173, 173, 173);
  }

.caption {
    font-size: 11px;
    color:grey;
    line-height:1;
    margin-bottom: 0;
}