@import 'https://fonts.googleapis.com/css?family=Rubik+One';
@import 'https://fonts.googleapis.com/css?family=Dosis';


.TituloZona{
    background-color: rgb(172, 172, 248);
    width: 30%;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color:rgb(59,59,59);
}

.barra{
    background-color: brown;
    width: 95%;
    margin: auto;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    color:white;
    font-family: 'Dosis', sans-serif;
    font-size: 10px;
}

@media only screen and (max-width : 600px) {
    .TituloZona{
        width: 95%;
    }
    .ultimate{
        font-size: 20px;
    }
    .logos{
        width: 95%;
    }
}

.logos{
    background-color: rgb(255, 255, 255);
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ultimate{
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 10px;
    color:rgb(59,59,59);
    margin-bottom: 10px;
    margin-top: 5px;
}

.Camara{
    background-color: rgb(217, 217, 217);
    width: 250px;
    height: 400px;
    margin: auto;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    /*border:5px solid rgb(59,59,59);*/
    border-top: 6px solid rgb(255, 255, 255); /*puerta*/
    border-right: 6px solid rgb(59,59,59);
    border-left: 6px solid rgb(59,59,59); 
    border-bottom: 6px solid rgb(59,59,59);
   /* border-image: linear-gradient(to right, #3498db 33%, #ffffff 33%, #ffffff 66%, #3498db 66%);
    border-image-slice: 1;

    /*outline: 6px solid #2ecc71;
    /* border-bottom: 6px solid #2ecc71; /* Color para la parte inferior */
    /*padding: 20px;*/
}

.Izquierda {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.Centro{
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.Derecha{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.Temperatura{
    background-color: black;
    width: 60px;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color:white;
    text-shadow: 0 0 5px turquoise, 0 0 20px turquoise, 0 0 30px turquoise, 0 0 35px turquoise;
    margin: 5px 5px 5px 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}