@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');

@font-face {
    font-family: 'Graphik-Regular';
    src: url("https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/fonts/Graphik-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Graphik-Bold';
    src: url("https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/fonts/Graphik-Bold.otf") format('opentype');
}

@font-face {
    font-family: 'GraphikCondensed-Bold';
    src: url("https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/fonts/GraphikCondensed-Bold.otf") format('opentype');
}




/*****************************************/
/* DepositFix Form changes    */
/*****************************************/

.df-main {
    padding: 24px;
    border-radius: 0;
    font-family: 'Graphik-Regular', sans-serif;
    color: #000;
}

#Firma {
    position: absolute;
    width: 400px;
    z-index: 1000;
}

#Firma .donation-title p {
    margin: 0;
    padding: 24px 24px 0 24px;
}

.legal-consent-container{
  position: absolute;
  bottom: 130px;
  width: 90%;
}

.df-main .df-total-amount .df-final-total{
  margin-top: 60px;
}

#donation-amount-container label::after{
  content: "Tu cantidad";
}

#donation-amount-container .df-f-label{
  display: none;
}

.df-main .df-f-footer .form-columns-1{
  width: 100%;
  display: flex;
}

.df-main .df-f-footer .form-columns-1 .hs_submit{
  width: 100% !important;
}

.df-main .df-f-footer #df_buybtn{
  width: 100% !important;
}

.df-main .hs-form.stacked label {
    font-size: 13px;
    font-family: 'Graphik-Bold';
}

.df-main .hs-form.stacked label p {
    font-size: 13px !important;
    line-height: 0;
}

.df-main .field.hs-form-field {
    margin-top: 16px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 20px;
    font-family: 'Graphik-Regular';
}

.legal-consent-container ul{
      margin-bottom: 0px;
    margin-top: -15px;
    margin-left: 25px;
}

.df-main .hs-form.stacked input[type=checkbox].hs-input {
    margin-right: 8px;
    margin-top: 1px;
}

li.hs-form-radio {
    float: left;
    margin: 0 16px 16px 0;
}

.seals.df-payment-field img {
  width:190px !important;
}

.df-main .seals {
    margin-top: 0 !important;
    margin-bottom: 16px;
}

.df-main .df-final-total {
    font-size: 24px;
    margin: 20px 0px;
    float: left;
    font-family: 'Graphik-Bold';
}

.df-main #df_buybtn {
    font-size: 16px !important;
    background-color: #009fe3 !important;
    border-radius: 0 !important;
    width: auto !important;
    font-family: 'Graphik-Bold';
    float: right;
    margin-top: 6px;
    text-transform: uppercase;
}

#df-pay-pal-button {
    width: 100% !important;
    height: auto !important;
    background: #fff !important;
}

.df-final-total span {
    margin-right: 12px;
}
.df-main input.hs-input.gift-amount-btn.active, .df-main input.hs-input.donation-interval-btn.active {
    background-color: #009fe3 !important;
}

.multi-container input{
  cursor: pointer;
}

@media(max-width: 1109px){
  .legal-consent-container{
    position: absolute;
    bottom: 140px;
    width: 90%;
  }

  .df-main .df-total-amount .df-final-total{
    margin-top: 80px;
  }
}

@media(max-width: 768px){
  #df-card-container{
    position: relative;
  }
}

@media(max-width: 364px){
  .legal-consent-container{
    position: absolute;
    bottom: 120px;
    width: 90%;
  }
}

/*****************************************/
/* Global changes    */
/*****************************************/

html{
  scroll-behavior: smooth;
}

body {
    margin: 0;
    margin-top: -29px;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/*======== FONT STYLE ===========*/

strong{
font-family: 'Graphik-Bold', sans-serif;
}

h1{
  font-family: 'Graphik-Bold', sans-serif;
  font-size: 100px;
  color: #000000;
  text-transform: uppercase;
}

h2 {
    font-family: 'Graphik-Bold', sans-serif;
    font-size: 50px;
    color: #009FE3;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 32px;
}

h3{
    font-family: 'Graphik-Bold', sans-serif;
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
}

h3.secondary{
    opacity:0.6;
}

p{
    font-family: 'Graphik-Regular', sans-serif;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
}

.caption {
    font-family: 'Graphik-Regular', sans-serif;
    font-size: 11px;
    color: #888888;
    letter-spacing: 0.3px;
}

.subtitle-1{
    font-family: 'Graphik-Bold', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
}

.body2{
    font-family: 'Graphik-Regular', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 19px;
}

.ane-lp-texto__entrado p{
  padding-left:30%;
}


/*======== NAVBAR ===========*/

#ane-lp-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 30000;
}

#ane-lp-header a {
    text-decoration:none;
}

