		* {margin:0; padding:0
    }

       @font-face {
    font-family: 'KnockoutBantamwt';    
    src:  url('../fonts/KnockoutBantamwt.eot');
    src:  url('../fonts/KnockoutBantamwt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KnockoutBantamwt.otf') format('opentype'),
    url('../fonts/KnockoutBantamwt.ttf') format('truetype'),
        url('../fonts/KnockoutBantamwt.woff2') format('woff2'),
        url('../fonts/KnockoutBantamwt.woff') format('woff'),  
        url('../fonts/KnockoutBantamwt#KnockoutBantamwt') format('svg');  
    font-weight: normal;
    font-style: normal;
}


       @font-face {
    font-family: 'GothamBook';  
    src:  url('../fonts/GothamBook.eot');  
    src:  url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
          url('../fonts/GothamBook.otf') format('opentype'),
           url('../fonts/GothamBook.ttf') format('truetype'),
          url('../fonts/GothamBook.woff2') format('woff2'),
          url('../fonts/GothamBook.woff') format('woff'),
          url('../fonts/GothamBook.svg#GothamBook') format('svg'); 
    font-weight: normal;
    font-style: normal;
}

		@font-face {
    font-family: 'GothamLight';
    src:  url('../fonts/GothamLight.eot');
    src:  url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamLight.otf') format('opentype'),
    url('../fonts/GothamLight.ttf') format('truetype'),
        url('../fonts/GothamLight.woff') format('woff'),  
        url('../fonts/GothamLight#GothamLight') format('svg');     
    font-weight: normal;
    font-style: normal;
}

    @font-face {
    font-family: 'GothamBold';
    src:  url('../fonts/GothamBold.eot');
    src:  url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamBold.otf') format('opentype'),
    url('../fonts/GothamBold.ttf') format('truetype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),  
        url('../fonts/GothamBold#GothamBold') format('svg');  
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #000;
  font-family: 'GothamBook';
  font-size: 24px;
  margin: 0;
  padding: 0;
  color:#fff;
  text-align: center;
  width:100%;
  max-width: 810px;
  margin:0 auto;
  
}


a{
  text-decoration:none;
  color:#ffffff;
}
a{cursor:pointer;
} 
header img {width:100%;
}
.header-menu {background-color: #000000;
  overflow: hidden;
  margin-top:22px;
  margin-left: 35px;
  text-align:left;
}

.intro, .form, .video, .gallery, .thanks, .legal {
  background-size: cover !important;    
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    overflow:hidden;
}
.intro {
  background: #000 url(../img/background-home-02.jpg) 0 0 no-repeat;
}
.form, .gallery, .video, .thanks {
  background: #000 url(../img/background.jpg) 0 0 no-repeat;
}
.legal {
  background: #000 url(../img/background-legal.jpg) 0 0 no-repeat;
}
  .intro-box, .gallery-box, .thanks-box {   
  background-size: cover;
  background-position: center 0 !important;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    overflow:hidden;
  }
 .video-box {   
  background-size: cover;
  background-position: center 20px !important;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    overflow:hidden;
  }


  .intro-box {
    background-color: #000000;
    overflow:hidden;

    width:75%;
    max-width:560px;
    margin:320px auto 310px auto; 

  }
  .form-box, .video-box, .gallery-box, .thanks-box {
  	padding-bottom:60px;
    background-color: #000000;
    width:85%;
    margin:70px auto 0px auto;
  }
  .gallery-text {
    width:75%;
    margin:0 auto;
    padding-top:80px;
  }
  .video-box {
    background: transparent url(../img/background-video-01.jpg) 0 0 no-repeat;
    height:1157px;
  }


.intro-text {
  padding:80px 15px 100px 15px;
  text-transform:uppercase;
  font-family:'KnockoutBantamwt';
  font-size:70px;
  line-height: 70px;
  letter-spacing: 1.2px;
}
.form-text {
  padding:60px 15px 50px 0px;
  text-transform:uppercase;
  font-family:'GothamBook';
  font-size:46px;
  line-height: 55px;
   letter-spacing: 1.2px;
}
.intro-text-2 {
  color:#e5007c;
  padding:0px 45px 75px 45px;
  font-family:'GothamBook';
  font-size:30px;
   letter-spacing: 1px;
   line-height: 35px;
}

ol.lista {
counter-reset: li;
    list-style: none;
    font-size: 24px;
    padding-left: 64px;
    text-align: left;
    margin-top: 50px;

}
ol.lista li {
     margin-bottom: 13px;
    line-height: 35px;
}
ol.lista > li:before {
  counter-increment: li;
  content: counter(li) '.';
  color: #e5007c;
}
.little-text {font-size: 20px;
  margin-bottom: 35px;
  line-height: 30px;
}
.little-text a {
  text-decoration: underline;
}
.link-text a{
font-size: 16px;
text-decoration: none;
color: #ffffff;
}

.buttons, .buttons-participate {

  width:100%; 
text-align:center;
  font-size:29px;
  line-height: 35px;
}
.button-intro {padding:0px 0px 0px 0px;
  width:265px;
}
.btn, .btn-2, .btn-3 {
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  text-transform:uppercase;
  font-size:60px;
  font-family: 'KnockoutBantamwt';
}


.btn-cabecera, .btn2-cabecera {
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  text-transform:uppercase;
  margin-left:30px;
  text-align: center;
  font-size:40px;
  font-family: 'KnockoutBantamwt';
   background-color: #d00071;
   width:19.5%;
   max-width:205px;
   line-height: 50px;
   display:inline-block;
 
}


.header-rrss {float:right;
  margin:6px 90px 0px 0px; 
}
.rrss-icons {width:44px;
}
.btn {
  display: inline-block;
   background-color: #ffffff;
  color: #e5007c;
  cursor:pointer;
  font-size:60px;
  line-height: 73px;
  width: 100%;
  max-width: 230px;
  margin: 45px 14px 60px 14px;
}


.div-pink {background-color: #d70879;
width:100%;
height:25px;
 }
#login {background-color: #d70879;
  font-size:75px;
  line-height: 90px;
  color: #ffffff;
  width:50%;
  max-width:265px;
}
.legal {font-size: 24px;
 
color: #000;
padding: 30px 0px 90px 0px;

}

