@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 31, 33, 0.40);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.not-visible {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  z-index: 1001;
  max-width: 100%;
  margin: 2em auto;
  border-radius: .25em .25em .4em .4em;
  background: rgba(255,255,255,0.8);
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 0.2em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-close {
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #0171bb;
}
.cd-popup-close::before, .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 16px;
  width: 24px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 2px;
}
.cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 4em 2em 0;
  }
}

.politicasPopUp {
  display: inline-block;
  max-width: 100%;
  overflow: scroll;
  max-height: 90px;
  border: solid 1px rgba(0,110,180,0.5);
  border-radius: 5px;
  padding: 0;
  text-align: justify;
  line-height: 1.2;
  color: #4c4c4c;
  font-size: 11px;
}

.espacio-01{
  padding: 0 15px;
}

.espacio-02{
  margin-bottom: 10px;
}

.espacio-03{
  display: block;
  padding: 1em 0 0;
  margin-bottom: -30px;
  text-align: center;
  text-transform: uppercase;
}

.espacio-04 h2{
  display: inline-block;
  font-size: 4.1rem;
  color: #0171bb;
  text-align: left;
  margin-top: 0px;
  font-family: 'Lato', sans serif;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.6em 0 0;
}

.espacio-04 h2>span{
  font-weight: 400;
}

.esp-container{
  width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #4c4c4c;
}
::-moz-placeholder { /* Firefox 19+ */
      color: #4c4c4c;
}
:-ms-input-placeholder { /* IE 10+ */
      color: #4c4c4c;
}
:-moz-placeholder { /* Firefox 18- */
      color: #4c4c4c;
}

label {
    display: block !important;
}

.popUpImg {
  margin-top: 100px;
  margin-right: 2em;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4)
}

.popUpImg img{
  border-radius: 10px;
}

.parte2 {
  text-align: center;
}

.img-container{
  position: absolute;
  background-image: url(../Images/popup-bck.jpg);
  background-size: 100% 100%;
  background-size: cover;
  overflow: scroll;
  border: solid 1em #A2BC31;
  max-width: 1100px;
  max-height: 630px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.politicasPopUpText{
  font-size: 12px;
  margin: 10px;
}

.cd-popup .ucf button[type=submit] {
    background: #a3bd31;
    width: 100%;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 8px 25px;
    transition: background .3s;
}

.esp_form {
  margin-top: 50px;
}

@media (max-width: 640px) {
  .texto-popup{
    display: none;
  }
  .form-popup {
    float: right;
}
.img-container{
  width: 99%;
  height: 99%;
}
}
