/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

:root {
  --header-height: 140px;
  --header-height-scrolled: 105px;
}

#page_content {
  position: relative;
    height: 100%;
    width: 100%;
border-top: solid 1px #eaeaea;
margin-top: 140px;
    margin-bottom: 10rem;
    transition: all .3s;
  
}

#page_content.smaller {
    margin-top: 55px;
     transition: all .3s;
}

img {
   max-width: 100%;
}

body {
    margin: 0;
    font-family: roboto;
    font-weight: 300;
}

main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}a {
  background-color: transparent;
    text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* Estilos Sagrada Familia
   ========================================================================== */

/* ====== HEADER  ============================== */


header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
 
}

#header_top {
    z-index: 30;
    position: relative;
    display: inline-flex;
    border-top: solid 3px #53b7c7;
    flex-direction: row;
    /* background-color: #e3f2f8; */
    border-bottom: solid 1px #e1e1e1;
    color: #434343;
    height: 50px;
transition: all .3s;
    padding: 5px 50px 5px 90px;
    opacity: 1;
    font-weight: 400;
    background-color: #ffffff;
    justify-content: space-between;

    
}

    .header_top_data {
        display: inline-flex;
    }

#header_top.zero {
    border-bottom: solid 1px #ffffff;
    height: 0;
opacity: 1;
     color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
transition: all .3s;
}

#header_top strong {
    font-weight: 500;
}

.header_top_item {
    
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    margin-right: 15px;
}

.header_top_item i {
    font-size: 1.2rem;
}

.header_top_redes {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-shrink: 0;
    gap: 12px;
}

.header_top_redes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    line-height: 1;
    text-decoration: none;
}

.header_top_redes i {
    font-size: 1.2rem;
    margin: 0;
    color: #326eb5;
    transition: color 0.2s ease;
}

.header_top_redes a:hover i {
    color: #265a9a;
}

#header_top.zero 
.header_top_redes i {
    color: rgba(0, 0, 0, 0);
}

#header_main {
   min-height: 90px;
border: 0;
font-family: 'Rasa', serif;
        padding: 0 50px 0 7%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.2rem;
    width: 100%;
transition: all .3s;
    z-index: 999999;
        top: 0;
        -webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0;
    background-color: #ffffff;
     border-bottom: solid 1px #ebebeb;
        -webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.07);
box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.07);

}

#header_main.white {
    background-color: #ffffff;
}

.header_main_right {
        margin-right: 170px;
}

#header_main.small {
       background-color: #ffffff;
transition: all .3s;
    min-height: 55px;
    height: 55px;
    top: 0;
       
}

#header_main img.mainlogo {
    max-width: 200px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all .3s;
}

#header_main.small img.mainlogo {
    max-width: 150px;
    max-height: 45px;
    transition: all .3s;
}


#btn-menu-principal {
    display: flex;
    min-width: 116px;
    min-height: 44px;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    position: relative;
    z-index: 30;
    box-sizing: border-box;
}

a.nav-link#btn-menu-principal {
    height: auto;
    min-height: 44px;
}

#btn-menu-principal i {
  margin-left: 10px;
}

#navbarHeader {
 display: flex;
    flex-direction: column;
    height: 0;
visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: rgb(24, 46, 87, 0.8);
    width: 100%;
    z-index: 0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

#navbarHeader.abierto {
    visibility: visible;
height: auto;
    min-height: 500px;
top: 0;
    padding-top: var(--header-height);
    padding-bottom: 50px;
   opacity: 1;
    z-index: 22;
    border-bottom: solid 5px #182e57e3;
    pointer-events: none;
  }

#navbarHeader.abierto .container {
    pointer-events: auto;
}

#MainMenu .list-group {
    margin-bottom: 0;
}

#MainMenu .card-header {
    margin-bottom: 0;
    padding-top: 0;
    min-height: auto;
}

#MainMenu .parent-item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 10px;
}

#MainMenu .parent-item:hover,
#MainMenu .parent-item:active,
#MainMenu .parent-item:focus,
#MainMenu .parent-item.active {
    color: #f8f8f8;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

#MainMenu .child-item {
    padding-left: 2.25rem;
}

#MainMenu .child-item a {
    padding: 5px 10px 5px 0.75rem;
}

#MainMenu .child-item a.is-current,
#MainMenu .child-item a:hover,
#MainMenu .child-item a:active,
#MainMenu .child-item a:focus {
    font-weight: 600;
}

@media only screen and (min-width: 992px) {
    #MainMenu {
        padding-top: 1rem;
    }
}

.parent-item {
    font-family: roboto;
    font-size: 1.5rem;
    color: #f8f8f8;
   font-weight: 400;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    display: inline;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
        -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s;
}

.parent-item:hover {
    color: #ffffff;
    background-color: #3cc7c4;
        -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s;
}

.parent-item.active {
         color: #3ce3e0;
}
.collapse:not(.show) {
    opacity: 0;
}