.legal a, .base-legal a{color:#000000;
text-decoration: underline;
}
.base-legal {
font-size: 24px;
background-color:  transparent;
padding:30px 0px 70px 0px;
position:relative;
top:0px;

}
.back-button {font-size: 20px;
float:right;
padding:25px 13% 25px 0px;
line-height:20px;
}
.text-back-button {
  float:right;
  margin: 2px 0px 0px 7px;
}

.form-text {font-size:32px;
color: #de0171;
}
.formulario  {
  width:75%;
  margin:0 auto;
  text-align: left;
  font-family: 'GothamLight';
  font-weight: lighter;
  font-size:20px;
}
#tituloFormulario {
  font-size:32px;
  color: #e5007c;
}
.formulario p {
    text-transform:uppercase;
    font-size:24px;
}

.form-movil {width:45%;
float:left;
}
.form-postal {
  width:45%;
  float: right;
}
.radius {margin-top: 12px;
  margin-bottom: 45px;
  text-transform:uppercase;
  font-size: 24px;
}
}
.checkboxes {
  font-size: 20px;
  color:red;
  font-family: 'GothamBook';
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], select {width:100%;
margin-top:12px;
margin-bottom:40px;
height:40px;
color: #ffffff;
background-color: #000;
border:2px solid #ffffff;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding-left:8px;
font-family: 'GothamLight';
font-size:14px;
}
select {
  width:20%;
  margin-right:10px;
}
input[type="date"] {
  display:inline;
} 
input[type="radio"] {
  margin:0px 20px;
}
input[type=checkbox] {
  margin-right:20px;
}

.register-button {
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  text-transform:uppercase;
  font-size:46px;
  line-height: 60px;
  font-family: 'KnockoutBantamwt';
  text-align: center;
  width:42%;
  margin:0 auto;
  background-color: #e5007c;
  margin: 30px auto 80px auto;

}
.checkboxes a {
  text-decoration: underline;
  color: #ffffff;
}
.video-text {font-family:'GothamBook';
font-size:70px;
padding: 95px 0px 40px 0px;
line-height:45px;
}
.down-text {
  font-size: 28px;
  text-transform:uppercase;
}


.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}


