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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  position: relative;
}

h1 {
  font-weight: 700;
  color: white;
  margin-top: 30px;
  line-height: 38.5px;
  margin-bottom: 15px;
}

h1 span {
  font-weight: 300;
}

h2 {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

section {
  padding: 60px 20px;
}

p {
  margin-bottom: 20px;
}

img {
  max-width: 100%;;
}

.btn-primary {
  background: transparent;
  border: 1px solid white;
  border-radius: 0;
}

.btn-primary:hover {
  background: white;
  border: 1px solid white;
  border-radius: 0;
  color: #2d2d6d;
}

/*NAV*/

.bg-dark {
  background-color: #202b4b3b !important;
  border-bottom: 1px solid white;
  padding: 0px;
}

.navbar-dark .navbar-brand {
  padding: 0;
}

.navbar-nav {
  background: white;
  top: 38px;
  position: relative;
  padding: 0 15px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #2d2d6d;
  padding: 4px 10px;
  margin-bottom: -3px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #2d2d6d;
  border-bottom: 3px solid #00b4c5;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #2d2d6d;
  border-bottom: 3px solid #00b4c5;
}

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

.contact-info {
  position: absolute;
  color: white;
  top: 10px;
  right: 30px;
  width: -webkit-fill-available;
  text-align: right;
  height: 30px;
}

.contact-info ul li{
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  text-shadow: 3px 3px 5px #00000045;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
}

.cont {
  display: inline-block !important;
}

/*INICIO*/

#inicio {
  background: url("img/inicio-bg.png");
  background-size: cover;
  background-position: left bottom;
  padding-top: 150px;
}

#inicio p {
  color: white;
}

#inicio img {
  box-shadow: 11px 11px 24px -8px rgba(0, 0, 0, 0.75);
}

#inicio button {
  margin-bottom: 30px;
}

.uro2 {
  margin-top: 120px;
  margin-bottom: -50px;
}

.uro3 {
  margin-top: 60px;
}

/* QUIEN SOY */

#quien-soy {
  text-align: center;
}

#quien-soy h3 {
  margin-bottom: 30px;
}

#quien-soy p strong {
  display: block;
}

/*SERVICIOS*/
#servicios {
  background: linear-gradient(transparent 80%, #1b2854ad 106%), url(img/servicios-bg.png);
  background-size: cover;
  background-position: top right;
  padding-top: 190px;
  text-align: center;
  border-bottom: 1px solid white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white;
  background-color: #1f2b4c;
  border-color: #1f2b4c;
  padding-bottom: 11px;
  margin-bottom: 0px;
  mix-blend-mode: normal;
  margin-left: 0px;
  font-weight: 300;
  height: 0;
  padding-bottom: 58%;
  padding-top: 40%;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: #00b4c5;
  mix-blend-mode: multiply;
  color: white;
  border-radius: 0;
  margin: 3px 2px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  height: 0;
  padding-bottom: 56%;
  padding-top: 40%;
}

.nav-tabs .nav-link:hover {
  background: #202b4b;
  mix-blend-mode: multiply;
}

.nav-tabs .nav-link strong {
  font-weight: 700;
  display: block;
}

.tab-content>.active {
  display: block;
  background: #1f2b4b;
  color: white;
  padding: 30px 20px 20px;
}

.nav-tabs .nav-item {
  width: 20%;
}

#servicios h2 {
  margin-bottom: 20px;
}

#servicios h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 8px;
}

/*CONTACTO*/

#contacto {
  background: linear-gradient(20deg, #263485, #1f2b4c);
  color: white;
}

#contacto input,
#contacto textarea {
  width: 100%;
  background: transparent;
  border: 1px solid white;
  margin-bottom: 10px;
  padding: 3px 10px;
  color: white
}

#contacto input[type="submit"] {
  background: transparent;
  width: auto;
  float: right;
  text-transform: uppercase;
  color: white;
  border: none;
  padding: 0;
}

#contacto .ubicacion {
  height: 200px;
  width: 100%;
  text-align: center;
  box-shadow: 6px 6px 14px -3px #00000087;
  font-size: 14px;
  cursor: pointer;
}

#contacto .ubicacion:hover {
  mix-blend-mode: hard-light;
}

#contacto .ubicacion.oca {
  background: url("img/oca.jpg");
  background-size: cover;
  margin-bottom: 20px;

}

#contacto .ubicacion.doctors {
  background: url("img/doctors.jpg");
  background-size: cover;
  
}

#contacto .ubicacion i {
  font-size: 24px;
}

#contacto .ubicacion h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin: 7px 0;
}

::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
}

#contacto .align-vertical {
  padding: 23px 30px;
}

/*FOOTER*/

footer {
  background: #131a2f;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

footer p {
  margin-bottom: 0;
}

/*MODAL*/

.modal-content {
  background: transparent;
  border: none;
}

.modal-header {
  position: fixed;
  right: 0;
  top: 0px;
  padding: 0 !important;
  margin: 0 auto;
  margin-right: 20px;
  border: none;
}

.close {
  color: white;
  font-size: 60px;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .nav-tabs .nav-item {
    width: 100%;
  }

  .nav-tabs .nav-link {
    padding-top: 9% !important;
    padding-bottom: 20% !important;
  }

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

  .contact-info {
    position: fixed;
    top: 63px;
    right: 5px;
  }

  .uro2 {
    margin-top: 10px;
  }

  #quien-soy img {
    margin-bottom: 30px;
    max-width: 80%;
  }

  #contacto .ubicacion.doctors {
    margin-bottom: 50px;
  }

  .d-none {
    display: none!important;
  }
}