.divResultados{
    margin-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.shapeBackResultados{
    background-color: #092c74;
}

.divBuscadorResultados{
    margin-top: 100px;
    display: inherit;
    padding-right: 0px;
    height: 230px;
}

#formularioBusquedaResultados{
    width: inherit;
}

.inputBuscadorResultados{
    background-color: transparent !important;
    border-bottom: 3px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 70px;
    color: white !important;
    font-size: 1.7rem;
}

.inputBuscadorResultados.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 3px solid white !important;
    caret-color: white;
}

.iconoBuscadorResultados i{
    color: white;
    font-size: 1.7rem;
}

.iconoBuscadorResultados{
    background-color: transparent;
    border-bottom: 3px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 70px;
}

.divCards{
    background-color: white;
}

.numeroResultados{
    margin-top: 10px;
}

.cards{
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 7px 1px rgba(166,163,166,1);
    -moz-box-shadow: 0px 4px 7px 1px rgba(166,163,166,1);
    box-shadow: 0px 4px 7px 1px rgba(166,163,166,1);;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cards h4{
    color: #092c74;
    font-weight: 700;
}

.divCardImg{
    padding: 0;
}

.imgCard{
    display: block;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.flag{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #BA2D0B;
    padding: 10px;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flag p{
    padding: 0px;
    margin: 0px;
}

.tachado{
    color: #BA2D0B;
}

.precio{
    color: #40B546;
}

.btnVerInformacion{
    padding: 0px;
}

.btnVerInformacion .btn-light{
    color: white;
    background-color: #092c74;
    border-color: #092c74;
}

.btnVerInformacion .btn-light:hover {
    color: white;
    background-color: #092c74;
    border-color: #092c74;
}

.formularioResultados{
    margin: auto;
    width: 60%;
    margin-top: 80px;
    margin-bottom: 40px;
}

.textoFormularioResultados h4{
    color: #a2c4ed;
    margin-bottom: 80px;
}

.textoFormularioResultados h3{
    color: #092c74;
    font-weight: 700;
}

.botonAviso{
    margin-top: 50px;
    margin-bottom: 60px;
}

.caso{
    margin-bottom: 100px;
}

@media (max-width: 575px) {
    .textoSeguimiento {
        width: 100%;
        margin: 20px;
    }
    .formularioResultados{
        width: 85%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .formularioResultados{
        width: 85%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .formularioResultados{
        width: 75%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
}

@media (min-width: 1200px){
}