@font-face {
	font-family: Gotham-Book;
	src: url('../sites/default/themes/bootstrap_barrio/fonts/Gotham-Book/Gotham-Book.otf');
  }

  @font-face {
    font-family: Gotham-Bold;
    src: url('../sites/default/themes/bootstrap_barrio/fonts/Gotham-Bold/Gotham-Bold.otf');
    }
/* The popup (background) */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* popup Content */
.popup-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 71%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 33px;
}

/* popup Content */
.popup-content.drop {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
	width: 71%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatedown;
  -webkit-animation-duration: 0.4s;
  animation-name: animatedown;
  animation-duration: 0.4s;
  border-radius: 33px;
  }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-100px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-100px; opacity:0}
  to {top:0; opacity:1}
}

/* drop Animation */
@-webkit-keyframes animatedown {
    from {top:0; opacity:0} 
    to {top:-100px; opacity:1}
  }
  
  @keyframes animatedown {
    from {top:0; opacity:0}
    to {top:-100px; opacity:1}
  }

/* The Close Button */
.close {
    color: #222;
    float: right;
    font-size: 50px;
    font-weight: bold;
    opacity: 1 !important;
    position: relative;
    bottom: 18px;
    width: 23px;
    left: -1px;
    height: 24px;
    border-radius: 30px;
    background: white;
    border: 1px solid beige;
    -webkit-box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.75);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup-header {
  padding: 4px 30px;
  background-color: #ff8c01;
  color: white;
  width: 345px;
  border-radius: 40px;
  position: absolute;
  top: -30px;
  right: 150px;
}

.popup-body {
    padding: 2px 16px;
    background-image: url('LS-02.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 460px;
}

.popup-footer {
	padding: 2px 16px;
	color: black;
	position: absolute;
	top: 90px;
	left: 32px;
	width: 21%;
	height: 60%;
	border-radius: 23px;
}

.popup-video {
	padding: 0px 0px;
	/* background-color: #5cb85c; */
	color: white;
	position: absolute;
	top: 30px;
	right: 34px;
	width: 72%;
	height: 84%;
	border-radius: 42px;
	/* z-index: 12; */
}
.popup-letrasuno {
  font-family: 'Gotham-Book';
  font-size: 15px;
  text-align: end;
  width: 100%;
  color: #9c9d9c;
  display: block;
}

.popup-letrasbold{
  color: #646363;
  font-weight: 900;
  font-family: 'Gotham-Book' ;

}

.popup-letrasdos{
  display: none;
}


.popup-titulo {
	margin-top: 10px !important;
	font-weight: 500;
	font-size: 22px;
  font-family: 'Gotham-Bold';
}
.popup-x {
	font-size: 24px;
	position: absolute;
	top: -3px;
	right: 4px;
}

@media(min-width: 1600px) {
    .popup-content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      width: 48%;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s;
      border-radius: 33px;
  }
  /* popup Content */
  .popup-content.drop {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 48%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatedown;
    -webkit-animation-duration: 0.4s;
    animation-name: animatedown;
    animation-duration: 0.4s;
    border-radius: 33px;
    }

}

@media(min-width: 1200px) {
  .popup-letrasuno {
    font-family: 'Gotham-Book';
    font-size: 13px;
    text-align: end;
    width: 100%;
    color: #9c9d9c;
    display: block;
}

}


@media(max-width: 1200px) {

    .popup-titulo {
      margin-top: 10px !important;
      font-weight: 500;
      font-size: 21px;
      font-family: 'Gotham-Bold';
  }
    /* popup Content */
    .popup-content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      width: 71%;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s;
      border-radius: 33px;
    }

    /* popup Content */
    .popup-content.drop {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      width: 71%;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatedown;
      -webkit-animation-duration: 0.4s;
      animation-name: animatedown;
      animation-duration: 0.4s;
      border-radius: 33px;
      }
      
      
    .popup-header {
      padding: 4px 30px;
      background-color: #ff8c01;
      color: white;
      width: 340px;
      border-radius: 40px;
      position: absolute;
      top: -30px;
      right: 150px;
    }
    .popup-video {
      padding: 0px 0px;
      /* background-color: #5cb85c; */
      color: white;
      position: absolute;
      top: 30px;
      right: 34px;
      width: 72%;
      height: 76%;
      border-radius: 8%;
      /* z-index: 12; */
  }
  
    .popup-footer {
        padding: 2px 16px;
        color: black;
        position: absolute;
        top: 54px;
        left: 15px;
        width: 21%;
        height: 60%;
        border-radius: 23px;
    }

    .popup-letrasuno {
      font-size: 12px;
      text-align: end;
      width: 100%;
      color: #9c9d9c;
      display: block;
    }
  
    
  }
  


@media(max-width: 900px) {

/* popup Content */
.popup-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 71%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 10%;
}

/* popup Content */
.popup-content.drop {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
	width: 71%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatedown;
  -webkit-animation-duration: 0.4s;
  animation-name: animatedown;
  animation-duration: 0.4s;
  border-radius: 33px;
  }

  .popup-header {
    padding: 4px 30px;
    background-color: #ff8c01;
    color: white;
    width: 340px;
    border-radius: 40px;
    position: absolute;
    top: -30px;
    left: 0;
}

.popup-video {
  padding: 0px 0px;
  color: white;
  position: absolute;
  top: 30px;
  width: 85%;
  height: 62%;
  border-radius: 15%;
  left: 7%;
}

.popup-letrasuno{
  display: none;
}

.popup-letrasdos{
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #9c9d9c;
  display:block;
  font-family: 'Gotham-Book' ;
}

.popup-footer {
  padding: 2px 16px;
  color: black;
  position: absolute;
  top: 315px;
  left: 40px;
  width: 85%;
  height: 26%;
  border-radius: 23px;
}

}


@media(max-width: 530px) {
  .popup-titulo {
    margin-top: 10px !important;
    font-weight: 500;
    font-size: 15px;
}
.popup-x {
	font-size: 32px;
	position: absolute;
	top: -6px;
	right: 1px;
}
.popup-header {
  padding: 4px 10px;
  background-color: #ff8c01;
  color: white;
  width: 215px;
  border-radius: 40px;
  position: absolute;
  top: -30px;
  left: 0;
}

.popup-video {
  padding: 0px 0px;
  color: white;
  position: absolute;
  top: 18px;
  width: 85%;
  height: 40%;
  border-radius: 13%;
  left: 7%;
}

.popup-footer {
  padding: 2px 16px;
  color: black;
  position: absolute;
  top: 215px;
  left: 16px;
  width: 85%;
  height: 26%;
  border-radius: 23px;
}
}