iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.cc-cookies{background: rgba(0,0,0,0.8);}
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset, .cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline{width: auto;}
.cc-cookies a.cc-cookie-accept:hover {background:transparent!important;cursor:pointer}
.cc-cookies a button:hover {cursor:pointer}

.g-recaptcha {display:none!important}

.mt-30{margin-top:30px;}

.social_float {
    position: fixed;
    top: calc(50% - 48px);
    right: 10px;
    background: #193f3c;
    padding: 12px 8px;
    z-index: 9;
    text-align: center;
    border-radius: 50px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    height: 96px;
}

/*owl carousel*/
 .owl-nav .owl-next, .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }
  .owl-nav .owl-next {
      right: 0;
      display: flex;
      margin-right: 4%;
      font-size: 18px !important;
      background: #000000;
      width: 40px;
      height: 40px;
      color: #ffffff;
      align-items: center;
      justify-content: center;
  }
  .owl-nav .owl-prev{
      left: 0;
      display: flex;
      margin-left: 4%;
      font-size: 18px !important;
      background: #000000;
      width: 40px;
      height: 40px;
      color: #ffffff;
      align-items: center;
      justify-content: center;
  }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: max-content;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: solid 1px white;
    margin: 3px;
  }
  .owl-carousel .owl-dots .owl-dot.active {
    background: white;
  }
  .owl-carousel .owl-dots .owl-dot :focus {
    outline: none;
  }
/*owl carousel*/

.clearer {
  clear: both;
}
.web_width {
  width: 90%;
  margin: 0 auto;
}
section {
  padding: 60px 0;
}
section .text-column {
  column-count: 2;
  column-gap: 12vw;
}
section p {
  font-family: 'SourceSansVariable-Roman';
  font-weight: lighter;
  font-size: 18px;
  line-height: 180%;
}
section .img-size {
  height: 50vw;
  min-height: 350px;
  max-height: 900px;
}
section .title_basic {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  font-family: 'Baskerville-Regular';
  font-size: 25px;
  color: #193f3c;
}
section .title_basic strong {
  font-family: 'Baskerville-Bold';
  font-size: 120%;
}
section .title_basic:after {
  content: "";
  height: 3px;
  width: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  background: #bc7e48;
}
section .title_basic img {
  width: 250px;
  padding-bottom: 20px;
}
section .formulario form {
  font-family: 'SourceSansVariable-Roman';
  font-size: 18px;
}
section .formulario form .inputs .input-style {
  width: 100%;
  padding: 5px 0;
}
section .formulario form .inputs .input-style input,
section .formulario form .inputs .input-style textarea {
  width: 100%;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #193f3c;
  padding: 5px;
  resize: none;
}
section .formulario form .inputs .input-style input::placeholder,
section .formulario form .inputs .input-style textarea::placeholder {
  color: #193f3c;
}
section .formulario form .submits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
section .formulario form .submits .checkbox {
  font-size: 14px;
}
section .formulario form .submits .checkbox input {
  margin-left: 0;
}
section .formulario form .submits .checkbox a {
  color: inherit;
}
section .formulario form .submits .checkbox span {
  padding-left: 20px;
}
section .formulario form .submits .submit input {
  padding: 8px 30px;
  color: white;
  background: none;
  border: none;
  text-transform: uppercase;
  background: #193f3c;
  border: solid 1px #193f3c;
  transition: .3s;
}
section .formulario form .submits .submit input:hover {
  background: none;
  color: #193f3c;
}
#cabecera .botonMenu {
  background-color: #193f3c;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  font-family: 'Lato-Bold';
  cursor: pointer;
  outline: none;
  min-width: 90px;
}
#cabecera .contenedor {
  display: inline-block;
  position: absolute;
  left: 20px;
  z-index: 3;
  box-shadow: 1px 1px 10px black;
}
#cabecera .desplegable {
  display: none;
  position: absolute;
  background-color: #193f3c;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