.card-header {
    margin-bottom: 0.5rem;
    border: none;
    background: none;
padding-top: 0.5rem;
    padding-top: 0.5rem;
    min-height: 51px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.list-group {
    margin-bottom: 1rem;
}

.child-item 
{

padding-left: 1.25rem;
    }
.child-item a { 
    font-size: 1.2rem;
    color: #ffffff;
    padding-right: 15px;
    font-weight: 300;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.25rem;
    border-radius: 2px;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s;
}

.child-item a:hover,
.child-item a:active,
.child-item a:focus {
    color: #182e57;
    border-radius: 2px;
    background-color: #ffffff;
}


.carousel-control-prev {
    z-index: 12;
}


.carousel-control-next {
    z-index: 12;
}


.carousel-control-prev .carousel-control-prev-icon {
    opacity: 0;
}

.carousel-control-prev:hover  .carousel-control-prev-icon {
    opacity: 1;
}

.carousel-control-next .carousel-control-next-icon {
    opacity: 0;
}

.carousel-control-next:hover  .carousel-control-next-icon {
    opacity: 1;
}

.btn-carousel {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.btn-carousel button,
.btn-carousel.boton_slide {
    background-color: #04cccc;
}


.emergencia {
    cursor: pointer;
 background-color: #002c62;
    top: 0;
    position: absolute;
    text-align: center;
    flex-direction: column;
    right: 10px;
    width: 200px;
    padding: 10px;
    /* background-color: #ffffff; */
    display: flex;
    z-index: 9;
    align-items: center;
    border-bottom: solid 2px #ffffff;
    border-left: solid 2px #fff7f4;
    border-right: solid 2px #ffffff;
    color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: 'Fira Sans', sans-serif;
    -webkit-box-shadow: 0px 5px 31px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 31px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 31px -12px rgba(0,0,0,0.75);
      transition: all .3s;
}

.emergencia:hover {
    background-color: crimson;
    transition: all .3s;
    
}
    .emergencia.mobile {
        display: none;
    }
.emergencia i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #ffff1f;
}
.emergencia h4 {
    margin: 0;
    font-size: 1.5rem;
    font-family: 'Rasa'
}

.emergencia h5 {
    font-size: 0.9rem;
    font-weight: 500;
    
}

.navbar-collapse {
   justify-content: flex-end;
}

a.nav-link {
    height: 38px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 0.95rem;
    border: solid 2px #182e57;
    border-radius: 5px;
    letter-spacing: 0.07rem;
    color: #182e57;
   position: relative;
    box-sizing: border-box;
    cursor: pointer;
      position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #182e57;
    
}

a.nav-link:hover { 
    background-color: #182e57;
    color: #ffffff;
      border: solid 2px #ffffff;
}

.navbar-expand-lg .navbar-nav a.nav-link:hover {
    color: #ffffff;
    
}


.navbar-nav {
    margin-right: 30px;
}

.dropdown-menu {
    border: none;
}
/* ====== FIN HEADER  ============================== */


/* ====== HOME  ============================== */

.page-home {
    padding-top: var(--header-height);
    transition: padding-top .3s;
}

.page-home.smaller {
    padding-top: var(--header-height-scrolled);
}

/* ====== CAROUSEL  ============================== */

.carousel-item {
    height: 90vh;
    background-image: var(--carousel-bg-desktop, none);
    background-position: top;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;

}



.carousel-text {
    position: absolute;
    top: 43%;
    
    width: 85%;
    left: 5%;
    right: 5%;
    text-align: left;
    
}

.carousel-text h1,
.carousel-text h2 {
    font-size: 4rem;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Rasa';
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}




/* Carousel mobile/tablet */
@media only screen and (max-width: 991px) {
    #carouselExampleIndicators .carousel-item {
        height: 65vh;
        min-height: 360px;
        max-height: 520px;
        background-size: cover;
        background-position: center center;
    }

    #carouselExampleIndicators .carousel-item.carousel-item--has-mobile-bg {
        background-image: var(--carousel-bg-mobile, var(--carousel-bg-desktop));
    }

    #carouselExampleIndicators .carousel-item--image-only {
        background-position: 88% center;
    }

    #carouselExampleIndicators .carousel-item--has-text {
        background-position: 35% center;
    }

    #carouselExampleIndicators .carousel-text {
        top: auto;
        bottom: 12%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 1rem;
    }

    #carouselExampleIndicators .carousel-text.container {
        max-width: 100%;
    }

    #carouselExampleIndicators .carousel-text h1,
    #carouselExampleIndicators .carousel-text h2 {
        font-size: 1.15rem;
        line-height: 1.3;
        max-width: 90%;
    }

    #carouselExampleIndicators .btn-carousel {
        bottom: 4%;
        left: 1rem;
        right: auto;
    }

    .consultas {
        flex-direction: column;
        height: auto;
        background-color: #182e57;
        border-top: none;
        z-index: 20;
    }

    .consultas .boton {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        padding: 1rem 1.25rem;
        background-color: #182e57;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .consultas .boton h1,
    .consultas .boton h2 {
        color: #ffffff;
        font-size: 0.9rem;
        font-weight: 500;
        text-align: left;
    }

    .consultas .boton i {
        display: block;
        margin: 0 12px 0 0;
        padding: 0;
        text-align: center;
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 44px;
        color: #182e57;
        background-color: #ffffff;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .consultas a {
        color: #ffffff;
    }

    .consultas .boton:hover,
    .consultas .boton:focus {
        background-color: #265a9a;
    }

    .consultas .boton:hover h1,
    .consultas .boton:hover h2,
    .consultas .boton:focus h1,
    .consultas .boton:focus h2 {
        color: #ffffff;
    }

}

/* ====== CONSULTAS  ============================== */

.consultas {
    position: relative;
    background-color: #ffffff	;
    text-align: center;
    z-index: 15;
    height: 50%;
    display: flex;
    justify-content: center;
}
.consultas .boton {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
      transition: background-color .3s;
  transition: background-color .3s;
}

.consultas .boton:hover {
background-color: #00ffff;
     transition: background-color .3s;
  transition: background-color .3s;
}

@media only screen and (min-width: 992px) {
    .consultas .boton i {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 48px;
        color: #ffffff;
        background-color: #182e57;
        border-radius: 4px;
        margin-right: 15px;
        flex-shrink: 0;
    }
}

.consultas a {
    text-decoration: none;
    color: #182e57;
}
.consultas .boton h1,
.consultas .boton h2 {
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
    color: #182e57;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .consultas {
        flex-direction: column;
        height: auto;
        background-color: #182e57;
        border-top: none;
        z-index: 20;
    }

    .consultas .boton {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        padding: 1rem 1.25rem;
        background-color: #182e57;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .consultas .boton h1,
    .consultas .boton h2 {
        color: #ffffff;
        font-size: 0.9rem;
        font-weight: 500;
        text-align: left;
    }

    .consultas .boton i {
        display: block;
        margin: 0 12px 0 0;
        padding: 0;
        text-align: center;
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 44px;
        color: #182e57;
        background-color: #ffffff;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .consultas a {
        color: #ffffff;
    }

    .consultas .boton:hover,
    .consultas .boton:focus {
        background-color: #265a9a;
    }

    .consultas .boton:hover h1,
    .consultas .boton:hover h2,
    .consultas .boton:focus h1,
    .consultas .boton:focus h2 {
        color: #ffffff;
    }
}


/* ====== PACIENTES / MEDICOS  ============================== */

    .pac-med {
        margin-bottom: 5rem;
		font-family:roboto;
    }

