/* Estilos Globales */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans");
@font-face {
  font-family: "Lato-black";
  src: url("../fonts/Lato-Black.ttf");
  font-style: normal;
  font-weight: normal;
  font-family: "Lato-bold";
  src: url("../fonts/Lato-Bold.ttf");
  font-style: normal;
  font-weight: normal;
  font-family: "Lato-light";
  src: url("../fonts/Lato-Light.ttf");
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}

/* 1rem = 10px */
html {
  font-size: 62.5%;
}

.pd_10 {
  padding: 10px;
}

.mgl_5 {
  margin-left: 5px;
}

/* Variables Header*/
/* Variables Header buttom mobile */
/* Estilos Header top */
.header_top {
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 0.1rem solid;
  background-color: #FFFEFE;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}

.info_contact {
  display: inline-flex;
  list-style: none;
  font-size: 1rem;
}
.info_contact li a {
  text-decoration: none;
  color: #000000;
  padding: 10px;
}

.header_top_section_1 {
  display: inline-block;
  width: 33%;
}
.header_top_section_1 p {
  height: 100%;
  font-size: 1.5rem;
}

.logo_top_section {
  display: inline-block;
  width: 33%;
  text-align: center;
}
.logo_top_section img {
  width: 40%;
}

.header_top_section_3 {
  display: inline-block;
  width: 33%;
  text-align: center;
}
.header_top_section_3 a {
  color: #19647E;
  font-family: Lato-black;
  text-decoration: none;
  font-size: 1rem;
}
.header_top_section_3 li {
  display: inline-block;
  margin: 0px 20px 0px 20px;
}

.imgsize ul li img {
  width: 100%;
}

.header_button {
  border: none;
  background-color: transparent;
}
.header_button img {
  vertical-align: 0;
}

.offcanvas-fix {
  height: fit-content !important;
  width: 42vh;
  top: 15% !important;
  left: 75% !important;
}

.offcanvas-title {
  font-size: 2rem;
  margin: auto;
}

.button-login {
  padding: 10px;
  margin: auto;
  text-align: center;
}

.loader {
  width: 10px;
  height: 10px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.iconStyle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iconStyle i {
  font-size: 4rem;
}

.hide {
  visibility: hidden;
}

/* FIN Estilos Header top */
/* Estilos Header top mobile*/
.header_top_mobile {
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 0.1rem solid;
  background-color: #FFFEFE;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}

.header_top_section_1_mobile {
  width: 65%;
}

.header_top_section_3_mobile {
  padding: 0.8rem;
  text-align: center;
}
.header_top_section_3_mobile ul {
  list-style: none;
}
.header_top_section_3_mobile li {
  border: 1px solid;
  margin-bottom: 5px;
  border-radius: 3px;
}
.header_top_section_3_mobile a {
  text-decoration: none;
  padding: 5px;
  color: #19647E;
  font-weight: bold;
}

.logo_top_section_mobile {
  display: inline-block;
  width: 40%;
  text-align: center;
}
.logo_top_section_mobile img {
  width: 100%;
}

/* FIN Estilos Header top mobile*/
/* Estilos Header buttom */
.header_bottom {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  position: relative;
}

.option_bottom_nav {
  padding: 20px;
}
.option_bottom_nav ul {
  font-family: Lato-black;
  text-align: center;
  font-size: 1rem;
}
.option_bottom_nav ul li img {
  margin-bottom: 25px;
  width: 100%;
}
.option_bottom_nav li {
  display: inline-block;
  margin: 0px 70px 0px 20px;
}
.option_bottom_nav li a {
  color: var(--my-nav-text);
  text-decoration: none;
}

.mb_0 {
  margin-bottom: 0px !important;
}

/* FIN Estilos Header buttom */
/* INCIO Estilos Header buttom mobile */
.offcanvas-start {
  height: 40%;
  top: 68px !important;
  border-radius: 0 20px 20px 0px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.53);
}

.offcanvas-header {
  padding: 0;
}

.btn_nav_mobile {
  height: 50px;
  top: 68px;
  position: fixed;
  z-index: 1050;
  background-color: #FFFEFE;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0 20px 20px 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.53);
}

.option_bottom_nav_mobile a {
  text-decoration: none;
  color: #19647e;
}
.option_bottom_nav_mobile ul {
  display: flex;
  padding: 5px;
}
.option_bottom_nav_mobile ul li:first-child img {
  margin-bottom: -8px !important;
}
.option_bottom_nav_mobile ul li {
  display: inline-block;
  text-align: center;
}

.img_icon_mobile img {
  width: 55%;
  margin-bottom: 6px;
}

.close_btn {
  font-size: 1.5rem;
  display: flex;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #000000;
}

.fa-arrow-left {
  margin-right: 0.5rem;
}

/* FIN Estilos Header buttom mobile */
/* Estilos Footer */
.bd_top {
  border-top: 1px solid;
}

.logo_section_footer {
  display: inline-block;
  width: 23%;
  text-align: center;
}
.logo_section_footer img {
  width: 50%;
}

.footer_items_secition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgsize_bottom_footer ul li img {
  margin-bottom: 12px;
  width: 55%;
}

.option_bottom_nav_footer ul {
  display: flex;
  font-family: Lato-black;
  text-align: center;
  font-size: 1rem;
}
.option_bottom_nav_footer ul a {
  color: #19647E;
  text-decoration: none;
}
.option_bottom_nav_footer li {
  display: inline-block;
  margin: 0px 70px 0px 20px;
}

.footer_nav_section {
  display: inline-block;
}

.footer_bt_user {
  display: inline-block;
}
.footer_bt_user ul {
  font-family: Lato-black;
  text-align: center;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.footer_bt_user ul li {
  display: inline-block;
  margin: 0px 20px 0px 20px;
}
.footer_bt_user ul li img {
  margin-bottom: 25px;
  width: 50%;
}
.footer_bt_user a {
  color: #19647E;
  text-decoration: none;
}

.footer_top {
  display: table;
  width: 100%;
}

.copyright {
  padding: 10px;
  font-size: 2.5rem;
  display: flex;
  flex-direction: row;
}

.ico_rrss {
  font-size: 1.5rem;
  display: table-cell;
  text-align: right;
}
.ico_rrss a {
  margin: 0 10px 0 10px;
}

/* FIN Estilos Footer */
/* Estilos Seccion de Banners */
.banner_section {
  box-shadow: 0px 0px 8px 0px rgb(0, 0, 0);
}
.banner_section img {
  width: 100%;
}

#home_slider .carousel-indicators {
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 4%;
  height: 5%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}
#home_slider .carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #28AFB0;
}

/* FIN Estilos Seccion de Banners */
/* Estilos Seccion de reservas */
.title-section {
  text-align: center;
}

.form_booking {
  display: flex;
  justify-content: center;
  padding: 15px;
  margin: auto;
  width: 70%;
  border: 1px solid;
  border-radius: 9px;
}
.form_booking span {
  font-size: 1.5rem;
  padding: 5px;
}
.form_booking input {
  width: 170px;
  height: 30px;
  margin: 0px 50px 0px 70px;
}
.form_booking select {
  width: 170px;
  height: 30px;
}
.form_booking form {
  align-items: center;
}
.form_booking input[type=submit] {
  background-color: #F4D35E;
}

.title-section h2 {
  color: #19647E;
  font-size: 5rem;
  text-decoration: underline;
  margin: 20px;
}

.arriendo_service {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5rem;
}

.card {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.card_height {
  min-height: 280px;
}

.card_width {
  width: 35rem;
}

.icon_card {
  font-size: 3rem;
  padding: 3rem;
}

.card-title {
  font-size: 3rem;
  font-family: "Lato-light";
  font-weight: bold;
}

.card-text:last-child {
  font-size: 1.6rem;
  font-family: Lato-light;
}

.card_content_ef_service {
  position: relative;
  background: inherit;
  z-index: 2;
  transition: 0.5s;
  padding: 54px 25px;
}

.icon_zone_centro {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: 2s;
  color: #ddd;
}

.position_icon {
  top: 29%;
}

.position_icon_3 {
  top: 34%;
}

.card_content_ef_service:hover .icon_zone {
  transform: scale(0);
  transition: 2s;
}
.card_content_ef_service:hover .centro_icon {
  opacity: 1;
}
.card_content_ef_service:hover .icon_zone_centro {
  opacity: 1;
}

/* Fin Estilos Seccion de reservas */
/* Inicio seccion de psicoterapia */
.psico_section {
  display: flex;
  justify-content: space-evenly;
}

.card-width {
  max-width: 320px;
}

.card-height {
  max-height: 320px;
}

.pd_card {
  padding: 84px 30px !important;
}

.card-title-psico {
  font-size: 2rem;
  font-family: "Lato-light";
  font-weight: bold;
}

.card-text-psico {
  font-size: 1.6rem;
  font-family: Lato-light;
}

.card_content_ef {
  position: relative;
  background: inherit;
  z-index: 2;
  transition: 0.5s;
  padding: 54px 30px;
}

.card_ef {
  transition: 0.5s;
  overflow: hidden;
}

.centro_icon {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: 1s;
  font-size: 130px;
  color: #ddd;
}

.card_content_ef:hover {
  transform: translateY(-135px);
}
.card_content_ef:hover .icon_zone {
  transform: scale(0);
  transition: 0.8s;
}
.card_content_ef:hover .centro_icon {
  opacity: 1;
}

.image_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* fin seccion de psicoterapia */
/* inicio seccion de profesional */
.section_profesionales {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

.card-text-profe {
  font-size: 1.6rem;
  font-family: Lato-light;
}

.ig_icon {
  font-size: 1.5rem;
  color: #19647E;
}

.ig_icon:hover {
  color: #F4D35E;
}

/* fin seccion de profesional */
/* INICIO Estilo pagina de arriendo */
.booking_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card_width_booking_box {
  max-width: 60%;
}

.wh-50 {
  width: 100%;
  height: 100%;
}

#arriendo_box_pages .carousel-caption {
  top: 10%;
  left: 41%;
}

.video_desktop {
  position: absolute;
  left: 392px;
  width: 100%;
  height: -webkit-fill-available;
}

.video_res_320 {
  position: absolute;
  left: 84px;
  width: 100%;
  height: -webkit-fill-available;
}

.slider-text {
  color: #000000;
  border: 1px solid;
  width: 15%;
  height: 18%;
  font-size: 4rem;
  padding: 10px;
  background-color: #ffffff;
  opacity: 65%;
  font-weight: bold;
}

.size-section {
  width: 30%;
  padding: 10px;
  position: relative;
  margin-right: 24%;
  margin-bottom: 5%;
}

.text-contenedor {
  border: 1px solid;
  position: absolute;
  z-index: 1;
  top: 145px;
  left: 270px;
  background-color: #ffffff;
  width: 100%;
  height: max-content;
  padding: 10px;
}
.text-contenedor p {
  font-size: 1.5rem;
  text-align: justify;
}
.text-contenedor h3 {
  font-size: 5rem;
}

.box_number {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.box_number hr {
  height: 1px;
  width: 20%;
  display: inline-flex;
  margin-right: 5px;
}

.booking_button {
  width: 182px;
  height: 48px;
  padding: 0px 10px 0px 10px;
  background: #f4d35e;
  color: #232323;
  border-color: #232323;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px 3px 3px 3px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

#arriendo_box_pages .carousel-indicators {
  justify-content: center;
  align-items: center;
  margin-left: 47%;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 4%;
  height: 5%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}
#arriendo_box_pages .carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #28AFB0;
}

#carousel_box1_pages .carousel-indicators, #carousel_box2_pages .carousel-indicators {
  justify-content: left;
  align-items: center;
  margin-left: 5%;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 13%;
  height: 5%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}
#carousel_box1_pages .carousel-indicators [data-bs-target], #carousel_box2_pages .carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #28AFB0;
}

