/* line 1, ../scss/_lib_wettermin.scss */
.reservation_header_button {
  position: fixed;
  z-index: 50;
  top: 0;
}
@media only screen and (min-width: 90.063em) {
  /* line 6, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 5%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 9, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 3%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 12, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 25px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 15, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 0;
    top: 0;
  }
}

/* line 18, ../scss/_lib_wettermin.scss */
.page_button_reservation {
  transition: all 300ms ease-out;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #3fa6ad;
  width: 80px;
  padding: 22px 0 22px 10px;
  border: none;
}
/* line 29, ../scss/_lib_wettermin.scss */
.page_button_reservation i {
  font-size: 1.7rem;
}
/* line 30, ../scss/_lib_wettermin.scss */
.page_button_reservation .button_reservation_text {
  transition: font-size 300ms ease-out;
  margin-left: 3px;
  font-size: 0;
  display: inline;
}
/* line 36, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover, .page_button_reservation:focus {
  background-color: #40a8ae;
  color: black;
  width: 180px;
  padding: 22px 0;
}
/* line 41, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .95rem;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 46, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    padding: 20px 0 20px 10px;
  }
  /* line 47, ../scss/_lib_wettermin.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 50, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    width: 68px;
    padding: 19px 0 19px 10px;
  }
}

/* line 57, ../scss/_lib_wettermin.scss */
.sitesbi_modal {
  text-align: center;
  padding: 30px;
}
/* line 60, ../scss/_lib_wettermin.scss */
.sitesbi_modal img {
  display: none;
}
/* line 61, ../scss/_lib_wettermin.scss */
.sitesbi_modal i {
  color: #5cb2b0 !important;
}
/* line 62, ../scss/_lib_wettermin.scss */
.sitesbi_modal h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal {
  text-align: center;
}
/* line 73, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal i {
  position: absolute;
  top: 27px;
  left: 49%;
  font-size: 2.2rem;
  color: #40a8ae;
}
/* line 80, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal p {
  margin-top: 40px !important;
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
  color: #0096a3;
  margin-bottom: 5px;
}

/* line 89, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title {
  text-align: center;
}
/* line 91, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.8rem;
  color: #A7DEFF;
}
/* line 95, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title h2 {
  margin-top: 33px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.9rem;
  letter-spacing: .5px;
}

/* line 105, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal {
  text-align: center;
  padding: 0 37px 0 37px;
}
/* line 108, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h3 {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 113, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.15rem;
}
/* line 119, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 45px;
}
/* line 124, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i {
  color: #CCCCCC;
}
/* line 125, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i:hover {
  color: #bababa;
}

/* line 129, ../scss/_lib_wettermin.scss */
.button_cancel {
  width: 200px;
  margin-bottom: 4px;
  background-color: #CCCCCC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 138, ../scss/_lib_wettermin.scss */
.button_cancel:hover {
  background-color: #bababa;
}

/* line 141, ../scss/_lib_wettermin.scss */
.button_action {
  width: 200px;
  margin-bottom: 4px;
  background-color: #5dc6cd;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 150, ../scss/_lib_wettermin.scss */
.button_action:hover {
  background-color: #40a8ae;
}

/* line 153, ../scss/_lib_wettermin.scss */
.recaptcha {
  margin-bottom: 18px;
}

/* line 155, ../scss/_lib_wettermin.scss */
.lastbooking_wrapper {
  float: left;
  width: 170px;
}
@media only screen and (max-width: 40em) {
  /* line 159, ../scss/_lib_wettermin.scss */
  .lastbooking_wrapper {
    float: none;
  }
}

/* line 163, ../scss/_lib_wettermin.scss */
.lastbooking {
  margin-top: 3px;
  margin-left: 3px;
  font-size: .75rem;
  font-weight: 600;
  color: #6BB900;
  line-height: .9rem;
}
/* line 170, ../scss/_lib_wettermin.scss */
.lastbooking i {
  margin-right: 5px;
}

/* line 173, ../scss/_lib_wettermin.scss */
.lastbooking_clinic {
  text-align: center;
  margin-top: -21px;
  margin-right: 4px;
  font-size: .95rem;
  line-height: .95rem;
}
/* line 179, ../scss/_lib_wettermin.scss */
.lastbooking_clinic i {
  margin: 0 auto 11px;
  display: block;
  background-color: white;
  width: 45px;
  height: 45px;
  padding: 11px;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #5cb2b0;
}

/* line 192, ../scss/_lib_wettermin.scss */
.main_content_list_position {
  background-color: #f5f5f5;
  padding-bottom: 50px !important;
  margin-top: 20px;
}

/* line 198, ../scss/_lib_wettermin.scss */
.panels_clinics_list {
  margin-top: 55px;
}
@media only screen and (min-width: 64.063em) {
  /* line 201, ../scss/_lib_wettermin.scss */
  .panels_clinics_list {
    margin-top: 50px;
  }
}
/* line 203, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list {
  margin: 0 3px 9px 3px;
  position: relative;
  clear: both;
  min-height: 245px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 212, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 224px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 215, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 214px;
  }
}
/* line 217, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.2rem;
}
/* line 222, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list h4 {
  font-weight: 300;
  line-height: 1.55rem;
  padding-top: 20px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 228, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list h4 {
    padding-bottom: 20px;
  }
}
/* line 231, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list .clinic_list_name {
  width: 85%;
  min-height: 100px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 90.063em) {
  /* line 237, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 90%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 240, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 95%;
    min-height: 90px;
  }
}
/* line 245, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic {
  margin: 0 3px 3px 3px;
  padding-bottom: 20px;
  position: relative;
  clear: both;
  min-height: 250px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  /* line 256, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic {
    background-image: none;
  }
}
/* line 258, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic p {
  margin: 0;
}
/* line 261, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic h4 {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.95rem;
  padding-top: 30px;
  padding-bottom: 33px;
  letter-spacing: 0;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 269, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 272, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.3rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 40em) {
  /* line 275, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
}
/* line 278, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic .clinic_name {
  width: 65%;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 285, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 75%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 288, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 95%;
  }
}
/* line 292, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor {
  padding: 12px 27px 0 27px;
  margin: 0 3px 35px 3px;
  position: relative;
  clear: both;
  min-height: 190px;
  border-bottom: 7px solid #e6dcda;
  background-color: white;
}
/* line 300, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor p {
  margin: 0;
}
/* line 301, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor h4 {
  font-size: 1.35rem;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0 20px;
}
/* line 307, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: -30px;
}
/* line 312, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor i {
  padding-right: 12px;
  font-size: 1.85rem;
  color: #40a8ae;
}
/* line 317, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  font-size: .9rem;
  margin: -4px 0 7px 0;
  opacity: .8;
  color: #488db7;
}
/* line 323, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto 5px;
  width: 67px;
  height: 67px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #e6dcda;
}
/* line 336, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .available {
  cursor: pointer;
}
/* line 339, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 24px;
  text-align: center;
}
/* line 344, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term i {
  margin-left: 2px;
  margin-right: 5px;
  color: #0096a3;
}
/* line 350, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  display: inline-block;
  cursor: pointer;
  color: #0096a3;
  font-size: 1rem;
  font-weight: 600;
}
/* line 357, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #5dc6cd;
}
/* line 364, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down i {
  color: white;
  font-size: .9rem;
  padding: 7px 6px;
}
/* line 370, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover {
  transition: background-color 300ms ease-out;
  background-color: #40a8ae;
}
/* line 373, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover i {
  transition: padding 300ms ease-out;
  padding-top: 16px;
}
/* line 378, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #5dc6cd;
}
/* line 385, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up i {
  color: white;
  font-size: .9rem;
  padding: 16px 6px 7px;
}
/* line 391, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover {
  transition: background-color 300ms ease-out;
  background-color: #40a8ae;
}
/* line 394, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover i {
  transition: padding 300ms ease-out;
  padding-top: 7px;
}
@media only screen and (max-width: 40em) {
  /* line 400, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_doctor {
    padding: 12px 10px 0 10px;
  }
}
/* line 403, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_r {
  padding-left: 27px;
  width: 90%;
}
/* line 407, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_wrapper {
  margin-top: 20px;
  position: absolute;
  bottom: 18px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 412, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 415, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    position: relative;
    margin-top: 15px;
  }
}
/* line 421, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l {
  float: left;
  width: 130px;
}
@media only screen and (max-width: 40em) {
  /* line 425, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_l {
    float: none;
    padding-top: 20px;
  }
}
/* line 427, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l .page_button_small {
  margin-bottom: 2px;
  margin-top: 0;
}
/* line 429, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  z-index: 1;
}
/* line 435, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul {
  padding-left: 0;
  margin-top: 7px;
}
/* line 440, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  list-style-type: none;
  padding: 9px 0;
  font-size: .8rem;
  line-height: 1rem;
  max-width: 90%;
  text-align: center;
}
/* line 448, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h5 {
  color: #5cb2b0;
  margin: 5px 0 7px;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 454, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
/* line 459, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li a {
  font-size: .9rem;
}
/* line 460, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 400;
  background-color: #f0f5ff;
  padding: 5px 15px;
  text-decoration: underline;
}
/* line 465, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #40a8ae;
  padding-right: 6px;
  font-size: 1rem;
  margin-left: -5px;
}
@media only screen and (max-width: 40em) {
  /* line 472, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider ul li .available {
    font-size: .85rem;
  }
}
/* line 475, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #6eab21;
  font-weight: 600;
  background-color: #eff9e2;
}
/* line 479, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #92d241;
}
/* line 481, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:focus {
  color: #6BB900;
  font-weight: 600;
}
/* line 485, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .unavailable {
  cursor: default;
  opacity: .55;
  text-decoration: line-through;
}
/* line 492, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev, .panels_clinics_list .terms_slider .slick-next {
  top: 48px;
}
/* line 493, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev:before, .panels_clinics_list .terms_slider .slick-next:before {
  color: #40a8ae;
}
@media only screen and (max-width: 40em) {
  /* line 495, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 496, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider .slick-next, .panels_clinics_list .terms_slider .slick-prev {
    width: 20px;
    height: 20px;
  }
}
/* line 500, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions {
  padding: 12px 12px 0 12px;
  margin: 15px 0;
  background-color: rgba(125, 188, 38, 0.1);
  border: 1px solid rgba(125, 188, 38, 0.15);
}
/* line 505, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions .slick-dots {
  bottom: -33px;
}
/* line 509, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author_wrapper {
  float: left;
  margin-right: 20px;
  height: 64px;
}
/* line 514, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author {
  width: 37px;
  height: 37px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: rgba(125, 188, 38, 0.15);
  border: 1px solid rgba(125, 188, 38, 0.15);
}

/* line 524, ../scss/_lib_wettermin.scss */
.cancellation_wrapper {
  text-align: center;
}
/* line 526, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_ico {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ca2702;
}
/* line 531, ../scss/_lib_wettermin.scss */
.cancellation_wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 7px;
}
/* line 536, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_animal {
  margin-bottom: 30px;
}
/* line 537, ../scss/_lib_wettermin.scss */
.cancellation_wrapper textarea {
  max-width: 800px;
  min-height: 125px;
  margin: auto;
}
/* line 542, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_title {
  margin: 15px 0;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #ca2702;
}
/* line 550, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha {
  margin: 20px auto 40px;
}
/* line 553, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha div:nth-child(1) {
  margin: auto;
}
/* line 555, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation {
  width: 280px;
  background-color: #e85533;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 560, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation:hover, .cancellation_wrapper .button_cancellation:focus {
  background-color: #ca2702;
}
/* line 562, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt {
  width: 280px;
  background-color: #45a7d8;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 567, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt:hover, .cancellation_wrapper .button_cancellation_nt:focus {
  background-color: #2387ba;
}
@media only screen and (max-width: 40em) {
  /* line 570, ../scss/_lib_wettermin.scss */
  .cancellation_wrapper .button_cancellation, .cancellation_wrapper .button_cancellation_nt {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 18, ../scss/anda2.scss */
  .reservation_header_button {
    right: 1%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 21, ../scss/anda2.scss */
  .reservation_header_button {
    right: 1%;
  }
}

/* line 24, ../scss/anda2.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .75rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: white;
}

/* line 30, ../scss/anda2.scss */
.page_button_reservation i {
  color: white;
}

/* line 31, ../scss/anda2.scss */
.wettermin_reg_modal h3 {
  font-weight: 500;
  font-size: 1.45rem;
}

/* line 35, ../scss/anda2.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.7rem;
  color: #5cb2b0;
}

/* line 39, ../scss/anda2.scss */
.wettermin_reg_action_modal_title h2 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
}

/* line 46, ../scss/anda2.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto -2px;
  width: 72px;
  height: 72px;
  border: 2px solid #e1dcda;
}

/* line 52, ../scss/anda2.scss */
.panels_clinics_list .panel_clinic_doctor h4 {
  font-size: 1.2rem;
}

/* line 53, ../scss/anda2.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  font-size: .95rem;
  margin: 0 0 10px 0;
  opacity: 1;
  color: #0096a3;
  font-weight: 700;
  line-height: 1.25;
}

/* line 61, ../scss/anda2.scss */
.panels_clinics_list .terms_slider ul li h5 {
  margin: 5px 0 7px;
  font-size: .9rem;
  line-height: 1.45rem;
  font-weight: 700;
}

/* line 67, ../scss/anda2.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: .75rem;
  font-weight: 600;
}

/* line 71, ../scss/anda2.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term {
  font-weight: 500;
}

/* line 72, ../scss/anda2.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  color: #0096a3;
  font-weight: 700;
}

/* line 76, ../scss/anda2.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 600;
  font-size: .85rem;
  background-color: #ece9e8;
}

/* line 81, ../scss/anda2.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: black;
  background-color: #d5ebed;
}

@media only screen and (max-width: 64em) {
  /* line 93, ../scss/anda2.scss */
  .cookie_info {
    padding: 6px 34px 6px;
  }
}
/* line 96, ../scss/anda2.scss */
.post_content_container .redactor-toolbar {
  height: 70px;
  width: 50% !important;
}

/* line 98, ../scss/anda2.scss */
body {
  background: #f2f0ef;
}

/* line 100, ../scss/anda2.scss */
body, button, .button {
  font-family: 'Muli', sans-serif;
}

/* line 117, ../scss/anda2.scss */
.section_spacer_1 {
  padding: 0 0 50px;
}

/* line 118, ../scss/anda2.scss */
.section_spacer_2 {
  padding: 25px 0 50px;
}

/* line 120, ../scss/anda2.scss */
.section_spacer_foto h5 {
  font-size: .85rem;
  line-height: 1.4;
  font-weight: 600;
  color: black;
  letter-spacing: .5px;
  background-color: #d1e4e4;
  display: inline-block;
  padding: 2px 12px;
  margin: 3px 0 16px;
  text-transform: uppercase;
}
/* line 132, ../scss/anda2.scss */
.section_spacer_foto .paragraph_typo_color {
  margin-bottom: 10px;
}

/* line 148, ../scss/anda2.scss */
.contact_content_container {
  width: 100% !important;
}

/* line 149, ../scss/anda2.scss */
#map {
  height: 340px;
  margin-bottom: 10px;
}

