@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot");
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("../fonts/AvenirLTStd-Roman.eot");
  src: url("../fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Roman.woff") format("woff"),
    url("../fonts/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Bold.woff") format("woff"),
    url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot");
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  src: url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Heavy.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Heavy.woff") format("woff"),
    url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@media (min-width: 768px) {
  .btcolapse {
    display: block;
  }

  .bxcolapse {
    /*display: block;*/
    position: relative;
    width: auto;
  }
}
/**/
@media (min-width: 769px) {
}
@media (max-width: 769px) {
  .btcolapse {
  }
}
.btcolapse {
  position: absolute;
  top: 12px;
  right: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-top: 10px;
  /*transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);*/
}

.btcolapse span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 6px;
  border-radius: 2px;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.btcolapse span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 6px;
  border-radius: 2px;
  background-color: #6a8f3c;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.btcolapse span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 6px;
  border-radius: 2px;
  background-color: #485098;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 10000;
}
.btcolapse:before {
  content: "MENÚ";
  display: block;
  position: absolute;
  top: -12px;
  margin-bottom: -15px;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 1);
}
.btcolapse.collapsed span {
  background-color: #c20e1a;
}

.btcolapse.collapsed span:before {
  margin-top: -11px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.btcolapse.collapsed span:after {
  margin-top: 11px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.btcolapse.op2 span:before {
  background-color: #364693;
}
.btcolapse.op2 span:after {
  background-color: #364693;
}
.btcolapse.op2.collapsed span {
  background-color: #364693;
}

#vacuna-response {
  display: table;
  width: 100%;
}

/*****MENU*****/
.menuprincipal {
  z-index: 30;
  position: absolute;
  width: 100%;
}
.menuprincipal ul li {
  display: block;
}

.menuprincipal ul li a {
  display: block;
  font-family: "ApexNew-Medium", arial, sans-serif;
  color: #fff;
  font-size: 17px;
  padding: 12px 6px;
  text-transform: uppercase;
  background: rgba(36, 46, 96, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
  text-decoration: none !important;
}

.men {
  display: block;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

#form-neslwtter {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
#form-neslwtter input {
}
.title-neslwtter {
  color: white;
  min-height: 30px;
}
.white {
  color: white;
}

#form-neslwtter button {
  border: none;
  background: #f6dd36;
  color: #000;
  font-family: "HelveticaNeueLTStd-Bd";
  padding: 8px 15px;
  transition: 0.5s ease;
  font-size: 1.1em;
  text-shadow: none;
  border-radius: 10px;
  text-decoration: none !important;
}

@media (max-width: 740px) {
  #inicio .menuprincipal {
    width: 100%;
    text-align: right;
    margin-top: 300px;
  }
  .menuprincipal {
    width: 100%;
    text-align: right;
  }
  .menuprincipal ul li a {
    background: #364693;
    color: #fff;
    text-align: center;
  }
  .menuprincipal ul li a:hover,
  .menuprincipal ul li.active a,
  .menuprincipal ul li a:active,
  .menuprincipal ul li a:focus {
    color: #fff;
    background: #accb27;
  }
  #inicio .men {
    display: block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -300px;
  }
  #inicio .men {
    display: block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .menuprincipal ul li img {
    display: block;
    margin: 2px auto;
  }
  .logo {
    margin: 20px auto !important;
    height: auto;
  }
  .logo2 {
    margin: 0px auto !important;
    height: 100px;
  }
  .logo3 {
    margin: 0px auto !important;
    height: 80px !important;
  }
  .centro {
    text-align: center;
  }
  .header {
    height: auto;
  }
}

.menuprincipal ul li + li {
  border-top: 1px solid #fff;
}

.header {
  z-index: 150;
  background-color: #fff;
  width: 100%;
}

#honcode p {
  font-size: 0.9em !important;
  line-height: 13px;
}

@media (min-width: 801px) {
  .menuprincipal {
    width: 100%;
    text-align: right;
  }
  .menuprincipal ul li a:hover,
  .menuprincipal ul li.active a,
  .menuprincipal ul li a:active {
    color: #fff;
    background: #57a934;
  }
  .menuprincipal ul {
    display: block;
    text-align: center;
  }
  .menuprincipal ul li {
    display: block;
  }
  .menuprincipal ul li + li {
    border-top: 0;
  }
  .logo {
    margin: 10px auto !important;
    display: block;
    height: 100px;
  }
  .logo2 {
    margin: 10px auto !important;
    display: block;
    height: 100px;
  }
  .peques {
    max-height: 45px !important;
    margin: 10px 10px !important;
    float: right !important;
  }
  .centro {
    margin-top: 20px;
  }
  .men2 {
    padding: 0 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AvenirLTStd-Heavy";
  text-align: center;
  text-transform: uppercase;
}
p {
  font-family: "AvenirLTStd-Roman";
  color: #000;
  text-align: justify;
}
a {
  text-decoration: underline !important;
  cursor: pointer;
  color: #000;
}

#healthonnet a img {
  display: table;
  margin: 23px auto;
  border: 0px;
  width: 49px;
  height: 72px;
}