.ane-lp-header__logos{
  height: 0px;
}

.ane-lp-header-anesvad__logo {
    width: 78px;
    height: 78px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 78px;
}

.ane-lp-header__CTA {
    background: #009FE3;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 34px;
    font-family: 'Graphik-Bold', sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s
}

.ane-lp-header__CTA:hover{
    background:#11B8FF;
}


/*======== CABECERA ===========*/

#ane-lp-cabecera {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0)), url(https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/Landing%20Page/covid-19-bg.jpg);
    padding: 150px 0;
    background-size: cover;
    background-position: center;
}

#ane-lp-cabecera h1{
    color:#fff;
}


/*======== SECTION WRAPPER ===========*/

.ane-lp-section__wrapper{
    max-width:1312px;
}

.span12.widget-span.widget-type-cell.ane-lp-section__wrapper {
    margin: 0 auto;
    float: none;
}

.ane-lp-section__black{
    background:#000;
    padding-bottom:150px;
    margin-top:-2px;
}

.ane-lp-section {
    padding: 80px 0;
}

.black{
    background:#000;
}

/*======== BLUE BOX SECTION ===========*/

.ane-lp-blue__box {
    background: #009FE3;
    height: 70vh;
    position: absolute;
    right: 0;
}

/*======== FLOATING IMAGE SECTION ===========*/

.ane-lp-floating__image {
    height: 120vh;
    background: #000;
    position: absolute;
    right: 0;
    margin-top: -350px;
    background-image: url(https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/Landing%20Page/IMG_9019-laurence-KEVO-.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*======== DONATION CARDS SECTION ===========*/

#ane-plans .span6.widget-span.widget-type-custom_widget {
    float: right;
}

.ane-lp-donation__card {
    padding: 32px;
    background: #fff;
    border: 1px solid #E8E8E8;
    margin-top: 32px;
    position: relative;
    display: table-cell;
}

.ane-lp-donation__card h2{
    color:#000;
    margin-bottom:12px;
}

.ane-lp-donation__card p{
    margin-bottom:12px;
    margin-top:0;
}

.hs-button {
    text-decoration: none;
    font-family: 'Graphik-Bold';
    background-color: #009fe3;
    padding: 16px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 32px;
}

.hs-button:hover{  
    background:#11B8FF;
}

.ane-price-table{
  display:table;
}

.image-vacuna img{
    max-width: 90% !important;
    margin-left: 10%;
    margin-top: 10%;
}

/*======== TESTIMONIALS CARDS SECTION ===========*/

.ane-lp-testimonial__title {
    background: #009fe3;
    width: 33% !important;
    padding: 64px;
    margin-top: -130px;
    position: absolute;
}

.ane-lp-testimonial__card{
    display:table;
    width:auto;
    margin-bottom:16px;
    background:#fff;
}

.ane-lp-testimonial__card > div{
    display:table-cell;
    width:50%;
}

.ane-lp-testimonial__card .text {
    padding: 32px;
}

.testimonio-image-2 {
    background-image: url( https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/Landing%20Page/foto_retrato_Symphorose_landing_vacunas.jpg );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px !important;
}

.testimonio-image {
    background-image: url( https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/Landing%20Page/garbine_foto_retrato.jpg );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px !important;
}

.blue{
  background: #009fe3;
}

.ane-lp-section.blue h2{
  margin-top:0;
  color:#fff
}

.ane-lp-section.blue .hs-button {
    background: #000;
    width: fit-content;
    margin-top: 0;
    padding: 16px 32px;
}

.ane-lp-banner__captacion{
    /*background-image: url(https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/Landing%20Page/foto_retrato_Symphorose_landing_vacunas.jpg);
    background-position: center;
    background-repeat: no-repeat;*/
    padding:128px 0;
}

/*======== SOCIAL SHARE ===========*/

#ane-social-share {
    text-align: end;
}

.ane-lp-section__wrapper.social h3{
  margin:0;
}
.ane-lp-section__wrapper.social p{
  margin:0;
}

/*======== AGRADECIMIENTOS ===========*/

.gris{
  background:#E8E8E8;
}

.ane-lp-section.gris{
  padding:54px 0;
}

  .contact-block p{
    margin: 0 0 4px 0;
  }

  .agradecimiento-block p{
    margin: 0 0 8px 0;
  }

  .gris p {
    font-size: 14px;
    line-height: 19px;
  }

.ane-lp-subfooter{
    background:#000;
    padding:4px 16px;
}


.subfooter-left p {
    font-size: 10px;
    line-height: 13px;
    color: #888;
    text-decoration:none;
}

.subfooter-right p,
.subfooter-right a{
    font-size: 10px;
    line-height: 13px;
    color: #888;
    text-decoration:none;
    text-align:right;
}

