/*variables*/
/*variables*/
/*ESTILOS GENERALES*/
* {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Amaranth", sans-serif;
}

.sin_padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sin_margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: none;
  width: 100%;
}

.lista ul {
  list-style: none;
  margin: 0px;
}

.lista ul li {
  display: inline-block;
  padding: 15px;
}

.franja {
  width: 100px;
  background-color: #FF6720;
  height: 40px;
  display: inline-block;
}

.text {
  display: inline-block;
}

.call_to_action2 {
  background-color: #38A9E5;
  height: 350px;
  margin-top: 150px;
  position: relative;
  z-index: 2;
}
.call_to_action2 div {
  width: 90%;
  margin: 0px auto 0 auto;
  text-align: right;
  padding-top: 100px;
}
.call_to_action2 div p {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: white;
  margin-bottom: 70px;
}
.call_to_action2 div a {
  background-color: white;
  padding: 10px 20px;
  color: #38A9E5;
  border-radius: 5px;
  font-family: "Amaranth", sans-serif;
  font-weight: 700;
  box-shadow: 4px 4px 31px -9px rgba(0, 0, 0, 0.75);
}
.call_to_action2 div a:hover {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

/*ESTILOS GENERALES*/
/*variables*/
/*variables*/
/*header*/
html, body {
  height: 100%;
  width: 100%;
}

#loader {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

svg path {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: dash 2s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
header #logo_header img {
  margin: 15px 0px 0px 15px;
  width: 100px;
}
header #logo_header img.imagen_blanco {
  display: none;
}
header #iconos {
  float: right;
  margin-top: 25px;
}
header #iconos a.icono_ocultar {
  display: none;
}
header #menu {
  display: none;
  height: 100%;
  width: 100%;
  background-color: #38A9E5;
}
header #menu .lista {
  padding-top: 420px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
header #menu .lista h2 {
  text-transform: uppercase;
}
header #menu .lista h2 a {
  color: white;
}

/*header*/
/*social*/
.social {
  position: fixed;
  height: 100%;
  top: 80%;
  right: 30px;
  z-index: 999;
}
.social li {
  list-style: none;
  padding: 5px;
  text-align: right;
  font-family: "Amaranth", sans-serif;
}
.social .boton_emergencias {
  background-color: #FF2020;
  color: white;
  padding-left: 7px;
  border-radius: 5px;
}

/*social*/
/*inicio*/
div#video {
  width: 100%;
  height: 900px;
  background-image: url(../img/URGEMEDICA_home.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#que_hacemos .que_hacemos {
  padding-bottom: 10px;
  margin-top: 100px;
  height: 600px;
  position: relative;
}
#que_hacemos .que_hacemos .textura_que_hacemos {
  position: absolute;
  bottom: 0;
  right: 0;
}
#que_hacemos .que_hacemos h2 {
  font-size: 80px;
  color: #38A9E5;
  font-weight: 700;
}
#que_hacemos .que_hacemos p {
  width: 80%;
}
#que_hacemos .large-6 div {
  height: 950px;
  padding: 120px 50px 50px 50px;
}
#que_hacemos .large-6 div h2 {
  font-weight: bold;
}
#que_hacemos .large-6 div .linea {
  padding: 3px;
  background-color: #FF6720;
  border-bottom: #FF6720;
  width: 20%;
  margin: 0 auto 0 0;
}
#que_hacemos .large-6 div .linea_blanca {
  background-color: white !important;
  border-bottom: white !important;
}
#que_hacemos .large-6 div ul {
  margin-top: 50px;
}
#que_hacemos .large-6 div ul li {
  padding: 15px;
  font-family: "Amaranth", sans-serif;
  font-size: 20px;
}
#que_hacemos .large-6 div ul li .narganja {
  color: #FF6720;
}
#que_hacemos .large-6 div ul ul {
  list-style: none;
  margin-top: 0px;
}
#que_hacemos .large-6:nth-child(1) div, #que_hacemos .large-6:nth-child(4) div {
  background-color: #F4F4F4;
}
#que_hacemos .large-6:nth-child(1) div h2, #que_hacemos .large-6:nth-child(4) div h2 {
  color: #38A9E5;
}
#que_hacemos .large-6:nth-child(1) div ul li, #que_hacemos .large-6:nth-child(4) div ul li {
  color: #7B7A7A;
}
#que_hacemos .large-6:nth-child(2) div, #que_hacemos .large-6:nth-child(3) div {
  background-color: #38A9E5;
  color: white;
}
#que_hacemos .large-6:nth-child(2) .franja {
  display: none;
}