.pac-med ul {
    list-style: none;
  margin-left: 10%;
    float: right;
    right: 0;
    margin-right: 10%;
	font-family:roboto;
}

.pac-med ul a li {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: roboto;
    color: #182e57;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
    font-weight: 300;
          transition: color .3s;
  transition: color .3s;
}

.pac-med ul a li:hover {
             transition: color .3s;
  transition: color .3s;
    color: darkturquoise;
    
}


.pac-med .pacientes, .pac-med .medicos {
  height: 26rem;
    margin-left: 0;
    margin-right: 0;
	font-family:roboto;

    
}

.pac-med h1,
.pac-med h2 {
    font-family:roboto;
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
    text-align: left;
	
}

.pac-med .pacientes .left h2 {
    margin-left: 10%;
}

.pac-med .pacientes .left {
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   position: relative;
       flex: 1 0 auto;
    padding-right: 115px;
    display: flex;
    align-items: center;
	font-family:roboto;
      
    
}
.pac-med .pacientes .right {
    position: relative;
flex:1 0 auto;
       background-color: #f3f3f3;
	font-family:roboto;
    
}
.pac-med .pacientes .left:after {
content: "";  
	border-top: 13rem solid #f3f3f3;
	border-bottom: 13rem solid #f3f3f3;
	border-left: 42px solid rgb(0, 0, 128, 0);
	position: absolute; right: 0; top: 0;
}

.pac-med .medicos  {
     display:flex;
  flex-direction:row;
  justify-content: space-between;
	font-family:roboto;
}
.pac-med .medicos .left {
       position: relative;
flex:1 0 auto;
text-align: right;
    justify-content: flex-end;
        background-color: #f7f7f7;
	font-family:roboto;
    
}

.pac-med .medicos .right {
font-family:roboto;
           flex: 1 0 auto;
    padding-left: 115px;
   display: flex;
    align-items: center;
    position: relative;
          background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        position: relative;
}

.pac-med .medicos .right:before {
content: "";  
	border-top: 13rem solid #f3f3f3;
	border-bottom: 13rem solid #f3f3f3;
	border-right: 42px solid rgb(0, 0, 128, 0);
	position: absolute; left: 0; top: 0;
	font-family:roboto;
}


/* ====== ESPECIALIDADES  ============================== */

.accordion {
  width: 100%; 
}

.accordion .card {
    margin-bottom: 1rem;
}


