﻿.bold-text {
    font-size: 19px;
}

.eslogan {
    width: 50%;
}
.forma-ico {
    background-color: white;
    color: #01AEFD;
    border: 1px solid white;
    border-radius: 20px;
}
.star-icon {
    width: 10%;
    height: 10%;
    padding: 0 1% 0 1%;
}

md-dialog {
    width: 40%;
    border-radius: 4%;
    max-height: none !important;
}

.btn-popup {
    color: #9EB900;
}


.center-text {
    text-align: center;
}

#contenedor {
    border-radius: 4%;
    height: 100%;
}

#timeload {
    margin-left: 2%;
}

.iconclose {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12.22273px;
    gap: 10.45px;
    position: absolute;
    width: 30.34px;
    height: 30.34px;
    right: -12.17px;
    top: -11.16px;
    background: #FFFFFF;
    box-shadow: 0px 1.04455px 4.17819px rgba(139, 139, 139, 0.25);
    border-radius: 104.455px;
}

.contenedor-tittle {
    background: #01AEFD;
    border-radius: 21px 21px 0px 0px;
    width: 100%;
    height: 100%;
}

.tittle {
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 66px;
    padding-left: 26px;
}

.center-info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px; /* or 150% */
    text-align: center;
    color: #444444;
}

.foot-info {
    color: #444444;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
}

.button-update {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 149px;
    height: 35px;
    background: #01AEFD;
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    text-transform: capitalize;
    font-size: 20px;
}


@media (max-width: 1200px) {
    md-dialog {
        width: 60%;
    }
}

@media (max-width: 900px) {
    md-dialog {
        width: 80%;
    }
}

/*@media (min-width: 528px) {
    .col-sm-4 {
        width: 41.333333%;
    }
}*/


@media (max-width: 800px) {
    md-dialog {
        width: 80%;
    }
}

@media (max-height: 600px) {
   
    #contenedor {
        height:100%;
    }
}




