body {
    font-family: 'Raleway', sans-serif;
    background-color: black;
    color: white;
}

/* cargar tipo de letra - forma 2*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500&display=swap');*/

/* * {
    margin: 0;
    padding: 0;
} */

/* Configuración Header */

.barra{
    background-color:rgb(40, 180, 5);
    font-family: 'Mali', cursive;
}

header {
    display: block;
}

header h1 {
    font-size: 3em;
    text-align: center;
    /*73px son 4,5625em*/
    line-height: 73px;
    height: 73px;
    /* line-height: 4, 5625em;
    height: 4, 5625em; */
}

.iguana-header {
    width: 100%;
}


/* Sección 1 - descrición*/
/* .iguana-descripcion {
    height: 348px;
    display: flow-root; 
} */

.iguana-1 {
    width: 399px;
    /* height: 237px; */
    /* float: right; */
    /* padding-top: 65px; */
    /* padding-right: 150px; */
    /* padding-bottom: 66px; */
}

.textos-iguanas {
    /* display: inline-block; */
    /* height: 348px;
    width: 475px; */
    /* padding-top: 76px;
    padding-bottom: 75px; */
    /* padding-left: 150px; */
    font-weight: 300px;
    line-height: 16px;
}

/* .textos-iguanas:hover {
    color:blueviolet;
} */

/* .texto-1 {
    margin-bottom: 1em;
}

.texto-2 {
    margin-top: 1em;
} */

/* Sección 2 - Características */
.caracteristicas {
    background-color: #1E1A13;
    /* height: 348px; */
    text-align: center;
}

.caracteristicas h2 {
    /* padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2.5em; */
    font-size:40px;
    font-weight: 500px;
    font-size: 40px;
}

.cualidad-iguanas p {
    font-weight: 300px;
    line-height: 30px;
}

.cualidad-iguanas {
    /* text-align: center;  */
    font-size: 25px;
    /* width: 33%; */
    padding-top: 1em;
    padding-bottom: 1em;
} 

/* .caracteristicas .cualidad-iguanas {
    display: inline-block;
} */

/* Galería de imágenes de Iguanas */

.galeria-iguanas .imgsize {
    width: 316px;
    height: 202px;
    /* display: inline-block; */
    /* vertical-align: middle; */
}
.galeria-iguanas {
    /* height: 348px; */
    line-height: 348px;
    text-align: center;
}

/* Pie de página */
footer {
    /* height: 102px; */
    background-color: #1E1A13;
    text-align: center;
}

footer a {
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 24px;
}

.link-iguana {
    padding-top: 39px;
    padding-bottom: 39px;
}

footer a:hover {
    color: chartreuse;
}

footer a:active {
    color: blueviolet;
}