.carousel-inner > .item > img {
  width: 100%;
}
#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right,
#myCarousel2 .carousel-control.left,
#myCarousel2 .carousel-control.right {
  background: none;
}
#myCarousel .carousel-caption {
  bottom: auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px 0px 0px 15px;
}
#myCarousel .carousel-caption h3 {
  font-family: "AvenirLTStd-Heavy";
  color: #fff;
  text-shadow: none;
  text-align: left;
}
#myCarousel .carousel-caption p {
  font-family: "HelveticaNeueLTStd-Roman";
  color: #fff;
  text-align: left;
  text-shadow: none;
}
.btn-verde {
  background: #6dae51;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Bd";
  padding: 10px 15px;
  transition: 0.5s ease;
  font-size: 1.1em;
  text-shadow: none;
  border-radius: 15px;
  text-decoration: none !important;
}
.btn-verde:hover {
  background: #485098;
  text-decoration: none;
  color: #fff;
}

.btn-amarillo {
  background: #f6dd36;
  color: #000;
  font-family: "HelveticaNeueLTStd-Bd";
  padding: 8px 15px;
  transition: 0.5s ease;
  font-size: 1.1em;
  text-shadow: none;
  border-radius: 10px;
  text-decoration: none !important;
}
.btn-amarillo:hover {
  background: #f6dd36;
  text-decoration: none;
  color: #1e4494;
}
.link {
  text-align: center;
  margin: 15px auto;
}

.btn-modal {
  background: #d9d9d9;
  color: #fff !important;
  font-family: "HelveticaNeueLTStd-Bd";
  padding: 10px 15px;
  transition: 0.5s ease;
  font-size: 1.1em;
  text-shadow: none;
  border-radius: 5px;
  display: block;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  height: 100px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-decoration: none !important;
}
.btn-modal:hover {
  text-decoration: none;
  color: #fff;
}
.azulho:hover {
  background: #2d3260;
  color: #fff !important;
}
.rojoho:hover {
  background: #8c0912;
  color: #fff !important;
}
.verdeho:hover {
  background: #32601e;
  color: #fff !important;
}

#quienes {
  background-image: url("../imagenes/somos.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 319px;
}
#generalidades1 {
  background-image: url("../imagenes/generalidades.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 319px;
}
#vacunas {
  background-image: url("../imagenes/vacunas.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 319px;
}
#inicio #seccion1 h2 {
  font-family: "AvenirLTStd-Heavy";
  color: #fff;
  text-align: center;
}

#inicio #seccion2 {
  background: #bf0811;
}
#inicio #seccion6 {
  background: #57a934;
}

#inicio #seccion6 h3,
#inicio #seccion2 h3 {
  color: #fff;
}

#inicio #news {
  background: #fff;
}
#inicio #news h2 {
  color: #1e4494;
  padding-bottom: 0.5em;
}

#inicio #seccion3 {
  background: #fff;
}
#inicio #seccion3 h2 {
  color: #1e4494;
}
#generalidades #seccion3 .verde,
#inicio .verde {
  background: #a3bd31;
}
#generalidades #seccion3 .azul,
#inicio .azul {
  background: #004c98;
}
#generalidades #seccion3 .naranja,
#inicio .naranja {
  background: #c8462a;
}
#generalidades #seccion3 .amarillo,
#inicio .amarillo {
  background: #db9600;
}
#generalidades #seccion3 .magenta,
#inicio .magenta {
  background: #80113a;
}
#generalidades #seccion3 .aqua,
#inicio .aqua {
  background: #73b2af;
}
#generalidades #seccion3 .rojo,
#inicio .rojo {
  background: #bf0811;
}
#generalidades #seccion3 .caja,
#inicio .caja {
  color: #fff;
}
#generalidades #seccion3 .caja img,
#inicio .caja img {
  display: block;
  margin: 15px auto;
}

#inicio #seccion4 {
  background: #004c98;
}
#inicio #seccion4 h2 {
  color: #f6dd36;
}
#inicio #seccion4 h4 {
  color: #60bffb;
}
#myCarousel4 .carousel-control.left {
  background-image: url("../imagenes/flecha-izq3.png");
  background-repeat: no-repeat;
  background-position: center;
}
#myCarousel4 .carousel-control.right {
  background-image: url("../imagenes/flecha-der3.png");
  background-repeat: no-repeat;
  background-position: center;
}
#inicio #seccion4 h3 {
  color: #fff;
  text-transform: unset !important;
}