/* FIN pagina de arriendo */
/* Estilos pagina contacto */
.style_section_mv {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.box_size_mv {
  display: inline-block;
  border: 1px solid;
  width: 30%;
  max-height: 400px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}
.box_size_mv h2 {
  font-family: Lato-light;
  font-size: 3.5rem;
  color: #D1B083;
  font-weight: bold;
}
.box_size_mv p {
  font-size: 2rem;
  text-align: justify;
  padding: 15px;
}

.podcast_section_cardep {
  display: flex;
  padding: 5%;
}

.podcast-info-content {
  position: absolute;
  bottom: 13%;
  width: 100%;
  align-items: center;
  padding: 0 20px 20px;
}
.podcast-info-content .time {
  position: absolute;
  bottom: 185px;
  color: #FFFEFE;
  font-size: 1.3rem;
  text-decoration: none;
}

.share-box {
  position: relative;
}
.share-box .box-social::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #F4D35E transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 99;
  transform: translate(-50%, 0px);
}
.share-box a {
  font-size: 1.8rem;
  color: #FFFEFE;
}

.play_share {
  display: flex;
  justify-content: space-between;
  bottom: 9px;
}

.box-social {
  text-align: center;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: inline-block;
  background: #F4D35E;
  border-radius: 10px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0px);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.share-box:hover .box-social {
  opacity: 1;
  visibility: visible;
}

