@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700');
@import url('https://fonts.googleapis.com/css?family=Andada&display=swap');

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size:14px;
  background-color:#ffffff;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #64b6c4;
}

hr.light {
  border-color: #fff;
}

a {
  color: #64b6c4;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #64b6c4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
/*
.bg-primary {
  background-color: #64b6c4 !important;
}

.bg-dark {
  background-color: #212529 !important;
}*/

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 5rem 0;
}

.section-heading {
  font-family: 'Andada', serif;
  margin-top: 0;
  color:#6F6F6E;
  font-size:30px;
  font-weight:300;
}
.section-heading span{
  border-bottom: dotted 2px #6F6F6E;
}
.text-normal{
  font-size:14pt;
  margin-bottom: 15px;
  color: #6F6F6E;
}
.text-normal-2{
  font-size:12pt;
  margin-bottom: 10px;
  color: #6F6F6E;
  font-weight: 300;
}
.text-subtitulo-2{
  font-family: 'Andada', serif;
  font-size:20px;
  color: #F6A506;
  margin-bottom: 10px;
}
.text-subtitulo-3{
  font-family: 'Andada', serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.table-ss{
  width: 80%;
  margin: 0 auto 20px auto;
}
.table-ss td{
  border-bottom: solid 1px #F6A506;
}
.no-brd-bottom {
  border-bottom: none !important;
}
.table-ss td.brd-right{
  border-right: solid 2px #F6A506;
}
.detalle-prod{
  background-color: #F4F4F4;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.conten-img-prod{
  text-align: center;
  background-color: #ffffff;
}
.img-prod{
  width: 70%;
}
.bg-productos{
  background: #EDECEC;
}

/* =======  */

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #64b6c4;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #64b6c4;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a4a4ac;
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #64b6c4;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  /*color: #64b6c4 !important;*/
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

#mainNav .navbar-brand img{
    height: 75px;
  }

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #F6A506;
    
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    /*color: rgba(0, 0, 0, 0.7);*/
    color: #a5a4ac;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F6A506;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F6A506;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #F6A506;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F6A506;
  
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.active{
    color: #F6A506;
    border: solid 1px #F6A506;
  }
}



/*----------------------------------------------------
  HEADER
----------------------------------------------------- */
header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../images/TRESSALSAS.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1.text-titulo {
  font-size: 50px;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1.text-titulo {
    font-size: 50px;
    color:#272433;
    font-weight: 300;
  }
}

/*----------------------------------------------------
  MEDIAQUERY
----------------------------------------------------- */
 

 
 

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #64b6c4 !important;
}
 

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #64b6c4;
  border-color: #64b6c4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}



/*----------------------------------------------------
  ESTILOS
----------------------------------------------------- */
.text-subtitulo{
  font-size:40px;
  margin-top:-5px;
}
.cuadro-tratamiento{
  background-color:#fff;
  padding: 15px;
  min-height:300px;
}
.cuadro-tratamiento h3{
  font-size: 18px;
  font-weight: 600;
  color: #272433;
  margin-bottom: 15px;
}
.cuadro-tratamiento p{
  color: #81939f;
  font-size:14px;
}
.weight-300{
  font-weight: 300;
}
.text-underline{
  text-decoration: underline;
}

.color-2{
  color: #9ab7c7;
}


