﻿@import url("../css/fuentes.css");

h1 {
    margin-top: 15px;
    font-family: "Baskerville-Regular";
    color: #941B80;
    font-size: 3.5vmax;
}

.lugares {
    color: #606060;
    font-size: 1em;
    font-family: "Baskerville-Italic";
    transition: .3s;
}

    .lugares:hover{
        color: #941B80;
        transform: scale(1.2);
        text-decoration: none;
    }

.banners {
    margin-top: 7px;
    width: 100%;
}

.portada1 {
    height: 1040px; 
    width: 540px;
}

.portada2 {
    height: 300px;
    /* width: 540px; */
    width: 100%;
}

#___gcse_0 {
    width:100%;
}

@media (max-width: 480px) {
    .portada1, .portada2 {
        height: auto;
        width: 100%;
    }
}