.play_btn {
  color: #0b0b0d;
  font-size: 12px;
  width: 25px;
  height: 25px;
  display: flex;
  flex: 0 0 25px;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50px;
  text-decoration: none;
}

.modal-content {
  width: fit-content !important;
}

.arriendo_contact {
  display: flex;
  justify-content: center;
}

.map_address iframe {
  border: 0;
  width: 89%;
  height: 100vh;
}

.mg_10 {
  margin: 10%;
}

.size-section_100 {
  display: flex;
  width: 60%;
  margin: 20px auto;
}

.title_secction {
  padding: 20px;
}
.title_secction h2 {
  font-size: 4rem;
}

.wi_100 {
  width: 100%;
}

.zone_pm {
  display: flex;
  align-items: center;
}
.zone_pm select {
  height: 40px;
  width: 198px;
}

.style_table {
  width: 50%;
  margin: auto;
}

.td_day {
  padding: 1px;
}
.td_day tr {
  border: 1px solid;
}

.td_day tr {
  display: flex;
  width: 100%;
  height: 25px;
  justify-content: center;
  align-items: center;
}

.day_a {
  color: #000;
  text-decoration: none;
  margin-bottom: 2px;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.text_size {
  font-size: 3rem;
}

:root {
  --blue: #0e0620;
  --white: #fff;
  --green: #f4d35e;
}

.btn {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 2px;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
}
.btn.green {
  border: 4px solid var(--green);
  color: var(--blue);
}
.btn.green:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--green);
  z-index: -1;
  transition: 0.2s ease;
}
.btn.green:hover {
  color: var(--white);
  background: var(--green);
  transition: 0.2s ease;
}
.btn.green:hover:before {
  width: 100%;
}

