body{
    margin: 0 auto;
    background-color: #f8f8f8;
}

.alert-background{

    z-index: 2;
    background-color: #00000085;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.img{
    
    height: 60px;
    width: 60px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0; 
    right: 0; 
    margin-top: auto; 
    margin-bottom: auto; 
    margin-left: auto; 
    margin-right: auto;
    user-select: none;
}

.cruz{

    margin: auto;
    display: block;
    width: 20%;
    user-select: none;
}

.cerrar-alerta{

    z-index: 6;
    height: 30px;
    width: 30px;
    position: fixed;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    user-select: none;
}

.event-blocker{

    border: solid black 0px;
    z-index: 5;
    height: 0px;
    width: 0px;
    position: fixed;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    user-select: none;
}

.margin{

    position: fixed;
    border: solid black 1px;
    height: 480px;
    width: 780px;
    top: 0;
    bottom: 0;
    left: 0; 
    right: 0; 
    margin-top: auto; 
    margin-bottom: auto; 
    margin-left: auto; 
    margin-right: auto;
    display: none;
}

iframe{

    height: 100%;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
}

.titulo{

    position: relative;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60px;
    color: black;
    text-align: center;
    line-height: 250px;
    height: 180px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fondo{
    
    width: 100%;
    height: 200px;
    object-fit: cover;
    pointer-events: none;
    margin-top: -10px;
    margin-bottom: -10px;
}

.logo{

    position: absolute;
    float: right;
    float: left;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.info{

    border: solid black 0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    color: black;
    text-align: center;
    height: 35px;
}

.muestreo{

    border: solid black 0px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.contenedor{

    border: solid black 0px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 900px) {
    
    .contenedor{

        width: 98%;
    }

}

.shadow{

    box-shadow:
    0px 0.6px 3.6px rgba(0, 0, 0, 0.022),
    0px 1.8px 10px rgba(0, 0, 0, 0.032),
    0px 4.2px 24.1px rgba(0, 0, 0, 0.036),
    0px 14px 80px rgba(0, 0, 0, 0.05);
}

.caja{

    background-color: white;
    border: #f8f8f8 solid 1px;
    border-radius: 3px 3px 3px 3px;
    height: 280px;
    width: 180px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    }.caja:hover{
    
    border: #4099ff solid 1px;
    }.caja:active{
    
    border: #ff3d33 solid 1px;
}

.circle{

    background-color: #0000003b;
    position: absolute;
    pointer-events: none;
}

.nombre{
    
    color: #333333;
    text-align: left;
    font-size: 14px;
    height: 40px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 5px;
    padding-left: 5px;
    pointer-events: none;
}

.description{
    
    color: #5e5e5e;
    text-align: left;
    font-size: 14px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: none;
}

.contactar{

    background-color: rgb(132, 208, 134);
    color: white;
    display: none;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.precio{

    color: #888888;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: right;
    font-size: 14px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    pointer-events: none;
    bottom: 0;
    right: 0;
    margin-right: auto;
    margin-bottom: auto;
}

.crop{

    border-radius: 3px 3px 0px 0px;
    border-bottom: #c9c9c9 solid 1px;
    width: 100%;
    height: 65%;
    object-fit: cover;
    pointer-events: none;
}

.separador{

    height: 1px;
    background-color: #c9c9c9;
    pointer-events: none;
}