@font-face {
    font-family: 'Avenir Next';
    src: url('AvenirNext-Medium.woff2') format('woff2'),
        url('AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-family: 'Montserrat','Arial' ,sans-serif;

}
body {
  min-height: 100%;
  height: 100%;
  margin: 0;
}
p {
  margin: 0;
  font-size: 1.1em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#header{
  position: absolute;
  top:0;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 0;
  color:#fff;
}
#header .container{
  display: flex;
  justify-content: space-between;
}
#header .container .toll-number{
  background: #cb2026;
  align-self: flex-start;
  padding:10px 30px 10px;
  border-radius: 0 0 10px 10px;

}
#header .container .toll-number a{
  color:#fff;
  font-weight: 600;
  font-size: 1.1em;
}

#header .container img{
  padding-top: 10px;
  filter: brightness(0) invert(1);

}
#banner{
  background:url(../img/party_BG.png) no-repeat top center;
  height: 85vh;
  min-height: 600px;
  background-size:cover; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner:before{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background: linear-gradient(0, rgba(255,255,255,0) 67%, rgba(255,255,255,1) 137%);
}
#banner .container{
  display: flex;
  justify-content: center;
  position: relative;
}
#banner .container #form-info{
  text-align:center;
}
#banner .container #form-info h2{
  font-family: 'Avenir Next';
  text-align: center;
  font-weight: 800;
  color:#fff;
  font-size:1.3em;
  margin:0; 
}
#banner .container #form-info h1{
  font-family: 'Avenir Next';
  text-align: center;
  color:#fff;
  font-size:9em; 
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  margin:0;
  line-height: 1;
}
#banner .container #form-info h3{
  font-family: 'Avenir Next';
  text-align: center;
  color:#fff;
  font-size:3em;
  margin:0;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
#banner .container #form-info h4{
  color:#fff;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #f4f4f4, 0 0 40px #f4f4f4, 0 0 50px #f4f4f4;
  }
}
#banner .container #form-info #form-container{
  display: flex;
  flex-direction: column;
  max-width: 350px;
  margin:0 auto;
  background: #fff;
  border-radius: 10px;
}
#banner .container #form-info #form-container h3{
  margin:0;
  border-radius: 10px 10px 0 0;
  background: #2b3761;
  padding:10px 0;
  text-align: center;
  font-size: 1.3em;
  color:#fff;
}
#banner .container #form-info #form-container h4{
  margin: 0;
  margin-bottom: 20px;
  color: #cb2026;
  text-align: center;
  font-size: 0.9em;
}
#banner .container #form-info #form-container form{
  padding: 16px 30px 30px;
}
#banner .container #form-info form input{
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #ccc;
  font-size: 1em;
  border-radius: 4px;
  padding: 6px 10px;
}
#banner .container #form-info form input:not(:last-child){
  margin-bottom: 10px;
}
#banner .container #form-info form input[type="submit"]{
  background: #ff7f00;
  color: #fff;
  font-weight: 600;
  cursor:pointer;
}
#banner .container #form-info form #more-info{
  font-size: .8em;
  color:#4a4a4a;
}
#banner .container #form-info form a{
  color: #cb2026;
  font-weight: 600;
  text-decoration: none;
}
#preinfo{
  background: #000;
  color:#fff;
  text-align: center;
  padding: 45px 0;
}
#preinfo .container{
  max-width: 800px;
  margin:0 auto;
}
#preinfo h1{
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
  margin:0 0 -25px;
  font-size: 5em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
}
#preinfo h2{
  margin:25px 0 25px;
  font-weight: 300;
}
#preinfo p{
  font-weight: 300;
  margin:0;
}
.asistencia{
  display: flex;
  justify-content: center;
}
.button-asistencia{
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  padding: 8px 30px;
  margin-top: 15px;
  font-family: 'Arial';
  font-size: 1.2em;
  transition: all 100ms ease-in;
  border-radius: 20px;
  border:none;
}
form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
form input[type="email"]{
  width: 100%;
  padding: 5px 0;
  font-family: 'Avenir Next';
  text-align: center;
  font-size: 1em;
  margin-bottom: 5px;
}
#insurence-companies{
  padding: 45px 0;
  position: relative;
}