/* line 156, ../scss/anda2.scss */
.page_button_big {
  margin-top: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #4ecbc9;
  font-size: 1rem;
  padding: 14px 26px;
  color: #ffffff;
  min-width: 190px;
  border-radius: 50px;
}
/* line 166, ../scss/anda2.scss */
.page_button_big:hover, .page_button_big:focus {
  background-color: #4ccfb1;
}

/* line 170, ../scss/anda2.scss */
.page_button_small, .page_button_blog, .pagination_buttons_wrapper .pagination_button {
  margin-top: 12px;
  font-weight: 500;
  background-color: #4ecbc9;
  font-size: .85rem;
  letter-spacing: .5px;
  padding: 10px 26px;
  color: #ffffff;
  min-width: 130px;
  border: none;
  border-radius: 30px;
}
/* line 181, ../scss/anda2.scss */
.page_button_small:hover, .page_button_small:focus, .page_button_blog:hover, .page_button_blog:focus, .pagination_buttons_wrapper .pagination_button:hover, .pagination_buttons_wrapper .pagination_button:focus {
  background-color: #4ccfb1;
}

/* line 185, ../scss/anda2.scss */
hr {
  opacity: 1;
  margin: 15px 0;
  width: 90px;
}

/* COLORS */
/* line 194, ../scss/anda2.scss */
.section_style_c {
  background-color: #ece9e8;
}