#inicio #seccion5 {
  background: #fff;
}
#inicio #seccion5 h2 {
  color: #d60c16;
}
#inicio #seccion5 h4 {
  color: #000;
  padding-bottom: 1em;
}
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: rgba(87, 169, 52, 0.4);
}
.table-striped {
  background: rgba(87, 169, 52, 0.8);
}
.table > tbody > tr > td {
  color: #000;
  font-family: "AvenirLTStd-Roman";
  text-align: center;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
}
.table > tbody > tr > td a {
  color: #000;
  text-decoration: none !important;
}
.table1 > tbody > tr > td {
  width: 50%;
}
.tablemitad > tbody > tr > td {
  width: 50%;
}
.table2 > tbody > tr > td {
  width: 33.33333%;
  text-align: justify;
}
.tablemitad > thead > tr {
  background: #004c98;
  color: #fff;
}
.tablemitad > thead > tr > th {
  color: #fff !important;
}
.tablemitad > tbody > tr:nth-child(2n + 1) > td {
  background: #dbdbdb;
}
#f1 {
  background: #57a934;
}
#f1 form input[type="submit"] {
  color: black;
}
#f1 h2 {
  color: #fff;
}
#f1 p {
  color: #fff;
  text-align: center;
}
#f1 img {
  display: block;
  margin: 20px auto;
}
.list-sitio li {
  font-family: "AvenirLTStd-Roman";
  color: #fff;
  text-align: justify;
  list-style: disc;
}
.list-biblio li {
  font-family: "AvenirLTStd-Roman";
  color: #000;
  text-align: justify;
  list-style: disc;
}
#f1 a,
#f1 a:hover,
#f1 a:active {
  color: #fff;
  text-decoration: underline;
}
.list-sitio li a,
.list-sitio li a:hover,
.list-sitio li a:active {
  color: #fff;
}
.list-biblio li a {
  color: #000;
  text-decoration: underline !important;
  word-wrap: break-word;
}
.list-biblio li a:hover,
.list-biblio li a:active {
  text-decoration: underline !important;
}
#f1 .sello {
  opacity: 0.6;
}
#f1 .sello:active,
#f1 .sello:hover {
  opacity: 1;
}
.center1,
.center {
  text-align: center !important;
}
.table > thead > tr > th {
  font-family: "AvenirLTStd-Roman";
  color: #000;
  text-align: center;
  font-weight: bolder;
}
#f2 {
  background: #485098;
  padding: 20px 0px;
}
#f2 h4 {
  color: #fff;
}
.scrollup {
  opacity: 0.7;
  position: fixed;
  display: none;
  text-indent: -9999px;
  background: url("../imagenes/gotita.png") no-repeat;
  background-size: auto auto;
  background-size: contain;
  z-index: 10;
}
#generalidades #seccion3 .caja p,
#inicio .caja p {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
@media (min-width: 769px) {
  .scrollup {
    width: 80px;
    height: 80px;
    bottom: 50px;
    right: 100px;
  }

  .caption-animate .item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .caption-animate .item.active .carousel-caption.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .caption-animate .item.active .carousel-caption.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }

  .caption-animate .item.active .carousel-caption.flipOutX,
  .caption-animate .item.active .carousel-caption.flipOutY,
  .caption-animate .item.active .carousel-caption.bounceIn,
  .caption-animate .item.active .carousel-caption.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
  }

  .caption-animate .item .carousel-caption.fadeIn,
  .caption-animate .item .carousel-caption.fadeInDown,
  .caption-animate .item .carousel-caption.fadeInDownBig,
  .caption-animate .item .carousel-caption.fadeInLeft,
  .caption-animate .item .carousel-caption.fadeInLeftBig,
  .caption-animate .item .carousel-caption.fadeInRight,
  .caption-animate .item .carousel-caption.fadeInRightBig,
  .caption-animate .item .carousel-caption.fadeInUp,
  .caption-animate .item .carousel-caption.fadeInUpBig {
    opacity: 0;
  }

  #myCarousel .carousel-inner .item {
    width: 100%;
    height: 600px;
  }
  #myCarousel .carousel-inner > .item > img {
    object-fit: cover;
    height: 600px;
  }
  #myCarousel .carousel-caption {
    padding: 25px 30px;
    width: 50%;
    left: 50%;
    top: 15%;
  }
  #myCarousel .carousel-caption h3 {
    font-size: 3.5em;
  }
  #myCarousel .carousel-caption p {
    font-size: 1.7em;
  }
  #myCarousel .carousel-caption a {
    float: left;
  }
  #myCarousel .carousel-control.left {
    background-image: url("../imagenes/flecha-izq.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 13%;
    top: 40%;
    left: 15%;
  }
  #myCarousel .carousel-control.right {
    background-image: url("../imagenes/flecha-der.png");
    background-repeat: no-repeat;
    background-position: center;
    left: 15%;
    top: 55%;
    height: 13%;
  }

  #inicio #seccion1,
  #inicio #seccion2,
  #inicio #seccion3,
  #inicio #seccion4,
  #inicio #seccion5,
  #f1,
  #inicio #seccion6 {
    padding: 60px 0px;
  }

  #inicio #seccion1 h2 {
    font-size: 2.5em;
    margin-top: 25%;
  }

  #inicio #seccion2 h3,
  #inicio #seccion3 h2,
  #inicio #seccion5 h2,
  #f1 h2,
  #inicio #seccion6 h3 {
    font-size: 3.5em;
    padding-bottom: 0.5em;
  }
  #inicio #seccion2 img,
  #inicio #seccion6 img {
    margin: 10px auto 0px auto;
    width: 100%;
    height: 238px; /*object-fit: cover;*/
  }
  #inicio #news {
    width: 100%;
    margin: 0px auto;
    padding: 15px 20px;
  }
  #inicio #news p {
    font-size: 1.2em;
    line-height: 30px;
    height: 200px;
  }
  #inicio #news .link {
    text-align: left;
  }

  #myCarousel2 {
    margin-top: 50px;
  }
  #myCarousel2 .carousel-inner .item {
    width: 100%;
    height: 350px;
  }
  #myCarousel2 .carousel-control.left {
    background-image: url("../imagenes/flecha-izq2.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  #myCarousel2 .carousel-control.right {
    background-image: url("../imagenes/flecha-der2.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  #generalidades #seccion3 .caja,
  #inicio .caja {
    padding: 25px 10px;
    width: 330px;
    height: 350px;
    margin: 5px auto;
  }
  #inicio .verde,
  #inicio .aqua,
  #inicio .amarillo {
    float: right;
  }
  #inicio .azul,
  #inicio .rojo,
  #inicio .magenta,
  #inicio .naranja {
    float: left;
  }

  #inicio #seccion3 h3 span {
    font-size: 0.9em;
  }

  #inicio #seccion4 h2 {
    font-size: 3.5em;
  }
  #inicio #seccion4 h4 {
    font-size: 2em;
    text-transform: unset !important;
  }
  #inicio #seccion4 img {
    display: block;
    margin: 40px auto;
  }
  #inicio #seccion4 h3 {
    padding-bottom: 1em;
    font-size: 2.1em;
  }

  .table1 {
    width: 70%;
    margin: 25px auto;
  }
  .list-sitio li,
  #f1 p {
    font-size: 1.2em;
  }
  .list-sitio {
    margin-left: 25%;
  }

  .visible1 {
    display: block;
  }
  .visible2 {
    display: none;
  }

  #myCarousel4 .carousel-inner .item {
    width: 100%;
    height: 200px;
  }
  #inicio #news h2 {
    height: 150px;
  }
  .abre {
    position: absolute;
    left: 35%;
    top: -5px;
    font-size: 2.3em;
  }

  #colab1,
  #colab2,
  #colab3,
  #colab4,
  #colab5,
  #colab6,
  #colab7,
  #colab8,
  #colab9,
  #colab10 {
    padding: 5px 50px;
  }
}
@media (max-width: 769px) {
  #myCarousel .carousel-inner .item {
    width: 100%;
    height: 350px;
  }
  #myCarousel .carousel-inner > .item > img {
    object-fit: cover;
    height: 350px;
  }
  #myCarousel .carousel-caption {
    padding: 15px 20px;
    width: 80%;
    left: 20%;
    top: 5%;
  }
  #myCarousel .carousel-caption h3 {
    font-size: 1.7em;
  }
  #myCarousel .carousel-caption p {
    font-size: 1.1em;
  }
  #myCarousel .carousel-caption a {
    float: left;
  }

  #inicio #seccion1,
  #inicio #seccion2,
  #inicio #seccion3,
  #inicio #seccion4,
  #inicio #seccion5,
  #f1 {
    padding: 40px 0px;
  }

  #inicio #seccion1 h2 {
    font-size: 2.5em;
    margin-top: 35%;
  }

  #inicio #seccion2 h3,
  #inicio #seccion3 h2,
  #inicio #seccion5 h2,
  #f1 h2,
  #inicio #seccion6 h3 {
    font-size: 2.8em;
    padding-bottom: 0.5em;
  }
  #inicio #seccion2 img,
  #inicio #seccion6 img {
    margin: 10px auto 0px auto;
    width: 100%;
    height: 238px; /*object-fit: cover;*/
  }
  #inicio #news {
    width: 100%;
    margin: 0px auto;
    padding: 15px 20px;
  }
  #inicio #news p {
    font-size: 1.2em;
    line-height: 30px;
  }
  #inicio #news .link {
    text-align: left;
  }

  #myCarousel3 {
    margin-top: 50px;
  }
  #myCarousel3 .carousel-inner .item {
    width: 100%;
    height: 350px;
  }
  #myCarousel3 .carousel-control.left {
    background-image: url("../imagenes/flecha-izq2.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  #myCarousel3 .carousel-control.right {
    background-image: url("../imagenes/flecha-der2.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  #generalidades #seccion3 .caja,
  #inicio .caja {
    padding: 25px 10px;
    width: 320px;
    height: 350px;
    margin: 5px auto;
  }

  #inicio #seccion4 h2 {
    font-size: 2.8em;
  }
  #inicio #seccion4 h4 {
    font-size: 1.5em;
    text-transform: unset !important;
  }
  #inicio #seccion4 img {
    display: block;
    margin: 40px auto;
  }
  #inicio #seccion4 h3 {
    padding-bottom: 1em;
    font-size: 1.5em;
  }
  #myCarousel4 .carousel-inner .item {
    width: 100%;
    height: 220px;
  }

  #inicio #seccion5 h4 {
    font-size: 1.7em;
  }

  .list-sitio li,
  #f1 p {
    font-size: 1.2em;
  }
  .list-sitio {
    width: 65%;
    margin: 10px auto;
  }
  .visible1 {
    display: none;
  }
  .visible2 {
    display: block;
  }
  .abre {
    margin: 2px auto;
    text-align: center;
    font-size: 2.3em;
    display: block;
  }
  #colab1,
  #colab2,
  #colab3,
  #colab4,
  #colab5,
  #colab6,
  #colab7,
  #colab8,
  #colab9,
  #colab10 {
    padding: 5px 30px;
  }
}