a.expandir.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.especialidades {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.especialidades h1 {
    font-family:roboto;
        font-weight: 400;
    letter-spacing: 0.15rem;
    font-size: 1.5rem;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
   
}

.especialidades p {
   font-family:roboto;

}

.especialidades hr {
    width: 20%;
    border: 0;
    height: 2px;
    background-color: black;
}
.especialidades .especialidades-item {
 background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
     flex-grow:1;
            flex-basis: 0;
    flex-direction: column;
    height: 30rem;
    
    border: solid 2px white;
    border-top: solid 4px white;
        align-items: center;
    text-align: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
 
    
}


.especialidades .especialidades-item:before {
 content: '';
    pointer-events: none;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
background: rgba(13,68,179,0.15);
background: -moz-linear-gradient(top, rgba(13,68,179,0.15) 0%, rgba(8,41,107,0.15) 40%, rgba(3,17,45,0.75) 75%, rgba(0,0,0,0.75) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,68,179,0.15)), color-stop(40%, rgba(8,41,107,0.15)), color-stop(75%, rgba(3,17,45,0.75)), color-stop(100%, rgba(0,0,0,0.75)));
background: -webkit-linear-gradient(top, rgba(13,68,179,0.15) 0%, rgba(8,41,107,0.15) 40%, rgba(3,17,45,0.75) 75%, rgba(0,0,0,0.75) 100%);
background: -o-linear-gradient(top, rgba(13,68,179,0.15) 0%, rgba(8,41,107,0.15) 40%, rgba(3,17,45,0.75) 75%, rgba(0,0,0,0.75) 100%);
background: -ms-linear-gradient(top, rgba(13,68,179,0.15) 0%, rgba(8,41,107,0.15) 40%, rgba(3,17,45,0.75) 75%, rgba(0,0,0,0.75) 100%);
background: linear-gradient(to bottom, rgba(13,68,179,0.15) 0%, rgba(8,41,107,0.15) 40%, rgba(3,17,45,0.75) 75%, rgba(0,0,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d44b3', endColorstr='#000000', GradientType=0 );

}
.especialidades .especialidades-item h1,
.especialidades .especialidades-item h2 {
            font-family:roboto;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 1.8rem;
text-transform: normal;
    color:#ffffff;
    font-weight: 600;
    width: 90%;
    margin-bottom: 10%;
    z-index: 1;
    text-align: center;
          text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.especialidades .especialidades-item button,
.especialidades .especialidades-item a.btn {
    z-index: 2;
        display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 5%;
    padding: 0;
    right: 5%;

    flex-direction: row;
    width: 100px;
    font-size: 1.1rem;
      transition: all .3s;
  transition: all .3s;
 height: 35px;
    align-items: center;
}

.especialidades .especialidades-item button i,
.especialidades .especialidades-item a.btn i {
   opacity: 0;
    margin: 0;
display: none;
}

.especialidades .especialidades-item button:hover,
.especialidades .especialidades-item a.btn:hover {
    z-index: 2;
    position: absolute;

    padding: 0;

  transition: all .3s;
     width: 140px;
}


.especialidades .especialidades-item button:hover i,
.especialidades .especialidades-item a.btn:hover i {
    opacity: 1;
display: block;
    margin-left: 10px;
}


.fa-play-circle {
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 5%;
    cursor: pointer;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.7);
}

.fa-play-circle:hover { 
color: rgb(255, 255, 255);
}
/* ====== SOCORRE  ============================== */


.socorre-home {
    background-color: #45b0c1;
    text-align: center;
    padding: 3.5rem;
    color: #ffffff;
}

.socorre-home img.socorre-logo {
 
    text-align: center;
    width: 200px;
        margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.socorre-iconos {
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.socorre-home hr {
    width: 40px;
    background-color: #5a2c82;
    border: 0;
    height: 3px;
}

.socorre-home p {
    font-size: 1.3rem;
}

.socorre-home h2 {
    
font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.socorre-iconos img {
    max-height: 130px;
}


.socorre-ademas {
    background-color: #5a2c82;
    padding: 2rem;
    font-size: 1.7rem;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    border-radius: 7px;
}

.socorre-home a {
    color: #5a2c82;
}
.socorre-ademas strong {
    color: #2cc2d9;
}
/* ====== BANNER  ============================== */

.banner-full {
    padding-top: 15rem;
    padding-bottom: 15rem;
    position: relative;
    background-attachment: fixed;
        background-position: center;
    background-size: cover;
    color: #ffffff;
}

.banner-full h2 {
    font-family:roboto;
    font-size: 3rem;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
    font-weight: 600;
}

.banner-full p {
	font-family:roboto;
    font-weight:300;
    font-size: 1.1rem;
    margin-bottom: 4rem;
}

.banner-full::before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;

	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(25, 26, 27, 0.6) 0%,rgba(167, 190, 208, 0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(25, 26, 27, 0.6) 0%,rgba(167, 190, 208, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(25, 26, 27, 0.6) 0%,rgba(167, 190, 208, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31e5799', endColorstr='#807db9e8',GradientType=0 ); /* IE6-9 */
}

.banner-full button,
.banner-full a.btn {
    z-index: 1;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    padding: 0;
    right: 10%;
    display: flex;
    flex-direction: row;
    width: 100px;
      transition: all .3s;
  transition: all .3s;
 height: 30px;
    align-items: center;
}

.banner-full button i,
.banner-full a.btn i {
   opacity: 0;
    margin: 0;
    display: none;
}

.banner-full button:hover,
.banner-full a.btn:hover {
    z-index: 1;
    position: absolute;
    bottom: 10%;
    padding: 0;
    right: 10%;
  transition: all .3s;
     width: 140px;
}


.banner-full button:hover i,
.banner-full a.btn:hover i {
    display: block;
    opacity: 1;
    margin-left: 10px;
}


/* ====== NOTICIAS  ============================== */



.noticias {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    background-color: #e8f3ff;
}

.noticias h1,
.noticias h2 {
  font-family:roboto;
        font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
   
   
}

.noticias hr + h2 {
    margin-top: 1.25rem;
}

.noticias .noticia span,
.noticia span {
    display: block;
    margin-bottom: 0.85rem;
}

.noticias a p {
   font-family:roboto;
color: black;
    font-size: 0.9rem;
    font-weight: 300;
}

.noticias a hr {
    width: 20%;
    border: 0;
    height: 2px;
    background-color: black;
}

.col-md-4.noticia {
    margin-bottom: 3rem;
}
.noticia a h1,
.noticia a h3 {
    color: #182e57;
     font-family:roboto;
    font-size: 1.4rem;
    letter-spacing: normal;
}

.noticia p {
    font-family:roboto;
    font-weight: 300;
    font-size: 0.95rem;
}

.noticia .categoria {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 1rem;
   font-family:roboto;
}
.noticias .noticia img,
.noticias .noticia .wp-post-image,
.col-md-4.noticia img,
.col-md-4.noticia .wp-post-image,
.col-md-3.noticia img,
.col-md-3.noticia .wp-post-image {
     object-fit: cover;
  width: 100%;
  height: 200px;
  display: block;
}



/* ====== CENTRO INTEGRAL ACV  ============================== */

.centro-acv {
    
}

.centro-acv h3 {
    font-family:roboto;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    margin-bottom: 2rem;

    color: #182e57;
    margin-top: 4.5rem;
    text-transform: uppercase;
}

.centro-acv p {
    line-height: 1.8rem;
}

.centro-acv-header {
    color: #ffffff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.centro-acv-1 {
    position: relative;
    background-attachment: fixed;
}

.centro-acv-1.telestroke {
    min-height: 25rem;
    display: flex; align-items: center;
}

.centro-acv-1:before {
       content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
}

.centro-acv-1 .texto {
 
}
.centro-acv-1 h1,
.centro-acv-1 .sf-hero-title {
font-weight: 600;
font-size: 2.9rem;
    font-family:roboto;
    margin-top: 0;
}

.especialidades-1 .sf-display-title {
    margin-top: 2rem;
}

.centro-acv-1 p {
font-weight: 400;
font-size: 1rem;
}


.centro-acv-2 h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: none;
line-height: 2rem;
    font-weight: 400;
    font-size: 1.2rem;
  
}



.centro-acv-5-1 .col-md-4 {
 text-align: center;
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;

   }

.centro-acv-5-1 .col-md-4 h4 {
    color: white;
    font-family:roboto;
    font-weight: 400;
    
}

.centro-acv-5-1 .pasos {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.centro-acv-5-1 .pasos h4 {
    max-width: 900px;
    font-size: 1.8rem;
        color: white;
    font-family:roboto;
    font-weight: 400;
    text-align: center;
    margin: auto;
    margin-top: 1.5rem;
}

.centro-acv-5-1 .paso1 {
    background-color:#66adb9;
}

.centro-acv-5-1 img {
    max-width: 180px;
    margin: auto;
}

.centro-acv-5-1 .paso2 {
    background-color: #4b9caa;
}
.centro-acv-5-1 .paso3 {
    background-color: #2e8e9f;
}


.centro-acv-5-1 .pasos .numero {
    position: absolute;
    max-width: none;
    top: 30%;
    left: 10%;
    z-index: 0;

}

/* ====== MEDICINA PERSONALIZADA  ============================== */


.med-personalizada-item {
    background-color: #404c62;
    min-height: 400px;
    border-left: solid 1px white;
    border-right: solid 1px white;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: column;
}

.med-personalizada-item:before {
content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
}

.med-personalizada-item h1,
.med-personalizada-item h2 {
    font-family:roboto;
    color: #ffffff;
    font-weight: 800;
    font-size: 2rem;
    width: 100%;
    z-index: 2;
}

.med-personalizada-item button,
.med-personalizada-item a.btn {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 35px;
    padding: 0;
    transition: all .3s;
}

.med-personalizada-item button i,
.med-personalizada-item a.btn i {
    opacity: 0;
    margin: 0;
    display: none;
}

.med-personalizada-item button:hover,
.med-personalizada-item a.btn:hover {
    width: 140px;
}

.med-personalizada-item button:hover i,
.med-personalizada-item a.btn:hover i {
    opacity: 1;
    display: inline-block;
    margin-left: 10px;
}

.med-personalizada-1 {
    margin-bottom: 10rem;
}


.med-personalizada-2 h3 {
       font-family:roboto;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
    color: #182e57;
    margin-top: 4.5rem;
    text-transform: uppercase;
}

 .med-personalizada-2 .card {
    border: none;
}

 .med-personalizada-2 .card-body {
        border-top: solid 1px #dadada;
}

 .med-personalizada-2 .card-header:hover {
    background-color: #ededed;
       cursor: pointer;
}

 .med-personalizada-2 .card-header h5 {
    font-weight: 400;
    font-size: 1.2rem;
    color: #31818e;
     position: relative;
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: flex-start;

}
 .med-personalizada-2  .card-header:hover a h5 {
     color: #156774;
}

 .med-personalizada-2 .card-header.simple:hover {
         background: none;
       cursor: default;
}

 .med-personalizada-2 .mb-0:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "";
     background-image: url(../img/chevron.webp);
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
     width: 20px;
     height: 20px;
     right: 0;
     position: absolute;
  transform: rotate(90deg);
  transition: all linear 0.25s;
  
  }  

 .med-personalizada-2 .collapsed .mb-0:after {
  transform: rotate(0deg) ;
}

h2.diagnostico-imagenes {
       text-transform: none;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

/* ====== CONTACTO  ============================== */


.newsletter .frase {
    
    background-color: #53b7c7;
       display: flex;
    flex-direction: column;
    justify-content: center;
    color: #c4f7f3;
 padding: 5%;
    font-size: 1.8rem
}

.newsletter .gif {
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
}

.newsletter .form-newsletter {
    background-color: #3cc7c4;
    padding: 5%;
    display: flex;
    justify-content: center;
flex-direction: column;
}

.newsletter .form-newsletter h1 {
    font-weight: 500;
    color: white;
    font-size: 1.3rem;
}


.newsletter .form-control,
.newsletter input.wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]),
.newsletter textarea.wpcf7-form-control,
.newsletter select.wpcf7-form-control {
    background: none;
    color: #ffffff;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #ffffff;
}

.newsletter .form-control::placeholder,
.newsletter input.wpcf7-form-control::placeholder,
.newsletter textarea.wpcf7-form-control::placeholder {
    color: rgba(255, 255, 255, 0.75);
}
footer {
    background-color: #4000ff;
    position: relative;
width: 100%;
    height: 100%; 
	color: #ffffff;
    padding-top: 5rem;
}

footer .contacto {
      color: #ffffff;
    background-color: #182e57;
    text-align: center;
     /* padding-top: 2rem; */
    height: 100%;
    padding-bottom: 5rem;
    
}

footer .contacto h1,
footer .contacto h2 {
    margin: 0;
}

footer .contacto p {
    font-family:roboto;
    font-size: 1.2rem;
}

footer .contacto i {
    color: #40c9bf;
}

footer .contacto input.form-control,
footer .contacto input.wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]),
footer .contacto textarea.form-control,
footer .contacto textarea.wpcf7-form-control,
footer .contacto select.form-control,
footer .contacto select.wpcf7-form-control {
    background-color: #ffffff;
    color: #182e57;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 1rem;
}

footer .contacto input.form-control::placeholder,
footer .contacto input.wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"])::placeholder,
footer .contacto textarea.form-control::placeholder,
footer .contacto textarea.wpcf7-form-control::placeholder {
    color: #6c757d;
}

footer .contacto input.form-control:-webkit-autofill,
footer .contacto input.wpcf7-form-control:-webkit-autofill,
footer .contacto textarea.form-control:-webkit-autofill,
footer .contacto textarea.wpcf7-form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    -webkit-text-fill-color: #182e57;
    transition: background-color 5000s ease-in-out 0s;
}

footer .contacto .wpcf7-acceptance,
footer .contacto .wpcf7-checkbox,
footer .contacto .wpcf7-list-item {
    background-color: transparent;
    border: none;
    margin-bottom: 1rem;
}

footer .contacto .wpcf7-list-item-label {
    color: #ffffff;
}

footer .contacto input[type="checkbox"].wpcf7-form-control {
    width: auto;
    margin-right: 0.5rem;
    margin-bottom: 0;
    vertical-align: middle;
}


footer .inferior {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #101e38;
    color: #7185a8;
}

.footer-mapa ul {
    padding: 0;
    list-style: none;
    font-family:roboto;
    font-weight: 600;
}

.footer-mapa ul li {
  font-family:roboto;
    font-weight: 300;
    font-size: 0.8rem;
}

.footer-mapa ul li a {
color: #7f91ad;
}

.footer-mapa ul  a {
color: #7f91ad;
}
.footer-mapa ul li a:hover {
color: #ffffff;
}


.footer-mapa ul a:hover {
color: #ffffff;
}
.cont90 {
      max-width: 90%;
}

.main-quienes-somos {
    background-image: url(../img/ENERI-CSF0316.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 10% 0 10% 0; 
    position: relative;
    margin-bottom: 3rem;
}

.main-quienes-somos .container {
    position: relative;
}

.main-quienes-somos:before {
       content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
}

.main-quienes-somos  h2 {
    color: #ffffff;
z-index: 5;
text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
    font-family:roboto;
    font-size: 1.8rem;
    font-weight: 400;
}


.cuenta-con {
    position: relative;
}

.cuenta-con ul {
    list-style: none;
    padding: 0;
}


.cuenta-con ul li {
    padding-left: 0;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    font-weight: 300;
}

img.cuenta-con-1 {
    width: 45%;
    height: auto;
    position: absolute;
    left: 0;
}



.especialidades ul {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.especialidades ul li {
    
    text-transform: none;
     letter-spacing: normal;
        margin-bottom: 0.4rem;
padding-left: 17px;
}

.especialidades ul li:first-child {
margin-top: 0.75rem;
}

.especialidades-1 h6 {
    font-weight: 400;
}

.separador {
    margin-top: 5rem;
    position: relative;
    margin-bottom: 5rem;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;


}


.separador h2 {
    font-family: roboto;
    font-weight: 600;
    font-size: 2.1rem;
}

.separador h4 {
    font-family: roboto;
  
}
.separador:before {
           content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.separador p {
    font-family: roboto;
    max-width: 950px;
       text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

.separador .container {
    z-index: 4;
    position: relative;
}

.separador.quienes-somos {
  padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 22rem;
}

.separador.especialidades1 {
   padding-top: 5rem;
    padding-bottom: 5rem;
        min-height: 22rem;
}

.header_interno {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: roboto;
background-color: #182e57;
    font-size: 2.5rem;
    color: #ffffff;
    border-bottom: solid 3px #2b3f65;
}

.header_interno h1,
.header_interno h2 {
    text-transform: uppercase;
    color: #ffffff;
        font-weight: 300;
    letter-spacing: 0.15rem;
    font-size: 1.9rem;
}

.header_interno hr {
    width: 25px;
    height: 5px;
    margin-left: 0;
    background-color: #29c1d9;
margin-bottom: 0;
    margin-top: 5px;
}

.especialidades h4 {
    font-family: roboto;
    font-size: 1.8rem;
   font-weight: 400;
}

.otras-especialidades {
        margin: auto;
    border-top: solid 1px #e6e6e6;
    padding-top: 2rem;
    margin-top: 2rem;
    letter-spacing: normal;
    font-family: roboto;
    font-size: 1.5rem;
    font-weight: 500;
    color: #31818e;
    max-width: 950px;
    text-align: center;
    
}


.otras-especialidades button {
        border: solid 2px #31818e;
    border-radius: 5px;
    color: #31818e;
    font-family: roboto;
    font-weight: 500;
    margin-top: 1rem;
}

.otras-especialidades button:hover {
    background-color: #31818e;
    color: #ffffff;
}

.otras-especialidades-mail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #31818e;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
}

.otras-especialidades-mail:hover {
    color: #182e57;
    text-decoration: none;
}


.noticia-interna-header h1 {
    font-weight: 800;
    font-family: roboto;
    font-size: 2.7rem;
    margin-top: 1rem;
}

.noticia-interna-header img,
.noticia-interna-header .wp-post-image {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
    display: block;
    margin-bottom: 2rem;
}

.noticia-interna-header p {
 
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}


.noticia-interna-contenido p {
 line-height: 2rem;
}

.breadcrumb {
    background: none;
   border: none;

margin-bottom: 0;
    font-family: roboto;
    color:  #182e57;
    font-weight: 500;
    color: #182e57;
    font-weight: 800;
    letter-spacing: 0.15rem;
    font-size: 1rem;
padding: 0;
    display: flex;
    align-items: baseline;
}

.breadcrumb a {
        text-transform: uppercase;
    color: #b5b5b5;
    font-weight: 300;
    letter-spacing: 0.15rem;

}

.breadcrumb a:hover {
        text-transform: uppercase;
    color: #575757;
    font-weight: 300;
    letter-spacing: 0.15rem;

}


.solicitar_turno {
    color: #1a2f46;
    padding: 3rem;
    
}
.solicitar_turno i {
    font-size: 2rem;
    color: #53b7c7;
margin-bottom: 1rem;
    display: block;
}
.solicitar_turno h4 {
font-family: roboto;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    
}
.solicitar_turno h5 {
    font-weight: 800;
    font-family: roboto;
    font-size: 2rem;
}




.turnos 
{
    flex-direction: column;
}

.turnos h4 {
     text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
    font-family: roboto;
    font-weight: 600;
    color: #182e57;
}

.turnos a,
.turnos a h4,
.turnos a h5 {
    color: #000;
    text-decoration: none;
}

.turnos a:hover,
.turnos a:focus,
.turnos a:hover h4,
.turnos a:hover h5 {
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .solicitar_turno .turnos {
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
        border-bottom: 1px solid #e8e8e8;
    }

    .solicitar_turno .turnos:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .solicitar_turno .turnos h4,
    .solicitar_turno .turnos a h4 {
        margin-bottom: 1.25rem;
    }

    .solicitar_turno .turnos i,
    .solicitar_turno .turnos a i {
        margin-top: 0.75rem;
        margin-bottom: 1.75rem;
    }
}


.coberturas ul {
    list-style: none;
    padding: 0;
    
}
.coberturas ul li {
      list-style: none;
    margin-bottom: 0.7rem;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: roboto;
    
}

.coberturas h3 {
       font-family: roboto;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    margin-bottom: 3rem;

    color: #182e57;
    margin-top: 4.5rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    #page_content.coberturas .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    #page_content.coberturas h3 {
        padding-left: 0.75rem;
    }
}




/* ====== ATENCION AMBULATORIA  ============================== */


.atencion-ambulatoria h3 {
       font-family: roboto;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    margin-bottom: 2rem;

    color: #182e57;
    margin-top: 4.5rem;
    text-transform: uppercase;
}

.atencion-ambulatoria-1 {
    color: #ffffff;
     background-position: center;
    background-size: cover;
    position: relative;
    padding: 10% 0 10% 0; 
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.atencion-ambulatoria-1:before {
       content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.62);
}


.atencion-ambulatoria-1 h4 {
    font-family: roboto;
    font-size: 1.8rem;
    font-weight: 400;
}

.atencion-ambulatoria-1 p {
        font-weight: 400;
    font-size: 1rem;

    line-height: 1.8rem;
}

.atencion-ambulatoria-1 a {
    text-decoration: underline;
    font-weight: 500;
color: #ffffff
}


.atencion-ambulatoria-datos h3 {
    font-size: 1rem;
    text-align: left;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}

.atencion-ambulatoria-datos p {
  margin-bottom: 0.5rem;
}


.atencion-ambulatoria-2 h4 {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-family: roboto;
}

.atencion-ambulatoria-2 h2 {
    line-height: 2rem;
    font-weight: 400;
    font-size: 1.2rem;
}
.atencion-ambulatoria-2 h2 a {
color: #29c1d9;
             transition: color .3s;

}

.atencion-ambulatoria-2 h2 a:hover {
color: #0c8fa3;
             transition: color .3s;

}

.coord-medicos {
    display: flex;
    flex-direction: row;
    text-align: center;
    
}

.coord-medicos div {
    flex: 1 1 auto;
    text-align: center;
    justify-content: center;
}

.atencion-ambulatoria-4 {
    background-color: gray;
       background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    color: #ffffff;
}

.atencion-ambulatoria-4:before {
      content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
}

.atencion-ambulatoria-4  h2 {
    font-family: roboto;
    font-weight: 600;
    font-size: 2.1rem;
}


.atencion-ambulatoria-3  h4 {
    font-family: roboto;
    font-weight: 600;
    font-size: 1.5rem;
}

.atencion-ambulatoria-4 p {
    font-family: roboto;
    max-width: 950px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}


.noticia a {
    text-decoration: none;
    color: #212121;
}


.noticia:hover a {
    text-decoration: none;
    color: #404040;
}



/* Header: tablet y mobile (hasta Bootstrap lg) */
@media only screen and (max-width: 991px) {
    #header_top {
        padding: 0;
        height: 50px;
        min-height: 50px;
        overflow: hidden;
    }

    .header_top_data,
    .header_top_redes {
        display: none !important;
    }

    #header_main .emergencia:not(.mobile),
    .header_main_right .emergencia {
        display: none !important;
    }

    .emergencia.mobile {
        display: flex;
        flex-direction: row;
        position: absolute;
        justify-content: space-around;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0 0.5rem;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 31;
    }

    .emergencia.mobile > div {
        text-align: center;
        line-height: 1.1;
    }

    .emergencia.mobile h5 {
        margin-bottom: 0;
        font-size: 0.65rem;
        font-weight: 500;
    }

    .emergencia.mobile h4 {
        font-size: 0.85rem;
        margin: 0;
    }

    #header_main {
        padding: 0.4rem 1rem;
        min-height: 56px;
        overflow: hidden;
    }

    .navbar-brand {
        width: auto;
        max-width: calc(100% - 130px);
        margin-right: auto;
        padding: 0;
    }

    #header_main img.mainlogo,
    img.mainlogo {
        max-width: 140px;
        max-height: 40px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    #header_main.small img.mainlogo {
        max-width: 120px;
        max-height: 36px;
    }

    .header_main_right {
        margin-right: 0;
        flex-shrink: 0;
    }

    .navbar-nav {
        margin-right: 0;
    }

    :root {
        --header-height: 106px;
        --header-height-scrolled: 96px;
    }

    #navbarHeader.abierto {
        min-height: auto;
        max-height: calc(100vh - var(--header-height));
        overflow-y: auto;
    }

    #MainMenu {
        padding-top: 1rem;
    }

    #MainMenu .parent-item {
        font-size: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    #MainMenu .child-item {
        padding-left: 2rem;
        margin-bottom: 0.5rem;
    }

    #MainMenu .child-item a {
        font-size: 0.95rem;
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 768px) {
    
    #header_main {
     padding: 1%;
        
    }
    
    #header_main img.mainlogo {
        max-width: 100%;
    }
	

	#MainMenu {
		padding-top: 1.25rem;
	}

	#MainMenu .parent-item {
		padding: 4px 10px;
	}