.inputfile + label {
  width:50%;
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
    font-family: 'KnockoutBantamwt';
    font-size: 56px;
    font-weight: 700;
    color: white;
    background-color: #c60969;
    display: inline-block;
    margin-bottom: 10px;
    padding: 27px 36px;
}

.inputfile:focus + label,
.inputfile + label:hover {  
}

.button-upload-video {
  margin:0 auto;
  text-transform: uppercase;

}
.text-under-btn-video {
  text-transform:uppercase;
  font-family: 'GothamBold';
  font-size: 27px;
  margin-bottom:  23px;
  letter-spacing: 1px;
}

.video input[type="text"] {
  width:76%;
  margin-bottom: 20px;
background-color: #677079;
}
#namefile {
  font-family: 'GothamBook';
  font-size: 18px;
  margin-bottom: 40px;

}
.btn-2, .btn-3 {
  width:39%;
  max-width:256px;
  font-size:40px;
  line-height: 60px;
  margin-top:15px;
  margin-left:78px;

}
.btn-2 {
  background-color: #c60969;
  
}
.btn-3 {
  background-color: #ffffff;
  color: #c60969;
}

.wrapper-gallery{
  width:83%;
  margin:0 auto;
  height:385px;
  overflow-y:scroll;
  list-style-type:none;
  /*margin:10px 0; */
  padding:0; 
  border:4px solid #ffffff; 
  background-color: rgba(255,255,255,0.2);
}
.wrapper-gallery img{
  box-shadow:2px 2px 10px #000;
  -moz-box-shadow:2px 2px 10px #000;
  -webkit-box-shadow:2px 2px 10px #000;
  
  cursor:pointer;
  display:inline-block;
}
#cargando{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  }
#loader {
    top:50%;
    left:50%;
    position: relative;
   
    margin-top:-40px;
    margin-left:-40px;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #c60969; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
.overlay .modal {
    background: #000;
    padding: 28px;
    margin: 0 auto;
    max-width:710px;
    top:25%;
    position: relative;
    text-align:center;
    border:5px solid #d70879;
  font-size:24px;
  padding:50px 0;  
      border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;  
}
.overlay .popup {
    background: #000;
    padding: 28px;
    margin: 0 auto;
    max-width:710px;
    top:2%;
    position: relative;
    text-align:center;
    border:5px solid #d70879;
  font-size:24px;
  padding:50px 0;  
      border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;  
overflow: hidden;
}
.overlay .aspa {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    z-index: 5;
}
.titular {padding:10px;
  font-size:20px;
}
.aspa {padding: 5px;
}
.checkboxes label{
    background-image:url(../img/check.jpg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxes input[type='checkbox']{
    display: none;  
}
.checkboxes  input[type='checkbox'] + label{
       padding-left: 40px;
    height: 27px;
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.checkboxes  input[type='checkbox']:checked + label{
  background-position: 0 -27px;
}

  .radius label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;

}
#ano {width:30%;

}
input[type=radio] {
  display: none;
}
.radius label:before {
  content: "";
  display: inline-block;
 
  width: 17px;
  height: 17px;
 border-radius: 8px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #000000;
  box-shadow:  inset 0px 0px 0px 2px #d70879;
}
.radius input[type=radio]:checked + label:before {
    content: "\2022";
    color: #d70879;
    font-size: 30px;
    text-align: center;
    line-height: 16px;
}

.grid {
  margin-top:15px;
  margin-left:45px;
}
.grid-item { width: 42%;
  margin-bottom: 10px;
 }
 .grid-item img{width:100%;
 }
 .grid-item video {width:100%;
  max-width: 300px;
    margin-bottom: 10px;
 }
 .thanks-text {
  padding:100px 15px 25px 15px;
  text-transform:uppercase;
  font-family:'KnockoutBantamwt';
  font-size:56px;
  line-height: 55px;
   letter-spacing: 1.2px;
 }
 .thanks-text-2, .thanks-text-3 { 

  color:#ffffff;
  padding:0px 45px 0px 45px;
  font-family:'GothamBook';
   letter-spacing: 1px;
   line-height: 35px;
   font-size: 30px;
 }
 .thanks-text-3 { 
    width: 69%;
    margin: 0 auto;
    max-width: 475px;
    font-size: 24px;
    line-height: 30px;
}
.up-style {
color:#e5007c;
font-size:36px;
line-height:48px;
}
 .btn-4 {
  width:100%;
  max-width:350px;
      border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  text-transform:uppercase;
  font-size:55px;
  font-family: 'KnockoutBantamwt';
  line-height: 80px;
  margin:70px auto;
    background-color: #ffffff;
  color: #c60969;

}
.icon-facebook-big {
width:75px;
margin-top:10px;
margin-bottom: 15px;
}
.note {
      font-size: 15px;
    text-align: left;
    padding: 20px 35px;
}

#mensaje-popup {
  text-align: left;
  padding:0px 25px;
}

