@import url('fonts/stylesheet.css'); 
.vert .carousel-indicators{top: 0;
    right: -21px;
    left: inherit;
    display: block;
    margin: 0;}
.vert .carousel-indicators li{background-color: grey;}
.vert .carousel-indicators .active{
    background-color: #ba7524;
    height: 32px;
    border-radius: 30%;
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


.navbar{background-color: black;} 
.carousel-indicators li{background-color:black;width: 10px;
    height: 10px;border-radius: 50%;}
/*HOME*/
.titleglow1{font-family: silk_flower_demoregular;font-size: 45px;}
.servicio_dental .card{border: none;background-color: transparent;}
.servicio_dental .card-body{
    background-color: #ba7524;
    border-radius: 0 0 15px 15px;
}


.servicio_dental .card h5{font-family: uni_neueheavy_italic;font-size: 20px;text-align: center;}
.bg_azul{background-image:url("../img/bannerdental.jpg");background-size: cover;}
.antiage .card{border: none;background-color: transparent;}
.antiage .titleglow1{color: black;}
.antiage .card-body{border-radius: 0 0 15px 15px;}

.descripcionservicios{background-color: rgba(0, 0, 0, 0.9);position: absolute;width: 100%;min-height: 100%;padding: 20px;opacity: 0;border-radius: 15px;z-index: 9999;}
.descripcionservicios:hover{opacity: 1;}
.text_servico1{font-family: silk_flower_demoregular;font-size: 20px;color: white;}
.text_servico2{font-family: uni_neuelight;color: white;}

.antiage .card h5{font-family: uni_neueheavy_italic;font-size: 25px;text-align: center;}
.agendacita{background-image: url("../img/bannercontacto.jpg");background-size: cover;}
.agendacita .text_cita{
    font-family: silk_flower_demoregular;font-size: 45px;
    border-left: solid 2px;
    padding: 10px;
}
.agendacita .text_contacto{
    font-family: silk_flower_demoregular;font-size: 45px;
    padding: 10px;
    color: white;
}
.form-control{background-color:#a76920;border:none;color: white;}
.form_contacto{padding: 20px;}
.form_contacto .form-label{color:black;font-family: uni_neueheavy_italic;font-size: 20px;border: none;}
.form_contacto>button{background-color: black;color: white;font-family: uni_neueheavy_italic;font-size: 20px;border: none;float: right;}
.form_contacto>button:hover{background-color: black;color: white;font-family: uni_neueheavy_italic;font-size: 20px;border: none;}
footer{background-color: black;color: white;}
footer a{color: #fff;}
footer a:hover{color: #fff;}
.form-control::placeholder {
        
        /* Firefox, Chrome, Opera */
        color: white;
    }
      
    :-ms-input-placeholder {
        
        /* Internet Explorer 10-11 */
        color: white;
    }
      
    ::-ms-input-placeholder {
        
        /* Microsoft Edge */
        color: white;
    }
@media only screen and (min-width: 2560px){

}

@media only screen and (max-width: 1600px){

}

@media only screen and (max-width: 1440px){

}

@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 479px){
  
.TUIr4b{
    background-size: cover;
    width: 135px !important;
    height: inherit !important;
    }
}


