@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
.containe {
    font-family: 'Montserrat', sans-serif;
}

.back {
    background: url("../img/back.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 90vh;
}

.back2 {
    background: url("../img/back.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.weather-card {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.weather-card {
    margin: 2% auto;
    height: calc(100% - 10%);
    width: 90%;
    background: #fff;
    box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.weather-card .top {
    position: relative;
    height: 85vh;
    width: 100%;
    overflow: hidden;
    background: url("../img/calendar.png");
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.weather-card .top .wrapper {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.weather-card .top .wrapper .mynav {
    height: 20px;
}

.weather-card .top .wrapper .mynav .lnr {
    color: #fff;
    font-size: 20px;
}

.weather-card .top .wrapper .mynav .lnr-cog {
    display: inline-block;
    float: right;
}

.weather-card .top .wrapper .heading {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.weather-card .top .wrapper .location {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

.weather-card .top .wrapper .temp {
    margin-top: 20px;
}

.weather-card .top .wrapper .temp .temp-value {
    display: inline-block;
    font-size: 85px;
    font-weight: 600;
    color: #fff;
}

.weather-card .top:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.weather-card.rain .top {
    background: url("../img/asistencia.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

.calendario {
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid rgb(155, 152, 152);
}

.celdas {
    background: rgba(255, 234, 238, 0.602);
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.interna {
    color: white;
    border-radius: 10px;
    font-size: 2rem;
    cursor: pointer;
    height: 8vh;
}

.tabla {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabla tr:hover {
    background: #afadadc9 !important;
}

table {
    background: rgba(255, 255, 255, 0.774);
}

@media only screen and (max-width: 600px) {
    .fa-birthday-cake {
        font-size: .8rem;
        border-top-left-radius: 5px;
    }
    .weather-card .top .wrapper .heading {
        font-size: 4vw
    }
    .interna {
        height: 8vh;
        font-size: .8rem;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .calendarrow {
        font-size: 1rem;
    }
    .back {
        height: 100vh;
    }
}

@media only screen and (max-width: 1200px) {
    .weather-card .top .wrapper .heading {
        font-size: 3.1vw
    }
    @media only screen and (max-height:335px) {
        .weather-card .top .wrapper .heading {
            margin-top: -9px;
            font-size: 13px;
            color: #fff;
        }
        .weather-card .top .wrapper {
            padding: 14px;
            position: relative;
            z-index: 1;
        }
    }
}