#mensaje-popup p{
 margin-bottom:20px;
}

.mecanica-text {
  text-align: center;
  padding:0px 0px 25px 0px;
  text-transform:uppercase;
  font-family:'KnockoutBantamwt';
  font-size:56px;
  line-height: 55px;
   letter-spacing: 1.2px;
}
.modal-text {
  position:relative;
  top: -5px;
  padding: 0px 20px;
}

/* CSS TIMELINE */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #ffffff;
  left: 28%;
  margin-left: 15px;
}

.cbp_tmtimeline > li {
  position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 27%;
  position: absolute;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2.9em;
  color: #ffffff;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #ffffff;
}

.cbp_tmtimeline > li .cbp_tmicon {
  width: 10px;
  height: 10px;
  
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ffffff;
  text-align: center;
  left: 29.9%;
  top: 0;
  margin: 0 0 0 0px;
}
.timeline-content {height:75px;
  padding-left: 235px;
  text-align: left;
}
.fases {margin-left: 20px;
}
.fases li {margin-bottom:3px;
}
.pinked {color:#e5007c;
}
.scrollin {overflow: scroll;
}
.premios {overflow: hidden;
  margin-bottom:50px;
}
.premiosLeft {float:left;
width:45%;
}
.premiosRight {float:left;
              width:45%;
              text-align: left;
              margin-left: -29px;
              font-family:'KnockoutBantamwt';
              font-size: 40px;
              
}
.premiosRight p {padding:10px 0px 0px 10px;
}
.premiosLeft img {width:81%;
}
.premiosRight img {width:35%;
}
.pinkedKnockout {
  font-family: 'GothamBook';
color:#e5007c;
font-size:21px;
float:left;
}
 @media only screen and (max-width:800px) {
  .grid {margin-left: 70px;}

.grid-item { width: 95%;
  margin-left:-25px;
 }
  .grid-item video {
  max-width: 410px;
 }
 .btn-4 {margin:40px auto;
}
}
@media only screen and (max-width:735px) {
  .header-menu {
    margin-left:0px;
    padding: 0px 20px;
  }
.btn-cabecera {
  margin-left:0px;
}
.btn2-cabecera {
  margin-left:30px;
   max-width:205px;
}
.header-rrss {float:right;
  margin:6px 00px 0px 0px; 
}

.intro {
  background-size: contain;
  background-position: center 0 !important;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
  }
  #tituloFormulario {
    font-size: 27px;
        line-height: 25px;
}
.form-text {
    padding: 60px 15px 30px 0px;
    }
.formulario p {
    font-size: 15px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"] {
    margin-top: 10px;
    margin-bottom: 30px;
    height: 29px;
    font-size: 14px;
}
.checkboxes input[type='checkbox'] + label {
  font-size:13px;

}
.radius {font-size: 20px;
}
.register-button {
  margin: 45px auto 80px auto;
}


  .video-text {
    font-size: 65px;
  }
  .down-text {font-size: 21px;
  }
  .text-under-btn-video {
    font-size: 20px;
}
}
@media only screen and (max-width:660px) {
   .video-box {
    background: transparent url(../img/background-video-03.jpg) 0 0 no-repeat;
    height:1157px;
  background-position: center 50px !important;
  }
  .video-text {
        padding: 90px 0px 5px 0px;
  }
  .text-under-btn-video {margin-bottom: 7px;
  	margin-top: -10px;}
  .intro-text {
    padding: 60px 15px 45px 15px;
  }
  .intro-box { width:95%;
    margin: 200px auto 30px auto;
   }
   .gallery-text {
    width: 95%;
   }
  .premiosLeft img {
    width:100%;
  }
  .premiosRight {float: right;
}
.intro-text-2 {
  padding:0px 10px 20px 0px;
font-size: 16px;
 margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 22px;
}
ol.lista {margin-left:25px;
}
ol.lista, .little-text, .intro-text-2 {font-size: 19px;
  margin-bottom: 20px;
    line-height: 18px;
    padding-left: 0px;
}
ol.lista li {margin-bottom: 18px;
  line-height: 18px;
}
.btn-3 {font-size: 30px;
}
.titular {
  font-size:20px;
}
.timeline-content, .cbp_tmtimeline li:nth-child(10) .cbp_tmtime, .cbp_tmtimeline > li .cbp_tmtime  {font-size: 18px;
}
.cbp_tmtimeline > li .cbp_tmtime {
    width: 32%;
    left: -22px;
}
.timeline-content {padding-left: 200px;
}
}
@media only screen and (max-width:560px) {

body {font-size: 21px;
}
.intro-text {
  padding:65px 15px 40px 15px;
}

.intro-text-2 {
  padding:0px 45px 45px 45px;
font-size: 18px;

}
ol.lista {
  padding-left: 18px;
}

.btn {margin: 20px 14px 10px 14px;
}

.buttons {font-size: 24px;
}
#login {
    width: 60%;
    margin-bottom: 30px;
}

  .header-menu {
    margin-left:0px;
  }
