body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
    /*background-color: #f5f5f5;*/
}

.container {
    background-color: white;
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.title {
    text-align: justify;
    font-size: 40px;
    font-weight: bold;
    color: dimgrey;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: dimgray;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.description {
    width: 60%;
    margin-top: 20px;
}

.img-placeholder {
    height: 263px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
}

.features {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.feature {
    display: flex;
    text-align: center;
}

.hr{
    width: 650px;
    margin: 0;
    height: 2px;
    background-color: #212529;
    opacity: 0.7;
}
.botonContact{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.botonIn{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background: #A3020A;
    color: white;
}
.icono{
    width: 100%;
    height: auto; /* Asegura que la altura se ajuste automáticamente */

}
.imgprincipal{
    width: 80%;
    height: auto; /* Asegura que la altura se ajuste automáticamente */

}
.foot{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.b{
    color: black;
}
.textoiconos{
    color: dimgrey;
}
.caja{
    display: flex;
    justify-content:space-around;
}
.textolarge{
    color: dimgray;
    text-align: justify;
    font-size: small;
    padding: 30px;
    font-weight: bold;
}
.boxbotones{
    display: flex;
    align-items: center;
}
.textolarge0, .textolarge1{
    color: dimgray;
    text-align: center;
    margin: 0;
    font-size: larger
}
.textoinicial0{
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: larger
}
.btn {
    margin: 5px;
}
.btn-1:hover {
  color: white;
  background-color: #D10B15;
}
.btn-1:active {
  color: white !important;
  background-color: #D10B15 !important;
}
@media (max-width: 1283px) {
    .imgprincipal {
        width: 0;
    }
    .feature {
        padding-top: 20px;
        justify-content: center;
    }
    .b{
        margin-right: 5px;
    }
    .csscol{
        flex-direction: column;
    }
    .textoiconos{
        display: flex;
        align-items: center;
    }
    .title {
        text-align: center;
    }
    .caja{
        justify-content:center;
    }
    .textolarge{
        font-size: x-large;
        padding: 0;
    }
    .textolarge1{
        font-size: x-large;
    }
    .textoinicial0{
        font-size: x-large;
    }
    .description {
        margin-top: 30px;
    }
    .hr{
        width: 100%;
    }
    .textolarge{
        padding: 0;
        margin-top: 45px;
        font-size: medium;
    }
    .textolarge0{
        font-size: x-large;
        margin-top: 30px;
    }
} 
@media (max-width: 992px) {
    .boxbotones{
        justify-content: center;
        margin-top: 25px;
    }
    .hideimg{
        width: 0;
    }
    .elemento {
        display: flex;
        justify-content: center;
    }
    .marge{
        margin-top: 2rem;
    }
}
@media (max-width: 742px) {
    .description{
        width: 80%;
        margin-top: 20px;
    }
}
@media (max-width: 742px) {
    .description{
        width: 80%;
        margin-top: 20px;
    }
}
@media (max-width: 580px) {
    .description{
        width: 90%;
        margin-top: 20px;
    }
}
@media (max-width: 580px) {
    .description{
        width: 100%;
        margin-top: 20px;
    }
    .feature{
        flex-direction: column;
    }
    .icono{
        width: 35%;
    }
    .textoiconos {
        justify-content: center;
        margin-top: 20px;
        font-size: 15px;
    }
    .title {
        text-align: left;
    }
}