.slider {
  width: 100%;
  height: 150px;
  position: relative; }
  .slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.slider_titulo {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slider_titulo h1 {
    color: white;
    font-weight: bold; }

body {
  background: #FAFDFF !important; }

.servicios_main .medio {
  background: white;
  border: 1px solid #f0f0f0;
  margin: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.servicios_izquierda h2,
.servicios_derecha h2 {
  width: 80%;
  padding-bottom: 10px;
  border-bottom: 2px solid #003666;
  font-weight: bold; }

.servicios_izquierda {
  width: 40%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .servicios_izquierda a {
    font-size: 14px;
    line-height: 25px;
    color: #585858;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px; }

.servicios_derecha {
  width: 60%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px; }
  .servicios_derecha img {
    width: 90%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover; }

.guia .medio {
  background: white;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .guia .medio span {
    margin: 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 0 2px solid #333;
    box-shadow: 0 0 0 2px solid #333;
    width: 500px;
    height: 700px; }
    .guia .medio span:last-child {
      width: 700px;
      height: 500px;
      margin: 40px 0; }
    .guia .medio span a {
      text-align: center;
      width: 100%;
      display: block;
      padding: 10px 0; }
    .guia .medio span img {
      width: 100%;
      height: 100%; }

/*img {
            
        }*/
@media screen and (max-width: 600px) {
  .servicios_main .medio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .servicios_izquierda,
  .servicios_derecha {
    width: 100%; }
  .servicios_derecha img {
    height: 300px !important; } }

@media screen and (max-width: 780px) {
  .guia .medio span {
    width: 40%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 5px;
    height: auto; } }

@media screen and (max-width: 600px) {
  .servicios_derecha img {
    width: 100%;
    height: 150px !important; }
  h1 {
    font-size: 20px;
    text-align: center; }
  .guia .medio span {
    width: 100%;
    height: auto; }
    .guia .medio span:last-child {
      width: 100%;
      height: auto; } }
