.buscador{
    margin-top: 80px;       
    padding:0px;
    background-color:white;
}

.shapeBack{
    padding-top: 80px;
    padding-bottom: 40px;
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: #092c74;
}

.divBuscador{
    display: inherit;
    padding-right: 0px;
    height: 230px;
}

#formularioBusquedaPrincipal{
    width: 100%;
}

#the-basics{
    width: 100%;
}

.tt-input::placeholder{
    color: white !important;
}

.tt-menu{
    margin-top: 10px;
    width: 100%;
    background-color: white;
    border-radius: 15px;
    padding: 0px 5px;
    border: 2px solid grey;
    
}

.tt-dataset{
    overflow-y: auto;
    max-height: 200px;
    margin: 0px 3px;
}

.tt-cursor{
    background-color: #092d74c2;
    border-radius: 10px;
    margin: 3px;
    color: white;
}

.tt-suggestion{
    padding: 10px 15px;
}

.tt-suggestion:hover{
    background-color: #092d74c2;
    border-radius: 10px;
    margin: 3px;
    color: white;
}

.twitter-typeahead{
    width: 100%;
}

.inputBuscador{
    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;
}

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

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

.iconoBuscador{
    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;
}

.textoBuscador{
    margin-top: 40px;
    margin-bottom: 60px;
    color: white;
    font-weight: 700;
}

/*div Covid*/

.divCovid{
    padding-top: 50px;
    padding-bottom: 50px;
}

.textoCovid{
    margin: auto;
    width: 50%;
}

.textoCovid h4{
    margin-top: 20px;
    color: #092c74;
    font-weight: 700;
}

.divPasos{
    background-color: #ececec;
    padding-top: 50px;
    padding-bottom: 50px;
}

.iconosPasos{
    margin-top: 20px;
    font-size: 4.5rem;
}

.fa-heartbeat{
    color: #CC0300;
}

.fa-wpforms{
    color: #F6AE2D;
}

.fa-phone-volume{
    color: #b6d552;
}

.textoPasos{
    margin-top: 30px;
    color: #092c74; 
}

.divPasos h2{
    font-size: 70px;
    font-weight: 700;
    color: #092c74;
}

.divPasos .descPasos{
    color: #092c74;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}

.pasos{
    color: #092c74;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}

.divSeguimiento{
    background-color: #a2c3ed;
    padding-top: 70px;
    padding-bottom: 70px;
}

.icon{    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 40px;
    border-radius: 10px;
}

.iconoHand{
    padding: 30px;
    border: 1px solid black;
    border-radius: 50px;
}

.fa-hand-holding-medical{
    font-size: 6rem;
}

.textoSeguimiento{
    margin: auto;
    width: 50%;
    padding: 10px;
}

.divSeguimiento h3{
    color: #092c74;
    font-weight: 700;
    margin-bottom: 30px;
}

.btnSeguimiento{
    margin-top: 50px;
    padding: 0px;
}

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

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

.localizacion{
    display: inline-block;
    margin-left: 40px;
    color: #C80425;
}

.localizacion:hover{
    cursor: pointer;
    color: #C80425;
    text-decoration: underline;
}

.localizacion .fa-map-marker-alt{
    font-size: 1.5rem;
    margin-left: 10px;
    color: #C80425;
}

.divSeguros{
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.imgSeguros{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.paddingImg{
    padding-top: 2.4rem
}

.divIcons{
    background-color: white;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #092c74;
    border-top: 1px solid #092c74;
}

.divIcons h5{
    font-weight: 700;
    margin-bottom: 20px;
}

.paddingIcons{
    padding-left: 25px;
    padding-right: 25px;
}

.divIcons i{
    font-size: 4.5rem;
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


@media (max-width: 375px) {
    .navbar{
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media (max-width: 575px) {
    .textoCovid{
        width: 100%;
        margin: 20px 15px 0px 15px;
        text-align: center;
    }
    .divPasos h2{
        font-size: 40px;
    }
    .dosPasos{
        display: inherit;
    }
    .textoPasos{
        font-size: 14px;
    }
    .divPasos .descPasos{
        text-align: justify;
    }
    .divSeguimiento{
        padding-top: 30px;
    }
    .divSeguimiento h3{
        text-align: center;
        font-size: 25px;
    }
    .divSeguimiento p{
        text-align: justify;
    }
    .textoSeguimiento{
        width: 100%;
        margin: 40px 40px 0px 40px;
    }
    .btnSeguimiento{
        text-align: center;
    }
    .localizacion{
        margin-left: 0px;
        margin-top: 20px;
    }
    .dos{
        display: inherit;
    }
    .tres{
        display: none;
    }
    .qualitas{
        padding-top: 12px;
    }
    .banorte{
        width: 35%;
    }
    #carrusel{
        display: inherit;
    }   
    .iconos{
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .pasos{
        margin: 0px !important;
    }
    .textoPasos{
        font-size: 14px;
    }
    .divSeguimiento h3{
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .ocultarSeguimiento{
        display: none;
    }
    .localizacion{
        margin-left: 20px;
    }
    .tres{
        display: inherit;
    }
    .dos{
        display: none;
    }
    .qualitas{
        width: 40%;
    }
    .banorte{
        width: 40%;
    }
    .divIcons h5{
        font-size: 1rem;
    }
    .divPasos h2{
        font-size: 55px;
    }
    .dosPasos{
        display: none;
    }
    #carrusel{
        display: none;
    }    
    .iconos{
        display: flex;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .textoPasos{
        font-size: 14px;
    }
    .divSeguimiento h3{
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .ocultarSeguimiento{
        display: none;
    }
    .btnSeguimiento{
        margin-top: 20px;
    }
    .localizacion{
        margin-left: 20px;
    }
    .tres{
        display: inherit;
        margin-top: 20px;
    }
    .dos{
        display: none;
    }
    .qualitas{
        width: 40%;
    }
    .banorte{
        width: 40%;
    }
    .divIcons h5{
        font-size: 1rem;
    }
    .divPasos h2{
        font-size: 55px;
    }
    .dosPasos{
        display: none;
    }
    #carrusel{
        display: none;
    }    
    .iconos{
        display: flex;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .dos{
        display: none;
    }
    .tres{
        display: none;
    }
    .paddingImg {
        padding-top: 1.5rem;
    }
    .dosPasos{
        display: none;
    }
    #carrusel{
        display: none;
    }    
    .iconos{
        display: flex;
    }
}

@media (min-width: 1200px){
    .dos{
        display: none;
    }
    .tres{
        display: none;
    }
    .dosPasos{
        display: none;
    }
    #carrusel{
        display: none;
    }    
    .iconos{
        display: flex;
    }
}