.bg-nosotros{
  background-image: url("../images/img-test-2.jpg");
  background-position-x: right;
    background-position-y: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.img-doctor{
  display: none;
}
.bg-nosotros p.text-nosotros{
  color: #81939f;
  font-size:14px;
}
.btn-test{
  background-color: #707c7c;
  color:#fff;
  padding: 10px 20px;
  font-size:14px;
}
.text-italic{
  font-style: italic;
}
.btn-test:hover{
  background-color: #4e5f5d;
  color:#fff;
  padding: 10px 20px;
}
.text-test-1{
  font-size: 18px;
  color: #4e5f5d;

}

/*DUDAS*/
.bg-dudas{
  background-color: #fff;
}

.bg-dudas .panel-heading{
  border: solid 2px #c8d2dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.bg-dudas .panel-heading a{
  font-size:24px;
  display:block;
  padding: 15px 25px 15px 25px;
  color: #2b2f34;
  text-decoration: none;
}
.bg-dudas .panel-heading a:hover{
  background-color: #eff3f6;
}
.bg-dudas .panel-heading h4{
  margin-bottom: 0px;
}
.bg-dudas .panel-heading span{
  float: right;
}
.bg-dudas .panel-heading span{
  color: #68c6e5;
}
.bg-dudas .panel-body{
  padding-left: 20px;
  padding-right: 20px;
}
.bg-dudas .panel-body p{
  color: #81939f;
}
/* */

.bg-footer{
  background-color: #ffffff;
  padding: 3rem 0;
}
.bg-footer a{
  border: solid 2px #6F6F6E;
  border-radius: 7px;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
}
.bg-footer a:hover{
  background-color: #E2E2E2;
}
.text-titulo-3{
  font-size: 1.1rem;
  color: #fff;
}
.footer-cred{
  border-top: solid 1px #e7e7e7;
  color: #ccc;
  text-align: center;
  padding: 3rem 0;
}
.bg-footer h3{
  font-size:24px;
  margin-bottom: 30px;
}
.bg-footer ul {
    list-style: none;
    padding:0;
    margin:0;
}
.bg-footer li {
  padding-left: 1.3em;
  margin-bottom: 10px;
}
.bg-footer p{
  margin-bottom: 10px;
}

.bg-footer li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
.bg-footer li a{
  color: #63c1d6;
}
#back2Top{
  display: none;
}
.btn-top {
  text-align:center;
}
.btn-top a{
  background-color:#63c1d6;
  position: fixed;
  color: #fff;
  right: 50px;
  bottom: 30px;
  width:50px;
  height:50px;
  font-size: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding-top: 4px;

}
.btn-form a{
  background-color:rgba(142, 184, 201, 0.7);
  width: 56px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 50%;
  border-top: solid 2px rgba(255, 255, 255, 0.8);
  border-left: solid 2px rgba(255, 255, 255, 0.8);
  border-bottom: solid 2px rgba(255, 255, 255, 0.8);

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-form a:hover{
    background-color:rgba(142, 184, 201, 1);
}
.modal-content{
  background-color: #8eb8c8;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
}
.text-tit-mod{
  font-size:33px;
  font-weight: 300;
}
.text-tit-mod{
  font-size: 20px;
  font-weight: 300;
}
.form-control{
  border:none;
  border-radius: 0px;
  border-bottom: solid 2px #F6A506;
   
  font-size:16px;
  padding: 10px 15px;
}
.btn-send{
  font-size:14px;
  color: #282434;
  background-color: #fff;
  font-weight: 300;
  padding:10px 15px;
}
.btn-send:hover{
  background-color:#5e7171;
  color: #fff;
}
.close{
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  float: initial;
  position: absolute;
  right: -7px;
  top: 5px;
}


/*ADMINISTRADOR*/
.wrap-admin{
  padding-top: 20px;
}
.logo-admin{text-align: center;}
.logo-admin img{
  height: 50px;
}
.form-admin{
  background-color: #fff;
  width: 350px;
  margin: 40px auto;
  padding: 20px;
border: solid 5px rgba(142, 184, 201, 0.39);
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
 

}
.form-admin h2{
  font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.form-admin .form-control{
  border:solid 1px #707c7c;
}
.form-admin .btn-success{
  font-size:14px;
  padding: 10px 30px;
}
.msj-error{
  color: #F44336;
  text-align: center;
}

.wrap-panel{
  background-color: #fff;
}
.user-log{
  width: 50px;
  height: 50px;
  background-color: #707c7c;
  -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
padding: 10px;
text-align: center;
color: #fff;
cursor: pointer;
}

.user-log i{
  font-size:30px;
}
.wrap-panel hr{
  max-width: 100%;
}
.wrap-panel .dropdown-toggle::after {
    /* display: inline-block; */
    width: 5px;
    height: 0;
    margin-left: -7.745em;
    /* vertical-align: .255em; */
    position: absolute;
    content: "";
    right: 22px;
    margin-top: 2px;
    bottom: 0;
    margin-bottom: 4px;
}
.wrap-panel .dropdown-menu li a{
  padding-left: 10px;
  font-size:14px;
  display: block;
}
.wrap-panel .dropdown-menu li:hover{
  background-color: #707c7c;
}
.wrap-panel .dropdown-menu li:hover a{
  color: #fff;
}
.wrap-panel label{
  margin-left: 12px;
  margin-bottom: 0px;
}
.wrap-panel .form-control{
  border:solid 1px #ccc;
  padding: 7px;
}
.wrap-panel .btn-success {
  font-size: 14px;
  padding: 8px 20px;
   margin-top:20px;
}
.wrap-panel .btn-success i{
  font-size:18px;
  margin-left:10px;

}
.wrap-panel .titulo-reporte{
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
.wrap-panel table thead{
  background-color: #8eb8ca;
  color: white;
}
.wrap-panel .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #8eb8ca;
  border-color: #6f9eb3;
}
 

.carousel-control-next-icon{
  background: url("../images/img-next.png");
  width: 50px;
  height: 50px;
}
.carousel-control-prev-icon{
  background: url("../images/img-prev.png");
  width: 50px;
  height: 50px;
}
.btn-ss{
  border-radius: 0px;
  border: solid 2px #F6A506;
  background: #ffffff;
  padding: 10px 30px;
}
.btn-ss:hover{
  color: #ffffff;
  background: #F6A506;
}