@font-face {
	font-family: 'miguel';
	src: url('../fonts/Miguel Thin.ttf');
}

@font-face {
    font-family: 'bambi';
    src: url('../fonts/Bambi Handwritten Font.ttf');
}

#up{
    display: flow;
    margin-top: -8px;
}

#menu-3{

    display: flow;
    
}

#carouselExample{

        margin-top: 220px;

}



.cabecera{
    background-color: #EFEFEF;

}

.cabecera a:hover {
  color: #403919;
  cursor: pointer;
}

.cabecera a{
    color:#7B336D;
    text-decoration: none;
}


.container-fluid{

	padding: 0px;
}

.navbar{


	background:  #fff;
	/*padding: 15px;*/

}

.navbar a{

	color: #8c766d;
}


.navbar-nav a:hover {
    background-color: #dcc6e2;
    cursor: pointer;
    border-radius: 1px 6px;
}

.wrap {
    width: 100%;
    height: 52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/BANNER1-01.png);
    background-size: cover;
    background-position: center;
    margin-top: 179px;
}


.wrap h1{

	font-family: 'prata';
	font-size: 45px;
}

.wrap p{

	font-family: 'prata';
	font-weight: bold;
	font-size: 20px;
	
}

.wrap #b-inicio{

	background-color: #77A1BB;
	color: #fff;
	text-align: center;
}

.wrap-texto{
	color: #fff;
	text-align: center;
	width: 50%;
}

#servicios{

	/*background-color: #c3c3c357;*/

    background-color: #fff;


}

#servicios #txt-servicio{

	color:#8c766d;
    font-family: 'miguel', cursive;

}

#txt-servicio{

	color:#8c766d;

}

#sec-2 h1{

    font-family: 'bambi', cursive;

}

#sec-3{

	background-color: #7b336d1a;
}

#sec-3 .txt-sec{

	margin-top: 300px;
}

.txt-servicios{
	display: flex;
    flex-direction: column;
    align-self: center;
    font-family: 'miguel', cursive;
    margin-top: 50px;
}

.sec-5{

	background-color: #8c766d;
}

#t-footer{
	color: #fff;
}

.sec-5 p, a{

	color:#fff;

}

.menu-0 h4{

	color: #fff;
}

.t-footer-2 p{

   color: #fff;


}

/*---------------------------------*/
/*****************************************/
.bg-especialidad {
  /*background-image: url('../img/img-inicio.png'); */
  background-repeat: repeat-y;
  background-size: cover;
  
}
#myCarousel{


 margin-top: 129px;
}



.testimonial {
    border-left: 4px solid #8c766d;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 6%);
    padding: 70px 21px 27px 400px;
    margin: 0 7px 0px 1px;
    overflow: hidden;
    position: relative;
    background: white;
}


#testimonial-slider{

    opacity: 1;
    display: block;
    margin-top: 70px;
    margin-bottom: 70px;
}

.bot{

    margin-top: 80px;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #8c766d;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 260px;
    height: 190px;
    border-radius: 2%;
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 75px;
    /*box-shadow: 10px 10px 5px 0px rgba(123,51,109,1);*/
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title{
    display: inline-block;
    font-size: 37px;
    font-weight: 700;
    color: #8c766d;
    margin: 0;
    font-family: 'miguel', cursive;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #8b1f1f;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #8b1f1f;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #8b1f1f;
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

@media (max-width: 768px) {


    .carousel-caption h1, h1 {
        font-size: 2rem;
        font-weight: bold;

    }

    .carousel-caption {
        width: 550px;
        left: 4%;
        top: 50% !important;
        transform: translateY(-50%);
        text-align: left;
        bottom: initial;
    }
    .carousel-caption p {
        margin-top: 0;
        margin-bottom: 0rem;
        font-size: 14px;
    }

    #logo {
        width: 150px;
        margin-bottom: -26px;
        margin-top: -22px;
        margin-left: -7px;
    }
}

.testimonio{

	text-align: justify;
}



/*modal inicio*/


.modal-content{


    background-color: #7b336d;
}

.modal-content p{


    color: #fff;
    font-weight: bold;
}



.modal-content input{


    background-color: #dcc6e2;
}

.btn-primary {
    font-weight: bold;
    --bs-btn-color: #8c766d !important;
    --bs-btn-bg: #fff !important;
    --bs-btn-border-color: #fff !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8c766d !important;
    --bs-btn-hover-border-color: #dcc6e2 !important;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #dcc6e2 !important;
    --bs-btn-active-bg: #dcc6e2 !important;
    --bs-btn-active-border-color: #dcc6e2 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

#b-form{
    font-weight: bold;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #8c766d !important;
    --bs-btn-border-color: #fff !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #403919 !important;
    --bs-btn-hover-border-color: #403919 !important;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #dcc6e2 !important;
    --bs-btn-active-bg: #dcc6e2 !important;
    --bs-btn-active-border-color: #dcc6e2 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

#horario{

  background-color: #fff;

}

#horario h1, h2{

    color: #8c766d;
    font-weight: bold;
    font-family: 'miguel', cursive;
    

}

#horario h2{


    background-color: #EFEFEF;
    border-radius: 27px;

}
.seccion-7 h1{

    color: #8c766d;
    font-family: 'miguel', cursive;
}

#testimonios h1{

    color: #8c766d;
    font-family: 'miguel', cursive;
}


.form-control{
    background-color: #f2f2f2;
}


.float{

    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 112px;
    right: 11px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;

}

.my-float{
  margin-top:16px;

}

.float2 {
    position: fixed;
    width: 177px;
    height: 31px;
    bottom: 125px;
    right: 52px;
    background-color: #e9e9e9;
    color: #8c766d;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 99;
    text-decoration: none;
}

.my-float2{
  margin-top:16px;

}