.boton_servicio {
  position: relative;
  z-index: 999;
  font-family: "Amaranth", sans-serif;
  background-color: #38A9E5;
}

.boton_blanco {
  background-color: white;
  color: #38A9E5;
}
.boton_blanco .boton_blanco:hover {
  background-color: #F4F4F4;
}

#call_to_action1 {
  background-color: #FF6720;
  padding: 120px 0;
  position: relative;
}
#call_to_action1 .row {
  text-align: center;
  width: 100%;
}
#call_to_action1 .row h4 {
  color: white;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#call_to_action1 .row a {
  background-color: white;
  color: #FF6720;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#call_to_action1 .row div {
  position: absolute;
  z-index: 2;
  width: 75%;
  top: -430px;
}

footer {
  margin: 200px 0 0 0;
  height: 600px;
}
footer #logo {
  margin: 0 50px;
}
footer #footer_info {
  padding-bottom: 100px;
}
footer #footer_info h5 {
  font-size: 30px;
  color: #38A9E5;
  margin: 50px 50px;
}
footer #footer_info .columns div {
  text-align: right;
  margin-right: 50px;
}
footer #footer_info .columns div:nth-child(1) {
  margin-bottom: 20px;
}
footer #footer_info .columns div:nth-child(1) h6, footer #footer_info .columns div:nth-child(1) p {
  font-size: 30px;
  color: #FF6720;
  font-weight: 700;
  margin: 0;
  font-family: "Amaranth", sans-serif;
}
footer #footer_info .columns div:nth-child(2) p {
  color: #7B7A7A;
  font-style: italic;
  font-size: 20px;
  font-family: "Amaranth", sans-serif;
}

/*inicio*/
/*nosotros*/
.flecha {
  top: 2500px;
  right: 20px;
  position: absolute;
  z-index: 2;
}
.flecha a {
  color: #38A9E5;
  font-size: 50px;
}

/* Tooltip container */
.tooltip {
  display: inline-block;
  background-color: transparent !important;
}
.tooltip .tooltiptext {
  opacity: 0;
  width: 120px;
  color: #38A9E5;
  position: absolute;
  z-index: 2;
  right: 0px;
  font-size: 20px;
  top: 30px;
  animation: all 0.5s ease;
}
.tooltip:hover .tooltiptext {
  opacity: 1;
}

