@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
      url('../fonts/ProximaNova-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
      url('../fonts/ProximaNova-Extrabld.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
      url('../fonts/ProximaNovaT-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*GENERAL*/

body {
  color: #19222c;
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

section {
  padding: 100px 20px;
}

h1, h2, h3, h4, p, ul, ol, li, p, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

h3 {
  font-size: 21px;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

img {
  max-width: 100%;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.color-line {
  background: linear-gradient(90deg, #3b3f91 24%, transparent 24%, transparent 25%,  #4386b8 25%, #4386b8 49%, transparent 49%, transparent 50%, #3db293 50%, #3db293 74%, transparent 74%, transparent 75%, #93c033 75%);
  width: 100%;
  height: 15px;
}

.color-line.line1 {
  position: absolute;
  top: 76px;
}

.btn-primary {
  background: #3b3f91;
  border: none;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

.owl-prev {
  width: 15px;
  height: 20px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border:0px solid black;
  margin-left: -20px !important;
}

.owl-next {
  width: 15px;
  height: 2px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border:0px solid black;
  margin-left: 20px !important;
}
.owl-prev i, .owl-next i {color: black;}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

/*NAVBAR*/

.navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
}

nav .logo {
  max-height: 50px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgb(59 63 145);
}

.bg-light {
  background-color: white !important;
}

/*INICIO*/

#inicio {
  background: url("../img/inicio1.jpg") fixed;
  background-size: cover;
  background-position: center center;
}

#inicio h1 {
  margin-top: 280px;
  margin-bottom: 20px;
}

#inicio h1 strong {
  display: block;
}

/*NOSOTROS*/

#nosotros {
  background: #f8f8f8;
}

#nosotros .title-text {
  font-size: 1.5rem;
}

#nosotros .accordion-button {
  background-color: #3db293;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
}

#nosotros .accordion-button:not(.collapsed) {
  color: white;
  background-color: #93c033;
}

#nosotros .accordion-item {
  background-color: transparent;
  border: none;
}

#nosotros .accordion-body {
  padding: 0 1.25rem 1rem;
}

#nosotros .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

#nosotros .accordion-button::after {
  filter: brightness(100);
}


/*ESPECIALIDADES*/

#especialidades {
  background: url(../img/especialidades-bg.jpg) fixed;
  background-size: cover;
}

#especialidades p {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.1rem;
}

/*SERVICIOS*/

#servicios img {
  margin-bottom: 15px;
}

#servicios p {
  margin: 15px 0 40px;
}

#servicios .campana {
  min-height: 330px;
}

#servicios .campana.campana1{
  background: linear-gradient(90deg,#93c03300 35%,#93c033 50%), url(../img/vacunas.jpg);
  padding: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

#servicios .campana.campana2{
  background: linear-gradient(90deg,#93c03300 35%,#93c033 50%), url(../img/mujeres.jpg);
  padding: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

#servicios .campana.campana3{
  background: linear-gradient(90deg,#93c03300 35%,#93c033 50%), url(../img/vista.jpg);
  padding: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

/*MEMBRESIA*/

#membresia {
  background: url(../img/membresia-bg.jpg) fixed;
  background-size: cover;
}

#membresia .box {
  background: #19222c;
  padding: 25px;
  border-radius: 20px;
  min-height: 330px;
}

#membresia h3 {
  background: #93c033;
  padding: 3px 25px;
  width: fit-content;
  margin-left: -25px;
}

#membresia ul {
  padding: 10px 0;
}

#membresia ul li {
  list-style: none;
}

/*CONTACTO*/

#contacto {
  background: #93c033;
}

#contacto input,
#contacto textarea {
  margin-bottom: 10px;
  border: none;
}

#contacto input[type="submit"] {
  float: right;
  margin-top: 20px;
  background: #19222c;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 10px;
}

::placeholder {
  font-weight: 600;
  font-size: .8rem
}

#contacto .social {
  font-size: 1.5rem;
  letter-spacing: .2rem;
}

/*FOOTER*/

footer {
  background: #19222c;
  padding: 20px;
}

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

  #inicio,
  #especialidades,
  #membresia {
    background-attachment: scroll;
  }

  #nosotros .doctor {
    margin-bottom: 20px;
  }

  #servicios .campana {
    min-height: auto;
  }

  #servicios .campana.campana1 {
    background: linear-gradient(90deg,rgb(147 192 51 / 80%) 35%,rgb(147 192 51 / 80%) 50%), url(../img/vacunas.jpg);
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #servicios .campana.campana2{
    background: linear-gradient(90deg,rgb(147 192 51 / 80%) 35%,rgb(147 192 51 / 80%) 50%), url(../img/mujeres.jpg);
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  #servicios .campana.campana3{
    background: linear-gradient(90deg,rgb(147 192 51 / 80%) 35%,rgb(147 192 51 / 80%) 50%), url(../img/vista.jpg);
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #membresia .box {
    margin-bottom: 20px;
  }

  #contacto .social {
    margin-bottom: 20px;
  }
}