body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;    
    z-index: 1000;
}

.slider {
    height: 500px;
    overflow: hidden;
    margin-top: 64px; 
}

.slider .slides img {
    height: 100%;
    object-fit: cover;
}
.product-column {
    padding: 20px;
    text-align: center;
}

.services-section {
    height: 300px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.services-section h2 {
    font-size: 2.5rem;
}

footer{
    background-color: #212121;
    color: #ffffff;
    padding: 20px;
}

footer a {
    color: #ffffff;
}

.sidenav {
   width: 250px; 
}

.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.video-background-section {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5); 
}

.video-content h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.video-content p {
    font-size: 1.5rem;
}

.opportunity-section {
    background-image: url('../img/baner01.jpg'); 
    background-size: cover;
    background-position: center;
    height: 400px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.opportunity-content {
    max-width: 800px;
}

.opportunity-content h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.opportunity-content p {
    font-size: 1.5rem;
}


.tratamiento-pie-section {
    background-image: url('../img/pie_tratamiento.jpg'); 
    background-size: cover;
    background-position: center;
    height: 1100px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 0 20px;
}

.tratamiento-pie-content {
    max-width: 800px;
}

.tratamiento-pie-content h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.tratamiento-pie-content p {
    font-size: 2.0rem;
}

.quienes-somos-section {
    background-image: url('../img/qsomos.jpg'); 
    background-size: cover;
    background-position: center;
    height: 400px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.btn-link {
    background-color: #1e88e5; 
    border: none; 
    color: white;
    text-decoration: none;
    padding: 8px 16px; 
    border-radius: 25px; 
    font-size: 16px;
    font-weight: 500; 
    display: inline-block; 
    text-align: center; 
    transition: all 0.3s ease; 
}

.btn-link:hover {
    background-color: #0d47a1; 
    color: #e3f2fd; 
}

.imagen-con-margen {
     margin-right: 15px; 
}

.checkmark-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px; 
}

.checkmark-list .material-icons {
    color: #1e88e5;
    margin-right: 10px; 
}
.cotizaciones-section {
    background-image: url('../img/cotizacion.jpg'); 
    background-size: cover;
    background-position: center;
    height: 400px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}
.btn-custom {
  background-color: #00796b;
  border-radius: 24px;
  padding: 10px 20px;
}
.btn-custom:hover {
  background-color: #004d40;
}
.icon {
    font-size: 24px; 
    color: #1e88e5; 
    vertical-align: middle; 
    margin-right: 8px; 
}
.contact-info {
    margin-bottom: 10px; 
}
.resaltar-text{
    font-weight: bolder;
}