#nosotros #nosotros_portada {
  background-image: url("../img/nosotros/URGEMEDICA_nosotros.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 900px;
}
#nosotros #nosotros_portada div.texto_portada {
  position: relative;
  margin: 0 0 0 auto;
  top: 400px;
  width: 33%;
}
#nosotros #nosotros_portada div.texto_portada div {
  height: 135px;
  border-radius: 10px;
  mix-blend-mode: multiply;
  background-color: #38A9E5;
  position: relative;
}
#nosotros #nosotros_portada div.texto_portada p {
  padding: 20px;
  color: white;
  z-index: 4;
  position: relative;
  top: 130px;
}
#nosotros #conocenos {
  margin-top: 50px;
}
#nosotros #conocenos .imagen_conocenos {
  text-align: right;
  padding-right: 50px;
}
#nosotros #conocenos .text {
  margin-top: 50px;
  position: relative;
  width: 100%;
}
#nosotros #conocenos .text h2 {
  display: inline-block;
  color: #38A9E5;
  font-weight: bold;
  font-size: 60px;
}
#nosotros #conocenos .text .franja {
  width: 300px;
  position: absolute;
  right: 0px;
  top: 30px;
  overflow: hidden;
}
#nosotros #conocenos .sin_padding p {
  width: 80%;
  margin: 0 auto 0 0;
}
#nosotros #conocenos .iconos_conocenos p {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
}
#nosotros #conocenos .iconos_conocenos p img {
  padding-right: 25px;
}
#nosotros #slider_nosotros {
  height: 800px;
}
#nosotros #slider_nosotros .swiper-container {
  width: 100%;
  height: 800px;
}
#nosotros #slider_nosotros .swiper-container .swiper-wrapper {
  width: 117%;
}
#nosotros #slider_nosotros .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 85% !important;
  cursor: grab;
}
#nosotros #slider_nosotros .swiper-container .swiper-wrapper .swiper-slide .contenido_slider .texto_slider {
  position: relative;
  bottom: 120px;
  left: 50px;
  color: #38A9E5;
  height: 50px;
}
#nosotros #slider_nosotros .swiper-container .swiper-wrapper .swiper-slide .contenido_slider .texto_slider h2 {
  font-weight: bold;
}
#nosotros #slider_nosotros .swiper-container .swiper-wrapper .swiper-slide .contenido_slider .texto_slider p {
  width: 90%;
  margin: 0 auto;
}

/*nosotros*/
/*urgencias*/
#urgencias .parallax_letras .sin_padding {
  position: fixed;
  top: 150px;
}
#urgencias .parallax_letras .sin_padding h1 {
  display: inline-block;
  font-size: 60px;
  color: #38A9E5;
  font-weight: 700;
  padding-left: 20px;
}
#urgencias .parallax_letras .sin_padding div.burbuja_parallax {
  margin-top: 100px;
}
#urgencias .parallax_letras .sin_padding p {
  margin-left: 127px;
}
#urgencias .parallax_letras .burbujas {
  margin-top: 40px;
}
#urgencias .parallax_letras .burbujas .contenido_burbujas {
  width: 80%;
  margin: 0 auto;
}
#urgencias .parallax_letras .burbujas .contenido_burbujas .burbuja {
  background-image: url("../img/Grupo43.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 330px;
  width: 330px;
  text-align: center;
}
#urgencias .parallax_letras .burbujas .contenido_burbujas .burbuja .texto_burbuja {
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
  color: white !important;
}
#urgencias .parallax_letras .burbujas .contenido_burbujas .burbuja .texto_burbuja h3 {
  font-size: 1.6rem;
}
#urgencias .parallax_letras .burbujas .contenido_burbujas .burbuja .padding_texto {
  padding-top: 110px;
}
#urgencias .parallax_letras .margin_burbuja1 {
  margin-top: 150px;
}
#urgencias .parallax_letras .margin_burbuja {
  margin-top: 100px;
}

/*urgencias*/
/*contacto*/
/*CONTACTO*/
.contacto_footer {
  background-color: white !important;
  position: relative;
  z-index: 99;
}
.contacto_footer #contacto {
  padding-top: 50px !important;
}

#contacto {
  padding-top: 150px;
}
#contacto .text {
  padding-left: 25px;
}
#contacto h2 {
  font-size: 50px;
  color: #38A9E5;
  font-weight: 700;
}
#contacto p {
  color: #38A9E5;
  font-size: 25px;
}
#contacto .contacto {
  width: 70%;
  margin: 0 auto 65px 0;
}
#contacto .contacto .formulario {
  border: 1px solid #FF6720;
  padding: 30px;
  border-radius: 5px;
}
#contacto [type=text],
#contacto [type=password],
#contacto [type=email],
#contacto [type=number],
#contacto [type=tel],
#contacto textarea {
  border: transparent;
  border-radius: 5px;
  border: 1px solid #FF6720;
}
#contacto [type=text]::placeholder,
#contacto [type=email]::placeholder,
#contacto textarea::placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#contacto .boton {
  text-align: center;
  margin-top: 30px;
}
#contacto [type=submit] {
  background-color: transparent;
  color: #38A9E5;
  border: 2px solid white;
  box-shadow: 4px 4px 31px -9px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}
