/*VARIABLES*/
/*FUENTES*/
@font-face {
  font-family: 'MyriadPro';
  src: url(../fonts/MyriadPro-Bold.otf);
  font-weight: 700; }
@font-face {
  font-family: 'MyriadPro-Black';
  src: url(../fonts/MyriadPro-Black.otf);
  font-weight: 900; }
@font-face {
  font-family: 'Excalibur';
  src: url(../fonts/Excalibur-Nouveau.ttf);
  font-weight: 700; }

/*HOME*/
body{
  
}
.rectangule-left{
    width: 30px;
    background: #90abd1;
    height: 70%;
    position: absolute;
    left: -30px;
    top: 80px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
   
}
.rectangule-right{
  width: 30px;
  background: #90abd1;
  height: 70%;
  position: absolute;
  right: -30px;
  top: 80px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
 
}
.elipsep{
  width: 100%;
  height: 215px;
  border-radius: 31%;
  background: #88a7d2;
  margin-top: -64px;
  position: absolute;
  top: 0;
}

.section-elipsep .elipsep{
  background: #91acd2;

}


.section-home, .section-ticket{
  background: rgb(35,106,206);
background: linear-gradient(0deg, rgba(35,106,206,1) 0%, rgba(144,171,209,1) 100%);
position: relative;

}
.header-sup{
  background: #2559A5;
  padding-bottom: 100px;
}
.banner-gif .img-absolute{
  position: absolute;
  top: 50%;
  left: calc(85%);
  transform: translateY(-50%);
}
.banner-gif h2{
  font-family: 'MyriadPro';
  font-size: 3.4rem;
  margin-bottom: 0;
}
.banner-gif p{
 font-size: 1.2rem;
}



h3,p,span,h1,h2,h4,h5,h6,ul li,a{
  color:white;
}

.save-ticket-img{
  border-width:3px;
  border-bottom-style:dashed;
  border-color:#fff;
}
.home .first-section {
  padding-top: 40px;
}
.home .first-section .img2{
  text-align: center;
  padding-top: 54px;

}

.home .first-section .img2 .imgtext{
  margin-top:-40px;
}
.home .first-section .img1{
  text-align: right;
}
.home .first-section .img1 img{
  width:300px;
}
.home .table-section{
   background-image: url('/test/prima/sorteo/images/Promo-Paradores-Mesa.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home .table-section .img1{
  text-align: right;
  position: relative;
  top: -36px;
  right: 22px;
}

.home .red-section{
  background:#CE0E2D;
  height: 240px;
}
.home  .red-section .img1{
  text-align: right;
  padding-right: 80px;
  position: relative;
  top: -34px;

}
.home  .red-section .text {
  padding-top:40px;

}
.home  .red-section .text h5{
  font-family: 'MyriadPro';
  font-size:24px;
  color:#fff;
  margin-bottom:0;

}

.home  .red-section .text p{
  font-size:20px;

  color:#fff;
  margin-bottom:0;
  font-weight:200;

}
.home  .form-section{
  text-align: center;
  padding-top: 80px;
  padding-bottom:40px;

}
.home  .form-section .bg-form{
  background: #283372;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    position: relative;

}

.home  .form-section .form-control{
  height: 50px;
  border-radius: 10px;

}
select{
  height: 50px !important;
}
.home  .form-section h3{
  text-align: center;
  font-family: 'MyriadPro';
  font-size:28px;
  margin-bottom:0;
}

.home  .form-section p{
  font-size:2rem;
  margin-bottom:0;
  font-weight:bold;
}

 .btn-danger {
  background:#CE0E2D;
  font-family: 'MyriadPro';
  font-size:22px;
  border-radius: 20px;
}
.home  .form-section .nav-pills{
  padding-top: 40px;

}
.home  .form-section .nav-pills a{
  border: 1px solid #4780CF;
  color: #fff;
  font-size:22px;
  border-radius: 10px;

}
.home  .form-section .nav-item{

  width: 50%;

}
.home  .form-section .nav-item:nth-child(1){
  padding-right: 30px;

}

.home  .form-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background:#4780CF;
  font-family: 'MyriadPro';
  font-size:22px;
}
.home  .form-section .form-check {
  padding-bottom: 10px;
}
.home  .form-section .form-check label {
  color: #fff;
  font-size:14px;
}
.home  .form-section .titlebuttom {
  
  font-size: 1.0rem;
  color: #76FFEF;
  padding-top: 20px;
}
.home  .form-section .form-check label a{
  color: #4780CF;
  font-size:14px;
}
.home  .form-section  .btn-primary{
  width: 50%;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-family: 'MyriadPro';
}
.btn-primary{
  background:#4780CF;
  border-color: #4780CF;
}
.btn-outline-danger{
  color: #fff;
  font-size:22px;
  border-color: #CE0E2D;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 1;
}
.btn-outline-danger:hover {
  color:#fff;
  background-color: #CE0E2D;
  border-color: #CE0E2D;
}