.btn-cabecera {
  margin-left:0px;
  font-size: 30px;
}
.btn2-cabecera {
  font-size: 30px;
  margin-left:20px;
   max-width:205px;
}
select {
  width:25%;
}
.header-rrss {float:right;
  margin:6px 00px 0px 0px; 
}
 .thanks-text-3 { 
   width:70%;
 margin:0 auto;
}
  .video-text {
    font-size: 50px;
    padding: 90px 0px 35px 0px;
  }
  .down-text {font-size: 16px;
  }
  .inputfile + label {
    font-size: 45px;
    display: inline-block;
    padding: 13px 18px;
}
.text-under-btn-video {

    font-size: 17px;

}
.btn-2, .btn-3 {
    margin-left: 58px;
}
 .thanks-text {
  font-size:56px;
  line-height: 55px;
 }
 .thanks-text-2 {  
  font-size:24px;
   line-height: 28px;
 }
.up-style {
font-size:30px;

}
 .btn-4 {
  width:85%;
  font-size:46px;
  line-height: 80px;
  margin:50px auto;
}
.icon-facebook-big {
  width:60px;
}
.cbp_tmtimeline:before {
  left: 27.2%;
}
.timeline-content {
  padding-left:40%;
}
.premiosRight {font-size:30px;
}
.pinkedKnockout {font-size: 16px;
}
.premiosLeft img {
margin-left: 20px;
}
.titular {
  font-size:18px;
}
.cbp_tmtimeline > li .cbp_tmtime {
  width: 39%;
  left: -52px;
}
.timeline-content {padding-left: 160px;	 
}
.cbp_tmtimeline {
    margin: 30px 0px 0px 30px;
}
.timeline-content, .cbp_tmtimeline li:nth-child(10) .cbp_tmtime, .cbp_tmtimeline > li .cbp_tmtime  {font-size: 16px;
}
.checkboxes input[type='checkbox'] + label { line-height: 15px;
 }
}
@media only screen and (max-width:460px) {

  #ano {width:80px;
}
#mes, #dia {font-size: 13px;
  width:26%;
  margin:2px;
}
  .intro-box {
    margin: 150px auto 30px auto;
  }

  .intro-text {
padding: 35px 15px 25px 15px;
    font-size: 37px;
    line-height: 45px;
}

.intro-text-2 {
  padding:0px 10px 20px 0px;
font-size: 16px;
 margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 22px;
}
 .video-box {   
  background-position: center 0 !important;
  }
  .btn-3 {
    font-size: 27px;
}
ol.lista {margin-left:12px;
}
ol.lista, .little-text, .intro-text-2 {font-size: 16px;
  margin-bottom: 20px;
    line-height: 18px;
    padding-left: 0px;
}
ol.lista li {margin-bottom: 18px;
}
.btn {margin: 20px 14px 10px 14px;
}
.buttons {font-size: 20px;
}
#login {
    width: 60%;
    margin-bottom: 30px;
}

  #tituloFormulario {
    font-size: 19px;
}
.form-text {
    padding: 60px 15px 18px 0px;
    }
