.title{
    color: white;
    width: auto;
    background-color: black;
}

.title p{
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-family: 'raleway', sans-serif;
}

header{
    background-image: url(../img/banner1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    height: 727px;
    background-color: black;

}

.contenido-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:center;
    gap: 5%;
    width:auto;
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: black;
}

.txt-descripcion p{
    font-size: 16px;
    font-family: 'raleway', sans-serif;
    letter-spacing: 0;
    width: 475px;
    height: 70px;
    text-align: left;
    color: white;
    opacity: 1;
}

.txt-1{
    padding: 10px;
}

.txt-2{
    padding: 10px;
}

.img-iguana-1{
    display: flex;
    justify-content: center;
    width: 399px;
    height: 237px;
    background-repeat: no-repeat;
}

.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 100px;
}

.caracteristicas{
    background-color: #1E1A13;
    font-family: 'raleway', sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;
    color: white;
    text-align: center;
}

h2{
    font-size: 40px;
    font-family: 'raleway', sans-serif;
}


.galeria{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: black;
}

.galeria img{
    width: 316px;
    height: 202px;
    margin: 10px;
}

footer{
    background-color: #1E1A13;
    font-family: 'raleway', sans-serif;
    text-align: center;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}