/*************************Parte para ipad****************************/
@media only screen and (max-width: 800px) and (min-width: 741px) {
  .peques {
    max-height: 45px;
    margin: 10px 10px !important;
    float: right;
  }
  .men2 {
    padding: 0 !important;
  }
  .menuprincipal ul li a:hover,
  .menuprincipal ul li.active a,
  .menuprincipal ul li a:active,
  .menuprincipal ul li a:focus {
    color: #fff;
    background: #57a934;
  }
  #inicio #seccion1 h2 {
    font-size: 2em;
    margin-top: 35%;
  }
  #inicio #news {
    margin: 0px auto;
    padding: 15px 20px;
    width: 100%;
  }
  #inicio #seccion4 h3 {
    padding-top: 60px;
  }
  .list-sitio {
    width: auto;
  }

  #myCarousel2 .carousel-control.left {
    background-image: url("../imagenes/flecha-izq2.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  #myCarousel2 .carousel-control.right {
    background-image: url("../imagenes/flecha-der2.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .btn-modal {
    height: 130px !important;
    width: 90% !important;
    left: 5% !important;
  }
  .logo {
    display: block;
    margin: 5px auto !important;
  }
  .logo2 {
    margin: 0px auto !important;
    height: 100px;
  }
  .logo3 {
    margin: 0px auto !important;
    height: 80px !important;
  }
}
/*************************Nosotros****************************/
#nosotros #seccion2 {
  background: #004c98;
}
#cookies #seccion2 {
  background: #c20e1a;
}
#nosotros #seccion2 h2,
#cookies #seccion2 h2 {
  color: #ffff;
}
#nosotros #seccion1,
#cookies #seccion1 {
  background: #fff;
}
#nosotros #seccion1 h3,
#cookies #seccion1 h3 {
  color: #004c98;
}
#nosotros #seccion1 h3 span {
  color: #a3bd31;
}