.header_interno {
    padding-top: 35px;
    padding-bottom: 35px;
   font-family: roboto;
background-color: #182e57;

    color: #ffffff;
    border-bottom: solid 3px #2b3f65;
}

.header_interno h1,
.header_interno h2 {
    color: #ffffff;
        font-weight: 300;
    letter-spacing: 0.1rem;
    font-size: 1.3rem;
}

.header_interno hr {
    width: 25px;
    height: 5px;
    margin-left: 0;
    background-color: #38aad4;
margin-bottom: 0;
    margin-top: 5px;
}
    .list-group {
        margin-bottom: 0;
    }
    
    .parent-item {
        font-size: 1.2rem;
    }
    
    .child-item a {
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }
    
    .child-item {
        display: flex;
        flex-direction: column;
    }


    .consultas .boton {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .especialidades {
    flex-direction: column;
    justify-content: space-between;
}
.especialidades .especialidades-item {
    flex-basis: auto;
    flex-direction: column;
    height: 25rem;
    margin-bottom: 1rem;
        align-items: center;
    text-align: center;
    background-repeat: no-repeat;
 
}

.especialidades .especialidades-item h1,
.especialidades .especialidades-item h2 {
    font-size: 1.9rem;
}

    
    .pac-med .pacientes, .pac-med .medicos {
  height: auto;
    margin-left: 0;
    margin-right: 0;
}

.pac-med .pacientes .left {
      background-position: center;
    background-size: cover;
    width: 100%;
        height: 10rem;
    background-repeat: no-repeat;
   position: relative;
       flex: 1 0 auto;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
      
    
}
.pac-med .pacientes .right {
    position: relative;
        padding-top: 1.5rem;
    padding-bottom: 1.5rem;
flex:1 0 auto;
       background-color:#ebebeb;
    
}
.pac-med .pacientes .left:after {
content: none;  
	border-top: 13rem solid #ebebeb;
	border-bottom: 13rem solid #ebebeb;
	border-left: 42px solid rgb(0, 0, 128, 0);
	position: absolute; right: 0; top: 0;
}

.pac-med .medicos  {
     display:flex;
  flex-direction:row;
  justify-content: space-between;
}
    
.pac-med .medicos .left {
       position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
        width: 100%;
flex:1 0 auto;order: 2;
text-align: left;
    justify-content: flex-start;
        background-color: #ebebeb;
    
}
    
    .pac-med ul a li {
        font-size: 1.2rem;
    }

.pac-med .medicos .right {
    height: 10rem;
           flex: 1 0 auto;
    padding-left: 0;
   display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
          background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        position: relative;
}

    .pac-med .pacientes .left h2,
    .pac-med .medicos .right h2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

.pac-med .medicos .right:before {
content: none;
	border-top: 13rem solid #ebebeb;
	border-bottom: 13rem solid #ebebeb;
	border-right: 42px solid rgb(0, 0, 128, 0);
	position: absolute; left: 0; top: 0;
}
    
    .socorre-ademas {
     padding:1rem;
    font-size: 1rem;
 }
    
    .atencion-ambulatoria-datos h3,  .atencion-ambulatoria-2 h3 
    {
        text-align: center;
    }
    
    .coord-medicos {
    display: flex;
    flex-direction: column;
    text-align: center;
    
}
        .newsletter .frase {
font-size: 1.3rem;
}
    
    .newsletter .gif {
height: 10rem;
}
    
      footer .contacto h1,
footer .contacto h2 {
    margin: 0;
          margin-top: 1.5rem;
          font-size: 1.5rem;
}
    
    
    body {
        overflow-x: hidden;
    }

    #header_top {
        padding: 0;
    }

    #page_content {
        margin-top: var(--header-height);
        margin-bottom: 4rem;
    }

    #page_content.smaller {
        margin-top: var(--header-height-scrolled);
    }

    .main-quienes-somos .offset-md-6,
    .main-quienes-somos .col-md-6.offset-md-6 {
        margin-left: 0;
    }

    img.cuenta-con-1 {
        position: static;
        width: 100%;
    }

    .consultas {
        flex-direction: column;
        height: auto;
        background-color: #182e57;
        border-top: none;
        position: relative;
        z-index: 20;
    }

    .consultas .boton {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: flex-start;
        padding: 1rem 1.25rem;
        background-color: #182e57;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .consultas .boton h1,
    .consultas .boton h2 {
        color: #ffffff;
        font-size: 0.9rem;
        font-weight: 500;
        text-align: left;
    }

    .consultas .boton i {
        display: block;
        margin: 0 12px 0 0;
        padding: 0;
        text-align: center;
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 44px;
        color: #182e57;
        background-color: #ffffff;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .consultas a {
        color: #ffffff;
    }

    .consultas .boton:hover,
    .consultas .boton:focus {
        background-color: #265a9a;
    }

    .consultas .boton:hover h1,
    .consultas .boton:hover h2,
    .consultas .boton:focus h1,
    .consultas .boton:focus h2 {
        color: #ffffff;
    }

    .banner-full {
        padding: 4rem 1rem;
        background-attachment: scroll;
    }

    .banner-full h2 {
        font-size: 1.6rem;
    }

    .banner-full .col-md-3 {
        margin-top: 1rem;
    }

    .banner-full button,
    .banner-full a.btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1rem;
    }

    .main-quienes-somos,
    .centro-acv-1,
    .banner-full {
        background-attachment: scroll;
    }

    .socorre-home {
        padding: 2rem 1rem;
    }

    .socorre-home h2 {
        font-size: 1.2rem;
    }

    .socorre-home p {
        font-size: 1rem;
    }

    .socorre-iconos img {
        max-height: 90px;
    }

    .newsletter .frase {
        padding: 1.5rem;
    }

    .map-embed iframe {
        height: 300px;
    }

    footer .inferior {
        padding: 3rem 0;
    }

    .footer-mapa .col-md-3 {
        margin-bottom: 1.5rem;
    }

    .med-personalizada-2 .card-header {
        min-height: 56px;
        padding: 0.75rem 0;
    }

    #map {
        height: 350px;
    }


}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header_top {
        padding: 5px 20px 5px 20px;
    }

    .header_top_item {
        font-size: 0.65rem;
        margin-right: 8px;
    }

    #header_main {
        padding: 0 20px 0 3%;
    }

    .header_main_right {
        margin-right: 220px;
    }
}

