/*!
Theme Name: LA_general_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: la_general_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LA_general_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

/*Tables*/

table.table td { padding: 10px;}
table.table tr {border-bottom: 1px solid #CCC;}


/*Estilos Pagina Agenda Psicologica*/

body.page-id-2481 {}
body.page-id-2481 form {width: 100%;}
body.page-id-2481 form fieldset {padding: 30px; margin-top: 30px; }
.repeat-pregunta {margin: 30px 0; border-bottom: 1px solid #CCC; padding-bottom: 25px;}
.repeat-pregunta h4 {font-size: 16px;}
body.page-id-2481 .repeat-pregunta label {font-size: 13px;}
body.page-id-2481 .modal-content p {margin-bottom: 30px; line-height: 150%;}
body.page-id-2481 .modal-content ul {margin-bottom: 30px; line-height: 150%; padding-left: 30px;}
body.page-id-2481 .modal-content ul li {margin-bottom: 15px; list-style: disc;}
body.page-id-2481 .modal-content ol {margin-bottom: 30px; line-height: 150%; padding-left: 30px;}
body.page-id-2481 .modal-content ol li {margin-bottom: 15px;}
body.page-id-2481 .horarios_table label {color: #444;}
body.page-id-2481 .horarios_table span.badge {float: left;}
body.page-id-2481 .horarios_table input.timepicker {height: 40px; margin-top: 20px; margin-left: 20px; border: none!important;}
body.page-id-2481 div.ui-timepicker-wrapper {max-height: 400px;}

a.btn-accion {padding: 10px 20px;
    margin: 30px; display: inline-block;
	font-weight:bold; text-transform: uppercase; background-color: #d82958; color:#FFF; letter-spacing: 1px; text-align: center;}
a.btn-accion:hover {color: #FFF;}

.descargables .button-like{
	    padding: 10px 20px;
    margin: 30px;
	font-weight:bold;
}
.button-like .fa{
	margin-left:10px;
}
.brand-bg{
	background: #d1242a;
}
.select-wrapper .select-dropdown{
	    margin: 0!important;
    margin-left: 5px!important;
}
.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px;
    z-index: 5;
}


/*Estilos Pagina Agenda Bienestar Estudiantil*/

body.page-id-4150 {}
body.page-id-4150 form {width: 100%;}
body.page-id-4150 form fieldset {padding: 30px; margin-top: 30px; }
li[data-id="4150"] {display: none;}






 .row{
   display: flex;
   flex-wrap: wrap;
   width: calc(100% + 1.5rem);
   margin-left: -0.75rem;
   margin-bottom:0px;
 }
 .row.col{
   margin-left:0!important;
 }
 img{
   object-fit:cover;
 }
 body{
   font-family: 'Lato', sans-serif;
   font-size:16px;
   line-height:22px;
 }
 a, a:hover, a:focus, a:active{
   color:inherit;
   outline:none;
 }
 .row .col:not(.offset-m1){
   margin-left:0!important;
 }
 body, body *{
   margin:0;
   padding:0;
 }
 h1{
   font-weight: 800;
   font-size: 31px;
   font-family: 'Poppins', sans-serif;
   line-height: 35px;
 }
h1.bigger{
	font-size:40px;
	line-height:45px;
}
 h2{
   font-size: 27px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
   line-height: 33px;
 }
 h3{
   line-height: 30px;
   font-size:23px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
 }
 h4{
   line-height: 27px;
   font-size:19px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
 }
 h5{
   line-height: 25px;
   font-size:17px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
 }
 h6{
   line-height: 22px;
   font-size:16px;
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
 }
.noscroll{
  overflow:hidden;
}
.hidden{
  display:none;
}
img{
  max-width: 100%;
}
.container_div{
  padding-left:5vw;
  padding-right:5vw;
}
.with_space{
  padding-top:80px;
  padding-bottom:80px;
}
@media(min-width:1400px){
  .container_div{
    padding-left: calc(50vw - 640px);
    padding-right: calc(50vw - 640px);
  }
}
.mobile{
  display: none!important;
}
@media(max-width:760px){
  .mobile{
    display: inline-block!important;
  }
  .desktop{
    display: none!important;
  }
}
.actual_subcontent img{
   height: 200px;
	width:100%;
}
.actual_subcontent{
	height:100%;
}
.button-like{
   display: inline-block;
   padding: 0px 7px;
   text-transform: uppercase;
   font-weight: 300;
   cursor: pointer;
   margin-bottom: 30px;
 }
 .disabled{
   cursor:not-allowed;
   pointer-events:none;
   opacity:0.35;
 }
 .loaded{
   transition:all 0.66s ease;
 }
 .not.loaded{
   opacity:0;
   filter:blur(30px);
   transform:scale(1.1);
     transition:all 0s ease;
 }
 .wswig{
   margin: 30px 0;
 }
 .wswig h1, .wswig h2, .wswig h3, .wswig h4, .wswig h5, .wswig h6{
   margin-bottom:25px;
 }
 .wswig a{
   text-decoration:underline;
 }
 .wswig p{
   margin-bottom:25px;
 }
 .wswig ul{
     list-style-type: disc!important;
     padding-left: 30px;
     margin: 15px 0;
 }
 .wswig li{
   list-style-type: disc!important;
 }
 .light{
   font-weight:lighter!important;
 }
 strong, .bold{
   font-weight:bold;
 }

 #menu, .search_form_wrap{
   position: fixed;
 top: 80px;
 width: 100vw;
 background: white;
 display: flex;
 justify-content: flex-start;
 padding-top:80px;
 height: calc(100vh - 80px);
 align-items: center;
 left: -100vw;
 opacity:0;
 filter:blur(30px);
 transition:all 0.66s ease;
 z-index:99;flex-flow: column;
 }
  #menu{
    left:100vw;
  }
  .search_form_wrap{
    flex-flow: column;
  }
 #menu.visible, .search_form_wrap.visible{
   left:0;
   opacity:1;
   background: white;
   filter:blur(0px);
	     overflow-y: scroll;
 }
  .search_form_wrap.visible{
    overflow-y:scroll;
  }
 .header-fix{
   margin-bottom:111px;
 }
 .menu-header-menu-container{
     opacity:0;
     filter:blur(15px);
     transition:all 0.66s ease 0.66s;
 }
 .visible .menu-header-menu-container{
   opacity:1;
   filter:blur(0px);
 }

 #nav-icon {
  width: 34px;
  min-width:34px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transition:0s!important;
  cursor: pointer;
 }
 .open #nav-icon{
   width: 25px;
 min-width: 25px;
 }
 #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
 }
 #nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
 }
 #nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
 }
 #nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
 }
 .open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
  width:35px;
 }
 .open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
 }
 .open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
  left: 0px;
  width:35px;
 }

 .header{
   position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    z-index:100;
 }
 .buttons{
   display: flex;
    align-items: center;
    font-size: 26px;
 }