.home  .form-section .mod {
  font-size:18px;
  font-weight:200;
  cursor:pointer;
}
.home .winner-section{
   background:#CE0E2D;
   padding-top:30px;
   text-align:center;
}
.home .winner-section .title h3{
   font-family: 'MyriadPro';
    font-size:24px;
    color:#fff;
}
.home .winner-section .title h4{
   font-family: 'MyriadPro';
    font-size:30px;
    padding-top:30px;
    color:#fff;
}
.home .winner-section .title p{
  font-size:18px;
  font-family: 'MyriadPro';
  color:#fff;
}
.home .winner-section .separator{
  padding:0;
  margin-left:30px;
}
.home .winner-section .separator p{
  border-bottom: 1px solid #fff;
}
.home .winner-section .right p{
  font-size:18px;

  color:#fff;
  margin-bottom:0;
}
.home .winner-section .left p{
  font-size:18px;

  color:#fff;
  margin-bottom:0;
}
.form-ticket-section{
  padding-top: 80px;
  text-align: center;
  padding-bottom: 180px;
}
.form-ticket-section h3{
  font-family: 'MyriadPro';
  font-size: 28px;
  margin-bottom: 0;
}
.form-ticket-section p{
  font-size: 20px;
  margin-bottom: 0;
}
.form-ticket-section .import{

  border-radius: 20px;
}
.form-ticket-section .import .form-control{
   display: inline-block;
   width: 60%;
   border: 0px;
   color:#000;
   font-family: 'MyriadPro';
   border-radius: 10px;
   height: 50px;
}
.form-ticket-section .import  .ticket-number .form-control{
  width: 100%;
  border-radius: 10px;

}

.form-ticket-section .import label{
   color:white;
   font-weight: 300;
}
.form-ticket-section .import .input-group-text {
   background-color: white;
   border: 0px;
   color:#fff;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   height: 50px;
}
.form-ticket-section .import .options{
  color: white;

}
.form-ticket-section .import .options span{
  position: absolute;
  font-size: 50px;
  color: white;
  left: 79%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'MyriadPro';
}
.form-ticket-section .import .participation {

  background-color: #5d5d5d;
  border-radius:10px;
  width:80%;
}

.form-ticket-section .import .participation p{
  font-family: 'MyriadPro';
  font-size:14px;
  color:white;

}
.form-ticket-section .import .participation span{
  font-size:50px;
  font-family: 'MyriadPro';
}
.form-ticket-section .import .remember {
  border-top: 2px solid #fff;
  margin-top: 20px;

}
.form-ticket-section .import .remember p{
  font-size:16px;
  color:#fff;

}


.form-ticket-section h4{
  color: #fff;
  font-family: 'MyriadPro';
}
.form-ticket-section h6{
   font-size: 14px;
     color: #fff;
     font-weight: normal;
}
.fin, .winner{
  padding-top: 120px;
  text-align: center;
  padding-bottom: 180px;
}

footer{
  background: #283372;
  text-align: center;
}
footer img{
  max-width: 150px !important;
}

.btn-outline-danger:disabled {
  background-color: transparent !important;
  color: #fff !important;
}
.btn-examinar{
  width: 100%;
  border-radius:10px;
  background: #283372;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}
#tick{
  padding-top:30px;
}
.btn-enviar{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
   padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #283372;
  border-radius: 20px;
}
.btn-enviar a{
  text-decoration: none;
  color: #fff !important;
}
.bglost{
  padding-top:40px;
  padding-bottom:40px;

}
.bgwinner{
  background:#5e972c;
  padding-top:40px;
  padding-bottom:40px;

}
.contact p{
  font-size: 24px;
  margin-bottom: 0;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 60px;
}