@media (min-width: 769px) {
  #nosotros #seccion1,
  #cookies #seccion1 {
    padding: 60px 0px;
    min-height: 80vh;
  }
  #nosotros #seccion1 p,
  #cookies #seccion1 p {
    font-size: 1.3em;
    line-height: 30px;
  }
  #nosotros #seccion1 img,
  #cookies #seccion1 img {
    display: block;
    margin: 15px auto;
    border-radius: 20px;
    max-width: 600px;
  }
  #nosotros #seccion1 h3 {
    font-size: 2.3em;
    text-align: left;
  }

  #nosotros #seccion2,
  #cookies #seccion2 {
    padding: 30px 0px;
  }
  #nosotros #seccion2 h2,
  #cookies #seccion2 h2 {
    font-size: 3em;
  }

  .table2 > tbody > tr > td,
  .table > thead > tr > th {
    font-size: 1.3em;
  }
  .table2 > tbody > tr > td b {
    text-align: center;
  }

  .redes {
    display: inline-flex;
    vertical-align: middle;
    margin: 10px auto;
  }
}
@media (max-width: 769px) {
  #nosotros #seccion1,
  #cookies #seccion1 {
    padding: 40px 0px;
  }
  #nosotros #seccion1 p,
  #cookies #seccion1 p {
    font-size: 1.3em;
  }
  #nosotros #seccion1 img,
  #cookies #seccion1 img {
    display: block;
    margin: 15px auto;
    border-radius: 20px;
  }
  #nosotros #seccion1 h3 {
    font-size: 2.5em;
  }

  #nosotros #seccion2 {
    padding: 30px 0px;
  }
  #nosotros #seccion2 h2 {
    font-size: 2em;
  }

  .redes {
    display: inline-flex;
    vertical-align: middle;
    margin: 10px auto;
  }
  .redes {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-bottom: 17px;
  }
  #f2 h4 {
    padding-top: 25px;
  }
}
/*************************GENERALIDADES****************************/
#generalidades #seccion2,
#blog #seccion1 {
  background: #57a934;
}
#generalidades #seccion2 h2,
#blog #seccion1 h2 {
  color: #ffff;
}
#generalidades #seccion1,
#blog #seccion2,
#cookies #seccion3 {
  background: #fff;
}
#generalidades #seccion1 h3,
#generalidades #seccion1 h5,
#nosotros #seccion1 h5 {
  color: #004c98;
}
#cookies #seccion1 h5 {
  color: #c20e1a;
}
#generalidades #seccion1 h3 span {
  color: #a3bd31;
}
#generalidades #seccion1 a,
#generalidades #seccion1 a:hover,
#generalidades #seccion1 a:active {
  text-decoration: none;
  color: #000;
}

.tavs li a {
  background: #004c98;
  color: white !important;
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  text-decoration: none !important;
}
.tavs li a:hover {
  color: #fff;
  background: #57a934;
}
.tavs li.active a {
  color: #fff;
  background: #c20e1a;
}

.listpg li,
#blog #seccion3 li,
#cookies #seccion4 li {
  font-family: "AvenirLTStd-Roman";
  color: black;
  text-align: justify;
}
.listpg li:before,
#blog #seccion3 li:before {
  content: "»";
  color: #6db152;
}
#cookies #seccion4 li:before {
  content: "»";
  color: #c20e1a;
}
#generalidades #seccion1 img {
  display: block;
  margin: 20px auto;
  border-radius: 15px;
}