/* media query responsive */
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .offcanvas-start {
    height: fit-content;
  }
  .form_booking input {
    margin: 10px 0px 10px 0px;
  }
  .title-section h2 {
    font-size: 2rem;
  }
  .arriendo_service {
    align-items: center;
    flex-direction: column;
    margin-top: 0;
  }
  .card {
    margin: 1rem;
  }
  .card_width {
    width: 25rem;
  }
  .psico_section {
    flex-direction: column;
    margin: 1rem;
    align-items: center;
  }
  .section_profesionales {
    align-items: center;
    flex-direction: column;
    margin: 0rem 2rem 1rem 2rem;
  }
  .header_top {
    display: none;
  }
  .header_bottom {
    display: none;
  }
  .footer_nav_section {
    display: none;
  }
  .footer_bt_user {
    display: none;
  }
  .bd_top {
    border-top: 0;
  }
  .bd_top_mobile {
    border-top: 1px solid;
  }
  .info_contact {
    font-size: 1rem;
  }
  .logo_section_footer {
    width: 100%;
  }
  .footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .copyright {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #arriendo_box_pages .col_mobile {
    width: 50%;
    max-width: 50%;
    height: 50%;
  }
  .slider-text {
    font-size: 2rem;
    width: 30%;
    height: fit-content;
  }
  #arriendo_box_pages .carousel-caption {
    top: 0%;
    left: 30%;
  }
  .booking_box {
    display: none;
  }
  .booking_box_mobile {
    padding: 1rem;
  }
  .text-contenedor-mobile {
    display: flex;
    justify-content: space-evenly;
  }
  .title_card_content_mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .title_card_content_mobile h3 {
    font-size: 1.5rem;
  }
  .text-contenedor-mobile .card-text {
    text-align: justify;
    font-size: 1rem;
    margin-left: 10px;
  }
  .box_number {
    font-size: 1.5rem;
  }
  .box_number hr {
    width: 63%;
  }
  #button_card {
    padding: 0px 10px 0px 10px;
    background: #f4d35e;
    color: #232323;
    border-color: #232323;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px 3px 3px 3px;
    font-family: "Lato";
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  .video_desktop {
    display: none;
  }
  .style_section_mv {
    flex-direction: column;
    padding: 10px;
  }
  .box_size_mv {
    width: 100%;
    margin-bottom: 5px;
    max-height: max-content;
  }
  .podcast_section_cardep {
    flex-direction: column;
  }
  .podcast_section_cardep .time {
    bottom: 150px;
  }
  .arriendo_contact {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 375px) {
  .podcast_section_cardep .time {
    bottom: 185px;
  }
}
@media only screen and (min-width: 425px) {
  .podcast_section_cardep .time {
    bottom: 210px;
  }
  .video_res_320 {
    left: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .title-section h2 {
    font-size: 5rem;
  }
  .form_booking {
    display: inline-block;
    width: 95%;
  }
  .form_booking form {
    display: flex;
    justify-content: center;
  }
  .card_width {
    width: 24rem;
  }
  .psico_section {
    flex-direction: column;
    align-items: center;
  }
  .card {
    margin: 1rem;
  }
  .header_top {
    display: flex;
  }
  .header_bottom {
    display: flex;
  }
  .header_top_mobile {
    display: none;
  }
  .logo_section_footer img {
    width: 30%;
  }
  .option_bottom_nav ul {
    display: flex;
    justify-content: center;
  }
  .header_bottom_mobile {
    display: none;
  }
  .footer_items_secition {
    display: flex;
  }
  .copyright {
    font-size: 1.5rem;
  }
  .video_mobile {
    display: none;
  }
  .booking_box_mobile {
    display: none;
  }
  .size-section {
    width: 50%;
    margin-right: 35%;
  }
  .text-contenedor {
    top: 100px;
  }
  .box_size_mv {
    width: 50%;
    margin: 10px;
  }
  .video_desktop {
    left: 219px;
  }
}
@media only screen and (min-width: 1024px) {
  .header_top {
    display: flex;
  }
  .header_bottom {
    display: flex;
    justify-content: center;
  }
  .arriendo_service {
    flex-direction: row;
  }
  .booking_box h2 {
    font-size: 5rem;
  }
  .form_booking {
    display: inline-block;
    width: 70%;
  }
  .form_booking form {
    display: flex;
    justify-content: center;
  }
  .card_width {
    width: 32rem;
  }
  .section_profesionales {
    flex-direction: row;
  }
  .psico_section {
    flex-direction: row;
  }
  .logo_section_footer {
    width: 34%;
  }
  .footer_nav_section {
    display: flex;
  }
  .footer_top {
    flex-direction: row;
    justify-content: space-around;
  }
  .footer_items_secition {
    display: flex;
  }
  .copyright {
    flex-direction: row;
  }
  .size-section {
    margin-bottom: 8%;
  }
  .video_mobile {
    display: none;
  }
  .booking_box_mobile {
    display: none;
  }
  .size-section {
    margin-right: 20%;
    margin-bottom: 0%;
  }
  .podcast-info-content .time {
    bottom: 115px;
  }
  .video_desktop {
    left: 392px;
  }
}
@media only screen and (min-width: 1366px) {
  .header_top {
    display: flex;
  }
  .header_bottom {
    display: flex;
    justify-content: center;
  }
  .psico_section {
    flex-direction: row;
  }
  .footer_items_secition {
    display: flex;
  }
  .section_profesionales {
    flex-direction: row;
  }
  .arriendo_service {
    flex-direction: row;
  }
  .logo_section_footer {
    width: 34%;
  }
  .footer_nav_section {
    display: flex;
  }
  .footer_top {
    flex-direction: row;
    justify-content: space-around;
  }
  .size-section {
    width: 30%;
    margin-bottom: 2%;
  }
  .podcast-info-content .time {
    bottom: 165px;
  }
}
@media only screen and (max-width: 2560px) and (min-width: 1440px) {
  .psico_section {
    flex-direction: row;
  }
  .footer_items_secition {
    display: flex;
  }
  .size-section {
    width: 30%;
  }
  .podcast-info-content .time {
    bottom: 185px;
  }
}
/* fin media query responsive */

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