.bglost h4, .bgwinner h4{
  font-family: 'MyriadPro';
  font-size: 28px;
  margin-bottom: 0;
  color:#fff;
}
.bglost p, .bgwinner p{
  font-size: 20px;
  margin-bottom: 0;
  color:#fff;
}
.bgwinner img{
  position: absolute;
  right: 0;
  top: -60px;
}
.modal-content {
  color: #4780CF;
}
.modal-content .modal-body a {
  color: #4780CF;
}
.modal-content .modal-body a:hover {
  color: #fde#fff;
}
.error {
  border: 2px solid #CE0E2D; }

.error1 {
  border: 2px solid #CE0E2D; }

#previs img{
  display: block;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
  margin: auto;
}
.extensions p{
  font-size:16px;
}
.home .text-header h3{
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 27px;
  border-width: 3px;
    border-top-style: dashed;
    border-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

  .banner-gif .img-absolute {
    max-width: 190px;
  }
  .home .red-section .text h5 {

    font-size: 20px;
  }
  .home .red-section .text p {
    font-size: 18px;
  }
  .home .form-section h3 {
    font-size: 24px;

  }
  .home .form-section p {
    font-size: 20px;
  }
  .btn-danger {
    font-size: 20px;
  }
  .home .form-section .nav-pills a {
    font-size: 20px;
  }
  .home .form-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-size: 20px;
  }
  .home .form-section .form-check label {
    font-size: 18px;
  }
  .home .winner-section .title h4 {
    font-size: 24px;
  }
  .home .winner-section .title h3 {
    font-size: 20px;
  }
  .bglost p, .bgwinner p {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner-gif h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .banner-gif h3 {
    font-size: 1.2rem;
  }
  .banner-gif p {
    font-size: 1.0rem;
  }
  .banner-gif .img-absolute {
    position: initial;
    transform: none;
    display: block;
    margin:auto;
}
.elipsep {

  border-radius: 18%;
  margin-top: -52px;

}
.home .text-header h3 {
  font-size: 1.0rem;
}


  .home .red-section .text h5 {

    font-size: 16px;
  }
  .home .red-section .text p {
    font-size: 14px;
  }
  .home .form-section h3 {
    font-size: 22px;

  }
  .home .form-section p {
    font-size: 18px;
  }
  .btn-danger {
    font-size: 18px;
  }
  .home .form-section .nav-pills a {
    font-size: 18px;
  }
  .home .form-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-size: 18px;
  }
  .home .form-section .form-check label {
    font-size: 16px;
  }
  .home .winner-section .title h4 {
    font-size: 22px;
  }
  .home .winner-section .title h3 {
    font-size: 18px;
  }
  .home .red-section .img1 {
    padding-right: 0px;
  }
  .home .red-section .text {
    padding-right: 0;
  }
  .form-ticket-section h3 {
    font-size: 18px;
  }
  .form-ticket-section p {
    font-size: 16px;
  }
  .bglost p, .bgwinner p {
    font-size: 16px;
  }
  .btn-outline-danger {

      padding-left: 0px;
      padding-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .home .form-section .nav-item {
      width: 100%;
      margin-top: 10px;
  }
  .home .form-section .btn-primary {
    width: 100%;
    font-size: 1.0rem;

}
  .home  .form-section .nav-item:nth-child(1){
    padding-right: 0px;
  
  }
  .home .form-section .bg-form {
    background: #283372;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    position: relative;
}
  .home .form-section .nav-pills {
    padding-top: 0px;
}
  .banner-gif h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .banner-gif h3 {
    font-size: 1.2rem;
  }
  .banner-gif p {
    font-size: 1.0rem;
  }
  .banner-gif .img-absolute {
    position: initial;
    transform: none;
}
.home .form-section {
  text-align: center;
  padding-top: 40px;
}
.elipsep {

  border-radius: 14%;
  margin-top: -52px;

}
.home .text-header h3 {
  font-size: 1.0rem;
}


  .form-ticket-section h3 {
    font-size: 16px;
  }
  .form-ticket-section p {
    font-size: 14px;
  }
  .btn-outline-danger {
    font-size: 18px;
  }
  .menu {
    height: 60px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
   max-width: 60%;
  }
  .home .red-section .text h5 {

    font-size: 14px;
  }
  .home .red-section .text p {
    font-size: 14px;
  }
  .home .form-section h3 {
    font-size: 15px;

  }
  .home .form-section p {
    font-size: 14px;
  }
  .btn-danger {
    font-size: 14px;
  }
  .home .form-section .nav-pills a {
    font-size: 14px;
  }
  .home .form-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-size: 14px;
  }
  .home .form-section .form-check label {
    font-size: 14px;
  }
  .home .winner-section .title h4 {
    font-size: 14px;
  }
  .home .winner-section .title h3 {
    font-size: 14px;
  }
  .home .red-section .img1 {
    padding-right: 0px;
    top: 30px;
  }
  .home .red-section .text {
    padding-right: 0;
  }
  .home .form-section .form-check label a {
    color: #CE0E2D;
    font-size: 14px;
  }
  .home .winner-section .right p {
    font-size: 14px;
  }
  .home .winner-section .left p {
    font-size: 14px;
  }
  .bglost p, .bgwinner p {
    font-size: 14px;
  }
  .bgwinner img {
    position: absolute;
    right: 0;
    top: -25px;
    max-width: 25%;
  }
}