.pregunta {
  display: block;
  color: #fff !important;
  padding: 15px 25px;
  font-family: "MyriadPro-Bold";
  margin-bottom: 20px;
  text-decoration: none !important;
}
.azul1 {
  background: #485098;
}
.verde1 {
  background: #57a934;
}
.rojo1 {
  background: #c20e1a;
}
#blog #seccion3 img,
#cookies #seccion4 img {
  display: block;
  margin: 30px auto;
}
#blog #seccion2 h2,
#blog #seccion3 h3,
#blog #seccion3 h1,
#blog #seccion3 h2,
#blog #seccion3 h4,
#blog #seccion3 h5 {
  color: #004c98;
}
#cookies #seccion3 h2,
#cookies #seccion4 h2,
#cookies #seccion4 h3,
#cookies #seccion4 h4,
#cookies #seccion4 h5,
#cookies #seccion4 h6 {
  color: #c20e1a;
}
#cookies #seccion1 a,
#cookies #seccion1 a:hover {
  color: #000;
  text-decoration: none;
}

@media (min-width: 769px) {
  #generalidades #seccion1,
  #blog #seccion2,
  #blog #seccion3,
  #generalidades #seccion3,
  #cookies #seccion3,
  #cookies #seccion4 {
    padding: 60px 0px;
  }
  #generalidades #seccion1 p,
  .listpg li,
  .list-biblio li,
  #generalidades #seccion3 p {
    font-size: 1.3em;
    line-height: 30px;
  }
  #generalidades #seccion1 img {
    display: block;
    margin: 15px auto;
    border-radius: 20px;
    max-width: 600px;
  }
  #generalidades #seccion1 h3 {
    font-size: 2.3em;
    text-align: left;
  }

  #generalidades #seccion2,
  #blog #seccion1 {
    padding: 30px 0px;
  }
  #generalidades #seccion2 h2,
  #blog #seccion1 h2,
  #blog #seccion3 h3,
  #cookies #seccion4 h3 {
    font-size: 3em;
  }
  #generalidades #seccion1 h5,
  #nosotros #seccion1 h5,
  #cookies #seccion1 h5 {
    text-align: left;
    font-size: 1.5em;
  }

  #blog #seccion2 h2,
  #cookies #seccion3 h2 {
    font-size: 2em;
    text-align: left;
    min-height: 70px;
  }
  #blog #seccion2 img,
  #cookies #seccion3 img {
    border-radius: 15px;
    height: 280px;
    object-fit: cover;
    display: block;
    margin: 15px auto;
    width: 300px;
  }
  #blog #seccion2 .pagi,
  #cookies #seccion3 .pagi {
    text-align: center;
    margin: 30px auto;
  }
  #blog #seccion2 p,
  #blog #seccion3 p,
  #cookies #seccion3 p,
  #cookies #seccion4 p {
    font-size: 1.2em;
    line-height: 30px;
  }
  #blog .link,
  #cookies #seccion3 .link {
    float: left;
  }
  #blog .btn-verde,
  #cookies #seccion3 .btn-verde {
    border-radius: 0px;
  }

  .listpg li:before,
  .contenido-blog li:before {
    font-size: 30px;
    margin-right: 6px;
  }
  .pregunta {
    font-size: 1.3em;
    border-radius: 15px;
  }
  #blog #seccion3 li,
  #cookies #seccion4 li {
    font-size: 1.2em;
  }
}
@media (max-width: 769px) {
  #generalidades #seccion1,
  #blog #seccion2,
  #generalidades #seccion3,
  #cookies #seccion3,
  #cookies #seccion4 {
    padding: 40px 0px;
  }
  #generalidades #seccion1 p,
  .listpg li {
    font-size: 1.3em;
  }
  #generalidades #seccion1 img {
    display: block;
    margin: 15px auto;
    border-radius: 20px;
  }
  #generalidades #seccion1 h3,
  #blog #seccion3 h3,
  #cookies #seccion4 h3 {
    font-size: 2.5em;
  }

  #generalidades #seccion2,
  #blog #seccion1,
  #nosotros #seccion1,
  #cookies #seccion2 {
    padding: 30px 0px;
  }
  #generalidades #seccion2 h2 {
    font-size: 2em;
  }

  .tavs {
    margin: 0px -15px;
  }
  .pregunta {
    font-size: 1.3em;
  }
  .listpg li:before,
  .contenido-blog li:before {
    font-size: 30px;
    margin-right: 6px;
    font-size: 1.3em;
  }

  #blog #seccion2 h2,
  #cookies #seccion3 h2 {
    font-size: 2em;
    text-align: center;
  }
  #blog #seccion2 img,
  #cookies #seccion3 img {
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 15px auto;
  }
  #blog #seccion2 .pagi,
  #cookies #seccion3 .pagi {
    text-align: center;
    margin: 30px auto;
  }
  #blog #seccion2 p,
  #blog #seccion3 p,
  #cookies #seccion3 p,
  #cookies #seccion4 p {
    font-size: 1.2em;
    line-height: 30px;
  }
  #blog .btn-verde {
    border-radius: 0px;
  }
  #generalidades #seccion1 h5,
  #nosotros #seccion1 h5,
  #cookies #seccion1 h5 {
    text-align: left;
    font-size: 1.4em;
  }
}
/*************************footer****************************/

.abre,
.abre:hover,
.abre:active {
  color: #ffde0b;
  cursor: pointer;
}
.revison {
  font-size: 0.9em !important;
  font-weight: bold;
}
#myModal .modal-header,
#myModal .modal-footer,
.vacunas .modal-header {
  color: #fff;
}
#myModal img {
  display: block;
  margin: 10px auto;
  width: 150px;
}
#myModal .close,
.vacunas .close {
  color: #fff;
  font-size: 1.9em;
  opacity: 1;
}
#myModal {
  border-radius: 15px;
}
.letra-azul {
  color: #485098;
}
.letra-verde {
  color: #6a8f3c;
}
.letra-roja {
  color: #c20e1a;
}
.vacunas img {
  display: block;
  margin: 15px auto;
}