#insurence-companies .item{

}
#insurence-companies .item img{
  border-radius: 10px;
  max-width: 250px;
  margin:0 auto;
}
#insurence-companies .owl-theme .owl-nav{
  margin:0;
  position: absolute;
  top:50%;
  transform:translate(0,-50%);
  width: 100%;
}
#insurence-companies .owl-theme .owl-nav .owl-prev,
#insurence-companies .owl-theme .owl-nav .owl-next{
  position: absolute;
  transform: translate(0, -50%);
  font-size: 2em;
  background: #ff7f02;
  color: #fff;
  line-height: 1;
  margin: 0;
  height: 21px;
  padding: 3px 6px!important;
  cursor: pointer;
  display: flex;
}
#insurence-companies .owl-theme .owl-nav .owl-prev span,
#insurence-companies .owl-theme .owl-nav .owl-next span{
  display: flex;
  line-height: 0;
  top: 5px;
  position: relative;
  height: 12px;
}
#insurence-companies .owl-theme .owl-nav .owl-prev{
  left:-15px; 
}
#insurence-companies .owl-theme .owl-nav .owl-next{
  right:-15px;
}
#afc-info{
  padding:45px 0;
}
#afc-info .container{
  text-align: center;
}
#afc-info .container h2{
  color: #2a3560;
  font-size: 2em;
  max-width: 650px;
  margin: 0 auto 20px; 
}
#afc-info .container p{
  font-size: 1.1em;
  max-width: 900px;
  margin:0 auto;
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 150px;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
}
.track img{
  max-width: 250px;
  margin:0 15px;
  border-radius: 10px;
}
    

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

#icons-container .container{
  display: flex;
  justify-content: space-around;
}
#icons-container{
  background: #2b3761;
  padding: 30px 0;
}
#icons-container .container .icons{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 4 - 7.5px);
  color:#fff;
  font-weight: 600;
  border-radius: 100%;
  text-align: center;
}
#icons-container .container .icons img{
  max-width: 80px;
  margin: 15px 0 30px;
}
#icons-container .container .icons p{
  margin-bottom: 15px;
}
#info{
  background:#000;
  color:#fff;
  padding-bottom: 100px;
}
#info .container{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
#info .container h2{
  width: 100%;
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 5em;
}

#info .container .left{
  width: 40%;
}
#info .container .right{
  width: 50%;
}
#info .container .left .row .question{
  margin-bottom: 30px;
}
#info .container .left .row .question p{
  max-width: 400px;
  line-height: 1.4;
}
#info .container .left .row label{
  font-weight: 700;
  font-size: 2em;
  font-family: "Cardo", serif;
}
#info .container .left .row p{
  font-weight: 300;
}
#info .container .right iframe{
  width: 100%;
  height: 450px;
}
#footer{
  padding:15px 0;
}
#footer .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .container > div{
  width: calc(100% / 3 - 7.5px);
}
#footer .container .left img{
  max-width: 180px;
}
#footer .container .center{
  text-align: center;  
}
#footer .container .center a,
#footer .container .right a{
  font-weight: 600;
  color:#cb2026;
}

#footer .container .right{
  text-align: right;
}

#footer .container h3{
  color:#2b3761;
}
#footer .container .right ul{
  padding:0;
  list-style: none;
}
#footer .container .right li{
  margin-bottom: 5px;
}
.background-modal{
   width: 100vw;
   height: 100vh;
   background: rgba(0,0,0,0.8);
   position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}
.container-modal {
   max-width: 650px;
   background: #1e1e1e;
   position: fixed;
   z-index: 200;
   top: 0;
   color: #fff;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   text-align: center;
   padding: 45px;
   border-radius: 40px;
   font-family: 'Proxima Nova';
}
.close-modal{
   position: absolute;
   background: #fff;
   color: #000;
   top: -15px;
   right: 0;
   font-size: 2.3em;
   font-weight: 600;
   border-radius: 100%;
   padding: 2px 13px;
   line-height: 1;
   cursor:pointer;
}
@media(max-width:750px){
  #banner .container #form-info h1{
    font-size: 7em;
    padding: 15px 0;
  }
  #info .container{
    flex-direction: column;
  }
  #info .container .left,
  #info .container .right{
    width: 100%;
  }
  #preinfo h1{
    font-size: 4.4em
  }
  #header .container{
    justify-content: center;
  }
  #info .container h2{
    font-size: 3.5em;
  }
  #header .container .toll-number{
    text-align: center;
  }
  #banner{
    padding-top: 100px;
    height: auto;
  }
  #banner .container{
    justify-content: center;
    padding-bottom: 45px;
  }
  #icons-container .container{
    flex-direction: column;
  }
  #icons-container .container .icons{
    width: 100%;
  }
  #footer .container{
    flex-direction: column;
  }
  #footer .container > div{
    width: 100%;
    text-align:center;
  }
  #footer .container .left{
    padding-top: 30px;
  }
  #footer .container .right{
    text-align: center;
  }
}