.subfooter-right a:hover {
    text-decoration: underline;
}

.gris img.hs-image-widget {
    max-width: 60px !important;
    border-right: 1px solid #B9B9B9;
    padding: 16px 32px 16px 0;
}

/*======== Thankyou page ===========*/

.typ-vacunas-text {
    height: 100vh;
    padding: 8vw;
}

.ane-lp-section.typ-vacunas {
    height: 100vh;
    display: inline-flex;
    align-items: center;
}

.typ-vacunas-image {
    background-image: url(https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/Landing%20Page/vacunas-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px !important;
    height: 100vh;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Graphik-Bold';
    font-size: 20px;
}

.ane-vacunas-typ #ane-social-share {
    text-align: left;
}

.ane-vacunas-typ .ane-lp-header__CTA{
    display:none;
}

.ane-vacunas-typ .ane-lp-section.typ-vacunas h2{
    color:#000;
}

/*****************************************/
/* RESPOSIVE STYLES   */
/*****************************************/

@media (min-width:1500px){

.ane-lp-floating__image {
    height: 80vh;
  }
}


@media (min-width:1312px){
  .ane-lp-testimonial__title {
    width: 500px !important;
  }
}

/*======== DESKTOP ===========*/

@media (max-width:1360px){
  
  .span12.widget-span.widget-type-cell.ane-lp-section__wrapper {
    padding:0 16px;
  }
  
  #Firma {
    width: 30%;
    scroll-margin-top: 100px;
  }
  
  /* Fonts ===========*/
  
  h1 {
    font-size: 7.8vw;
  }

}

/*======== TABLET ===========*/

@media (max-width:768px){
  
  #ane-plans .span6.widget-span.widget-type-custom_widget {
    float: none;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
}

  .gris img.hs-image-widget {
    max-width: 60px !important;
    border-right: 0 solid #B9B9B9;
    padding: 0 0 16px 0;
}
  
  /* Fonts ===========*/
  
  h1 {
    font-size: 12vw;
  }
  
  /* Navbar ===========*/
  
  .ane-lp-header__CTA {
    left: 156px;
    width: auto;
  }

  /* Donation form ===========*/
  
  #Firma {
    width: 80%;
    position: inherit;
    margin: 0 auto;
}
  
  .ane-lp-testimonial__title {
      width: 100% !important;
      margin-top: -130px;
      position: inherit;
  }
  
  .testimonio-image,
  .testimonio-image-2 {
    min-height: 440px !important;
  }
  
  #ane-social-share {
    text-align: center;
    margin-top: 16px;
  }
  
  .social {
    text-align: center;
  }
  
  .contact-block{
    margin:16px 0;
  }
  
  .agradecimiento-block{
    margin: 32px 0 0 0;
  }

  .ane-lp-testimonial__card > div {
    display: block;
    width:auto;
}
  
    .subfooter-left p,
  .subfooter-right p,
  .subfooter-right a{
    text-align:center;
  }
  
  .typ-vacunas-image {
    height: 20vh;
    width: 100% !important;
  }
  
  
  .ane-vacunas-typ .ane-lp-section.typ-vacunas h2 {
    font-size: 35px;
  }
  
  .ane-vacunas-typ .ane-lp-section.typ-vacunas {
    height: auto;
    display: block;
    align-items: center;
    padding: 0;
  }
  
  .typ-vacunas-text {
    height: 100%;
  }
  
  
  .image-vacuna img {
    max-width: 100% !important;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 32px;
}
  
}







/*======== MOBILE ===========*/

@media (max-width:480px){


  /* Donation form ===========*/
  
  #Firma {
    width: 100%;
  }
  
  .df-main #df_buybtn {
    width: 100% !important;
    float: none;
    margin-top: 0;
  }
  
  .ane-lp-section {
    padding: 64px 0;
  }
  
  .ane-lp-texto__entrado p {
    padding-left: 20%;
  }
  
  h2 {
    font-size: 33px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  .ane-lp-testimonial__title {
    width: 100% !important;
    margin-top: -100px;
    position: inherit;
    padding: 48px;
  }
  
  .social p,
  .ane-lp-testimonial__title p {
    font-size: 14px;
  }
  
  #ane-lp-cabecera:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(
0deg
, rgba(0,0,0,1) 76%, rgba(0,0,0,0) 100%);
    z-index: -1;
  }
  
  #ane-lp-cabecera {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 2%), rgb(0 0 0)), url(https://f.hubspotusercontent30.net/hubfs/5127984/ANE%20-%20COVID-19/Landing%20Page/covid-19-bg.jpg);
    padding: 150px 0 80px 0;
    background-size: 200%;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
  }
}