@media (min-width: 769px) {
  .rota {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
  }
  /*#f1{ display: none;}*/
  .last {
  }
  .fijadito {
    position: relative;
    bottom: 0px;
    width: 100%;
  }
  #myModal p {
    font-size: 1.5em;
  }
  #myModal .modal-header h4,
  .vacunas .modal-header h4 {
    font-size: 2.3em;
  }
  .vacunas .modal-header,
  #myModal .modal-header,
  .vacunas .modal-footer,
  #myModal .modal-footer {
    height: 80px;
  }
  .vacunas .modal-body h4 {
    text-align: left;
  }
  .vacunas p {
    font-size: 1.3em;
  }
  .vacunas .chiquita {
    font-size: 1.5em !important;
  }

  .menu-fijo {
    position: fixed;
    top: 0px;
  }
}
@media (min-width: 1023px) {
  .menu-fijo {
    position: fixed;
    top: 0px;
  }
}
@media (max-width: 769px) {
  /*#f1{display: none;}*/
  .rota {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
  }
  .fijadito {
    position: relative;
    bottom: 0px;
    width: 100%;
  }
  #btn_float {
    text-align: center;
  }
  #btn_float a img {
    width: 40px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 741px) {
  #f2 h4 {
    padding-top: 0px;
  }
  .redes {
    margin: 20px auto;
  }
  #inicio #news h2 {
    height: 170px;
    font-size: 1.8em;
  }
  .menu-fijo {
    position: fixed;
    top: 0px;
  }
}

/*****************************COLORES************************************/
.aqua1 {
  background: #00a099;
}
.aqua1ho:hover,
aqua1ho:active,
.aqua1ho:focus {
  background: #01746f;
}

.amarillo1 {
  background: #f8b011;
}

.azul2 {
  background: #37a8e6;
}
.azul2ho:hover,
.azul2ho:focus,
.azul2ho:active {
  background: #277faf;
}

.morado1 {
  background: #8f2393;
}

.verde2 {
  background: #8fc701;
}

.azul3 {
  background: #044178;
}

.rojo2 {
  background: #fe041f;
}

.rojo3 {
  background: #066197;
}

.naranja1 {
  background: #e07206;
}

.verde3 {
  background: #13a91d;
}

.rosa1 {
  background: #e5007e;
}
.rosa1ho:hover,
.rosa1ho:focus,
.rosa1ho:active {
  background: #950152;
}

.azul4 {
  background: #28348a;
}
.azul4ho:hover,
.azul4ho:active,
.azul4ho:focus {
  background: #1c2563;
}

.rojo4 {
  background: #bd1622;
}
.rojo4ho:hover,
.rojo4ho:active,
.rojo4ho:focus {
  background: #8d121b;
}

.azul5 {
  background: #0660ff;
}
.azul5ho:hover,
.azul5ho:focus,
.azul5ho:active {
  background: #0660ff;
}

.rosa2 {
  background: #e77baa;
}
.rosa2ho:hover,
.rosa2ho:active,
.rosa2ho:focus {
  background: #c56891;
}

.amarillo2 {
  background: #ffff00;
}

.rosa3 {
  background: #da74e2;
}

.amarillo3 {
  background: #edc504;
}

.marron1 {
  background: #990208;
}

.naranja2 {
  background: #fc9604;
}

.azul5 {
  background: #1d70b7;
}

.naranja3 {
  background: #fd5705;
}
.naranja3ho:hover,
.naranja3ho:focus,
.naranja3ho:active {
  background: #c24305;
}

.azul6 {
  background: #044178;
}
.azul6ho:hover,
.azul6ho:focus,
.azul6ho:active {
  background: #043058;
}

.verde4 {
  background: #93c01f;
}
.verde4ho:hover,
.verde4ho:focus,
.verde4ho:active {
  background: #709218;
}

.morado2 {
  background: #790665;
}
.morado2ho:hover,
.morado2ho:focus,
.morado2ho:active {
  background: #550547;
}

.verde5 {
  background: #13a91d;
}

.rojo6 {
  background: #ff0406;
}
.rojo6ho:hover,
.rojo6ho:focus,
.rojo6ho:active {
  background: #a30304;
}

.morado3 {
  background: #81358a;
}
.morado3ho:hover,
.morado3ho:active,
.morado3ho:focus {
  background: #4c1f51;
}

.magenta4 {
  background: #e5007e;
}

.azul9 {
  background: #35a8e0;
}

.magenta5 {
  background: #a2195b;
}
.magenta5ho:hover,
.magenta5ho:focus,
.magenta5ho:active {
  background: #590e32;
}
.linea_separador {
  border: 1px solid #57a934;
}
.linea_separador2 {
  border: 1px solid #c20e1a;
}
/**********************VERSION PARA IMPRIMIR**************************/

