html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
  color:#807e7e; 
  background-color: #fff!important;
  
}

.container {
    width: 1320px;
    max-width: 100%;
}

@media (max-width: 640px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /*.footer-content {font-size: .9em;}*/
}

.img-doc {width: 100%;height: auto;border:1px solid #d4d4d4;padding: 1px}
.footer-content a {color: #e70044}

strong {
  font-weight: 800;
}

a,
a:active,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none;
}

/*
footer    {padding: 40px 15px 25px 15px;color: #818181}
footer a  {color: #818181 !important}
footer a:hover {color: #818181;text-decoration: underline;}*/


h1 {color: #e1003a;font-size: 46px;font-family: "Alfa Slab One", sans-serif;font-weight: 400;text-transform: uppercase;margin-top: 0;}
h2 {color: #e1003a;font-size: 35px;font-weight: 400;font-family: "Alfa Slab One", sans-serif;text-transform: uppercase;margin-top: 0;margin-bottom: 20px;}
h3 {font-size: 21px;color: #fff;line-height:40px;margin-bottom: 25px;margin-top: 40px;font-family: "Nunito", sans-serif;}
h4 {font-size: 18px;color: #fff;line-height:24px;margin-bottom: 25px;margin-top: 40px;font-family: "Nunito", sans-serif;}


p.txt-enhorabuena    {font-size: 22px;color: #005cb9;line-height:30px;margin-top: 50px;font-family: "Nunito", sans-serif !important;text-align: center;font-weight: 500;padding-top: 20px;}
p.txt-enhorabuenafinal    {font-size: 22px;color: #005cb9;line-height:30px;margin-top: 50px;font-family: "Nunito", sans-serif !important;text-align: center;font-weight: 500;padding-top: 20px;}
p.enhorabuena         {font-size: 60px;color: #005cb9;line-height:30px;line-height:30px;padding-top: 0px;margin-top: 0px;font-family: "Nunito", sans-serif;text-align: center;font-weight: 600;}


@media (max-width: 992px) {
  p.txt-enhorabuena     {font-size: 18px;color: #005cb9;line-height:30px;margin-top: 50px;font-family: "Nunito", sans-serif!important;text-align: center;font-weight: 500;padding-top: 20px;}
  p.enhorabuenafinal         {font-size: 48px;color: #005cb9;line-height:30px;line-height:30px;padding-top: 75px;margin-top: 40px;font-family: "Nunito", sans-serif;text-align: center;font-weight: 600;}
}



.logo {padding: 20px}

@media (max-width: 768px) {
  .logo {text-align: center;}
  h1 {font-size: 3em;line-height: 45px}
  h3 {font-size: 16px;color: #fff;line-height:28px;margin-bottom: 25px;margin-top: 20px;font-family: "Nunito", sans-serif;}
  
}

@media (max-width: 640px) {
  .logo {
    -ms-transform: scale(.7,.7); 
    -webkit-transform: scale(.7,.7); 
    transform: scale(.7,.7); 
  }
}

.lnk {margin-top: 20px;}

.header {height: 160px;display: block;}

.col-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.logo-livisto                                             {padding-top: 15px;/*position: absolute;*/text-align: center;padding-bottom: 15px;width: max-content;}

.hero {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 7rem 0;
  min-height: 80vh;
  position: relative;
}

.hero .col-content-hero {
  max-width: 45%;
  padding: 0 15px;
}

.hero img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.hero .col-content-hero .btn {
  margin-top: .75rem;
}

@media (max-width: 1320px) {
  .hero .col-content-hero {
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  .hero .col-content-hero {
    max-width: 100%;
  }

  .hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

/*@media (min-width: 776px) and (max-width: 991px) {
  .logo-livisto                                           {padding: 20px 0px;margin-left: 0px}
}*/

/*
@media (max-width: 775px) {
  .logo-livisto                                           {-ms-transform: scale(.7,.7);-webkit-transform: scale(.7,.7);transform: scale(.7,.7);padding: 10px 0px;margin-left: -10px}
  .header {height: 160px;}
}*/

.brfix {display: block;}
@media (max-width: 340px) {
  .logo-livisto                                           {-ms-transform: scale(.5,.5);-webkit-transform: scale(.5,.5);transform: scale(.5,.5);padding: 0px 0px;margin-left: -30px}
  .header {height: 140px;}
  .brfix {display:inline-block;float: left;}
}

.form-control:focus {
  border-color: #ed1651;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 89, 136, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 89, 136, .6);
}

p {font-family: Arial}

.legal-content {padding: 0px 30px}
.legal-content h2 {white-space:normal;font-size: 46px;color: #fff}
.legal-content h3 {white-space:normal;font-size: 24px;color: #fff;}
.legal-content h4 {font-size: 24px; color:#fff;margin-bottom: 25px;margin-top: 20px;}
.legal-content p  {font-size: 14px; color:#fff;font-family: Arial;text-align: justify;}
.legal-content a  {color: #fff}
.legal-content ul li  {font-size: 14px; color:#000;font-family: Arial;list-style-type:lower-alpha;}
.legal-content ol li  {font-size: 14px; color:#000;font-family: Arial}

@media (max-width: 940px) {
  .legal-content h2 {font-size: 26px;}
  .legal-content h3 {font-size: 26px;}
}

@media (max-width: 768px) {
  .logo {text-align: center;}
  h2 {font-size: auto;margin-top: -15px;}
  h3 {font-size: 21px;}
}

/*.footer-content a.livisto {color: #e70044 !important}*/


@media (max-width: 400px) {
  .btn-lg {font-size: .98em} 
}


@media (max-width: 350px){
  .g-recaptcha  {transform: scale(0.84);transform-origin: 0 0;width: 200px}

  /*.footer-content{padding-left: 0px;padding-right: 0px;}*/

  footer{padding-left: 5px;padding-right: 5px;}
}

.msgoff {visibility: hidden;padding: 7px 0;}

.msgon {visibility: visible!important;}

.livisto-message-info     {width: 100%;padding: 50px 0}
.livisto-message-info i   {color: #e70044;font-size: 8em;margin:25px 0;}

.lmi-description          {color: #494949;font-size: 22px;font-family: "Nunito", sans-serif;line-height: 24px;display: block;}
.lmi-status               {color: #e70044;font-size: 48px;font-family: "Nunito", sans-serif;line-height: 40px;margin-top: 10px;display: block;}

.nav > li > a{color: #000;}
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background: none;text-decoration: underline;}

@media (max-width: 767px){
  .nav > li > a {/*min-width: max-content;padding: 5px 15px;*/}
}

.form-control:focus                           {border-color: #045e6a;}

label.form-check-label {padding-left: 0px;text-indent: 0px;}
      
/********* FOOTER *********/

/* Footer */

.livisto-footer {background: url("../images/livisto-along-with-you.svg");width: 115px;height: 90px;display: block;margin: -45px 0 0 -4px;}/*margin: -50px 0 0 -4px;*/

footer          {background-color: #e70044 !important;min-height: 275px;color: #fff;font-family: Arial;font-size: 12px;margin-top: 40px;padding: 25px 0;}
footer a        {color:#fff !important;}
footer a:hover  {color:#fff !important;}

footer ul       {text-transform: uppercase;}
footer ul span  {text-transform: capitalize;}

footer .row     {padding-top: 60px;}

.footer-social          {font-size: 2.5em;margin-bottom: 10px;display: center;justify-content: center;}
.footer-social a        {margin:0px 12px;}
.footer-social a:hover  {text-decoration: none;opacity: .8}

footer .nav-link                        {padding: 0 1rem 0rem 1.5rem !important;}
footer .nav-link:hover                  {text-decoration: underline;}
footer .livisto-websites .nav-link      {padding: 0;}
footer .livisto-websites .row     {padding-top: 5px;text-align: left;}
footer .livisto-websites a        {text-transform: lowercase;}

footer .btn-footer        {background-color: #e2dfb8; color: #000;border-radius: 5px;border: 0;padding: 5px 10px;text-decoration: none;text-transform: uppercase;margin-bottom: 28px;display: inline-block;}
footer .btn-footer:hover  {background-color: #dbd59c; color: #000;}

.byauupa {margin-top: 20px;}
.copyright {margin-top: 10px;margin-bottom: 10px;}

.oculta { display: none;}
@media (max-width: 968px) {
  .footer-social {margin-top: 25px;}
 }

@media (max-width: 968px) {
  .byauupa {display: none !important;}
  /*.copyright {display: none !important;}*/
  .livisto-footer {display: block;margin: 0 auto;margin-bottom: 25px;}
  footer .row     {padding-top: 5px;}
 }

@media (max-width: 768px) {
.center-responsive {text-align: center;}
.crw {margin-top: 25px;}
}

@media (max-width: 576px) {
  /*footer .livisto-websites    {padding: 25px 0 0 30px;}*/
}

/********* FOOTER *********/



.img-ponent {width: 100%}

 @media (max-width: 600px) {
  .webinar-name {font-size: 25px !important;}
}


@media (max-width: 992px) {
  /*.logo-livisto                                           {display: none;}*/
  .header {height: 38px}
  .home-photo-contest .form-home-details{margin-top:0px;}
}

.image-qrcode {margin: 0 auto;}

.menu-lang {color: #fff;margin-bottom: 5px;}
.menu-lang a {text-transform: none;color: #fff;font-weight: 600;}
.menu-lang a:hover {color: #79b23d;text-decoration: none;}


/****** button BACK *************/
.livisto-btn-back                 {background-color: #fff; color: #005eb8;border-radius: 25px;border: 0;padding: 10px 25px;text-decoration: none;font-family: "Nunito", sans-serif;text-transform: uppercase;font-size: 22px}
.livisto-btn-back:hover           {background-color: #ded8b8; color: #4d6d60;text-decoration: none;}

.block-enhorabuena {background: transparent url("../images/bg-white.png") center no-repeat;margin-top: -50px;padding-top: 120px;}

.block-select {background-color: rgba(255, 255, 255, 1);border-radius: 50px;padding: 50px;position: relative;margin-top: 30px;display: block !important;overflow: hidden;}

.block-select p {font-size: 22px;color: #000;line-height:30px;margin-top: 10px;font-family: "Nunito", sans-serif !important;text-align: center;font-weight: 500;margin-bottom: 20px;}

.block-select label {font-size: 22px;color: #74c6ab;display: block;}
.block-select span {font-size: .6em;color: #999;display: block;margin-top: 10px;}

p.min {font-size: .8em;color: #999;}

sup {font-family: Arial, Helvetica, sans-serif;}

@media (max-width: 991px) {
    body.home-photo-contest {background: none} 
}

@media (max-width: 768px) {
  p.enhorabuena         {font-size: 40px;}
}

a:hover {color: #e1003a !important;}

.btn-livisto        {background-color: #e1003a; color: #fff;border-radius: 10px;border: 0;padding: 12px 15px;text-decoration: none;text-transform: uppercase;font-weight: 800;font-size: 16px;}
.btn-livisto:hover  {background-color: #b41239; color: #fff!important;}

h1 span {font-family: "Nunito", sans-serif;display: block;font-size: .22em;}

p {color: #000;font-family: "Nunito", sans-serif;font-size: 17px;}

.alert {border-radius: 20px;}

.header-form {max-width: 540px;border-radius: 20px;border: 2px solid #fff;}

@media (max-width: 768px) {
  .header-form {width: 100%;}
}

.form-control {border-color: #000;}
.form-control:focus       {color: #000;background-color: #fff;border-color: #000;outline: 0;box-shadow: 0 0 0 0.25rem rgba(196, 73, 73,.25);}
.form-check-input:checked {background-color: #000;border-color: #000;}
.form-check-input:focus   {border-color: #000;outline: 0;box-shadow: 0 0 0 0.25rem rgba(196, 73, 73,.25);}

.bi {color: #fff;}
.bi-check-circle-fill {color: #0089a1;padding-right: 5px;}
.bi-exclamation-circle-fill {color: #db0000;padding-right: 5px;}
.form-check-label {font-size: .9em;}


.vline {border-left: 2px solid white;height: 40px;position: relative;left: 50%;margin-left: -3px;top: 0;width: 5px;}

.livisto-logo {width: 170px;}

@media (max-width: 575px) {
  h1 {margin-top: 15px;}
}

.alert-danger  {border: 2px solid #db0000;color: #db0000;font-size: 1.2em;background-color: #fff;}
.alert-success {border: 2px solid #0aa0ba;color: #0aa0ba;font-size: 1.2em;background-color: #fff;}



a:hover {text-decoration: underline;color: #16a1b8;}
#moreinfotext {font-size: .85em;padding: 15px 5px;color: #666;text-align: justify;line-height: 16px;}

a.linkcopyright {text-decoration: none;color: #0c8aa0;}
a.linkcopyright:hover {text-decoration: none;color: #16a1b8;}


.check-list .block-select label {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  display: flex;
}

.check-list .block-select label div {
  display: inline-block;
}

.check-list .block-select p {text-align: left;line-height: 15px;}

.check-list .block-select label a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.check-list .block-select label a:hover {
  color: #000!important;
  text-decoration: none;
}


/*
@media (min-width: 1500px) {
  p.min {color: #fff;}
  .check-list label {color: #fff;}
  .check-list a {color: #fff;text-decoration: underline;}
}
*/

.vetmed {max-width: min-content;text-align: center;margin-top: 30px;}
.vetmed span {margin-bottom: 5px;display: block;}
.vetmed a:hover img {filter: drop-shadow(0px 3px 5px #777);}

@media (max-width: 768px){
    .vetmed {margin: 0px auto 40px;}
    .copyright {display: block;text-align: center;margin-top: -10px;margin-bottom: 20px;}
}

@media (max-width: 991px){
  .fix-mov {margin-bottom: 20px;border-bottom: 3px solid #7fc6ac;padding-bottom: 15px;}
}



.pakiet-option {background-color: #fff;border: 3px solid #7fc6ac;border-radius: 500px;padding: 50px;min-height: 300px;}

@media (max-width: 1199px){
  .pakiet-option {background-color: #fff;border: 3px solid #7fc6ac;border-radius: 50px;padding: 20px;min-height: auto;margin-bottom: 15px;}
}

input[type=radio] {
  accent-color: #e1003a;
}

input[type=checkbox]{
  accent-color: #e1003a;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 2px;
}

.alert-field {background-color: rgba(127, 198, 172, .3);border-radius: 0px;padding: 0px;position: relative;margin: 20px 0 30px 0;display: block !important;display: inline-block;}
.alert-field p {font-size: .8em;line-height: 35px;padding: 15px;}

.liplink  {  color: #f00!important;}
#thankyou { display:none;margin-bottom: 30px;}
.forcered {color: rgb(196, 11, 11)!important;}

.alineacion p {text-align: left!important; font-size: 17px;line-height: normal!important;}
.alineacion .headecu{font-size: 24px; font-weight: bold; color: #000000; }

.mx-auto {margin-left: auto;margin-right: auto;display: block;}

/*-- Select for bootstrap 3 --*/
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none; 
  padding-right: 30px;
}

select.form-control::-ms-expand {
    display: none;
}

select.placeholder-active {
  color: #999;
}

.select-col {
    position: relative;
    display: block;
}

.select-col::after {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    bottom: 8px;
    right: 30px;
    pointer-events: none;
    color: #999;
    font-size: 12px;
}

.campaign-video {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    max-width: 100vw;
    border-radius: 10px;
}

.campaign-video picture:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 0, 58, 0.7);
    z-index: 1;
}

.play-campaign {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    cursor: pointer;
}

.play-campaign:hover.play-icon{
    opacity: 0.75;
}

.play-icon {
    width: 138px;
    height: 138px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.campaign-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.form-home {
  padding: 4rem 15px 5rem;
}

.form-home .block-select {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.col-congreso {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4rem 15px;
}

.col-congreso p {
  margin: 15px 25px 0;
  font-size: 22px;
  color: #e1003a;
  font-weight: 300;
}

@media (max-width: 575px) {
  .col-congreso {
    flex-direction: column;
  }
  
  .col-congreso p {
    text-align: center;
    margin-top: 0;
  }

  .play-icon {
    width: 100px;
    height: 100px;
  }
}

.mejores-momentos {
  padding: 5rem 15px;
}

.mejores-momentos p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}

.llavero-livisto-bulls {
  max-width: 200px;
  margin: 3rem auto;
  display: block;
}

@media (max-width: 767px) {
  .row.video {
    margin-top: 7rem!important;
  }
    .campaign-video-mobile {
        padding-top: 175%;
    }
}

.col-terms h3 {
  color: #000;
  margin-bottom: -20px!important;
  font-weight: 700;
}

.col-terms h4 {
  color: #000;
  font-weight: 700;
}

.col-terms p {
  font-size: 16px;
  line-height: 1.2!important;
}