/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Edutech
Version:	1.1
Author:	Design Gurus (https://themeforest.net/user/design_gurus )
Primary use: Corporate, Education and Institution


This css file is used in Color 3 Html File

-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
[Table Of Content]

1. Color Classes Styles
2. Navbar Styles
3. Banner Area Styles
4. Faq Section Styles
5. Testimonials Section Styles
6. Services Section Styles
7. Blog Section Styles
8. Fotter Section Styles

-------------------------------------------------------------------*/



/*  colors classes start here */

.gradientbg {

    background: rgb(81, 96, 114); /* Old browsers */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.gradientColor {

   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s;
}

.gradientbgTransparent {

    background:rgb(81 96 113);
}

.gradientHover:hover, .gradientHover:hover {
    cursor: pointer;
    box-shadow: 0px 5px 20px rgba(62, 214, 211, 0.7);
}

.gradientColor:hover {
    text-decoration: none;
}

.overlay {

    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.form-control:focus {
    border-color: #8964e0;
}

/*  colors classes end here */





/*Navbar styles start here */

.dropdown-menu ul li {
    background-color: #f1f1f1;
}

#navigation li .dropdown-menu li {
    padding: 5px 10px;
}

.gradientBtn {

    background:#516072;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    border: medium none;
    border-radius: 30px;
    color: #fff !important;
    font-family: robo-medium;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
    
}

.gradientBtn div {
    background-color: #ffffff;
}

.gradientBtn:hover div {
    color: #fff !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    box-shadow: none;

    background:transparent;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

    background:transparent;
  
}

.navbar-fixed-top {

    background: rgb(255, 255, 255); /* Old browsers */
     color: #fff ;
    transition: all 0.3s ease 0s;
    border: none;
}



.gradientBtn div span {
    color:#000;
}

.gradientBtn span{
    color:#fff;
}

.borderBTn:hover{
    color: #000 !important;
}

.gradientBtn{
    border-radius: 50px;
    padding: 12px 3px;
}

.gradientBtn div {
    background-color: #fff;
    border-radius: 30px;
    font-family: open-regular;
    font-size: 15px;
    padding: 6px 30px;
    transition: all 0.3s ease 0s;
}

.borderBTn:hover {
    background-color: #fff;
}

.borderBTn:hover div {

    background: rgb(221, 48, 83); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradientBtn:hover div {

    background: rgb(221, 48, 83); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.gradientBtn:hover div span {
    color: #fff !important;
}


/*Navbar styles end here */





/* banner styles start here */

.BannerPlayBtn:hover {
    background-color: #fff;
    cursor: pointer;
}

.BannerPlayBtn:hover i {

    background: rgb(221, 48, 83); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* banner styles end here */







/*faq styles start  here*/

.panel.active .panel-heading, .panel.active .panel-body {

    background: rgb(221, 48, 83); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.viewBlog {
    cursor: pointer;
    padding: 10px 17px;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;

    background: rgb(221, 48, 83); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

/*faq styles end here*/





/* testimonials styles start here */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #516072; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

/* testimonials styles end here */




/*services section styles start here*/



.popularBox:hover {
    cursor: pointer;
   
}

/*services section styles end here*/




/* blog overlay styles start here*/

.blogOverlay {
    background-color: rgba(221, 48, 83, 0.20);
}

/* blog overlay styles end here*/




/* footer styles goes here*/

footer ul li a:hover, footer ul li a:focus {
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c65358+0,683986+100 */

    background: rgb(221, 48, 83); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(221, 48, 83, 1) 0%, rgba(153, 51, 178, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3053', endColorstr='#9933b2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* footer styles end here*/
.navbar-brand > img {
    display: block;
    max-height: 55px;
}
.bannerDesc {
    font-size: 20px !important;
}
.bottomservicios{margin-bottom: 50px;}
p.desde {
    color: #888;
    margin-top: 21px;
    font-size: 13px;
}
span.precio {
    font-size: 21px;
    color: #259b39;
}
p.desde.ndesde {
    margin-top: 39px;
}
marquee {
    background: #516071;
    color: #fff;
    font-size: 15px;
    padding: 12px;
}
.googleview {
    margin: 0 auto;
    display: table;
    width: 100%;
    background: #fff;
    height: 150px;
}


.logogoogle {
    width: 7%;
    margin: 0 auto;
    display: table;
    margin-top: 14px;
}
.estrellas {
    margin: 0 auto;
    display: table;
}
.estrellas i{color: rgb(245, 216, 84); font-size: 20px;margin-left: 7px;}
p.com {
    text-align: center;
    color: #516071;
    font-size: 20px;
}
.col-md-12.noPadding.imagenequipo {
    border: 1px solid #f2f2f2;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}
.col-md-12.noPadding.textoequipo {
    border: 1px solid #f2f2f2;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
    min-height: 100px;
}
p.nuevo {
    background: #df388c;
    padding: 3px;
    width: 70px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
}
img.img-responsive.osteopatia {
    border-radius: 10px;
}
.ventajasosteopatia li {
    font-size: 17px;
    line-height: 55px;
}
ul.ventajasosteopatia {
    list-style: none;
    line-height: 35px;
    color: #516072;
}
img.footerimg {
    width: 100%;
}
.nopadding{padding-left: 0px; padding-right: 0px !important;}
img.iconososteopatia {
    width: 28px;
    margin-right: 10px;
}
img.iconotop {
    width: 47px;
    margin-bottom: 20px;
}
.tarjetas {
    width: 69%;
    margin: 0 auto;
    display: table;
}