body, html{
    margin: 0;
    height: 100%;
}

.description, .conclusionDetail p{
    color: black;
    text-align: left;
    font-size: 1.2em;
    line-height:1.2;
}

.mat-simple-snackbar-action {
    color: #b3da62;
}

.description, .conclusionDetail img{
    width: 100%;
}

/*6 7 8*/
@media (min-width: 320px) and (max-width: 411px) {
    .description p{
        font-size: 1.1em;
}
}

/*SMALL PHONE*/
@media (min-width: 320px) and (max-width: 320px) {
    .description p{
        font-size: 1em;
}

}

.content {
    background-image: url("../images/background.png");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box{
    padding-top: 30px;
}

.numbers{
    padding: 30px 0 30px 0;
    margin:0 auto;
    width: 35%;
}

.numbers img{
    width: 85%;
}

.box .btn {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 700;
    padding: 15px;
    border-radius: 10px;
}



#label-footer {
    color:red;
    float:left;
    margin-left:10px;
}

/*CHATBOT*/


.background{
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.3;

}

.chat {

    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20px;
    margin-left: -15px;


}


@media screen and (min-width: 1366px) and (max-width: 1439px){
    .box{
        padding-top: 16px;
    }
    .numbers{
        padding: 20px 0 20px 0;
    }

    .numbers P{
        font-size: 18px;
    }

    .btn {
        font-size: 15px;
        padding: 10px;
    }
}

@media screen and (max-width: 900px){
 
    .content {
        background-image: url("../../assets/images/background2.png");
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .evaluador_logo{
        display: none;
    }

    .box{
        padding-top: 10px;
        height: 100%;
        text-align: left;
    }


    h1{
        font-size: 50px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }

    h2{
        font-size: 30px;
        margin-top: 0;
    }

    h1 h2{
        margin: 5px;
    }

    .number-phone img{
        width: 35%;
        margin-bottom: 25px;
        text-align: left;
    }

    .number-phone p{
        font-size: 20px;
        text-align: center;
        text-shadow: 1px 1px #00000073;
    }

    .container-btn{
        width: 100%;
        position: absolute;
        bottom: 5%;
    }

    .box .btn{
        font-size: 18px;
    }
}

@media screen and (max-width: 320px){

    .number-phone {
        margin: 15px 0;
    }

    h1{
        margin-top: 3px;
    }

}

@media screen and (max-height: 414px){
    .number-phone img {
        width: 10%;
        margin-bottom: 10px;
        text-align: left;
    }
}

.intro-phone{
    position: absolute;
    opacity: 0;
    width:97%;
}

.intro1{
    -webkit-animation: intro 12s infinite;
    -moz-animation: intro 12s infinite;
    animation: intro 12s infinite;
}
.intro2{
    -webkit-animation: intro2 12s infinite;
    -moz-animation: intro2 12s infinite;
    animation: intro2 12s infinite;
}

.intro3{
    -webkit-animation: intro3 12s infinite;
    -moz-animation: intro3 12s infinite;
    animation: intro3 12s infinite;
}

@keyframes intro {
    0% { top:50%; opacity: 0.0 }
    3% { top:35%; opacity: 1 }
    30% { top:35%; opacity: 1 }
    33% { top:20%; opacity: 0 }
    100% { top:20%; opacity: 0 }
}

@keyframes intro2 {
    0% { top:50%; opacity: 0.0 }
    33% { top:50%; opacity: 0.0 }
    36% { top:35%; opacity: 1 }
    63% { top:35%; opacity: 1 }
    66% { top:20%; opacity: 0 }
    100% { top:20%; opacity: 0 }
}

@keyframes intro3 {
    0% { top:50%; opacity: 0.0 }
    66% { top:50%; opacity: 0.0 }
    69% { top:35%; opacity: 1 }
    97% { top:35%; opacity: 1 }
    100% { top:20%; opacity: 0 }
}