/* --------------- GENERAL SETUP --------------- */

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
  color: #002C59;
}

h2 {
  font-size: 3.5rem;
  line-height: 3.2rem;
  letter-spacing: -1px;
}

.fa, .fas {
  color: #cddc18;
  margin-right: 8px;
}

.img-responsive img {
  width: 100%;
  height: auto;
}

.btn-dolormed {
  background-color: #cddc18 !important;
  color: white !important;
  border-radius: 350px;
  padding: 12px 5%;
  font-weight: 700;
  border: none !important;
  text-align: center;
}

.btn-dolormed:hover {
  background-color: #002C59 !important;
  color: white !important;
  font-weight: 700;
  border: none;
}

.btn-contacto{
  margin-top: -1%;
}

.btn-dolormed.btn-contacto:hover {
  background-color: #cddc18 !important;
  color: #002C59 !important;
}

#map {
  width: 100%;
  height: 350px;
  background-color: grey;
}

.info-contacto{
    padding: 5% 0 5%;
}

.lista {
  list-style-type: none;
}

.lista.contacto li:first-child {
  margin-top: 12px;
}

.lista.contacto li {
  padding-bottom: 24px;
}

.lista.contacto.direccion {
  margin-top: -8%;
}

strong, b, .strong{
  font-weight: 400;
  color: #12273c;
}

/* --------------- BACKGROUND --------------- */


.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vh;
}

.bg-services {
  background-image: url(../assets/img/bg-doctor-example.jpg);
  background-size: cover;
  background-position: right;
  min-height: 55vh;
}

.bg-paramedico {
  background-image: url(../assets/img/bg-paramedico-example.jpg);
  background-size: cover;
  min-height: 65vh;
  background-position: right;
}

.bg-services-2 {
  background-image: url(../assets/img/tratamiento-example.jpg);
  background-size: contain;
  min-height: 65vh;
}

@media (max-width: 1024px) {
  .bg-contain {
    background-image: none;
  }
}

/* --------------- MENU --------------- */

header{
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
}

.header-logo img{
  max-width: 170px;
  position: relative;
}

.Slogan {
  /* max-width: 170px; */
  position: absolute;
  top: 38px;
  left: 13em;
  color: white;
  line-height: 1em;
  font-size: 1.1em;
}
.Slogan.alt-color {
  color: #002C59;
}

@media (max-width: 1184px) {
  .Slogan {
    left: 5em;
    top: 5.5em;
  }
}

.Slogan.movil {
  position: absolute;
  left: 13.5em;
  font-size: .8em;
  top: 30%;
}

.top-bar, .top-bar ul {
  background-color: transparent;
}

.topbar-responsive {
  padding: 1rem 1.5rem;
}

.topbar-responsive .topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;
  width: 180px;
  background: transparent;
}

.topbar-responsive .menu {
  background: transparent;
}

.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}

.topbar-responsive .menu a {
  color: #fefefe;
  transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
  color: #cddc18;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  color: #fefefe;
  background-color: #cddc18;
  padding: 12px 28px;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover, .button.hollow {
  color: #2b4061;
  border-color: #cddc18;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

.menu.simple li + li {
  margin-left: 1.5rem;
}

@media (max-width:414px) {
  .menu.simple li + li {
    margin-left: 0 !important;
  }
}

/* ----------- ALTERNATIVE MENU ----------- */

  .top-bar-regular .menu a {
    color: #002C59;
    transition: color 0.15s ease-in;
  }

  .top-bar-regular .menu a:hover {
    color: #B5CC40;
  }

  .top-bar-regular .menu-icon::after {
    background: #002C59;
    box-shadow: 0 7px 0 #002C59, 0 14px 0 #002C59;
  }

/* --------------- FOOTER --------------- */

  footer {
    padding: 2% 0;
  }

  footer .header-logo {
    margin: auto;
  }

  footer .topbar-responsive .menu a {
    color: #002C59;
    transition: color 0.15s ease-in;
  }

  footer .topbar-responsive .menu a:hover {
    color: #B5CC40;
  }

  footer .menu-icon::after {
    background: #002C59;
    box-shadow: 0 7px 0 #002C59, 0 14px 0 #002C59;
  }

  .social-mobile{
    font-size: 2.5rem;
  }


/* --------------- HOME --------------- */

    #first-vh{
      /* height: 100vh; */
      background-color: #002C59;
    }

    /* -------- SERVICES CARDS ------- */

    .card {
      padding-top: 5%;
    }


    #dolormed-services .services-container {
      margin-top: 2%;
    }

    #dolormed-services {
      padding: 48px 0;
    }

    .principal{
      margin-top: 5%;
    }

    #dolormed-services .card {
      background-color: #F8F8F8;
      border: none;
      transition: .4s ease;
      min-height: 32vh;
    }

    #dolormed-services .card:hover {
      background-color: #B5CC40;
      transform: scale(1.05);
    }

    #dolormed-services .card:hover h5{
      color: #fff;
    }

    #dolormed-services .card h5{
      text-align: center;
      width: 90%;
      margin: auto;
      color: #002C59;
    }



