

.contenedor{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 10px;
}

@media (max-width:900px) {


.contenedor {
        grid-template-columns: repeat(1, 1fr);
    }

}

.caseta{
    width: 100%;
    height: 70%;
    justify-content: center;
    align-items: center;
}

.titulo{
    font-weight: bold;
    font-size: 30px;
    color: white;
    background-color: #74bc1f;
    margin: 0px 70px 0px 70px;
}

.listas{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
}

hr {
    width: 95%;
    height: 0;
    border: medium none;
    border-top: 2px dashed white !important
}

iframe {
    width:600px; 
    height: 450px;
    border: 2px solid white;
}

@media (max-width:1200px) {

iframe {
        width: 400px;
        height: 350px;
    }

}


@media (max-width:900px) {

    iframe {
        width: 600px;
        height: 450px;
    }

}



.listado{
    margin: 15px 0 0 30px;

}

.listado:nth-child(2) {
        border-left: 2px solid white;
}

.listado p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.listado ul{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: white;
    list-style: none;
    line-height: 30px;
    text-align: left;
}