/* line 200, ../scss/anda2.scss */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before {
  color: rgba(0, 0, 0, 0.55);
}

/* line 203, ../scss/anda2.scss */
#menu {
  background-color: #a7d1d4;
  position: fixed;
}

/* line 207, ../scss/anda2.scss */
#menu .submenu {
  top: 31px;
}
/* line 209, ../scss/anda2.scss */
#menu .submenu .submenu_container {
  background-color: #a7d1d4;
}
/* line 210, ../scss/anda2.scss */
#menu .submenu .text_menu {
  font-size: .95rem;
}

/* TYPOGRAPHY */
/* line 215, ../scss/anda2.scss */
.text_content a {
  font-weight: 600;
}

/* line 219, ../scss/anda2.scss */
.text_menu {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0 8px;
  letter-spacing: .5px;
}
/* line 224, ../scss/anda2.scss */
.text_menu:hover {
  color: #00737b;
}

/* line 227, ../scss/anda2.scss */
.site_slogan_index h2, .site_slogan h2 {
  color: white;
  text-align: center;
}

/* line 232, ../scss/anda2.scss */
.page_title {
  margin: 15px 0 5px;
  font-size: 2.55rem;
  line-height: 1.22;
  color: rgba(123, 28, 28, 0.52);
  font-weight: 800;
  letter-spacing: -.5px;
}

/* line 241, ../scss/anda2.scss */
.introduction p {
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 600;
}

/* line 256, ../scss/anda2.scss */
h2 {
  font-size: 1.5rem;
  line-height: 1.32;
  margin-top: 0;
  margin-bottom: 15px;
  color: #a36e6d;
  font-weight: 800;
  letter-spacing: -.5px;
}

/* line 265, ../scss/anda2.scss */
h3 {
  font-size: 1.5rem;
  line-height: 1.32;
  margin-top: 0;
  margin-bottom: 15px;
  color: #5cb2b0;
  font-weight: 800;
  letter-spacing: -.5px;
}

/* line 274, ../scss/anda2.scss */
h4 {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 15px 0;
}

/* line 280, ../scss/anda2.scss */
h5 {
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 800;
  margin: 15px 0;
  color: #9d6160;
}

/* line 287, ../scss/anda2.scss */
p, .text_content {
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 400;
}

/* line 292, ../scss/anda2.scss */
.paragraph_typo_color {
  font-weight: 600;
  margin-bottom: 5px;
  color: #0096a3;
}

/* line 297, ../scss/anda2.scss */
blockquote {
  font-size: 1.1rem;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
}

/* line 303, ../scss/anda2.scss */
blockquote:before {
  opacity: 1;
  color: #5cb2b0;
}

/* line 307, ../scss/anda2.scss */
blockquote cite {
  font-size: 0.95rem;
  font-weight: 400;
  padding-bottom: 10px;
}

/* line 313, ../scss/anda2.scss */
.section_form_container .contact_form_header {
  margin-bottom: 23px;
}

/* line 317, ../scss/anda2.scss */
#short_contact {
  padding-bottom: 20px;
}
/* line 319, ../scss/anda2.scss */
#short_contact .short_contact_header {
  color: #b27e7d;
}
/* line 322, ../scss/anda2.scss */
#short_contact h5 {
  font-size: 1.15rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 23px 0;
}

/* line 330, ../scss/anda2.scss */
.contact h4 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

/* line 335, ../scss/anda2.scss */
.social_icons {
  font-size: .8rem;
}

/* HEADER */
/* line 339, ../scss/anda2.scss */
.content_page .main_content_position {
  padding-top: 0;
}

/* line 340, ../scss/anda2.scss */
.page_top_bar {
  height: 0;
  padding-top: 0;
}