/* --------------- ABOUT --------------- */

    #dolormed-paramedico {
      margin-top: 2%;
      margin-bottom: 5%;
    }

    .paramedico-container {
      margin-top: 20%;
    }

    #dolormed-paramedico h2 {
      font-size: 2.8rem;
      line-height: 2.9rem;
    }

    @media (max-width: 1024px) {

      #dolormed-paramedico {
        margin-top: 2%;
        margin-bottom: 2%;
      }

      .paramedico-container {
        margin-top: 5%;
      }
    }

    #cuandoasistir {
      margin-top: 2%;
      margin-bottom: 2%;
    }

    .cuando-container {
      margin-top: 10%;
    }

    .cuando-container h2 {
      margin-bottom: 4%;
    }

    .services-title h2 {
      margin-top: 13%;
      margin-bottom: 2%;
    }

    .tratamientos-container {
      padding-top: 10%;
    }

    .proceso-container{
      margin-top: 5%;
    }
    .ayuda{
      margin-top: 3.5%;
    }

    #mision-Vision .cell {
      margin-bottom: 2%;
    }

/* --------------- ESTADOS FINANCIEROS --------------- */
    .lista ul{
      margin-top: 50px;
      font-size: 1.4em;
    }
    .lista a:hover{
      color: #cddc18;
      text-decoration: underline;
    }
    .vigilado{
      width: 35%;
      margin-top: 30px;
    }

/* --------------- SERVICIOS --------------- */

  .servicio-container{
    margin-top: 8%;
  }


/* --------------- PROGRAMAR CITA --------------- */

#dolormed-citas h2 {
  font-size: 2.8rem;
  line-height: 2.9rem;
  margin-bottom: 2%;
}

.help-txt {
  font-size: .8rem;
  text-align: center;
}

.lista-pasos-citas{
  padding: 1% 5%;
}

.lista-pasos-citas li {
  font-size: .9em;
  margin-bottom: 2%;
}

.lista-pasos-citas li:before {
  font-weight: 400;
}

.valoracion-container h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.valoracion-container .btn-dolormed {
  padding: 13px 18%;
}

.valoracion-container .btn-container {
  text-align: center;
}




/* --------------- ANIMATIONS --------------- */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}

/* --------- Hover -----------*/

.hovereffect {
  width: 100%;
  height: 100%;
  min-height: 320px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 10%;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /* background-color: rgba(75,75,75,0.9); */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-mision{
  background-image: url(../assets/img/misionyvision-example.jpg);
  background-size: cover;
  transition: .4s ease;
}

.img-mision:hover{
  background-image: url(../assets/img/misionyvision-example.jpg);
  background-color: #607fa5;
  background-blend-mode: multiply;
}

.img-vision{
  background-image: url(../assets/img/misionyvision-example.jpg);
  background-size: cover;
  transition: .4s ease;
}

.img-vision:hover{
  background-image: url(../assets/img/misionyvision-example.jpg);
  background-color: #a1b53a;
  background-blend-mode: multiply;
}

.hovereffect:hover .overlay {
  background-size: cover;
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 3.5rem;
  padding: 10px;
  padding-top: 20%;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
}

.hovereffect div.info {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -64px 0 0 0;
  padding: 2% 4%;
  font-size: 1rem;
}

.hovereffect div.info p {
  line-height: 1.3 !important;
}

.hovereffect:hover div.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect div.info:hover {
}

.form-inner-container-padding{
  padding: 0px 1em;
}


/* --------- testimonios -----------*/


.testimonios-main-container {
  min-height: 70vh;
  padding-top: 5%;
}

.testimonios-main-container h2 {
  margin-bottom: 4%;
}

.testimonios-main-container p {
  padding-bottom: 2%;
}

.btn-100 {
  min-width: 100%;
}


.testimonios-main-container .video-container {
  margin-bottom: 5%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