#contacto [type=submit]:hover {
  border: 1px solid #FF6720;
  border-radius: 5px;
  transition: 0.5s all ease-in;
}
#contacto .mensaje_email {
  text-align: center;
  display: none;
}
#contacto .load {
  display: none;
  width: 30px;
  height: 30px;
  border: 5px solid #38A9E5;
  border-radius: 100%;
  margin: 0 auto;
}
#contacto .open {
  border-top: 5px solid transparent;
  animation: load-animate infinite linear 1s;
}
@keyframes load-animate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*CONTACTO*/
/*contacto*/
/*footer/general*/
.textura_footer {
  position: relative;
  z-index: 2;
  background-image: url("../img/textura1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 0 0 0;
  height: 685px;
}
.textura_footer #logo {
  padding-top: 90px;
}

/*footer/general*/
/*responsive*/
/*nav/ menu*/
@media screen and (max-width: 1400px) {
  header #menu .lista {
    padding-top: 320px;
  }
  header #menu .lista h2 {
    font-size: 2rem;
  }
  /*INICIO*/
  #que_hacemos .que_hacemos {
    margin-top: 0px;
  }
  #que_hacemos .que_hacemos .franja {
    width: 215px;
  }
  #call_to_action1 .row div {
    width: 100%;
  }
  /*INICIO*/
  /*NOSOTROS*/
  #nosotros #nosotros_portada div.texto_portada {
    width: 44%;
    top: 480px;
  }
  #nosotros .contenido_slider .texto_slider h2 {
    font-size: 2rem;
  }
  /*NOSOTROS*/
  /*URGENCIAS*/
  #urgencias .parallax_letras .sin_padding h1 {
    font-size: 55px;
  }
  /*URGENCIAS*/
  .social {
    top: 70%;
  }
}
@media screen and (max-width: 1250px) {
  /*NOSOTROS*/
  #nosotros #conocenos .text .franja {
    width: 200px;
  }
  /*NOSOTROS*/
}
@media screen and (max-width: 800px) {
  .flecha {
    top: 2280px;
  }
  /*MENU*/
  header #menu .lista {
    padding-top: 160px;
  }
  header #menu .lista ul li {
    display: table;
    width: 100%;
  }
  header #menu .lista h2 {
    text-transform: uppercase;
  }
  header #menu .lista h2 a {
    color: white;
  }
  /*MENU*/
  /*INICIO*/
  div#video {
    height: 175px;
  }
  #que_hacemos .que_hacemos {
    margin-top: 300px;
  }
  #que_hacemos .que_hacemos .textura_que_hacemos {
    top: 515px;
  }
  #que_hacemos .que_hacemos .franja {
    top: 700px;
  }
  #que_hacemos .large-4 div {
    height: 690px;
  }
  #call_to_action1 .row div {
    width: 100%;
    top: -180px;
  }
  /*INICIO*/
  /*NOSOTROS*/
  #nosotros #nosotros_portada {
    height: 600px;
  }
  #nosotros #nosotros_portada div.texto_portada {
    top: 50px;
    width: 80%;
  }
  #nosotros #conocenos .imagen_conocenos {
    text-align: center;
  }
  #nosotros #conocenos .text h2 {
    margin-left: 30px;
  }
  #nosotros #conocenos .sin_padding p {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  #nosotros #slider_nosotros .swiper-container .swiper-slide .contenido_slider .texto_slider {
    bottom: 0px !important;
    left: 33px !important;
    height: 90px !important;
    top: 10px !important;
  }
  /*NOSOTROS*/
  /*URGENCIA*/
  #urgencias .parallax_letras .sin_padding {
    position: relative;
  }
  #urgencias .parallax_letras .sin_padding div.burbuja_parallax {
    height: 200px;
    margin-top: 0px;
  }
  #urgencias .parallax_letras .sin_padding div.burbuja_parallax img {
    display: none;
  }
  #urgencias .parallax_letras .burbujas .contenido_burbujas {
    width: 46%;
  }
  #urgencias .parallax_letras .margin_burbuja1 {
    margin-top: 45px;
  }
  /*URGENCIA*/
  /*CONTACTO*/
  #contacto .contacto {
    margin: 40px auto 65px auto;
  }
  /*CONTACTO*/
  .textura_footer {
    background-position: left;
  }
}
@media screen and (max-width: 500px) {
  /*INICIO*/
  #que_hacemos .que_hacemos {
    margin-top: 85px;
  }
  #que_hacemos .que_hacemos h2 {
    font-size: 50px;
    padding-top: 20px;
  }
  #que_hacemos .que_hacemos h2 br {
    display: none;
  }
  #que_hacemos .que_hacemos p {
    width: 100%;
  }
  #que_hacemos .que_hacemos .textura_que_hacemos {
    display: none;
  }
  #que_hacemos .que_hacemos .franja {
    display: none;
  }
  #que_hacemos .large-4:nth-child(1) div {
    height: 500px;
  }
  #que_hacemos .large-4:nth-child(2) div {
    height: 800px;
  }
  #que_hacemos .large-4 div {
    padding: 80px 20px 35px 20px;
  }
  #call_to_action1 .row div {
    top: 0px;
  }
  /*INICIO*/
  /*NOSOTROS*/
  #nosotros #nosotros_portada div.texto_portada {
    top: 170px;
    width: 100%;
  }
  #nosotros #nosotros_portada div.texto_portada p {
    top: 130px;
  }
  #nosotros #conocenos .imagen_conocenos {
    padding-right: 0px;
  }
  #nosotros #conocenos .text .franja {
    display: none;
  }
  #nosotros #conocenos .text h2 {
    font-size: 50px;
    margin-left: 20px;
  }
  #nosotros .call_to_action2 {
    margin-top: 50px;
    height: 325px;
  }
  .call_to_action2 {
    height: 280px;
  }
  .call_to_action2 div {
    padding-top: 50px;
  }
  .call_to_action2 div p {
    font-size: 20px;
  }
  .call_to_action2 #slider_nosotros {
    height: 725px;
  }
  .call_to_action2 #slider_nosotros .swiper-container .swiper-slide .contenido_slider .texto_slider {
    bottom: -15px;
  }
  /*NOSOTROS*/
  /*URGENCIA*/
  #urgencias .franja {
    display: none;
  }
  #urgencias .parallax_letras .sin_padding h1 {
    font-size: 50px;
  }
  #urgencias .parallax_letras .sin_padding p {
    margin-left: 20px;
  }
  #urgencias .parallax_letras .sin_padding div.burbuja_parallax {
    height: 200px;
    margin-top: 0px;
  }
  #urgencias .parallax_letras .sin_padding div.burbuja_parallax img {
    display: none;
  }
  #urgencias .parallax_letras .burbujas .contenido_burbujas {
    width: 92%;
  }
  #urgencias .parallax_letras .margin_burbuja {
    margin-top: 25px;
  }
  #urgencias .call_to_action2 {
    margin-top: 50px;
  }
  #urgencias .altura_div {
    height: 325px;
  }
  /*URGENCIA*/
  /*CONTACTO*/
  #contacto h2 {
    font-size: 30px;
  }
  #contacto .contacto {
    width: 90%;
  }
  /*CONTACTO*/
  /*FOOTER*/
  .textura_footer {
    height: 920px;
  }
  footer #logo {
    margin: 0;
    text-align: center;
  }
  footer #footer_info {
    text-align: center;
  }
  footer #footer_info .columns div {
    text-align: center;
    margin-right: 0;
  }
  /*FOOTER*/
}
/*nav/ menu*/
/*responsive*/

/*# sourceMappingURL=style.css.map */
