﻿#numero_asegurados + span.error {
    left: 1rem;
}

#asegurado_edad{
    max-height: 8rem;
    min-height: 4.5rem;
    transition: all ease-in 250ms;
}

.banda_aseguradoras{
    display: flex;
    flex: 1 1 0;
}

.aux-client-ages-hiden,
.aux-hint-num-aseg-hidden {
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0;
}

.logo_banda{
    opacity: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* MEDIA QUERYS*/
/* mobile small */
@media screen and (max-width: 600px) {
    #asegurado_edad {
        max-height: 15rem;
        min-height: 6rem;  
    }
    .aux-img-fix-position-1 {
        right: unset;
        bottom: -10rem;
    }
    .aux-img-fix-position-1 img{
        float: unset;
        left: unset;
        width: 70%;
        margin: 0 auto;
        display: flex;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

/* tablet medium */
@media screen and (min-width: 601px){

}
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

/* deskop large */
@media screen and (min-width: 993px){

    #asegurado_edad {
        max-height: 8rem;
        min-height: 4.5rem;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

/* lg desktop xlarge */
@media screen and (min-width: 1201px){
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 992px) {
}