@media only screen and (max-width: 992px) {
    .header_interno {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header_interno h1,
    .header_interno h2 {
        font-size: 1.5rem;
    }

    .centro-acv-1 h1,
    .centro-acv-1 .sf-hero-title {
        font-size: 2rem;
    }

    .banner-full h2 {
        font-size: 2rem;
    }

    .banner-full {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

@media only screen and (min-width: 1366px) {
    .parent-item {
        font-size: 1.8rem;
        font-weight: 600;
    }
    
    .child-item a {
        font-size: 1.4rem;
        display: inline-block;
    }
    
}

.recuadro {
    padding: 2%;
    border: solid 2px #d6d6d6;
    margin-top: 3rem;
    background-color: #f1f1f1;
}

.recuadro h3 {
    margin-top: 2rem;
}

#map {
    height: 700px;
    width: 100%;
}

.newsletter-highlight {
    color: inherit;
    background-color: transparent;
}

.map-embed {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.map-embed iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 650px;
    border: 0;
}

.med-personalizada-2 .linkedin-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 44px;
    min-height: 44px;
    margin-left: 0.5rem;
}

.med-personalizada-2 .linkedin-link i {
    font-size: 1.25rem;
    color: rgb(0, 119, 181);
}


.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

/* Consultas: desktop — barra horizontal con fondo claro y texto legible */
@media only screen and (min-width: 992px) {
    .page-home .consultas {
        flex-direction: row;
        height: auto;
        background-color: #ffffff;
        border-top: 1px solid #e1e1e1;
    }

    .page-home .consultas .boton {
        width: auto;
        max-width: none;
        flex: 1 1 0;
        background-color: #ffffff;
        border-bottom: none;
        justify-content: center;
        padding: 1rem 0.75rem;
    }

    .page-home .consultas .boton h1,
    .page-home .consultas .boton h2 {
        color: #182e57;
        text-align: left;
        font-size: 0.85rem;
        font-weight: 500;
    }

    .page-home .consultas a {
        color: #182e57;
    }

    .page-home .consultas .boton i {
        display: block;
        color: #ffffff;
        background-color: #182e57;
    }

    .page-home .consultas .boton:hover,
    .page-home .consultas .boton:focus {
        background-color: #f0f4fa;
    }

    .page-home .consultas .boton:hover h1,
    .page-home .consultas .boton:hover h2,
    .page-home .consultas .boton:focus h1,
    .page-home .consultas .boton:focus h2 {
        color: #182e57;
    }

    .pac-med .pacientes .left,
    .pac-med .medicos .right {
        align-items: flex-end;
        padding-bottom: 3rem;
    }

    .pac-med .medicos .right {
        justify-content: flex-end;
    }

    .pac-med .medicos .right h2 {
        margin-right: 10%;
        margin-left: 0;
        text-align: right;
    }
}

/* Consultas: mobile — iconos visibles (mismo estilo que desktop) */
@media only screen and (max-width: 991px) {
    .page-home .consultas .boton {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .page-home .consultas .boton h1,
    .page-home .consultas .boton h2 {
        color: #ffffff;
        text-align: left;
        margin: 0;
    }

    .page-home .consultas .boton i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        margin: 0 12px 0 0;
        padding: 0;
        font-size: 18px;
        line-height: 1;
        color: #ffffff;
        background-color: #326eb5;
        border-radius: 4px;
        flex-shrink: 0;
    }
}
