

.navigate-bar {
    min-height: 150px;
    background-color: #ff8200;
    border-bottom: 25px solid #09e92e;
    padding: 10px;
    justify-content: space-between;
}

.navigate-links {
    font-family: 'Poppins', sans-serif;
    text-decoration-line: none;
    font-size: 18px;
    color: white;
}

.carrousel-img {
    width: 100%;
    height: 500px;
    padding: 0px;
}

.container-frase {
    background-color: #2bc03f;
    width: 100%;
    text-align: justify;
}

.container-frase h1 {
    font-family: 'Poppins', sans-serif;
    color: white;
}

.container-somos {
    background-color: #ff8200;
    width: 100%;
    height: 80px;
    padding-top: 27px;
}

.container-somos h2 {
    font-family: 'Poppins', sans-serif;
    color: white;
    cursor: pointer;
}

.descripcion-somos {
    border: solid #43883F;
    border-width: 5px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 25px;
}

.row-fotografias {
    width: 100%;
    height: 90%;
}

/* Estilos footer */

footer {
    width: 100%;
    height: 100%;
    background-color: #43883F;
    color: rgb(8, 8, 8);
    font-family: 'Poppins', sans-serif;
    top: 0px;
}

.container-footer-all {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
    color: white;
}

.container-body {
    display: flex;
    justify-content: space-between;
}

.colum1 {
    max-width: 400px;
}

.colum1 h1 {
    font-size: 22px;
}

.colum1 p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}

.colum2 {
    max-width: 400px;
}

.colum2 h1 {
    font-size: 22px;
}

.row1 {
    margin-top: 20px;
    display: flex;
}

.row1 img {
    width: 36px;
    height: 36px;
}

.row1 label {
    margin-top: 10px;
    margin-left: 20px;
    color: #FFFFFF;
}

.colum3 {
    max-width: 400px;
}

.colum3 h1 {
    font-size: 22px;
}

.row2 {
    margin-top: 20px;
    /* display: flex; */
}

.row2 img {
    width: 36px;
    height: 36px;
}

.row2 label {
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
}

.container-footer {
    width: 100%;
    background-color: #0f0f0f;
}

.footer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.copyright {
    color: #ff8200;
}

.copyright a {
    text-decoration: none;
    color: #ff8200;
    font-weight: bold;
}

.information a {
    text-decoration: none;
    color: #ff8200;
    font-family: 'Poppins', sans-serif;
}
.formato{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: rgb(0, 0, 0);
   
}