/* Ro! Formulario lightbox  */

.prueba {
	width: 100%;
	min-height: 200px;
	background-color:#F3F3F3;
	padding-top: 10px;
	padding-bottom: 30px;
}

.barra-Formulario-lightbox {
	width: 100%;
	min-height: 200px;
	background-color:#1d2227;
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('../../img/interiorAct/banner-formulario.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	-webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}

.barra-Formulario-lightbox-Blanco {
	width: 100%;
	min-height: 200px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 30px;
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('../../img/interiorAct/banner-formulario-Blanco.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
	/*-webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);*/
}

.caja-boton-Formulario-lightbox {
	width: 250px;
	min-height: 30px;
	/*height: auto;*/
	/*border:1px solid #585858;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px;
}

.caja-Foto-Formulario-lightbox {
            /*display:inline-table;*/
            border:3px solid #FFFFFF;
            width:120px;
			max-width:120px;
			min-height: 120px;
	        max-height: 120px;
	        background-color: #787878;
	        border-radius: 100%;
	        background-size: cover;
	        margin-top: 10px;
	        margin-left: auto;
	        margin-right: auto;
	        /*box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.09);
            -webkit-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.09);
            -moz-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.09);*/
	         box-shadow: 1px 0px 27px -10px rgba(0,0,0,0.75) inset;
            -webkit-box-shadow: 1px 0px 27px -10px rgba(0,0,0,0.75) inset;
            -moz-box-shadow: 1px 0px 27px -10px rgba(0,0,0,0.75) inset;
}

.Info-Formulario-lightbox {
	       width:450px;
	       height: auto;
	       text-align:center;
	       font-size: 38px;
	       font-family:'Anton', sans-serif;
	       color: #FFFFFF; /*#515869   #fc9502*/
	       margin-bottom: 1px;
	       /*border:1px solid #585858;*/
	       margin-left: auto;
	       margin-right: auto;
	       margin-top: 10px;
	      /* text-transform: uppercase;*/
}

.Bajada-Formulario-lightbox {
	       width:450px;
	       height: auto;
	       text-align:center;
	       font-family: Tahoma, Geneva, sans-serif;
	       font-size: 16px;
	       color: #FFFFFF;
	       margin-bottom: 10px;
	       /*border:1px solid #585858;*/
	       margin-left: auto;
	       margin-right: auto;
	      /* text-transform: uppercase;*/
}

.Info-Formulario-lightbox-Blanco {
	       width:450px;
	       height: auto;
	       text-align:center;
	       font-size: 38px;
	       font-family:'Anton', sans-serif;
	       color: #515869; /*#515869   fc9502*/
	       margin-bottom: 1px;
	       /*border:1px solid #585858;*/
	       margin-left: auto;
	       margin-right: auto;
	       margin-top: 10px;
	      /* text-transform: uppercase;*/
}

.Bajada-Formulario-lightbox-Blanco {
	       width:450px;
	       height: auto;
	       text-align:center;
	       font-family: Tahoma, Geneva, sans-serif;
	       font-size: 16px;
	       color: #515869;
	       margin-bottom: 10px;
	       /*border:1px solid #585858;*/
	       margin-left: auto;
	       margin-right: auto;
	      /* text-transform: uppercase;*/
}


/* ===================== Boton Formulario lightbox ===================== */
.custom-button-Formulario-lightbox {
  background-color: #fc9803; /* Button background color #fc9803 #005ED4*/
  color: #FFFFFF;
  /*color: #e94560;*//* Text color */
  border: none;
  padding: 10px 25px;
  font-size: 13px;
  /*font-weight: bold;*/
  border-radius: 5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
 /* width:auto;*/
  min-width: 250px;
  max-width: 350px;
  height:auto;
}

.custom-button-Formulario-lightbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
 /* background-color: #e94560;*/
  background-color: #005ED4; /* fondo cambio #005CB9  #005CB9*/
  transition: all 0.3s ease;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
}

.custom-button-Formulario-lightbox:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}

.custom-button-Formulario-lightbox:hover {
  /*box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);*/
  transform: translateY(0px);
  color: #FFFFFF; /* #1a1a2e  #1d2227*/
}

/* Effect of waves under pressure */
.custom-button-Formulario-lightbox:active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 0.6s ease-out;
  z-index: -1;
}

@keyframes ripple {
  to {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

/* Animated text glow effect */
.custom-button-Formulario-lightbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}

.custom-button-Formulario-lightbox:hover::after {
  left: 100%;
  transition: all 0.5s ease;
}

/* ===================== Fin Formulario lightbox ===================== */


.lightbox-Formulario {
    position: fixed;
    z-index: 999999999999;
    height: 0;
    width: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.lightbox-Formulario img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 1%;
    opacity: 0;
}

.lightbox-Formulario:target {

    outline: none;

    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}

.lightbox-Formulario:target img {
    border: solid 17px rgba(77, 77, 77, 0.8);
    opacity: 1;
    webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.light-btn {
    color: #fafafa;
    background-color: #333;
    border: solid 3px #777;
    padding: 5px 15px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 44%;
    z-index: 99;
}

.light-btn:hover {
    background-color: #111;
}

.btn-prev {
    left: 7%;
}

.btn-next {
    right: 7%;
}

.btn-close {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #fafafa;
    background-color: #92001d;
    border: solid 5px #ef4036;
    padding: 10px 15px;
    border-radius: 100%;
    text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
}

.btn-close:hover {
    background-color: #740404;
}

.nombre-lightbox-Ro-Landing {
	margin-top:35px;
	/*font-weight: bold;*/
	text-transform: capitalize;
	font-family: 'Anton', sans-serif;
	font-size:28px;
	color:#FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.info-lightbox-Ro-Landing {
	margin-top:5px;
	/*text-transform: uppercase;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#D7D7D7;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

@media all and (max-width: 980px) {

.Info-Formulario-lightbox {
	       width:350px;
	       font-size: 29px;
	       margin-bottom: 1px;
	       /*border:1px solid #585858;*/
}

.Bajada-Formulario-lightbox {
	       width:350px;
	       font-size: 14px;
	       /*border:1px solid #585858;*/

}	

.barra-Formulario-lightbox {
	background-attachment:inherit;	
}	

.Info-Formulario-lightbox-Blanco {
	       width:350px;
	       font-size: 29px;
	       margin-bottom: 1px;
	       /*border:1px solid #585858;*/
}

.Bajada-Formulario-lightbox-Blanco {
	       width:350px;
	       font-size: 14px;
	       /*border:1px solid #585858;*/

}
	
}