.formulario p {
    font-size: 15px;
}
.form-postal>p {width: 140px;
}
.form-movil {width:49%;
float:left;
}
.form-postal {
  width:43%;
  float: right;
}

.register-button {
  width:60%;
  margin: 80px auto 80px auto;
}

  .header-menu {
    margin-left:0px;
  }
.btn-cabecera {
  margin-left:0px;
  font-size: 25px;
  line-height: 43px;
  letter-spacing: 0.5px;

 
}
.btn2-cabecera {
  font-size: 25px;
  margin-left:10px;
   max-width:205px;
   line-height: 43px;
   letter-spacing: 0.5px;
}
.header-rrss {float:right;
  margin:6px 00px 0px 0px; 
}
 .video-text {
    font-size: 40px;
    padding: 40px 0px 30px 0px;
    line-height: 26px;
  }
  .down-text {font-size: 16px;
    line-height: 0px;
  }
  .inputfile + label {
    font-size: 45px;
    display: inline-block;
   
    padding: 13px 18px;
}
.text-under-btn-video {
    font-size: 14px;
}

.btn-2, .btn-3 {
    margin-left: 32px;
    width:50%; 
}
.btn-3 {font-size: 24px;
}
.video input[type="text"] {
  margin-bottom:20px;
}

.thanks-text-2 {
  padding: 0px 5px;
}
.icon-facebook-big {
    width: 55px;
}
.btn-4 {
    width: 85%;
    font-size: 35px;
}
.mecanica-text {padding: 0px 0px 0px 0px;
  }
.cbp_tmtimeline {font-size: 16px;
}
.cbp_tmtimeline:before {
  left: 27.2%;
}
.cbp_tmtimeline > li .cbp_tmicon{
  left: 31.3%;
}
.premiosRight p {
  padding: 0px 0px 0px 10px;
}
.overlay .aspa {
  right:10px;
}
.titular {
  font-size:15px;
}
.timeline-content, .cbp_tmtimeline li:nth-child(10) .cbp_tmtime, .cbp_tmtimeline > li .cbp_tmtime  {font-size: 13px;
}
.cbp_tmtimeline > li .cbp_tmtime {
    left: -43px;
}
.timeline-content {
    padding-left: 145px;
}
.mecanica-text {
    font-size: 30px;
}
.overlay .popup {font-size:15px;
}
.checkboxes input[type='checkbox'] + label {
  font-size:13px;
  line-height:15px;
}
}
@media only screen and (max-width:376px) {
.cbp_tmtimeline > li .cbp_tmtime {
    left: -48px;
    width: 40%;
}
.little-text { margin-bottom: 15px;
  }
.header-menu {
  padding: 0px 15px;
}
.header-rrss {
  margin: 0px 00px 0px 0px;
}
.btn-cabecera, .btn2-cabecera {
    font-size: 22px;
    margin-left: 6px;
    max-width: 205px;
    line-height: 37px;
    letter-spacing: 0.5px;
    width: 20%;
}
}
@media only screen and (max-width:343px) {
.header-menu {
  padding: 0px 15px;
}
.header-rrss {
  margin: 0px 00px 0px 0px;
}
.btn-cabecera, .btn2-cabecera {
    font-size: 20px;
    margin-left: 3px;
    max-width: 205px;
    line-height: 30px;
    letter-spacing: 0.8px;
    width: 21%;
    border-radius: 7px;
}
.rrss-icons {width:36px;
}
  .intro-box {
        margin: 135px auto 30px auto;
  }

  .legal {top:215px;
  }
   .video-text {
    font-size: 33px;
    padding: 40px 0px 30px 0px;
  }
  .down-text {font-size: 13px;
  }
.inputfile + label {
    font-size: 38px;
    padding: 5px 17px;
}
.register-button {
  width:75%;
  margin: 100px auto 50px auto;
}
.cbp_tmtimeline:before {
  margin-left: 21px;  
}
.cbp_tmtimeline > li .cbp_tmicon {
    width: 5px;
    height: 5px;
    left: 35.8%;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 50%;
}
.timeline-content {
  padding-left: 110px;
}
  #ano {width:66px;
    font-size: 10px;
}
#mes, #dia {font-size: 10px;
  width:25.5%;
 
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"] {
  font-size: 12px;
}
.formulario p {
    font-size: 13px;
}
}



