body {
    font-family: 'Inter', sans-serif;
    background-image: url('base.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.header-container,
.footer-container {
    padding: 1.5rem; /* Equivalente a 20px */
}

.cuerpo {
    margin-top: 3rem; /* Equivalente a 60px */
}
.cuerpo p{
    font-size: 0.9rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1{
    font-size: 2.0rem;
}
h2{
    font-size: 2.3rem;
}
h3{
    font-size: 1.8rem;
}

.main-content {
    height: auto;
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    background-color: #F8F8F8;
    margin: 2.5rem; /* Equivalente a 40px */
    border-radius: 12px;
    border: solid 4px #FFF;
    color: #817f7f;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.logo_header {
    height: 2rem; /* Equivalente a 32px */
    width: 7.4375rem; /* Equivalente a 119px */
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #5c5959;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #817f7f;
    position: relative;
    margin-right: 1.25rem; /* Equivalente a 20px */
}

.sub_menu {
    font-size: 0.55rem; /* Equivalente a 12px */
    display: block;
    right: 0.5rem; /* Equivalente a 9px */
    position: absolute;
}

.pagination li>a {
    color: #817f7f;
    font-size: 0.9rem !important;
    padding: 0.375rem !important; /* Equivalente a 6px */
}

.range_menu {
    cursor: pointer;
}

.centrado {
    position: relative;
}

.range-value {
    position: absolute;
    top: 50%;
    right: 1.375rem; /* Equivalente a 22px */
    transform: translateY(-50%);
    font-size: 1.2rem; /* Equivalente a 1.2em */
    margin-bottom: 0.625rem; /* Equivalente a 10px */
    height: 100%;
}

/*+++++++*/
#rangeCarousel {
    transform: rotate(-270deg);
    /* transform-origin: 0% 0%; */
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    background-color: #00000021 !important;
    position: relative;
    top: 120px;
    right: 24px;
    width: 260px;
    height: 2px;
}
/* Ocultar el riel del control deslizante */
#rangeCarousel::-webkit-slider-runnable-track {
    background-color: transparent;
    border: none;
}

/* Establecer el estilo del control deslizante activo */
#rangeCarousel::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px; /* Ancho del cuadrado */
    height: 4px; /* Altura del cuadrado */
    background-color: #817f7f; /* Color del cuadrado */
    border: none;
    border-radius: 0; /* Sin bordes redondeados */
    cursor: pointer;
    position: relative;
    top: 6px;
}
.range_menu{
    cursor: pointer;
}
.centrado {
    position: relative;
}
.range-value {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    font-size: 1.2em;
    margin-bottom: 10px;
    height: 100%;
}
.img-srv{
    width: 100%;
    max-height: 320px;
    border-radius: 12px;
}

.serv_grl {
    display: none;
}

.highlighted {
    color: #7d7d7d; /* Cambiar el color a negro u otro color deseado */
    font-weight: bold; /* Otras propiedades de estilo según sea necesario */
    font-size: 1.6rem !important; /* Equivalente a 1.6em */
}

.btn-primary,
.btn-light {
    background-color: #5c5959;
    border: 1px solid #5c5959;
    font-size: 0.9rem; /* Equivalente a 14px */
}

.btn-light {
    background-color: #FFF;
    border: 1px solid #5c5959;
    font-size: 0.9rem; /* Equivalente a 14px */
}

.btn-primary:hover,
.btn-light:hover {
    background-color: #5c5959;
    border: 1px solid #5c5959;
    color: #FFF;
}

.btn-primary:focus,
.btn-light:focus {
    background-color: #5c5959;
    border: 1px solid #5c5959;
    color: #FFF;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #5c5959;
    background-color: #FFF;
    border: 1px solid #5c5959;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);

}

.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #5c5959;
    border-color: #5c5959;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);
} 
.btn-primary:hover, .btn-light:hover{

}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{

    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);
}

.btn-suave {
    background-color: transparent;
    border: 1px solid transparent;
    color: #817f7f;
    text-align: left;
    padding: 0 !important;
}

.btn-mail {
    background-color: #00508f;
}

.footer {
    background-color: #cacaca4d;
    border-radius: 0px 0px 12px 12px;
}

.logo_footer {
    height: 2rem; /* Equivalente a 32px */
    width: 7.4375rem; /* Equivalente a 119px */
    margin-left: 1.75rem; /* Equivalente a 28px */
    margin-top: 0.875rem; /* Equivalente a 14px */
}

.footer a {
    color: #817f7f;
    font-size: 0.9rem; /* Equivalente a 14px */
}

.footer-redes {
    padding: 0.5rem 0.25rem; /* Equivalente a 8px 4px */
    font-size: 1.2rem; /* Equivalente a 1.2em */
    text-decoration: none;
}
.footer-redes:hover {
    font-weight: bold;
    text-decoration: none;
}

.footer-container {
    color: #817f7f;
    font-size: 0.9rem; /* Equivalente a 14px */
}

.page-link:hover {
    color: #817f7f;
}

/* Estilo para los botones flotantes */
.floating-btn-container {
    position: fixed;
    bottom: 1.25rem; /* Equivalente a 20px */
    right: 1.25rem; /* Equivalente a 20px */
}

.floating-btn {
    width: 3.125rem; /* Equivalente a 50px */
    height: 3.125rem; /* Equivalente a 50px */
    border-radius: 50%;
    background-color: #00508f; /* Color de fondo del botón de WhatsApp */
    color: #ffffff; /* Color del icono */
    border: none;
    cursor: pointer;
    margin-right: 0.625rem; /* Equivalente a 10px */
    transition: all 0.3s ease-in-out;
}

/* Estilo para el icono dentro del botón */
.floating-btn i {
    font-size: 1.5rem; /* Equivalente a 24px */
    line-height: 3.125rem; /* Centra verticalmente el icono */
}

/* Cambia el color del botón cuando se pasa el mouse por encima */
.floating-btn:hover {
    background-color: #5c5959; /* Nuevo color de fondo */
}




.container_foto {
    background-color: rgba(57, 62, 93, 0.7);
    padding: 0;
    overflow: hidden;
    max-width: 350px;
    margin: 5px;
    border-radius: 8px;
}

.container_foto article {
    padding: 10%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container_foto h2 {
    color: #fff;
    font-weight: 800;
    font-size: 25px;
    border-bottom: #fff solid 1px;
}

.container_foto h4 {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.container_foto img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
    -ms-transition: all 4s ease;
    transition: all 4s ease;
}

.ver_mas {
    background-color: #ffffffe3;
    color:#5c5959;
    font-size: .9rem;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ver_mas span,.ver_mas a {
    color: #5c5959;
    position: relative;
    margin: 10px auto;
    width: 100%;
    top: 6px;
    font-size: .7rem;
}

.container_foto h2{
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: #fff solid 1px;
}
.container_foto h4{
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
}

/*hovers*/

.container_foto:hover {
    cursor: pointer;
}

.container_foto:hover img {
    opacity: 0.1;
    transform: scale(1.5);
}

.container_foto:hover article {
    transform: translate(2px, -69px);
    -webkit-transform: translate(2px, -69px);
    -moz-transform: translate(2px, -69px);
    -o-transform: translate(2px, -69px);
    -ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}
