/* EL POP-UP */
.login-popup {
    display: none; 
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
 }
 .centrador{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    animation: banish 1.1s;
    overflow-x: auto;
 }
 /* RECUADRO1 */
 .pop-container {
    width: 1024px;
    max-width: 99%;
    height: Auto;
    padding: 0px;
    position: relative;
    top: 50px;
    left: 50%;
    margin-bottom: 50px;
    transform: translate(-50%, 0);
    padding: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.5);
 }
 .pop-container1{
   background: #293486;
   background-image: url('../IMG/pop1.png');
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pop-container2{
   background: #293486;
   background-image: url('../IMG/pop2.png');
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pop-container2 section{
   color: #FFF;
 }
 .pop-container3{
   background: #293486;
   background-image: url('../IMG/pop3.png');
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pop-container4{
   background: #293486;
   background-image: url('../IMG/pop4.png');
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pop-container5{
   background: #293486;
   background-image: url('../IMG/pop5.png');
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pop-exit1{
   background: #293486;
   background-image: url('../IMG/exit1.png');
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pop-exit2{
    background: #293486;
    background-image: url('../IMG/exit2.png');
    background-size: cover;
    background-repeat: no-repeat;
 }
 .pop-exit3{
    background: #293486;
    background-image: url('../IMG/exit3.png');
    background-size: cover;
    background-repeat: no-repeat;
 }
 .pop-exit4{
    background: #293486;
    background-image: url('../IMG/exit4.png');
    background-size: cover;
    background-repeat: no-repeat;
 }
 .pop-jal{
   background: #293486;
   background-image: url('../IMG/bkjal.png');
   background-size: cover;
   background-repeat: no-repeat;
 }
 
 
 .pop-container h1{
   margin-top: 30px;
   font-size: 1.6em;
   color: #293486;
   font-weight: 800;
   margin-top: 20px;
   text-align: left;
 }
 .pop-container h1 strong{
  font-size: 1em;
  color: rgba(241, 135, 0, 1);
  font-weight: 800;
}
 .pop-container section{
   font-weight: 500;
 }
 .pop-container h2{
   color: #293486;
   font-weight: 300;
   font-size: 1.6em;
   margin-bottom: 50px;
   text-align: left;
 }
 .pop-container h3{
   color: rgba(241, 135, 0, 1);
   text-align: left;
   font-weight: 800;
   margin-top: 20px;
   font-size: 1.6em;
 }
 .pop-container h4{
   color: #fff;
   text-align: left;
   font-weight: 800;
   margin-top: 20px;
   font-size: 1.6em;
 }
 .pop-container .img1{
   margin: 5px auto;
 }
 .pop-container .contacto{
   font-weight: 800;
   color: #FFF;
   font-size: 1.3em;
   background: rgba(241, 135, 0, 1);
   padding: 5px 10px;
   line-height: 1em;
   border-radius: 20px;
}
 .pop-container .texto{
   margin: auto;
   margin-top: 50px;
   padding: 40px;
   background: #FFF;
   border-radius: 30px;
 }
 .cerrar {
    position: absolute;
    top: -20px;
    right: 5%;
    max-width:40px;
    float: right;
 }
 
.barra {
	border: none;
	background: none;
	display: inline-block;
	margin: 5px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	outline: none;
	position: relative;
  border-radius: 20px;
  width: 100%;
}

/* TIPO1 */
.btn-1 {
  padding: 25px 40px 25px calc(35% + 40px);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  text-align: right;
  color: #FFF;
	line-height: 1.1;
	font-size: 1em;
}
.btn-1 section {
	background: rgba(241, 135, 0, 1);
  border-radius: 20px;
	padding: 20px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.2;
	font-size: 1.5em;
	width: 35%;
  text-align: center;
  vertical-align: middle;
  box-shadow: 10px 0px 60px -20px rgba(0,0,0,0.75);
}
/* TIPO2 */
.btn-2 {
  padding: 25px 40px 25px calc(18% + 40px);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  text-align: left;
  color: #FFF;
	line-height: 1.1;
	font-size: 1em;
}
.btn-2 section {
	background: rgba(255, 255, 255, 1);
  border-radius: 20px;
	padding: 5px 0;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.2;
	font-size: 1.5em;
	width: 18%;
  text-align: center;
  vertical-align: middle;
  box-shadow: 10px 0px 60px -20px rgba(0,0,0,0.75);
}
.btn-2 section img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* TIPO3 */
.btn-3 {
  padding: 25px 40px 25px calc(25% + 40px);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  text-align: left;
  color: #FFF;
	line-height: 1.1;
	font-size: 1em;
}
.btn-3 section {
	background: rgba(255, 255, 255, 1);
  border-radius: 20px 0 0 20px;
  overflow: hidden;
	padding: 0;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 25%;
  text-align: center;
  vertical-align: middle;
  box-shadow: 10px 0px 60px -20px rgba(0,0,0,0.75);
}
.btn-3 section img{
  width: 100%;
  height: 100%;
  margin: 0%;
}

 @keyframes banish {
    0% {opacity:0} 
    50% {opacity:0} 
    100% {opacity:1}
 }

@media (max-width:920px){
  /* TIPO1 */
  .btn-1 {
    padding: 25px 40px 25px 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    text-align: right;
    color: #FFF;
    line-height: 1.2;
    font-size: 1.2em;
  }
  .btn-1 section {
    background: rgba(241, 135, 0, 1);
    border-radius: 20px;
    padding: 25px 20px;
    position:initial;
    height: auto;
    margin: -25px -40px 25px -40px;
    line-height: 1.2;
    width: calc(100% + 80px);
    text-align: center;
    box-shadow: 0px 10px 60px -20px rgba(0,0,0,0.75);
  }

  .btn-2 {
    padding: 25px 40px 25px 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    text-align: left;
    color: #FFF;
    line-height: 1.1;
    font-size: 1em;
  }
  .btn-2 section {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 5px 0;
    position:initial;
    height: 150px;
    left: 0;
    top: 0;
    margin: -25px -40px 25px -40px;
    width: calc(100% + 80px);
    text-align: center;
    box-shadow: 0px 10px 60px -20px rgba(0,0,0,0.75);
  }
  .btn-2 section img{
    max-width: 90%;
    max-height: 90%;
    height: 120px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 10px);
  }

  .btn-3 {
    padding: 25px 40px 25px 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    text-align: left;
    color: #FFF;
    line-height: 1.1;
    font-size: 1em;
  }
  .btn-3 section {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px 20px 0 0;
    padding: 0;
    position:initial;
    height: 200px;
    left: 0;
    top: 0;
    margin: -25px -40px 25px -40px;
    width: calc(100% + 80px);
    text-align: center;
    box-shadow: 0px 10px 60px -20px rgba(0,0,0,0.75);
  }
  .btn-3 section img{
    width: 100%;
    height: 100%;
    margin: 0%;
  }

  .pop-container5 {
    background-position: top right;
    background-size: 200%;
  }
  .pop-container5 h1 {
    text-shadow: 0px 0px 5px #fff;
  }
  .pop-container5 h2 {
    text-shadow: 0px 0px 5px #fff;
  }
}