.tabla {
  display: none;
}
@media print {
  a,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000 !important;
  }
  footer,
  .btcolapse,
  .btn-modal,
  img {
    display: none !important;
  }
  img,
  .tabla {
    display: block !important;
  }
  .logo,
  img {
    filter: grayscale(100%);
  }
  .logo {
    width: 60px;
  }
  .pregunta,
  .pregunta-bloque,
  .tab-content > .tab-pane {
    display: contents !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 740px) {
  #inicio #news {
    width: 100% !important;
  }
  #inicio #news p {
    height: 310px;
  }
  #inicio #seccion2 img {
    margin: 10px auto 0px auto;
    width: 100%;
    height: 200px;
    object-fit: fill;
  }
  #inicio #seccion6 img {
    margin: 10px auto 0px auto;
    width: 100%;
    height: 200px;
    object-fit: fill;
  }
}
@media (min-width: 769px) {
  #btn_float {
    text-align: center;
    width: 4.3em;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 35%;
  }

  .btn-rojo {
    position: fixed;
    top: 35%;
    right: 0;
    width: 50px;
    height: auto;
    background: #db0505;
    border-radius: 5px;
    z-index: 10;
    padding: 10px 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: -9px -8px 9px -1px rgba(94, 94, 94, 0.5);
    -moz-box-shadow: -9px -8px 9px -1px rgba(94, 94, 94, 0.5);
    box-shadow: -9px -8px 9px -1px rgba(94, 94, 94, 0.5);
  }
  .btn-rojo a {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff;
    font-family: "AvenirLTStd-Heavy";
    text-decoration: none !important;
    font-size: 1.5em;
  }
  .btn-rojo a span {
    color: #ffea00;
  }
}
.btn-rojo2 {
  height: auto;
  background: #db0505;
  border-radius: 5px;
  z-index: 10;
  padding: 10px 5px;
  border: 2px solid #fff;
  display: block;
  text-align: center;
}
.btn-rojo2 a {
  color: #fff !important;
  font-family: "AvenirLTStd-Heavy";
  text-decoration: none !important;
  font-size: 1.5em;
}
.btn-rojo2 a span {
  color: #ffea00;
}

@media (max-width: 769px) {
  .btn-rojo {
    height: auto;
    background: #db0505;
    border-radius: 5px;
    z-index: 10;
    padding: 5px;
    border: 2px solid #fff;
    margin-top: 20px;
  }

  .btn-rojo a {
    color: #fff;
    font-family: "AvenirLTStd-Heavy";
    text-decoration: none !important;
    font-size: 1em;
    display: block;
    text-align: center;
  }

  .btn-rojo a span {
    color: #ffea00;
  }
  .nop {
    padding: 0px;
  }
}
a b {
  color: #000 !important;
  text-decoration: none !important;
}
/*#nosotros #seccion1 a{color: #000!important;}*/
.blanco2 {
  color: #fff;
  font-size: 2em;
}
.aviso {
  text-align: center;
  padding: 10px 30px;
  font-size: 1.5em;
}

/* -----------CENTROS DE VACUNACION ------------------*/

#centros-header {
  background-color: #db0505;
  padding: 30px 0;
  margin-bottom: 50px;
}

#centros-header h1 {
  font-size: 2.5em;
  color: #fff;
}
#sectionCentros .table-wrapper {
  width: 100%;
  height: auto; /* Altura de ejemplo */
  overflow: auto;
}

#sectionCentros .table-wrapper table {
  border-collapse: separate;
  border-spacing: 0;
}

#sectionCentros .table-wrapper table thead {
  position: -webkit-sticky; /* Safari... */
  position: sticky;
  top: 0;
  left: 0;
}

#sectionCentros .table-wrapper table thead th {
  background-color: #c80505 !important;
  color: #fff !important;
}
#sectionCentros .table-wrapper table thead th,
.table-wrapper table tbody td {
  padding: 3px !important;
}

#sectionCentros .table-wrapper table thead th,
#sectionCentros .table-wrapper table tbody td {
  border: 1px solid #000;
  background-color: #fff;
}

#modalcentros .modal-dialog {
  width: 90% !important;
}

#sectionCentros {
  margin: 70px 0;
}

#sectionCentros h2,
.centros-ubicacion h2 {
  font-family: "AvenirLTStd-Heavy";
  font-size: 3.5em;
  color: #1e4494;
  text-transform: uppercase;
  margin: 50px 0px;
}

#sectionCentrosIndex {
  margin-top: 50px;
}

#sectionCentrosIndex .row {
  background-image: url("../imagenes/background-centros.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 20px;
}
#sectionCentrosIndex h2 {
  font-family: "AvenirLTStd-Heavy", "Roboto";
  font-size: 3.5em;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 769px) {
  #sectionCentros h2,
  .centros-ubicacion h2 {
    font-size: 2em;
    padding-bottom: 0.5em;
  }

  .table-wrapper {
    width: 95% !important;
    margin: 0 auto;
    height: 350px; /* Altura de ejemplo */
    overflow: auto;
  }
}

.cuadro {
  text-align: left;
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  margin: 10px 0;
  color: #fff;
}
.cuadro-verde {
  background-color: #65ce38;
}

.cuadro-azul-claro {
  background-color: #34b6d5;
}

.cuadro-rojo {
  background-color: #ff5151;
}

.cuadro h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}

.cuadro p {
  color: #fff;
  margin: 0;
}

.cuadro a {
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}

.row-flex,
.row-flex .colum {
  display: flex;
}

.centros-ubicacion {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .row-flex,
  .row-flex .colum {
    display: block;
  }
}