/* line 344, ../scss/anda2.scss */
header {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 353, ../scss/anda2.scss */
.section_bg {
  background-position: center;
}

/* line 356, ../scss/anda2.scss */
.slider1_inner_content_container .slider1_text_content_container {
  margin-bottom: 18px;
}
/* line 358, ../scss/anda2.scss */
.slider1_inner_content_container .slider1_text_content_container h2 {
  font-size: 2rem;
  line-height: 1.24;
  margin: 15px 0 28px;
  font-weight: 800;
  opacity: .9;
  letter-spacing: -.5px;
  color: rgba(123, 28, 28, 0.52);
}
/* line 367, ../scss/anda2.scss */
.slider1_inner_content_container .slider1_text_content_container h3, .slider1_inner_content_container .slider1_text_content_container h1, .slider1_inner_content_container .slider1_text_content_container p {
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  color: black;
}

/* line 375, ../scss/anda2.scss */
.title_bg {
  background-position: center top;
}

/* SLIDER */
/* line 381, ../scss/anda2.scss */
.slider_1 .slick-dots {
  display: none !important;
}

/* line 384, ../scss/anda2.scss */
.slider1_title_wrapper .slider1_title {
  display: none;
}

/* line 386, ../scss/anda2.scss */
.text_foto_left img {
  padding-bottom: 10px;
}

/* line 390, ../scss/anda2.scss */
.section_opinions {
  padding: 35px 0 45px;
  margin-bottom: -40px;
  top: -40px;
  background-color: #f2f0ef;
}
/* line 395, ../scss/anda2.scss */
.section_opinions .slick-dots {
  text-align: left !important;
}

/* PANELS */
/* line 400, ../scss/anda2.scss */
.panels_blockgrid_1 .blockgrid_panel {
  padding: 12px 6px;
  text-align: center;
}
/* line 404, ../scss/anda2.scss */
.panels_blockgrid_1 .panel_item_img {
  width: 82px;
  height: 82px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid white;
}
/* line 411, ../scss/anda2.scss */
.panels_blockgrid_1 .panel_item_title {
  font-size: 1.05rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 15px 0 0;
}
/* line 418, ../scss/anda2.scss */
.panels_blockgrid_1 .blockgrid_panel:hover .panel_item_img {
  background-color: white;
}

/* OPINIONS */
/* line 423, ../scss/anda2.scss */
.text_opinion_container {
  margin-top: 0;
}

/* line 426, ../scss/anda2.scss */
.section_spacer_text_l_opinions {
  background-color: #ece9e8;
}
/* line 428, ../scss/anda2.scss */
.section_spacer_text_l_opinions h2, .section_spacer_text_l_opinions h3 {
  color: #5cb2b0;
  font-weight: 800;
  letter-spacing: -.5px;
}

/* BLOG */
/* line 436, ../scss/anda2.scss */
.blog_list {
  margin-top: 45px;
}

/* line 437, ../scss/anda2.scss */
.post_abstract_wrapper {
  padding: 0;
  height: 440px !important;
  margin-bottom: 35px;
}
/* line 441, ../scss/anda2.scss */
.post_abstract_wrapper .post_title_container {
  padding: 30px 4% 0 0;
}
/* line 442, ../scss/anda2.scss */
.post_abstract_wrapper .post_abstract_title {
  margin: 20px 0 10px;
}
/* line 445, ../scss/anda2.scss */
.post_abstract_wrapper .post_list_foto {
  width: 100%;
  height: 440px;
}
/* line 449, ../scss/anda2.scss */
.post_abstract_wrapper .post_abstract_button_wrapper {
  margin-top: 25px;
  margin-bottom: 20px;
}

/* line 454, ../scss/anda2.scss */
.post_wrapper {
  margin-top: 25px;
}
/* line 456, ../scss/anda2.scss */
.post_wrapper .post_foto {
  width: 100%;
  height: 420px;
}
/* line 461, ../scss/anda2.scss */
.post_wrapper .post_title_container .post_title {
  text-transform: none;
}

/* FOOTER*/
/* line 468, ../scss/anda2.scss */
.footer_container {
  padding: 50px 0 10px;
  background-color: #e0d8d7;
  text-align: center;
}

/* line 474, ../scss/anda2.scss */
.footer_links {
  font-size: 1rem !important;
  padding: 10px 0 0;
  margin-bottom: 5px;
}
/* line 479, ../scss/anda2.scss */
.footer_links ul li {
  display: inline;
}

/* line 482, ../scss/anda2.scss */
.footer_sitesbi {
  margin-top: 15px;
}
/* line 484, ../scss/anda2.scss */
.footer_sitesbi h3 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 1.28rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

/* line 492, ../scss/anda2.scss */
.sitesbi {
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
}
/* line 495, ../scss/anda2.scss */
.sitesbi:hover {
  color: #793837;
}

/* VET RESERVATION*/
/* line 499, ../scss/anda2.scss */
.vet-doctor-btn {
  padding: 12px 32px;
}

/* line 502, ../scss/anda2.scss */
.reservation_page {
  background-color: #ece9e8;
  margin-top: 25px;
  margin-bottom: -18px;
}

/* line 507, ../scss/anda2.scss */
.main_content_list_position {
  background-color: #ece9e8;
}

/* line 508, ../scss/anda2.scss */
.lastbooking_clinic {
  margin-top: -40px;
  font-size: .9rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 90.063em) {
  /* line 515, ../scss/anda2.scss */
  .pre_content_wrapper_index {
    position: absolute;
    top: 88vh;
    right: 7%;
    z-index: 100;
  }

  /* line 517, ../scss/anda2.scss */
  .section_spacer_foto .text_foto_left, .section_spacer_foto .text_foto_right {
    width: 33%;
  }

  /* line 519, ../scss/anda2.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    max-width: 100%;
    padding: 0 9%;
  }

  /* line 523, ../scss/anda2.scss */
  .page_button_big {
    font-size: 1.05rem;
    padding: 14px 28px;
  }

  /* line 527, ../scss/anda2.scss */
  .page_title {
    font-size: 3rem;
  }

  /* line 530, ../scss/anda2.scss */
  h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #a36e6d;
    font-weight: 800;
    letter-spacing: -.5px;
  }

  /* line 538, ../scss/anda2.scss */
  h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.85rem;
    color: #5cb2b0;
    font-weight: 800;
    letter-spacing: -.5px;
  }

  /* line 550, ../scss/anda2.scss */
  h4 {
    font-size: 1.2rem;
    line-height: 1.55;
    font-weight: 400;
  }

  /* line 555, ../scss/anda2.scss */
  h5 {
    font-size: 1.25rem;
    margin: 25px 0 10px;
  }

  /* line 559, ../scss/anda2.scss */
  p, .text_content {
    font-size: 1.1rem;
  }

  /* line 561, ../scss/anda2.scss */
  .introduction p {
    font-size: 1.2rem;
  }

  /* line 564, ../scss/anda2.scss */
  #short_contact .short_contact_header {
    font-size: 1.75rem;
  }

  /* line 569, ../scss/anda2.scss */
  .post_list_img_container {
    width: 54%;
    float: left;
    padding-right: 4%;
  }

  /* line 574, ../scss/anda2.scss */
  .post_img_container {
    float: right;
    width: 50%;
    padding: 0 0 4% 4%;
  }

  /* line 580, ../scss/anda2.scss */
  .section_style_bg_parallax .section_bg {
    min-height: 90vh;
  }

  /* line 581, ../scss/anda2.scss */
  .logo {
    margin-top: 55px;
    width: 310px;
  }

  /* line 588, ../scss/anda2.scss */
  #menu {
    text-align: right;
    width: 100%;
    padding-right: 120px;
    height: 45px;
  }
  /* line 593, ../scss/anda2.scss */
  #menu ul li {
    padding: 5px 0;
  }

  /* line 595, ../scss/anda2.scss */
  .slide {
    height: 750px;
    min-height: 750px;
    background-position: center;
  }

  /* line 600, ../scss/anda2.scss */
  .slider1_inner_content_container {
    max-width: 580px;
    padding-top: 200px;
  }
  /* line 603, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 605, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 3.7rem;
    line-height: 1.12;
    margin: 15px 0 39px;
  }
  /* line 610, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h3, .slider1_inner_content_container .slider1_text_content_container h1, .slider1_inner_content_container .slider1_text_content_container p {
    font-size: 1.27rem;
    line-height: 1.5;
    font-weight: 600;
  }

  /* line 617, ../scss/anda2.scss */
  .section_opinions {
    padding-top: 10px;
    margin-bottom: -50px;
    top: -50px;
  }

  /* line 622, ../scss/anda2.scss */
  .section_opinions_title {
    display: none;
  }

  /* line 623, ../scss/anda2.scss */
  .opinions_content_container {
    width: 64%;
  }

  /* line 627, ../scss/anda2.scss */
  .page_title_container {
    max-width: 840px;
    padding-top: 210px;
  }

  /* line 631, ../scss/anda2.scss */
  .title_bg {
    min-height: 405px;
  }

  /* line 632, ../scss/anda2.scss */
  .post_wrapper {
    min-height: 530px;
  }

  /* line 634, ../scss/anda2.scss */
  .content_video_r_container {
    min-height: 390px;
    clear: both;
  }

  /* line 635, ../scss/anda2.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 640, ../scss/anda2.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* LR*/
  /* line 647, ../scss/anda2.scss */
  .section_spacer_text_l1 {
    background-color: #f2f0ef;
    margin-top: -40px;
    padding-bottom: 80px;
  }
  /* line 651, ../scss/anda2.scss */
  .section_spacer_text_l1 .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 652, ../scss/anda2.scss */
  .section_spacer_text_l1 .section_content_container {
    background-color: #f2f0ef;
    margin-top: -82px;
    padding: 50px 150px 0 9%;
    width: 64%;
    border-radius: 0 15px 0 0 !important;
  }

  /* line 660, ../scss/anda2.scss */
  .section_spacer_text_l2 {
    background-color: #f2f0ef;
    margin-top: -40px;
    padding-bottom: 50px;
  }
  /* line 664, ../scss/anda2.scss */
  .section_spacer_text_l2 .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 665, ../scss/anda2.scss */
  .section_spacer_text_l2 .section_content_container {
    background-color: #f2f0ef;
    margin-top: -100px;
    padding: 25px 100px 0 9%;
    width: 64%;
  }
  /* line 671, ../scss/anda2.scss */
  .section_spacer_text_l2 h2, .section_spacer_text_l2 h3 {
    width: 60%;
  }

  /* line 674, ../scss/anda2.scss */
  .section_spacer_text_l0 .section_content_container {
    margin-right: 45%;
  }

  /* line 677, ../scss/anda2.scss */
  .section_spacer_text_l {
    background-color: #ece9e8;
    padding-bottom: 110px;
  }
  /* line 680, ../scss/anda2.scss */
  .section_spacer_text_l .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 681, ../scss/anda2.scss */
  .section_spacer_text_l .section_content_container {
    background-color: #ece9e8;
    padding: 50px 120px 0 9%;
    width: 64%;
    margin-top: -82px;
    border-radius: 16px;
  }
  /* line 688, ../scss/anda2.scss */
  .section_spacer_text_l h2, .section_spacer_text_l h3 {
    width: 75%;
  }

  /* line 690, ../scss/anda2.scss */
  .section_spacer_text_r {
    background-color: #ece9e8;
    padding-bottom: 70px;
  }
  /* line 693, ../scss/anda2.scss */
  .section_spacer_text_r .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 694, ../scss/anda2.scss */
  .section_spacer_text_r .section_content_container {
    background-color: #ece9e8;
    margin-top: -150px;
    padding: 35px 120px 0;
    width: 64%;
    margin-left: 36%;
  }

  /* line 703, ../scss/anda2.scss */
  .section_spacer_l1 .main_content_wrapper {
    padding: 0 1% 0 0;
  }

  /* line 706, ../scss/anda2.scss */
  .section_spacer_r1 .main_content_wrapper {
    padding: 0 0 0 1%;
  }
  /* line 707, ../scss/anda2.scss */
  .section_spacer_r1 .section_content_container ul {
    margin: 0;
  }
  /* line 709, ../scss/anda2.scss */
  .section_spacer_r1 .section_content_container ul li {
    padding-right: 0;
  }

  /* line 712, ../scss/anda2.scss */
  .section_spacer_text_l_opinions {
    padding-bottom: 0;
  }
  /* line 714, ../scss/anda2.scss */
  .section_spacer_text_l_opinions .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 715, ../scss/anda2.scss */
  .section_spacer_text_l_opinions .section_content_container {
    background-color: #f2f0ef;
    margin-top: -150px;
    padding: 50px 0 0 9%;
    width: 64%;
    border-radius: 0 15px 0 0 !important;
  }
  /* line 722, ../scss/anda2.scss */
  .section_spacer_text_l_opinions h2, .section_spacer_text_l_opinions h3 {
    width: 80%;
    font-size: 2.45rem;
  }

  /* line 737, ../scss/anda2.scss */
  .background_b1 {
    background-image: linear-gradient(#f2f0ef 0%, #f2f0ef 16%, #ece9e8 16%, #ece9e8 100%);
    padding-bottom: 100px;
  }

  /* line 741, ../scss/anda2.scss */
  .background_b2 {
    background-image: linear-gradient(#ece9e8 0%, #ece9e8 16%, #f2f0ef 16%, #f2f0ef 100%);
    padding-bottom: 100px;
  }

  /* line 745, ../scss/anda2.scss */
  .leftimage_bg {
    width: 64% !important;
    min-height: 740px;
    border-radius: 0 15px 0 0 !important;
  }

  /* line 750, ../scss/anda2.scss */
  .leftimage_text {
    width: 36% !important;
  }

  /* line 751, ../scss/anda2.scss */
  .rightimage_bg {
    left: 36% !important;
    width: 64% !important;
    min-height: 740px;
    border-radius: 15px 0 0 0 !important;
  }

  /* line 757, ../scss/anda2.scss */
  .rightimage_text {
    right: 64% !important;
    width: 36% !important;
  }

  /* line 758, ../scss/anda2.scss */
  .leftimage_text_container {
    padding-left: 50px;
    padding-right: 0;
  }
  /* line 761, ../scss/anda2.scss */
  .leftimage_text_container .button_wrapper {
    text-align: left;
    margin-top: 25px;
  }

  /* line 763, ../scss/anda2.scss */
  .rightimage_text_container {
    padding-left: 0;
    padding-right: 50px;
  }
  /* line 766, ../scss/anda2.scss */
  .rightimage_text_container .button_wrapper {
    text-align: left;
    margin-top: 25px;
  }

  /* line 768, ../scss/anda2.scss */
  .leftimage_text_wrapper {
    padding: 30% 30% 60px 10px;
    min-height: 350px;
  }

  /* line 772, ../scss/anda2.scss */
  .rightimage_text_wrapper {
    padding: 30% 10px 60px 18%;
    min-height: 352px;
    position: absolute;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 780, ../scss/anda2.scss */
  .section_spacer_default {
    padding: 40px 0;
  }

  /* line 781, ../scss/anda2.scss */
  .pre_content_wrapper_index {
    position: absolute;
    top: 620px;
    right: 7%;
    z-index: 100;
  }

  /* line 783, ../scss/anda2.scss */
  .section_spacer_foto .text_foto_left, .section_spacer_foto .text_foto_right {
    width: 33%;
  }

  /* line 785, ../scss/anda2.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    max-width: 100%;
    padding: 0 6%;
  }

  /* line 789, ../scss/anda2.scss */
  .text_menu {
    font-size: 1rem;
  }

  /* line 793, ../scss/anda2.scss */
  #short_contact h5 {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin: 16px 0;
  }

  /* line 799, ../scss/anda2.scss */
  .contact h4 {
    font-size: 1.25rem;
    line-height: 1.9rem;
  }

  /* line 804, ../scss/anda2.scss */
  .post_list_img_container {
    width: 54%;
    float: left;
    padding-right: 4%;
  }

  /* line 809, ../scss/anda2.scss */
  .post_img_container {
    float: right;
    width: 50%;
    padding: 0 0 4% 4%;
  }

  /* line 815, ../scss/anda2.scss */
  .post_abstract_wrapper .post_abstract_title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 20px 0 15px;
  }
  /* line 820, ../scss/anda2.scss */
  .post_abstract_wrapper .post_title_container {
    padding: 20px 4% 0 0;
  }
  /* line 821, ../scss/anda2.scss */
  .post_abstract_wrapper .post_list_foto {
    height: 420px;
  }
  /* line 822, ../scss/anda2.scss */
  .post_abstract_wrapper .post_abstract_wrapper {
    height: 420px !important;
  }

  /* line 825, ../scss/anda2.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 340px;
  }

  /* line 831, ../scss/anda2.scss */
  .section_style_bg_parallax .section_bg {
    min-height: 90vh;
  }

  /* line 832, ../scss/anda2.scss */
  .logo {
    margin-top: 42px;
    max-width: 265px;
  }

  /* line 836, ../scss/anda2.scss */
  #menu {
    text-align: right;
    width: 100%;
    padding-right: 140px;
  }
  /* line 840, ../scss/anda2.scss */
  #menu ul li {
    padding: 5px 0;
  }

  /* line 842, ../scss/anda2.scss */
  .slide {
    height: 630px;
  }

  /* line 845, ../scss/anda2.scss */
  .slider1_inner_content_container {
    max-width: 520px;
    padding-top: 168px;
  }
  /* line 848, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 850, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 2.75rem;
    line-height: 1.15;
    margin: 15px 0 33px;
  }
  /* line 855, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h3, .slider1_inner_content_container .slider1_text_content_container h1 {
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 600;
  }
  /* line 860, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container p {
    font-size: .85rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
  }

  /* line 868, ../scss/anda2.scss */
  .page_title {
    font-size: 2rem;
    line-height: 1.3;
    margin: 25px 0 5px;
  }

  /* line 873, ../scss/anda2.scss */
  .introduction p {
    font-size: 1.05rem;
  }

  /* line 875, ../scss/anda2.scss */
  .section_opinions {
    padding: 10px 0 45px;
    margin-bottom: -40px;
    top: -20px;
  }

  /* line 880, ../scss/anda2.scss */
  .section_opinions_title {
    display: none;
  }

  /* line 881, ../scss/anda2.scss */
  .opinions_content_container {
    width: 58%;
  }

  /* line 884, ../scss/anda2.scss */
  .page_title_container {
    max-width: 820px;
    padding-top: 150px;
  }

  /* line 888, ../scss/anda2.scss */
  .title_bg {
    min-height: 320px;
  }

  /* line 890, ../scss/anda2.scss */
  .content_video_r_container {
    min-height: 390px;
    clear: both;
  }

  /* line 891, ../scss/anda2.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 896, ../scss/anda2.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* LR*/
  /* line 903, ../scss/anda2.scss */
  .section_spacer_text_l1 {
    background-color: #f2f0ef;
    margin-top: -40px;
    padding-bottom: 60px;
  }
  /* line 907, ../scss/anda2.scss */
  .section_spacer_text_l1 .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 908, ../scss/anda2.scss */
  .section_spacer_text_l1 .section_content_container {
    background-color: #f2f0ef;
    margin-top: -75px;
    padding: 32px 80px 0 6%;
    width: 64%;
    border-radius: 0 15px 0 0 !important;
  }
  /* line 915, ../scss/anda2.scss */
  .section_spacer_text_l1 h2, .section_spacer_text_l1 h3 {
    width: 90%;
    font-size: 1.63rem;
    line-height: 1.34;
  }

  /* line 921, ../scss/anda2.scss */
  .section_spacer_text_l2 {
    background-color: #f2f0ef;
    margin-top: -40px;
    padding-bottom: 50px;
  }
  /* line 925, ../scss/anda2.scss */
  .section_spacer_text_l2 .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 926, ../scss/anda2.scss */
  .section_spacer_text_l2 .section_content_container {
    background-color: #f2f0ef;
    margin-top: -75px;
    padding: 30px 80px 0 6%;
    width: 64%;
  }
  /* line 932, ../scss/anda2.scss */
  .section_spacer_text_l2 h2, .section_spacer_text_l2 h3 {
    width: 70%;
  }

  /* line 935, ../scss/anda2.scss */
  .section_spacer_text_l0 .section_content_container {
    margin-right: 40%;
  }

  /* line 938, ../scss/anda2.scss */
  .section_spacer_text_l {
    background-color: #ece9e8;
    padding-bottom: 110px;
  }
  /* line 941, ../scss/anda2.scss */
  .section_spacer_text_l .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 942, ../scss/anda2.scss */
  .section_spacer_text_l .section_content_container {
    background-color: #ece9e8;
    margin-top: -86px;
    padding: 36px 50px 0 6%;
    width: 64%;
  }
  /* line 948, ../scss/anda2.scss */
  .section_spacer_text_l h2, .section_spacer_text_l h3 {
    width: 60%;
  }

  /* line 950, ../scss/anda2.scss */
  .section_spacer_text_r {
    background-color: #ece9e8;
    padding-bottom: 70px;
  }
  /* line 953, ../scss/anda2.scss */
  .section_spacer_text_r .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 954, ../scss/anda2.scss */
  .section_spacer_text_r .section_content_container {
    background-color: #ece9e8;
    margin-top: -86px;
    padding: 36px 6% 0 50px;
    width: 64%;
    margin-left: 36%;
  }

  /* line 963, ../scss/anda2.scss */
  .section_spacer_l1 .main_content_wrapper {
    padding: 0 1% 0 0;
  }

  /* line 965, ../scss/anda2.scss */
  .section_spacer_text_l_opinions {
    background-color: #ece9e8;
    padding-bottom: 0;
  }
  /* line 968, ../scss/anda2.scss */
  .section_spacer_text_l_opinions .main_content_wrapper {
    padding: 0 !important;
  }
  /* line 969, ../scss/anda2.scss */
  .section_spacer_text_l_opinions .section_content_container {
    background-color: #f2f0ef;
    margin-top: -86px;
    padding: 40px 50px 0 6%;
    width: 60%;
    border-radius: 0 15px 0 0 !important;
  }
  /* line 976, ../scss/anda2.scss */
  .section_spacer_text_l_opinions h2, .section_spacer_text_l_opinions h3 {
    width: 90%;
    font-size: 2.05rem;
    margin-bottom: 5px;
  }

  /* line 982, ../scss/anda2.scss */
  .background_b1 {
    background-image: linear-gradient(#f2f0ef 0%, #f2f0ef 12%, #ece9e8 12%, #ece9e8 100%);
    padding-bottom: 55px;
  }

  /* line 986, ../scss/anda2.scss */
  .background_b2 {
    background-image: linear-gradient(#ece9e8 0%, #ece9e8 12%, #f2f0ef 12%, #f2f0ef 100%);
    padding-bottom: 55px;
  }

  /* line 990, ../scss/anda2.scss */
  .leftimage_bg {
    width: 64% !important;
    min-height: 600px;
    border-radius: 0 15px 0 0 !important;
  }

  /* line 995, ../scss/anda2.scss */
  .leftimage_text {
    width: 36% !important;
  }

  /* line 996, ../scss/anda2.scss */
  .rightimage_bg {
    left: 36% !important;
    width: 64% !important;
    min-height: 600px;
    border-radius: 15px 0 0 0 !important;
  }

  /* line 1001, ../scss/anda2.scss */
  .rightimage_text {
    right: 64% !important;
    width: 36% !important;
  }

  /* line 1002, ../scss/anda2.scss */
  .leftimage_text_container {
    padding-left: 50px;
    padding-right: 0;
  }
  /* line 1005, ../scss/anda2.scss */
  .leftimage_text_container .button_wrapper {
    text-align: left;
    margin-top: 25px;
  }

  /* line 1007, ../scss/anda2.scss */
  .rightimage_text_container {
    padding-left: 0;
    padding-right: 50px;
  }
  /* line 1010, ../scss/anda2.scss */
  .rightimage_text_container .button_wrapper {
    text-align: left;
    margin-top: 25px;
  }

  /* line 1012, ../scss/anda2.scss */
  .leftimage_text_wrapper {
    padding: 30% 100px 50px 5px;
    min-height: 350px;
  }

  /* line 1016, ../scss/anda2.scss */
  .rightimage_text_wrapper {
    padding: 30% 5px 50px 0;
    min-height: 352px;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1025, ../scss/anda2.scss */
  .section_spacer_default {
    padding: 40px 0;
  }

  /* line 1026, ../scss/anda2.scss */
  .section_spacer_1 {
    padding: 0 0 40px;
  }

  /* line 1027, ../scss/anda2.scss */
  .section_spacer_2 {
    padding: 20px 0 10px;
  }

  /* line 1029, ../scss/anda2.scss */
  .section_spacer_foto .text_foto_left, .section_spacer_foto .text_foto_right {
    width: 37%;
  }

  /* line 1031, ../scss/anda2.scss */
  h2, h3 {
    font-size: 1.45rem;
  }

  /* line 1032, ../scss/anda2.scss */
  h5 {
    font-size: 1.1rem;
  }

  /* line 1033, ../scss/anda2.scss */
  p, .text_content, blockquote {
    font-size: 1rem;
    line-height: 1.5;
  }

  /* line 1038, ../scss/anda2.scss */
  .section_spacer_text_l_opinions {
    display: none;
  }

  /* line 1041, ../scss/anda2.scss */
  #short_contact .short_contact_header {
    font-size: 1.7rem;
    line-height: 2.05rem;
  }
  /* line 1045, ../scss/anda2.scss */
  #short_contact h5 {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin: 16px 0;
  }

  /* line 1051, ../scss/anda2.scss */
  .contact h4 {
    font-size: 1.25rem;
    line-height: 1.9rem;
  }

  /* line 1056, ../scss/anda2.scss */
  .section_style_bg_parallax .section_bg {
    background-position: center;
    min-height: 400px;
  }

  /* line 1060, ../scss/anda2.scss */
  .text_menu {
    font-size: 1rem;
    text-shadow: none;
  }

  /* line 1064, ../scss/anda2.scss */
  #menu {
    top: 10px;
    left: 45px;
    position: absolute;
    font-weight: 600;
    font-size: 1.1rem;
    background-color: transparent;
  }

  /* line 1072, ../scss/anda2.scss */
  .logo {
    margin-top: 35px;
    max-width: 220px;
  }

  /* line 1076, ../scss/anda2.scss */
  .slider_1 {
    margin-bottom: 10px;
  }

  /* line 1077, ../scss/anda2.scss */
  .slide {
    min-height: 440px;
  }

  /* line 1080, ../scss/anda2.scss */
  .slider1_inner_content_container {
    max-width: 390px;
    padding-top: 140px;
  }
  /* line 1083, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 1085, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 1.7rem;
    line-height: 1.32;
  }
  /* line 1089, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h3, .slider1_inner_content_container .slider1_text_content_container h1, .slider1_inner_content_container .slider1_text_content_container p {
    font-size: 1.05rem;
  }

  /* line 1094, ../scss/anda2.scss */
  .section_opinions {
    padding: 30px 0;
    margin-bottom: 0;
    top: 0;
  }

  /* line 1099, ../scss/anda2.scss */
  .opinions_content_container {
    width: 88%;
  }

  /* line 1102, ../scss/anda2.scss */
  .page_title {
    font-size: 1.8rem;
    margin: 5px 0 7px;
  }

  /* line 1106, ../scss/anda2.scss */
  .page_title_container {
    max-width: 500px;
    padding-top: 140px;
  }

  /* line 1110, ../scss/anda2.scss */
  .introduction p {
    font-size: 1.05rem;
  }

  /* line 1112, ../scss/anda2.scss */
  .title_bg {
    min-height: 260px;
  }

  /* line 1113, ../scss/anda2.scss */
  .footer_container {
    padding: 40px 0 10px;
  }

  /* line 1115, ../scss/anda2.scss */
  .content_video_r_container {
    min-height: 390px;
    clear: both;
  }

  /* line 1116, ../scss/anda2.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 1121, ../scss/anda2.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* line 1127, ../scss/anda2.scss */
  .blog_list {
    margin-top: 30px;
  }

  /* line 1128, ../scss/anda2.scss */
  .post_list_img_container {
    width: 52%;
    float: left;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-top: 8px;
  }

  /* line 1135, ../scss/anda2.scss */
  .post_img_container {
    float: right;
    width: 50%;
    padding: 0 0 4% 4%;
  }

  /* line 1140, ../scss/anda2.scss */
  .post_abstract_wrapper {
    padding: 0;
    background-color: transparent;
    height: 400px !important;
    margin-bottom: 35px;
  }
  /* line 1145, ../scss/anda2.scss */
  .post_abstract_wrapper .post_title_container {
    padding: 0;
  }
  /* line 1146, ../scss/anda2.scss */
  .post_abstract_wrapper .post_abstract_title {
    font-size: 1.35rem;
  }
  /* line 1149, ../scss/anda2.scss */
  .post_abstract_wrapper .post_list_foto {
    height: 210px;
  }
  /* line 1151, ../scss/anda2.scss */
  .post_abstract_wrapper .post_abstract_content p, .post_abstract_wrapper .post_abstract_content .text_content {
    font-size: .9rem;
    line-height: 1.6rem;
    font-weight: 500;
  }

  /* line 1160, ../scss/anda2.scss */
  .post_wrapper .post_title_container .post_title {
    font-size: 1.35rem;
  }
  /* line 1164, ../scss/anda2.scss */
  .post_wrapper .post_foto {
    height: 200px;
  }

  /* LR*/
  /* line 1170, ../scss/anda2.scss */
  .section_spacer_text_l1, section_spacer_text_l0 {
    padding: 0 0 5px 0;
  }
  /* line 1172, ../scss/anda2.scss */
  .section_spacer_text_l1 h2, .section_spacer_text_l1 h3, section_spacer_text_l0 h2, section_spacer_text_l0 h3 {
    width: 70%;
  }

  /* line 1174, ../scss/anda2.scss */
  .section_spacer_text_l {
    padding: 30px 0 40px;
  }

  /* line 1177, ../scss/anda2.scss */
  .leftimage_text_container, .rightimage_text_container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1180, ../scss/anda2.scss */
  .leftimage_text_container .button_wrapper, .rightimage_text_container .button_wrapper {
    text-align: left;
    margin-top: 20px;
  }

  /* line 1182, ../scss/anda2.scss */
  .leftimage_text_wrapper {
    padding: 30px 0;
  }

  /* line 1185, ../scss/anda2.scss */
  .rightimage_text_wrapper {
    padding: 30px 0;
  }

  /* line 1188, ../scss/anda2.scss */
  .leftimage_container .leftimage_bg {
    height: 430px !important;
  }

  /* line 1191, ../scss/anda2.scss */
  .rightimage_container .rightimage_bg {
    height: 430px !important;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1197, ../scss/anda2.scss */
  .section_spacer_default {
    padding: 30px 0;
  }

  /* line 1198, ../scss/anda2.scss */
  .section_spacer_1 {
    padding: 0 0 30px;
  }

  /* line 1199, ../scss/anda2.scss */
  .section_spacer_2 {
    padding: 15px 0 10px;
  }

  /* line 1200, ../scss/anda2.scss */
  .text_foto_right {
    margin-left: 0;
    text-align: left;
    width: 75%;
  }
  /* line 1204, ../scss/anda2.scss */
  .text_foto_right img {
    max-height: 260px;
    max-width: fit-content;
  }

  /* line 1211, ../scss/anda2.scss */
  .section_spacer_text_l_opinions {
    display: none;
  }

  /* line 1220, ../scss/anda2.scss */
  .page_button_small, .page_button_blog, .pagination_buttons_wrapper .pagination_button {
    font-size: .85rem;
    padding: 12px 30px;
  }

  /* line 1224, ../scss/anda2.scss */
  .page_button_big {
    font-size: .85rem;
    padding: 12px 22px;
  }

  /* line 1228, ../scss/anda2.scss */
  .pre_content_wrapper {
    padding: 15px 0 5px;
  }

  /* line 1229, ../scss/anda2.scss */
  .share_icons_index {
    margin-top: -15px;
    padding-bottom: 15px;
  }

  /* line 1233, ../scss/anda2.scss */
  .social_share_buttons_container {
    text-align: right;
  }

  /* line 1235, ../scss/anda2.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    max-width: 100%;
    padding: 0 9%;
  }

  /* line 1239, ../scss/anda2.scss */
  .logo_flexchild_container {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: 28px;
  }

  /* line 1246, ../scss/anda2.scss */
  #menu {
    top: 10px;
    left: 30px;
    position: absolute;
    font-weight: 600;
    font-size: 1.1rem;
    background-color: transparent;
  }

  /* line 1254, ../scss/anda2.scss */
  .logo_index {
    margin-top: 235px !important;
    margin: 0 auto;
  }
  /* line 1257, ../scss/anda2.scss */
  .logo_index img {
    max-width: 140px;
  }

  /* line 1259, ../scss/anda2.scss */
  .logo {
    margin-top: 25px;
    max-width: 140px;
  }

  /* line 1263, ../scss/anda2.scss */
  .text_menu {
    font-size: 1rem;
    letter-spacing: .5px;
    text-shadow: none;
  }
  /* line 1267, ../scss/anda2.scss */
  .text_menu:hover {
    color: #000000;
  }

  /* line 1269, ../scss/anda2.scss */
  h2, h3 {
    font-size: 1.2rem;
  }

  /* line 1272, ../scss/anda2.scss */
  h4 {
    font-size: 1.01rem;
  }

  /* line 1275, ../scss/anda2.scss */
  h5 {
    font-size: 1rem;
  }

  /* line 1278, ../scss/anda2.scss */
  blockquote {
    font-size: 1rem;
    line-height: 1.5;
  }

  /* line 1282, ../scss/anda2.scss */
  .text_content, p {
    font-size: .9rem;
    line-height: 1.65;
  }

  /* line 1291, ../scss/anda2.scss */
  .introduction p {
    width: 260px;
    font-size: .8rem;
    font-weight: 700;
    display: none;
  }
  /* line 1297, ../scss/anda2.scss */
  .introduction hr {
    display: none;
  }

  /* line 1301, ../scss/anda2.scss */
  .contact h4 {
    font-size: 1.35rem;
    line-height: 1.35;
  }

  /* line 1305, ../scss/anda2.scss */
  .contact p {
    font-size: 1rem;
  }

  /* line 1307, ../scss/anda2.scss */
  .slider_1 {
    background-color: #f9f7f6;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }

  /* line 1312, ../scss/anda2.scss */
  .slide {
    height: 240px;
    min-height: 240px;
    margin-bottom: 255px;
  }

  /* line 1317, ../scss/anda2.scss */
  .slider1_inner_content_container {
    text-align: center;
    padding-top: 305px;
  }
  /* line 1320, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 1322, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 1.15rem;
    line-height: 1.37;
    margin: 12px 0;
    font-weight: 700;
    opacity: 1;
  }
  /* line 1329, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container h3, .slider1_inner_content_container .slider1_text_content_container h1, .slider1_inner_content_container .slider1_text_content_container p {
    font-size: .8rem;
    font-weight: 700;
    max-width: 245px;
    margin: auto;
  }
  /* line 1335, ../scss/anda2.scss */
  .slider1_inner_content_container .slider1_text_content_container hr {
    margin: 10px auto;
  }

  /* line 1339, ../scss/anda2.scss */
  .page_title_container {
    padding-top: 95px;
    color: white;
  }

  /* line 1343, ../scss/anda2.scss */
  .page_title {
    font-size: 1.3rem;
    line-height: 1.37;
    font-weight: 800;
    opacity: 1;
  }

  /* line 1349, ../scss/anda2.scss */
  .title_bg {
    background-position: 70% top;
    min-height: 170px;
  }

  /* line 1353, ../scss/anda2.scss */
  .section_bg {
    background-position: center;
    min-height: 240px;
  }

  /* line 1358, ../scss/anda2.scss */
  .footer_container {
    padding: 35px 0 10px;
  }

  /* line 1360, ../scss/anda2.scss */
  #short_contact .short_contact_header {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  /* line 1364, ../scss/anda2.scss */
  #short_contact h5 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  /* line 1370, ../scss/anda2.scss */
  .section_opinions {
    padding: 28px 0;
    margin-bottom: 0;
    top: 0;
  }

  /* line 1375, ../scss/anda2.scss */
  .text_opinion_container {
    margin-top: 10px;
  }

  /* line 1377, ../scss/anda2.scss */
  .blog_list {
    margin-top: 30px;
  }

  /* line 1378, ../scss/anda2.scss */
  .post_abstract_wrapper {
    height: auto !important;
    background-color: transparent;
  }
  /* line 1381, ../scss/anda2.scss */
  .post_abstract_wrapper .post_title_container {
    padding: 0;
  }
  /* line 1382, ../scss/anda2.scss */
  .post_abstract_wrapper .post_list_foto {
    height: 210px;
  }
  /* line 1384, ../scss/anda2.scss */
  .post_abstract_wrapper .post_abstract_content p, .post_abstract_wrapper .post_abstract_content .text_content {
    font-size: .9rem;
    line-height: 1.65;
    font-weight: 500;
  }

  /* line 1392, ../scss/anda2.scss */
  .post_wrapper .post_foto {
    height: 210px;
    margin-bottom: 20px;
  }

  /* line 1399, ../scss/anda2.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: .95rem;
    line-height: 1.35rem;
    font-weight: 600;
    margin: 12px 0 0;
  }
  /* line 1405, ../scss/anda2.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 70px;
    height: 70px;
  }

  /* line 1410, ../scss/anda2.scss */
  .content_video_r_container {
    min-height: 390px;
    clear: both;
  }

  /* line 1411, ../scss/anda2.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 1416, ../scss/anda2.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* LR*/
  /* line 1423, ../scss/anda2.scss */
  .section_spacer_text_l1, section_spacer_text_l0 {
    padding: 0 0 5px 0;
  }

  /* line 1426, ../scss/anda2.scss */
  .section_spacer_text_l0 {
    padding-top: 10px;
  }

  /* line 1427, ../scss/anda2.scss */
  .section_spacer_text_l {
    padding: 20px 0 35px 0;
  }

  /* line 1428, ../scss/anda2.scss */
  .leftimage_text_container, .rightimage_text_container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1431, ../scss/anda2.scss */
  .leftimage_text_container .button_wrapper, .rightimage_text_container .button_wrapper {
    text-align: left;
    margin-top: 20px;
  }

  /* line 1433, ../scss/anda2.scss */
  .leftimage_text_wrapper {
    padding: 20px 0 60px 0;
  }

  /* line 1436, ../scss/anda2.scss */
  .rightimage_text_wrapper {
    padding: 20px 0 25px 0;
  }

  /* line 1439, ../scss/anda2.scss */
  .leftimage_container .leftimage_bg {
    height: 250px !important;
  }

  /* line 1442, ../scss/anda2.scss */
  .rightimage_container .rightimage_bg {
    height: 250px !important;
  }

  /* line 1445, ../scss/anda2.scss */
  .leftimage_text, .rightimage_text {
    margin-bottom: -50px;
  }

  /* line 1449, ../scss/anda2.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    font-size: 1.05rem;
  }

  /* line 1450, ../scss/anda2.scss */
  .panels_clinics_list .panel_clinic_doctor .closest_term {
    font-size: .95rem;
  }

  /* line 1451, ../scss/anda2.scss */
  .panels_clinics_list .terms_slider ul li h5 {
    font-size: .8rem;
    line-height: 1.35rem;
  }
}