#cabecera .desplegable a {
  color: white;
  padding: 5px 30px;
  text-decoration: none;
  display: block;
  font-family: 'Lato-Regular';
  min-width: 90px;
  text-align: center;
}
#cabecera .desplegable a.selected {
  display: none;
}
#cabecera .desplegable a:hover {
  background-color: #386043;
}
#cabecera .contenedor:hover .desplegable {
  display: block;
}
#cabecera .contenedor:hover .botonMenu {
  border-radius: 0;
}
#cabecera {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  padding: 0;
  min-height: 100vh;
}
#cabecera .content {
  width: 450px;
  z-index: 2;
}
#cabecera .content .logobig {
  width: 100%;
  text-align: center;
  background: #193f3c;
}
#cabecera .content .logobig img {
  width: 300px;
}
#cabecera .content .logolife {
  position: absolute;
  left: 10%;
  top: 5vh;
}
#cabecera .content .logolife img {
  width: 200px;
}
#cabecera .content .logolife img.big{
  width: 300px;
}
#cabecera .content .text {
  font-size: 25px;
  padding: 30px 10px;
  color: #193f3c;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  line-height: 150%;
}
#cabecera .content .text .titlebig1 {
  font-family: 'Baskerville-Regular';
  padding-bottom: 20px;
}
#cabecera .content .text .titlebig2 {
  font-size: 85%;
  font-family: 'SourceSansVariable-Roman';
}
#cabecera .content .owl-carousel {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#cabecera .content .owl-carousel .owl-stage-outer {
  height: 100%;
}
#cabecera .content .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
#cabecera .content .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
#cabecera .content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
#cabecera .content .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: max-content;
}
#cabecera .content .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: solid 1px white;
  margin: 3px;
}
#cabecera .content .owl-carousel .owl-dots .owl-dot.active {
  background: white;
}
#cabecera .content .owl-carousel .owl-dots .owl-dot :focus {
  outline: none;
}
#cabecera .content .destacado-desde {
  position: absolute;
  bottom: 5vh;
  left: 0;
  background: #193f3c;
  box-shadow: 1px 1px 10px black;
  color: white;
  padding: 10px;
  font-size: 35px;
  font-family: 'Baskerville-Regular';
}
#cabecera .content .formulario .boxtitleform {
  background: #193f3c;
  padding: 20px 10px;
  color: white;
  font-size: 23px;
  text-align: center;
}
#cabecera .content .formulario .boxtitleform .title_form1 {
  font-family: 'Baskerville-Regular';
}
#cabecera .content .formulario .boxtitleform .title_form2 {
  font-family: 'SourceSansVariable-Roman';
  font-size: 85%;
}
#cabecera .content .formulario form {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}
#cabecera .content .formulario form .inputs .input-style textarea {
  height: 80px;
  border: solid 1px #193f3c;
}
#section1 {
  position: relative;
}
#section1:after {
  content: "";
  width: 100%;
  height: 400px;
  background: #193f3c;
  z-index: -1;
  bottom: 0;
  left: 0;
  position: absolute;
}
#section1 .imagen {
  margin-top: 40px ;
}
#section1 .photofoot {
  color: white;
  font-size: 40px;
  font-family: 'Baskerville-Regular';
  text-align: center;
  padding-top: 60px;
}
#section1 .photofoot span {
  font-size: 80%;
  font-family: 'SourceSansVariable-Roman';
  font-weight: lighter;
}
#section1  .text {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  color: white;
}
#section1  .text .meantitle {
  font-family: 'Arial-Regular';
  font-size: 30px;
  padding-bottom: 20px;
}
#section1  .text .meantitle span {
  color: white;
}
#section1  .text .meansubtitle {
  font-family: 'Arial-Regular';
  font-size: 30px;
  padding-bottom: 20px;
}
#section1  .text .meantext {
  font-family: 'Arial-Regular';
  font-size: 20px;
  padding-bottom: 20px;
}
#section1  .text .meantext span {
  color: white;
}
#section1  .text .meantext i {
  color: white;
  font-family: 'Arial-Italic';
}
#section2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 45vw;
  min-height: 300px;
  max-height: 900px;
}
#section2 .content .imagen {
  height: 40%;
  width: 49%;
}
#section2 .content .imagen.big {
  height: 56%;
}
#section4 .imagen {
  height: 50vw;
}
#section5 .content {
  position: relative;
  height: 40vw;
  min-height: 600px;
}
#section5 .imagen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#section5 .box {
  position: absolute;
  left: 10%;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  padding-left: 30px;
  z-index: 2;
}
#section5 .box .lista {
  border-bottom: 2px solid #b17e41;
}
#section5 .box .lista li {
  list-style: none;
  color: #193f3c;
  font-family: 'SourceSansVariable-Roman';
  font-weight: lighter;
  font-size: 18px;
  padding: 5px 0;
  padding-right: 20px;
}
#section5 .box .lista li strong {
  font-family: 'Baskerville-Bold';
}
#section6 {
  background: #193f3c;
  color: white;
}
#section6 .titleform {
  padding: 20px;
  padding-left: 5vw;
  background: #bc7e48;
  width: max-content;
  max-width: 100%;
  box-shadow: 1px 1px 10px black;
  font-size: 18px;
}
#section6 .titleform .title_form1 {
  font-family: 'Baskerville-Regular';
}
#section6 .titleform .title_form2 {
  font-family: 'SourceSansVariable-Roman';
}
#section6 .formulario {
  color: white;
}
#section6 .formulario form {
  padding-top: 30px;
}
#section6 .formulario .inputs {
  display: flex;
  flex-wrap: wrap;
}
#section6 .formulario .inputs .input-style {
  width: 33.33%;
  padding: 15px;
}
#section6 .formulario .inputs .input-style.bg {
  width: 100%;
}
#section6 .formulario .inputs .input-style input,
#section6 .formulario .inputs .input-style textarea {
  border-bottom: solid 1px white;
  color: white;
}
#section6 .formulario .inputs .input-style input::placeholder,
#section6 .formulario .inputs .input-style textarea::placeholder {
  color: #ffffff;
}
#section6 .formulario .inputs .input-style textarea {
  border: solid 1px white;
  height: 100px;
}
#section6 .formulario .submits .submit input {
  background: white;
  border: solid 2px white;
  color: #193f3c;
}
#section6 .formulario .submits .submit input:hover {
  background: none;
  color: white;
}
footer {
  padding: 30px 0;
  background: white;
  font-family: 'Baskerville-Regular';
}
footer .web_width {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .web_width div {
  color: #193f3c;
}
footer .web_width div a {
  color: inherit;
}
footer p {
  color: #193f3c;
}
footer p a {
  color: inherit;
}
@media only screen and (max-width: 992px) {
  #cabecera{min-height: 100vh;}
  #cabecera .content .destacado-desde {
    font-size: 30px;
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  /*#cabecera .content .owl-carousel .owl-dots {
    left: calc(50% - 200px);
  }*/
  footer .web_width div {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #cabecera{min-height: auto;}
  section {
    padding: 40px 0;
  }
  #cabecera .content {
    width: 100%;
  }
  #cabecera .content .owl-carousel {
    position: relative;
    height: 50vw;
    min-height: 300px;
  }
  #cabecera .content .logolife {
    background: #193f3c;
    position: relative;
    left: inherit;
    width: 100%;
    top: inherit;
    text-align: center;
    padding: 10px 0;
  }
  #cabecera .content .logolife img {
    width: 40%;
    min-width: 150px;
  }
  #cabecera .content .logobig {
    text-align: center;
    background: #193f3c;
    border-bottom: 1px solid white;
  }
  #cabecera .content .logobig img {
    width: 40%;
    min-width: 200px;
  }
  #cabecera .content .text {
    font-size: 20px;
  }
  #cabecera .content .owl-carousel .owl-dots {
    left: 50%;
    bottom: 20px;
  }
  #cabecera .content .destacado-desde {
    font-size: 25px;
  }
  #cabecera .content .formulario .boxtitleform {
    font-size: 20px;
  }
  #cabecera .content .formulario form {
    border-bottom: 1px solid #193f3c;
  }
  #section1 .photofoot {
    font-size: 30px;
    padding-top: 40px;
  }
  #section5 .box {
    width: 100%;
    position: relative;
  }
  #section5 .imagen {
    height: 40vw;
    min-height: 300px;
    position: relative;
  }
  #section5 .content {
    height: auto;
    min-height: inherit;
  }
  #section6 .formulario .inputs .input-style {
    padding: 10px;
  }
  section .text-column {
    column-count: 1;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 30px 0;
  }
  section p,
  #section5 .box .lista li {
    font-size: 16px;
  }
  section .title_basic {
    font-size: 20px;
  }
  section .title_basic img {
    width: 200px;
  }
  #cabecera .content .logolife {
    
    padding: 28px 0;
  }
  #cabecera .content .logolife br{
    display: none;
  }
  #cabecera .content .logolife img {
    width: 35vw;
    min-width: 100px;
    padding: 0 15px;
  }
  #cabecera .content .logolife img.big{
    width: 40vw;
  }
  #cabecera .content .text {
    font-size: 18px;
  }
  #section1 .photofoot {
    padding-top: 30px;
    font-size: 20px;
  }
  #section1:after{
    display: none;
  }
  #section1 .text{
    background: #193f3c;
  }
  #section2 .content{
    height: auto;
    min-height: inherit;
    max-height: inherit;
  }
  #section2 .content .imagen{
    width: 100%;
    height: 250px;
  }
  #section2 .content .imagen.big{
    height: 180px;
  }
  section .img-size {
    min-height: 300px;
  }
  #section5 .box {
    padding: 10px 0;
  }
  #section6 .formulario .inputs .input-style {
    width: 100%;
  }
  section .formulario form .submits {
    padding: 10px;
  }
}
@font-face {
  font-family: 'Arial-Regular';
  src: url("../fonts/Arial-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial-Italic';
  src: url("../fonts/Arial-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial-Bold';
  src: url("../fonts/Arial-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'SourceSansVariable-Roman';
  src: url("../fonts/SourceSansVariable-Roman.otf") format("opentype");
}
@font-face {
  font-family: 'Baskerville-Light';
  src: url("../fonts/Baskerville-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Baskerville-Italic';
  src: url("../fonts/Baskerville-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'Baskerville-Bold';
  src: url("../fonts/Baskerville-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Baskerville-BoldItalic';
  src: url("../fonts/Baskerville-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Baskerville-Regular';
  src: url("../fonts/Baskerville-Regular.ttf") format("truetype");
}
