* {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
   
}
/*BANNER RESULTADOSS*/
#bannernos{
    width: 100%;   
    max-width: 100%;
}

.container-banner{
    background-image: url(resultonline.jpg);
    background-size: cover;
    width: 75%;
    max-width: 75%;
    height: 36vh;
    margin:auto;
    border-radius: 5px;
}

.container{
    width: 75%;
    max-width: 75%;
    height: 6vh;
    background: #be2e2a;
    margin:auto;
}

.fuente1{
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
    color: #fff;
}
/*Tipo de Paciente*/
#tipos{
    width: 100%;
    max-width: 100%;
    height: 40vh;
}
.pameem{
    width: 62%;
    max-width: 62%;
    margin: auto;
    display: flex;
    height: 30vh;
    padding: 30px
}
.cliente{
    padding: 0px 10px;
    width: 33.3%;
    max-width: 33.3%;
}
.cliente img{
    width: 100%;
}
.fuente2{
    color: white;
    font-family: "Poppins", Sans-serif;
    font-weight: 200;
    display: block;
    text-align: center;
    position: relative;
    margin: -20px 0px 0px 0px;
    padding: 10px  0px ;
    background-color: #BE2E2A;
    border-radius: 0px 0px 15px 15px;
    cursor: pointer;
    box-sizing: border-box;
   
}
a{
    text-decoration: none;
    color: white;
}
.text{
    text-align: center;
    font-size: 20px;
    color: #7a7a7a;
}
/*TABLET*/
@media(max-width: 1024px ){

    /*----*/
    .container-banner{
    width: 100%;
    max-width: 100%;
    }
    .container{
        width: 100%;
        max-width: 100%;
    }
    .pameem{
        width: 94%;
        max-width: 94%;
    }
}

/*TABLET PARADO*/

@media(max-width: 768px ) {
    /*Tipos de Paciente*/
    #tipos{
        height: 100%;
    }
    .pameem{
        display: block;
        width: 92%;
        max-width: 92%;
        height: 100%;
    }
    .cliente{
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }
}
@media(max-width: 460px){

    .fuente1{
        line-height: 1;
        font-size: 18px;
    }
    #tipos{
        height: 125vh;
    }
    .pameem{
        width: 87%;
        max-width: 87%;
        height: 110vh;
    }
    .cliente {
        width: 94%;
        max-width: 94%;
    }
}

@media(max-width: 380px){
    .fuente1{
        line-height: 1;
        font-size: 13px;
    }
    #tipos{
        height: 100%;
       
    }
    .pameem{
        width: 83%;
        max-width: 83%;
        height: 100%;
    }
    .cliente {
        width: 94%;
        max-width: 94%;
    }

}