.footer{
  background: #2D2D2D;
color: white;
}
.main_logo {
    height: 50px;
    width: auto;
    margin: 15px 0;
    object-fit: contain;
}
.header a{
      height: 80px;
}
.header .fa{
      margin-right: 25px;
      cursor: pointer;
}
.first_row{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid white;
  align-items: center;
}
.first_row img{
  margin-right:20px;
}
.flex.center_aligned{
  display: flex;
  align-items: center;
}
.footer .flex.center_aligned .fa{
  margin-right:10px;
}
.footer h6{
  margin-bottom:40px;
}
.text_part, .image_holder{
  height:calc(100vh - 80px);
}
.text_part p{
  font-weight: bold;
font-size: 15px;
margin-bottom: 30px;
letter-spacing: 1px;
}
.image_holder{
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_holder img{
  width:70%;
  height:70%;
  object-fit:cover;
}
.text_part{
  padding:5vw!important;
  display: flex;
  align-items: center;
  background: whitesmoke;
}
.slick-dots {
        position: absolute;
    bottom: 70px;
    left: calc(50vw - 60px);
    width: 50vw;
    display: flex!important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    border:2px solid black;
    background: white;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button:before {
      opacity: 1;
      color: black;
      background:black;
  }
  .slick-dotted.slick-slider {
      margin-bottom: 0px;
  }
  .slide_inicio img{
    -webkit-transform: rotateY(150deg); /* Safari prior 9.0 */
   transform: rotateY(150deg);
   transition:all 0.66s ease;
   filter:blur(20px);
   opacity:0;
  }
  .slide_inicio.slick-current img{
    transform:rotateY(0deg);
    filter:blur(0px);
    opacity:1;
  }
  .slide_inicio .text_part *{
    transition:all 0.66s ease 0.66s;
    filter:blur(20px);
    opacity:0;
  }
  .slide_inicio.slick-current .text_part *{
    transform:rotateY(0deg);
    filter:blur(0px);
    opacity:1;
  }
  .slide_inicio .text_part{
    flex: 1 auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding: 5vw;
  }
.menu-header-menu-container{
    width: 100%;
}
ul#menu-header-menu{
  display: flex;
justify-content: space-around;
margin: 60px 0;
}
ul#menu-header-menu span{
  background: #FA7E1E;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
text-align: center;
color: white;
font-size: 20px;
letter-spacing: 2px;
margin-bottom: 30px;
font-weight: bold;
}
.scroller_down{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}
.sub-menu li:first-child, .sub-menu li:first-child a{
    margin-bottom:30px;
      font-family: 'poppins';
      font-weight: 800;
}
.sub-menu .sub-menu li:first-child, .sub-menu .sub-menu li:first-child a{
  margin-bottom:0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.sub-menu li{
  margin:10px 0;
  width: 100%;
}
.sub-menu .menu-item-has-children{
  position: relative;
}
.sub-menu .menu-item-has-children::after{
  content: "+";
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 20px;
  cursor: pointer;
}
.sub-menu .menu-item-has-children .sub-menu{
  height: 0;
  opacity:0;
  max-height: 0;
  overflow:hidden;
  transition:all 0.66s ease;
}
.sub-menu .menu-item-has-children:hover .sub-menu{
  height: auto;
  opacity:1;
  max-height: none;
  overflow:hidden;
}
.menu li{
  margin-bottom:30px;
 width: 15%;
    margin-right: 3%;
}
.sub-menu .sub-menu li{
  padding-left:15px;font-size: 13px;
    margin: 5px;
}
.sub-menu .sub-menu li a{
  font-size:12px;
}
.form_for_search{
  display: flex;
width: 650px;
max-width:90vw;
opacity:0;
filter:blur(15px);
transition:all 0.66s ease 0.66s;
}
.visible .form_for_search{
  opacity:1;
  filter:blur(0px);
}
.error{
  background: #F06A69;
}
.input-field{
  padding-top:10px;
  padding-bottom:10px;
}
.form_for_search input{
  padding-top: 15px!important;
    padding-bottom: 15px!important;
    font-size: 25px!important;
	margin-bottom:0!important;
}
.form_for_search .button-like{
    font-size: 25px!important;
    padding: 10px 24.5px!important;
    line-height: 44px!important;
    height: 64px!important;
}
.button_floating{
	    background: #d1242a;
    color: white;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    padding: 5px;
	display: none;
}
.button_floating:hover {color:white;}
.button_floating .fa{
	font-size: 25px;
    margin-right: 15px;
    margin-left: 10px;
}
.spinner_wrap{
  display: none;
}
.search_results{
  display: none;
}
.search_results.active{
  width: 100%;
  display: block;
position: relative;
min-height: 50vh;
}
.search_results .spinner_wrap{
  position: absolute;top: 0;
  left:-30px;
  width: calc(100%  + 60px);
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search_results h3{
  margin:30px 0;
}
.square_btn{
  width:30px;
  height: 30px;
  background: black;
  color: white;
  margin-right:10px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.bottom_separated{
  margin-bottom:90px;
}
.little_line{
  line-height: 2px;
display: inline-block;
margin-bottom: 15px;
margin-right: 10px;
}
.with_text h1{
  margin-top:40px;
  margin-bottom:30px;
}
.with_text h4{
  margin-bottom:30px;
}
.with_text p{
  margin-bottom:30px;
}
.shadowed_for_image{
  position: relative;
  padding-right: 50px;
  z-index:2;
}
.reversed .pseudo_shadow{
  left:-50px;
  top: -50px;    width: calc(100% - 100px);
}
.reversed{
  margin-top:60px;
}
.reversed.shadowed_for_image img{
  height: 280px;
  object-fit:cover;
}
.pseudo_shadow{
  position: absolute;
top: 30px;
left: 30px;
width: calc(100% - 50px);
height: 100%;
z-index: -1;
}
.shadowed_for_image img{
      width: calc(100% - 50px);
      z-index:1;
}
.for_image_with_padding{
      padding: 3vw!important
}
.for_image_with_padding img{
  height: 190px;
width: 100%;
object-fit: cover;
}
.moved_thumbnail img{
  height: 350px;
      width: 100%;
      object-fit: cover;
}
.hero{
padding-top: 40px;
padding-bottom: 40px;
}
.row.stretched{
  align-items:stretch;
}
.flex_column_between{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.hero .the_title{
      height: 270px;
}
.custom_popup .options{
      display: none;
}
.custom_popup{
  display: flex;
justify-content: space-between;
padding: 15px;
background: white;
align-items: center;
border: 2px solid black;
margin: 15px;
position: relative;
z-index:2;
}
 .options li{
   padding:15px;
   border-top:2px solid black;
 }
 .options li:last-child{
   border-bottom:2px solid black;
 }
 .options{
   border-left:2px solid black;
   border-right:2px solid black;
 }
 .options li.active{
    border-left: 2px solid black;
    background: rgba(0,0,0,0.1);
}
.custom_popup.open .options{    background: white;
  display: block;
  position: absolute;
  top: 0;    z-index: -1;
  left: -2px;
  width: calc(100% + 4px);
  padding-top: 55px;-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
}
.breadcrumbs{
  font-size: 12px;
text-transform: uppercase;
}
.breadcrumbs span{
  display: inline-block;
  margin:0 10px;
}
.breadcrumbs a{
  opacity:0.5;
}
.breadcrumbs a:last-child{
  opacity:1;
}
.for_icons .fa{
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border:2px solid white;
  margin-left:10px;
}
.single_content{
  margin:10px;
}
.single_content img{
  height: 220px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.single_content h4{
  margin-bottom:20px;
}
.plus{
  font-size: 19px;
}
.collapsible{
  box-shadow:none;
  width:850px!important;
  max-width:100%!important;
  margin: 30px auto;
      border: none;
}
.collapsible .colaps_li{
  box-shadow: none!important;
  margin-bottom: 15px!important;
  border: 2px solid black;
}
.collapsible .colaps_li .colaps_li{
  border:none;
  border-top:2px solid black;
}
.collapsible .colaps_li .colaps_li .fa-times{
  display: none;
  background-color: black;
  transform:scale(0.8);
}
.collapsible .colaps_li .colaps_li .collapsible-header{
  border:none;
}
.collapsible .colaps_li .colaps_li .collapsible-body{
  background: whitesmoke;
  padding:15px;
  margin:15px;
}
.collapsible .colaps_li .colaps_li .fa-plus{
  display: inline-block;
  background-color: black;
  transform:scale(0.8);
}
.collapsible .colaps_li .colaps_li.active .fa-times{
  display: inline-block;
  color: white;
}
.collapsible .colaps_li .colaps_li.active .fa-plus{
  display: none;
}
.collapsible .colaps_li .colaps_li .collapsible-header{
  color:black!important;
  background:white!important;
}
.collapsible-header{
  display: flex;
justify-content: space-between;    align-items: center;
}
.collapsible-header .fa{
  font-size:14px;
}
.active .collapsible-header{
  background: #DA2B36;
  color:white;
}
.collapsible-header .fa-times{
  display:none;
}
.active .collapsible-header .fa-plus{
  display:none;
}
.active .collapsible-header .fa-times{
  display:inline-block;
  color:black;
  background:white;
}
.actual_subcontent{
    padding: 20px;
    border: 2px solid black;
    border-bottom: 15px solid black;
}
body.page-id-89 .actual_subcontent{
    min-height: 420px;
}
.actual_link{
  padding:20px;
}
.actual_link h5{
  margin:20px 0;
}
.actual_equipo {margin-bottom: 60px;}
.actual_equipo img {height: auto; width: 100%;}
.actual_equipo div.thumb-container {height: 340px; overflow: hidden; margin-bottom: 15px;}
a{
  font-weight:500;
}
.contact_holder{
  background: whitesmoke;
padding: 90px 90px;
margin-left: -30px;
z-index: -1;
flex:1 auto;
}
.contact_image_holder{
  display: flex;
align-items: center;
margin-bottom: 60px;
}
.contact_image_holder img{
  max-width: 400px;
  flex:1 auto;
}
input, textarea{
    box-shadow: none!important;
    border: 2px solid black!important;
    padding-left: 15px!important;
    max-width: calc(100% - 30px)!important;
    background: white!important;
}
textarea{
  min-height:150px!important;
  width:100%!important;    max-width: calc(100% - 10px)!important;
}
.button-like.bigger{
  padding:15px 30px;
  font-size:20px;
  letter-spacing:1px;
  font-weight: bold;
}
.custom_checkbox span{
    display: inline-block;
    border: 2px solid black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 15px;
}
.custom_checkbox.active span{
  background: black;
}
.custom_checkboxes{
  display: flex;
    justify-content: space-around;
}
.custom_checkbox{
    display: flex;
    align-items: center;
}
.smaller{
  margin-top:15px;
  font-size:11px;
}
.form_for_search .button-like{
    margin: 0;
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
}
.footer .flex.center_aligned{
  margin:20px 0;
}
.footer .second_row{
      align-items: stretch;
}
.footer .second_row .button_square{
  width: 35px;
  height: 35px;
  font-size:20px;
  text-align: center;
  line-height: 31px;
  border:2px solid white;
  margin-right:10px;
  margin-bottom:10px;
}
.footer .second_row .button_square .fa{
  margin:0!important;
}

.date{
  opacity: 0.6;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 12px;
margin-bottom: 15px;
}
.partly_hidden .single_content_with_bg{
  display: none;
}
.partly_hidden .square_btn{
  display: none;
}
.partly_hidden .single_content{
  border-top:2px solid black;
  padding-top:30px;
}
.partly_hidden .single_content:last-child{
    border-bottom:2px solid black;
}
.single_content_with_bg {
  display: block;
padding: 30px;
background: #4f5bd5;
margin-bottom:20px;
}
.flex.center_aligned.special {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex.center_aligned.special h1{
  margin-left:20px;
}
.footer .second_row .m3:last-child{
  display:flex;
  flex-flow: column;
  justify-content: flex-end;
}
/* css mobile */
.desktop_addition{
	    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	z-index:9;
	padding:5px 0;
	    font-size: 12px;
    text-transform: uppercase;
}
.desktop_addition::before{
	    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: whitesmoke;
    height: 32px;
    width: 100vw;
}
.desktop_addition a{
	height:auto!important;
	margin-left:15px;    z-index: 11;
}
.header{
	flex-wrap:wrap;
}
@media(max-width:760px){
	.desktop_addition::before{
		display:none!important;
	}
	.desktop_addition{
		display:none!important;
	}
  .image_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}
.slide_inicio .text_part {
    flex: 1 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 70vh;
    padding: 10vw;
}
.main_logo{
  width:65vw;
  margin:0;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: white;
    z-index: 100;
}

.buttons{
    width: 90vw;
    margin-bottom:10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header a{
  height: auto;
}
.js-open-contact{
  position: absolute;
    top: 10px;
    right: -5px;
}
#menu.visible, .search_form_wrap.visible {
    left: 0;
    opacity: 1;
    background: white;
    filter: blur(0px);
    overflow-y: scroll;
}
ul#menu-header-menu {
    display: flex;
    justify-content: flex-start;
    margin: 60px 0;
    flex-flow: column;
    align-items: stretch;
}
.form_for_search .button-like{
  display: none;
}
.scroller_down {
    position: absolute;
    bottom: -91px;
  }
  .shadowed_for_image {
    position: relative;
    padding-right: 0;
    z-index: 2;
    margin-bottom: 60px;
    margin-top:30px;
}
.for_image_with_padding {
    padding: 3vw!important;
    margin-top: 40px;
  }
  .shadowed_for_image img {
      width: 100%;
      z-index: 1;
  }
  .hero .the_title {
    height: auto;
    margin-bottom: 30px;
}
.hero h1{
  margin:30px 0;
}
.moved_thumbnail img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
}

#datepicker{
  display:none!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: #e6e6e6;
    font-weight: 400;
    color: #555;
    text-align: center;
    padding: 10px 5px;
}

.ui-datepicker th {
    text-align: center;
    font-weight: 700;
    border: 0;
    padding: 15px 5px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 40px;
    text-align: center;
    padding: 10px 0;
    background: white;
}
.ui-widget.ui-widget-content {
  border:none;
      width: 100%;
}
thead {
  border-bottom:none;
}
.ui-datepicker .ui-datepicker-header{
  border: none;
margin-top: 40px;
}
.ui-datepicker .ui-datepicker-prev , .ui-datepicker .ui-datepicker-prev:hover{
    left: 2px;
    z-index: 10;
    background: black;
    border-radius: 0px;
    width: 56px;
    height: 56px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
  display: none;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
    z-index: 10;
    background: black;
    border-radius: 0px;
    width: 56px;
    height: 56px;
}
.ui-datepicker .ui-datepicker-next::before{
  content: ">";
  color:white;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  line-height:56px;
  text-align: center;
  font-size: 25px;
}
.ui-datepicker .ui-datepicker-prev::before{
  content: "<";
  color:white;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  line-height:56px;
  text-align: center;
  font-size: 25px;
}
.highlight{
  position: relative;
}
.highlight::before{
  content:"";
  position: absolute;
  z-index:5;
  top:2px;
  right:2px;
  width:15px;
  height:15px;
  border-radius:50%;
  background:#4f5bd5;
}
.special_event_container{
    padding: 60px 30px!important;
    background: #4F5BD5;
    color: white;
    margin: 40px 0;
}
.actividad{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid white;
}
.actividad h4{
  margin-bottom:15px;
}
.actividad .square_btn{
  border:2px solid white;
  background: transparent;
  color:white;
}
a:hover{
  text-decoration:none!important;
}
/*!
Theme Name: LA_general_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: la_general_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LA_general_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
 .row{
   display: flex;
   flex-wrap: wrap;
   width: calc(100% + 1.5rem);
   margin-left: -0.75rem;
   margin-bottom:0px;
 }
 .row.col{
   margin-left:0!important;
 }
 img{
   object-fit:cover;
 }
 body{
   font-family: 'Lato', sans-serif;
   font-size:16px;
   line-height:22px;
 }
 a, a:hover, a:focus, a:active{
   color:inherit;
   outline:none;
 }
 .row .col:not(.offset-m1){
   margin-left:0!important;
 }
 body, body *{
   margin:0;
   padding:0;
 }
 h1{
   font-weight: 800;
   font-size: 31px;
   font-family: 'Poppins', sans-serif;
   line-height: 35px;
 }
 h2{
   font-size: 27px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
   line-height: 33px;
 }
 h3{
   line-height: 30px;
   font-size:23px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
 }
 h4{
   line-height: 27px;
   font-size:19px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
 }
 h5{
   line-height: 25px;
   font-size:17px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
 }
 h6{
   line-height: 22px;
   font-size:16px;
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
 }
.noscroll{
  overflow:hidden;
}
.hidden{
  display:none;
}
img{
  max-width: 100%;
}
.container_div{
  padding-left:5vw;
  padding-right:5vw;
}
.with_space{
  padding-top:80px;
  padding-bottom:80px;
}
@media(min-width:1400px){
  .container_div{
    padding-left: calc(50vw - 640px);
    padding-right: calc(50vw - 640px);
  }
}
.mobile{
  display: none;
}
@media(max-width:760px){
  .mobile{
    display: inline-block;
  }
  .desktop{
    display: none;
  }
}
.button-like{
   display: inline-block;
   padding: 0px 7px;
   text-transform: uppercase;
   font-weight: 300;
   cursor: pointer;
   margin-bottom: 30px;
 }
 .disabled{
   cursor:not-allowed;
   pointer-events:none;
   opacity:0.35;
 }
 .loaded{
   transition:all 0.66s ease;
 }
 .not.loaded{
   opacity:0;
   filter:blur(30px);
   transform:scale(1.1);
     transition:all 0s ease;
 }
 .wswig{
   margin: 30px 0;
 }
 .wswig h1, .wswig h2, .wswig h3, .wswig h4, .wswig h5, .wswig h6{
   margin-bottom:25px;
 }
 .wswig a{
   text-decoration:underline;
 }
 .wswig p{
   margin-bottom:25px;
	 text-align: justify;
 }
 .wswig ul{
     list-style-type: disc!important;
     padding-left: 30px;
     margin: 15px 0;
 }
 .wswig li{
   list-style-type: disc!important;
 }
 .light{
   font-weight:lighter!important;
 }
 strong, .bold{
   font-weight:bold;
 }

 #menu, .search_form_wrap{
   position: fixed;
 top: 80px;
 width: 100vw;
 background: white;
 display: flex;
 justify-content: flex-start;
 padding-top:80px;
 height: calc(100vh - 80px);
 align-items: center;
 left: -100vw;
 opacity:0;
 filter:blur(30px);
 transition:all 0.66s ease;
 z-index:99;flex-flow: column;
 }
  #menu{
    left:100vw;
  }
  .search_form_wrap{
    flex-flow: column;
  }
 #menu.visible, .search_form_wrap.visible{
   left:0;
   opacity:1;
   background: white;
   filter:blur(0px);
 }
  .search_form_wrap.visible{
    overflow-y:scroll;
  }
 .header-fix{
   margin-bottom:111px;
 }
 .menu-header-menu-container{
     opacity:0;
     filter:blur(15px);
     transition:all 0.66s ease 0.66s;
 }
 .visible .menu-header-menu-container{
   opacity:1;
   filter:blur(0px);
 }

 #nav-icon {
  width: 34px;
  min-width:34px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transition:0s!important;
  cursor: pointer;
 }
 .open #nav-icon{
   width: 25px;
 min-width: 25px;
 }
 #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
 }
 #nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
 }
 #nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
 }
 #nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
 }
 .open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
  width:35px;
 }
 .open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
 }
 .open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
  left: 0px;
  width:35px;
 }

 .header{
   position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    z-index:100;
 }
 .buttons{
   display: flex;
    align-items: center;
    font-size: 26px;
 }
.footer{
  background: #2D2D2D;
color: white;
}
.main_logo {
    height: 50px;
    width: auto;
    margin: 15px 0;
    object-fit: contain;
}
.header a{
      height: 80px;
}
.header .fa{
      margin-right: 25px;
      cursor: pointer;
}
.first_row{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid white;
  align-items: center;
}
.first_row img{
  margin-right:20px;
}
.flex.center_aligned{
  display: flex;
  align-items: center;
}
.footer .flex.center_aligned .fa{
  margin-right:10px;
}
.footer h6{
  margin-bottom:40px;
}
.text_part, .image_holder{
  height:400px;
}
@media(min-width:760px){
	body.home .scroller_down{
    position: absolute;
    left: 50%;
    top: 511px;
    transform: translateX(-50%) translateY(-50%);
}
}

.text_part p{
  font-weight: bold;
font-size: 15px;
margin-bottom: 30px;
letter-spacing: 1px;
}
.image_holder{
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_holder img{
  width:70%;
  height:70%;
  object-fit:cover;
}
.text_part{
  padding:5vw!important;
  display: flex;
  align-items: center;
  background: whitesmoke;
}
.slick-dots {
    position: absolute;
    bottom: 70px;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    border:2px solid black;
    background: white;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button:before {
      opacity: 1;
      color: black;
      background:black;
  }
  .slick-dotted.slick-slider {
      margin-bottom: 0px;
  }
  .slide_inicio img{
    -webkit-transform: rotateY(150deg); /* Safari prior 9.0 */
   transform: rotateY(150deg);
   transition:all 0.66s ease;
   filter:blur(20px);
   opacity:0;
  }
  .slide_inicio.slick-current img{
    transform:rotateY(0deg);
    filter:blur(0px);
    opacity:1;
  }
  .slide_inicio .text_part *{
    transition:all 0.66s ease 0.66s;
    filter:blur(20px);
    opacity:0;
  }
  .slide_inicio.slick-current .text_part *{
    transform:rotateY(0deg);
    filter:blur(0px);
    opacity:1;
  }
  .slide_inicio .text_part{
    flex: 1 auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding: 5vw;
  }
.menu-header-menu-container{
    width: 100%;
}
ul#menu-header-menu{
  display: flex;
justify-content: space-around;
margin: 60px 0;
}
ul#menu-header-menu span{
  background: #FA7E1E;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
text-align: center;
color: white;
font-size: 20px;
letter-spacing: 2px;
margin-bottom: 30px;
font-weight: bold;
}
.scroller_down{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}
.sub-menu li:first-child, .sub-menu li:first-child a{
    margin-bottom:30px;
      font-family: 'poppins';
      font-weight: 800;
}
.sub-menu .sub-menu li:first-child, .sub-menu .sub-menu li:first-child a{
  margin-bottom:0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.sub-menu li{
  margin:10px 0;
  width: 100%;
}
.sub-menu .menu-item-has-children{
  position: relative;
}
.sub-menu .menu-item-has-children::after{
  content: "+";
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 20px;
  cursor: pointer;
}
.sub-menu .menu-item-has-children .sub-menu{
  height: 0;
  opacity:0;
  max-height: 0;
  overflow:hidden;
  transition:all 0.66s ease;
}
.sub-menu .menu-item-has-children:hover .sub-menu{
  height: auto;
  opacity:1;
  max-height: none;
  overflow:hidden;
}
.menu li{
  margin-bottom:30px;
 width: 100%;
    margin-right: 0;
}
.sub-menu .sub-menu li{
  padding-left:15px;font-size: 13px;
    margin: 5px;
}
.sub-menu .sub-menu li a{
  font-size:12px;
}
.form_for_search{
  display: flex;
width: 650px;
max-width:90vw;
opacity:0;
filter:blur(15px);
transition:all 0.66s ease 0.66s;
}
.visible .form_for_search{
  opacity:1;
  filter:blur(0px);
}
.error{
  background: #F06A69;
}
.input-field{
  padding-top:10px;
  padding-bottom:10px;
}
.form_for_search input{
  padding-top: 15px!important;
    padding-bottom: 15px!important;
    font-size: 25px!important;
}
.form_for_search .button-like{
  font-size: 25px;
  padding: 24.5px;
}
.spinner_wrap{
  display: none;
}
.search_results{
  display: none;
}
.search_results.active{
  width: 100%;
  display: block;
position: relative;
min-height: 50vh;
}
.search_results .spinner_wrap{
  position: absolute;top: 0;
  left:-30px;
  width: calc(100%  + 60px);
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search_results h3{
  margin:30px 0;
}
.square_btn{
  width:30px;
  height: 30px;
  background: black;
  color: white;
  margin-right:10px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.bottom_separated{
  margin-bottom:90px;
}
.little_line{
  line-height: 2px;
display: inline-block;
margin-bottom: 15px;
margin-right: 10px;
}
.with_text h1{
  margin-top:40px;
  margin-bottom:30px;
}
.with_text h4{
  margin-bottom:30px;
}
.with_text p{
  margin-bottom:30px;
}
.shadowed_for_image{
  position: relative;
  padding-right: 50px;
  z-index:2;
}
.reversed .pseudo_shadow{
  left:-50px;
  top: -50px;    width: calc(100% - 100px);
}
.reversed{
  margin-top:60px;
}
.reversed.shadowed_for_image img{
  height: 280px;
  object-fit:cover;
}
.pseudo_shadow{
  position: absolute;
top: 30px;
left: 30px;
width: calc(100% - 50px);
height: 100%;
z-index: -1;
}
.shadowed_for_image img{
      width: calc(100% - 50px);
      z-index:1;
}
.for_image_with_padding{
      padding: 3vw!important
}
.for_image_with_padding img{
  height: 190px;
width: 100%;
object-fit: cover;
}
.moved_thumbnail img{
  height: 350px;
      width: 100%;
      object-fit: cover;
}
.hero{
padding-top: 40px;
padding-bottom: 40px;
}
.row.stretched{
  align-items:stretch;
}
.flex_column_between{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.hero .the_title{
      height: 270px;
}
.custom_popup .options{
      display: none;
}
.custom_popup{
  display: flex;
justify-content: space-between;
padding: 15px;
background: white;
align-items: center;
border: 2px solid black;
margin: 15px;
position: relative;
z-index:2;
}
 .options li{
   padding:15px;
   border-top:2px solid black;
 }
 .options li:last-child{
   border-bottom:2px solid black;
 }
 .options{
   border-left:2px solid black;
   border-right:2px solid black;
 }
 .options li.active{
    border-left: 2px solid black;
    background: rgba(0,0,0,0.1);
}
.custom_popup.open .options{    background: white;
  display: block;
  position: absolute;
  top: 0;    z-index: -1;
  left: -2px;
  width: calc(100% + 4px);
  padding-top: 55px;-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
}
.breadcrumbs{
  font-size: 12px;
text-transform: uppercase;
}
.breadcrumbs span{
  display: inline-block;
  margin:0 10px;
}
.breadcrumbs a{
  opacity:0.5;
}
.breadcrumbs a:last-child{
  opacity:1;
}
.for_icons .fa{
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border:2px solid white;
  margin-left:10px;
}
.single_content{
  margin:10px;
}
.single_content img{
  height: 220px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.single_content h4{
  margin-bottom:20px;
}
.plus{
  font-size: 19px;
}
.collapsible{
  box-shadow:none;
  width:850px!important;
  max-width:100%!important;
  margin: 30px auto;
      border: none;
}
.collapsible .colaps_li{
  box-shadow: none!important;
  margin-bottom: 15px!important;
  border: 2px solid black;
}
.collapsible .colaps_li .colaps_li{
  border:none;
  border-top:2px solid black;
}
.collapsible .colaps_li .colaps_li .fa-times{
  display: none;
  background-color: black;
  transform:scale(0.8);
}
.collapsible .colaps_li .colaps_li .collapsible-header{
  border:none;
}
.collapsible .colaps_li .colaps_li .collapsible-body{
  background: whitesmoke;
  padding:15px;
  margin:15px;
}
.collapsible .colaps_li .colaps_li .fa-plus{
  display: inline-block;
  background-color: black;
  transform:scale(0.8);
}
.collapsible .colaps_li .colaps_li.active .fa-times{
  display: inline-block;
  color: white;
}
.collapsible .colaps_li .colaps_li.active .fa-plus{
  display: none;
}
.collapsible .colaps_li .colaps_li .collapsible-header{
  color:black!important;
  background:white!important;
}
.collapsible-header{
  display: flex;
justify-content: space-between;    align-items: center;
}
.collapsible-header .fa{
  font-size:14px;
}

.collapsible-header .fa-times{
  display:none;
}
.active .collapsible-header .fa-plus{
  display:none;
}
.active .collapsible-header .fa-times{
  display:inline-block;
  color:black;
  background:white;
}
.actual_subcontent{
    padding: 20px;
    border: 2px solid black;
    border-bottom: 15px solid black;
}
.actual_link{
  padding:20px;
}
.actual_link h5{
  margin:20px 0;
}
a{
  font-weight:500;
}
.contact_holder{
  background: whitesmoke;
padding: 90px 90px;
margin-left: -30px;
z-index: -1;
flex:1 auto;
}
.contact_image_holder{
  display: flex;
align-items: center;
margin-bottom: 60px;
}
.contact_image_holder img{
  max-width: 400px;
  flex:1 auto;
}
input, textarea{
    box-shadow: none!important;
    border: 2px solid black!important;
    padding-left: 15px!important;
    max-width: calc(100% - 30px)!important;
    background: white!important;
}
textarea{
  min-height:150px!important;
  width:100%!important;    max-width: calc(100% - 10px)!important;
}
.button-like.bigger{
  padding:15px 30px;
  font-size:20px;
  letter-spacing:1px;
  font-weight: bold;
}
.custom_checkbox span{
    display: inline-block;
    border: 2px solid black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 15px;
}
.custom_checkbox.active span{
  background: black;
}
.custom_checkboxes{
  display: flex;
    justify-content: space-around;
}
.custom_checkbox{
    display: flex;
    align-items: center;
}
.smaller{
  margin-top:15px;
  font-size:11px;
}
.form_for_search .button-like{
  margin: 0;
height: 79px;
}
.footer .flex.center_aligned{
  margin:20px 0;
}
.footer .second_row{
      align-items: stretch;
}
.footer .second_row .button_square{
  width: 35px;
  height: 35px;
  font-size:20px;
  text-align: center;
  line-height: 31px;
  border:2px solid white;
  margin-right:10px;
  margin-bottom:10px;
}
.footer .second_row .button_square .fa{
  margin:0!important;
}

.date{
  opacity: 0.6;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 12px;
margin-bottom: 15px;
}
.partly_hidden .single_content_with_bg{
  display: none;
}
.partly_hidden .square_btn{
  display: none;
}
.partly_hidden .single_content{
  border-top:2px solid black;
  padding-top:30px;
}
.partly_hidden .single_content:last-child{
    border-bottom:2px solid black;
}
.single_content_with_bg {
  display: block;
padding: 30px;
background: #4f5bd5;
margin-bottom:20px;
}
.flex.center_aligned.special {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex.center_aligned.special h1{
  margin-left:20px;
}
.footer .second_row .m3:last-child{
  display:flex;
  flex-flow: column;
  justify-content: flex-end;
}
/* css mobile */
@media(max-width:760px){
	.hero{
		    height: auto;
	}
  .image_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}
.slide_inicio .text_part {
    flex: 1 auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 70vh;
    padding: 10vw;
}
.main_logo{
  width:65vw;
  margin:0;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: white;
    z-index: 100;
}

.buttons{
    width: 90vw;
    margin-bottom:10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header a{
  height: auto;
}
.js-open-contact{
  position: absolute;
    top: 10px;
    right: -5px;
}
#menu.visible, .search_form_wrap.visible {
    left: 0;
    opacity: 1;
    background: white;
    filter: blur(0px);
    overflow-y: scroll;
}
ul#menu-header-menu {
    display: flex;
    justify-content: flex-start;
    margin: 60px 0;
    flex-flow: column;
    align-items: stretch;
}
.form_for_search .button-like{
  display: none;
}
.scroller_down {
    position: absolute;
    bottom: -91px;
  }
  .shadowed_for_image {
    position: relative;
    padding-right: 0;
    z-index: 2;
    margin-bottom: 60px;
    margin-top:30px;
}
.for_image_with_padding {
    padding: 3vw!important;
    margin-top: 40px;
  }
  .shadowed_for_image img {
      width: 100%;
      z-index: 1;
  }
  .hero .the_title {
    height: auto;
    margin-bottom: 30px;
}
.hero h1{
  margin:30px 0;
}
.moved_thumbnail img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
	img{
		max-height:90vw;
		object-fit:cover;
	}
}

#datepicker{
  display:none!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: #e6e6e6;
    font-weight: 400;
    color: #555;
    text-align: center;
    padding: 10px 5px;
}

.ui-datepicker th {
    text-align: center;
    font-weight: 700;
    border: 0;
    padding: 15px 5px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 40px;
    text-align: center;
    padding: 10px 0;
    background: white;
}
.ui-widget.ui-widget-content {
  border:none;
      width: 100%;
}
thead {
  border-bottom:none;
}
.ui-datepicker .ui-datepicker-header{
  border: none;
margin-top: 40px;
}
.ui-datepicker .ui-datepicker-prev , .ui-datepicker .ui-datepicker-prev:hover{
    left: 2px;
    z-index: 10;
    background: black;
    border-radius: 0px;
    width: 56px;
    height: 56px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
  display: none;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
    z-index: 10;
    background: black;
    border-radius: 0px;
    width: 56px;
    height: 56px;
}
.ui-datepicker .ui-datepicker-next::before{
  content: ">";
  color:white;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  line-height:56px;
  text-align: center;
  font-size: 25px;
}
.ui-datepicker .ui-datepicker-prev::before{
  content: "<";
  color:white;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  line-height:56px;
  text-align: center;
  font-size: 25px;
}
.highlight{
  position: relative;
}
.highlight::before{
  content:"";
  position: absolute;
  z-index:5;
  top:2px;
  right:2px;
  width:15px;
  height:15px;
  border-radius:50%;
  background:#4f5bd5;
}
.special_event_container{
    padding: 60px 30px!important;
    background: #4F5BD5;
    color: white;
    margin: 40px 0;
}
.actividad{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid white;
}
.actividad h4{
  margin-bottom:15px;
}
.actividad .square_btn{
  border:2px solid white;
  background: transparent;
  color:white;
}
a:hover{
  text-decoration:none!important;
}
@media(max-width:768px){
	.contact_image_holder img {
    max-width: 90vw;
    flex: 1 auto;
}
	.contact_image_holder{
		flex-wrap:wrap;
	}
	.contact_holder {
    background: whitesmoke;
    padding: 30px;
    margin-left: 0;
    z-index: -1;
    flex: 1 auto;
    max-width: 100%;
}
	.custom_checkboxes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	.custom_checkbox{
		width:100%;
	}
}

div.fake-botonera-derecha {position: fixed; right: 0; width: 70px; height: 120px; z-index: 250; top: 40vh; background-color: #FFF;}
div.fake-botonera-derecha a {width: 60px; height: 120px; background-attachment: scroll; background-repeat: no-repeat; display: block; background-position: 0 0; cursor: pointer; opacity: 0.8; margin: 5px;}


div.fake-botonera-derecha a.btn-wsp-botonera {background-image: url(https://newsletter.udp.cl/2020/whatsapp/img/wsp2.jpg);}
.slick-prev:before, .slick-next:before{
	color:black;
	font-size:30px;
}
.gallery img{
	    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    object-fit: cover;
}
.gallery .gallery-icon{
	    position: relative;
    padding-bottom: 100%;
}
