html, body { width: 100%; height: auto; background-color: #381a5a; color: #ffff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.centered { margin: 0 auto; text-align: center !important; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-style: normal; }
.light { font-weight: lighter; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize !important; }
.inline { display: inline-block !important; }
.inline-flex { display: inline-flex !important; }
.block { display: block; }
.underline { text-decoration: underline; }
.no-padding { padding: 0 !important; }
.padding-1rem { padding: 1rem !important; }
.padding-2 { padding: 2vw !important; }
.no-box-shadow { box-shadow: none !important; }
.no-margin-row { margin-bottom: 0px !important; }
.normal-text { text-transform: none !important; }
.clear { clear: both !important; }
.margin-zero { margin: 0 auto !important; }
.margin-left20 { margin-left: 20px; }
.margin-right10 { margin-right: 10px; }
.justify { text-align: justify; }
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.text-left { text-align: left; }
.text-c { text-align: center; }
.col-1-2{width: 3% !important; }
.j-center{ justify-content: center;}
.a-items-center{ align-items: center;}
.text-space{letter-spacing: .1em;}
/** {outline: 1px solid red;}*/

/* Fonts */
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.eot');
	src: url('Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff'),
		url('../fonts/Montserrat-Medium.ttf') format('truetype'),
		url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat-MediumItalic';
	src: url('../fonts/Montserrat-MediumItalic.eot');
	src: url('Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-MediumItalic.woff') format('woff'),
		url('../fonts/Montserrat-MediumItalic.ttf') format('truetype'),
		url('../fonts/Montserrat-MediumItalic.svg#Montserrat-MediumItalic') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype'),
		url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype'),
		url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: url('Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Light.woff2') format('woff2'),
		url('../fonts/Montserrat-Light.woff') format('woff'),
		url('../fonts/Montserrat-Light.ttf') format('truetype'),
		url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



.sec-main{
	margin-top: 3rem;
}

.font_white{color: #fff;}
.font_grey{ color: #989898;}
.font_fosfofosfo{ color: #d3fb3b; }
.font_green{ color: #74ebab; }
.glow_green{ text-shadow: 0 0 5px #74ebab;}

.space40{
	display: block;
	height: 40px;
}
a, p, span, label, li{
	font-family: 'Montserrat-Regular';
	line-height: 1.3;

}
label{
	
}
a {
	text-decoration: none;
	outline: none;
	outline-width: 0;
	color: white;
	text-decoration: underline !important;

    font-size: 0.9rem !important;
}

.t-medium{
	font-family: 'Montserrat-Medium';
}
.t-light{
	font-family: 'Montserrat-Light';

}
.t-italic{
		font-family: 'Montserrat-MediumItalic';
		font-size: 1.5rem;
		font-weight: 800;
}
.t-color-y{
	color: #ffde00;

}
.t-big{
	max-width: 450px;
	font-size: 1.2rem;
	margin: 0 auto;

}
.t-big-2{
	max-width: 450px;
	font-size: 1.2rem;
	margin: 0 auto;
	font-weight: normal;

}
textarea{
	width: 100% !important;
	font-family: 'Montserrat-Medium';


}


a.font_green, .font_green a{ color: #74ebab; }

/* MENU */
.navbar-brand img {
	height: 50px;
}
#animated_logo{
	width: 70px;
	height: 50px;
}

#site-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	font-size: 14px;
	background-color: #000000;
}

#site-menu a.nav-link{
	color: #fff;
}
#site-menu a.nav-link:hover, #site-menu a.nav-link.active{
	color: #db0080;
	text-shadow: 0 0 5px #db0080;
}

.show-search-bar.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.search-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	font-size: 14px;
	background-color: #000000;
	padding: 20px 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
}
.search-container.show-search {
	opacity: 1;
	pointer-events: all;
	top: 80px;
}
.search-container .search-input {
	height: 38px;
}
.search-container .close-search-bar {
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	color: #db0080;
	margin-left: 20px;
}
.search-container .send_search_data {
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
}

.navbar-toggler {
	font-size: 1rem;
  color: rgba(255,255,255,.55);
  border-color: rgba(255,255,255,0);
}
/*.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/

@media(max-width:1200px){
	.search-container.show-search {
		top: 70px;
	}
}
@media(max-width:992px){
	#site-menu {
		font-size: 11px;
	}
}
@media(max-width:767px){
	.navbar-brand img{
		height: 30px;
	}
	#animated_logo{
		width: 50px;
		height: 40px;
	}
	#site-menu {	
	  padding-bottom: 0;
	}
	
	.nav-link-search {
		display: none;
	}
	.search-container {
		position: relative;
		display: none !important;
	}
	.search-container.show-search {
		display: flex !important;
		top: 0;
	}
	.search-container .close-search-bar {
		display: none !important;
	}
}

/* FOOTER */

footer {
  height: 20vh;
  border-top: 1px solid #ffff;
  padding-top: 2%;
  position: relative;
}

  p, a {
    font-size: 0.8em;
    text-decoration: none;
}

.t-s-small{
	font-size: 0.5em;
	padding-bottom: 25px;
}

   

  .logo {
    width: 120px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;


  }


.cie-logo {
	width: 100%;
	max-width: 150px;
	display: block;

}


 .social-container p{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;

  }

  .social-container ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;

  }

  .social-container ul li {
    list-style: none;
    margin: 0 2.5%;
    
  }

  .social-container ul li a {
    position: relative;
    display: block;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 30px;

  }


  .social-container .icons {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

    .social-container .fb {
      background-image: url(../img/fb.svg);
    }

    .social-container .ig {
      background-image: url(../img/ig.svg);
    }

    .social-container .tw {
      background-image: url(../img/tw.svg);
    }

    .social-container .in {
      background-image: url(../img/in.svg);
    }

  
.pleca-social{
	margin: 0 auto;
	max-width: 1000px;


}
 .pleca-social .log {
    display: inline-block;
    vertical-align: middle;
        height: 41px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}
 .pleca-social a {
	    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}
 .pleca-social .fe {
      background-image: url(../img/fe.png);
    }

    .pleca-social .ig {
      background-image: url(../img/ig.png);
    }

    .pleca-social .tw {
      background-image: url(../img/tw.png);
    }

    .pleca-social .tt {
      background-image: url(../img/tt.png);
    }

footer a{
	 font-size: 0.7rem !important;
}




.grecaptcha-badge{
	display: none !important;
}

#recaptchaV2{
	transform: scale(0.8);
}

/* RSS */
.rss_container{
	padding: 20px;
	margin-bottom: 50px;
}
.rss-link {
	font-size: 20px;
	line-height: 20px;
	color: #74ebab;
}



.m-75{
	margin-top: 75px;
}
.img-left{
	margin: auto;
	display: block;
}
.img-right{
	margin: auto;
	display: block;
}
.img-center{
	display: block;
	margin: auto;
	max-width: 600px;
}
.title-text{
	
	font: normal normal normal 2.5rem/3rem 'Montserrat-bold', sans-serif;
	color: #FBCE34;
	text-transform: uppercase;
	line-height: inherit;
	padding-left: 15%;
}

.title-text.home{
	font: normal normal normal 1.7rem/1.9rem 'Montserrat-Medium', sans-serif;
	color: #ffff;
	padding: 0;
}
@media (max-width: 580px) { 
	.title-text.home{
		font: normal normal normal 23px/33px 'Montserrat-bold', sans-serif;
	}
	.title-text.t-white{
		color: #ffff;
	}
}
.date-text{
	text-align: center;
	font: normal normal normal 1.9rem/1.8rem 'Montserrat-Light', sans-serif;
	color: #FBCE34;
	line-height: 1.3em;
}

.text-regular{
	font-family: 'Montserrat-regular';
}

.btn-purple{
	width: 200px;
	height: 50px;
	font: normal normal normal 20px/30px 'Montserrat-Medium', sans-serif;
	background: #0090E5 0% 0% no-repeat padding-box; 
	opacity: 1;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	z-index: 2;
	border: none;
	color: white;
	border-radius: 5px;

}
.btn-purple:hover{
	background-color: #c13ad6;

	}
.btn-purple span, .btn-purple a{
	text-align: center;
	font: normal normal normal 20px/30px 'Montserrat-Medium', sans-serif;;
	color: #ffff;
	text-transform: uppercase;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	position: relative;
	z-index: 2;
	font-size: .9em;
	text-decoration: none  !important;
	border-radius: 10px;
}


}
.btn-purple::after{
	content: " ";
    display: block;
    height: 100%;
    width: 3px;
    background-color: #ffff;
    position: relative;
    z-index: 418;
    left: 0;
     bottom: 49px;
}

.console-text{
	text-align: center;
	font: normal normal normal 16px/25px 'Montserrat-Medium', sans-serif;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	opacity: 1;
	width: 278px;
	/*font-size: 14px;*/
	margin: 0 auto 31px;
}

/* Form */
.form-text{
	text-align: center;
	font: normal normal normal 2.5rem/3rem 'Montserrat-Light', sans-serif;
	color: #f8a8ff;
	margin-bottom: 4%;
	margin-top:10%;
}
.input-group{
	display: inline-block;
	margin-bottom: 14px;
	    text-align: right;
}
.input-group span{
	text-align: center;
	font: normal normal bold 1.3rem/1.5rem 'Montserrat-Light', sans-serif;
	color: #ffff;
	opacity: 1;
	background-color: transparent;
	border: none;
	display: inline-block;
	font-size: 1em;
	

}
.input-group input{
	width: 423px !important;
	height: 44px;
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
	opacity: 1;
	/* transform: skew(-20deg); */
	border-radius: 0;
	display: inline-block;
	float: right;
	z-index: 1;
	font-family: 'Montserrat-Light', sans-serif;;
	font-weight: bolder;
	font-size: 1.2rem;
	color: #ffff;

}
.input-group .wave{
	width: 360px !important;
}
.input-group input::placeholder {

	color: #ffffff8f;

	font-family: 'Montserrat-Light'


}
input::-webkit-textfield-decoration-container,
input div [pseudo="-webkit-textfield-decoration-container"],
input div [contenteditable="plaintext-only"] {
	/* transform: skew(25deg) !important; */

}
.cont-input{
	background-color: transparent !important;
	border: none;
	/*background-color: #f8a8ff;*/
	border-bottom: 1px solid #13AEDA;
	color: #ffff;
}
.input-group{
	position: relative;
}
.input-group .cont-b{
	width: 423px !important;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	
	position: absolute;
	top: 0;
	right: 0;
}
.cont-s::before{
	content: '';
	width: 423px !important;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	
	position: absolute;
	top: 0;
	right: 0;
}
.cont-s3::before{
	content: '';
	width: 130px !important;
	height: 44px;
	/*background: #f8a8ff 0% 0% no-repeat padding-box;*/
	
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 990px) {
	.cont-s3::before{
		content: '';
		width: 100% !important;
		right: -6px;
		color: white;
		
	}

}

.cont-s3::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    color: white;
    font-size: 20px;
    position: absolute;
   right: 13px;
    top: 11px;
    z-index: 4;

}
option{
	background-color: #11afdc;
	color: #ffff;
}
@media (max-width: 470px) {
	.cont-s3::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    right: 10px;
    color: #ffff;
    

}
}

.cont-z::before{
	content: '';
	width: 360px !important;
	height: 50px;
	background: #FFFFFF 0% 0% no-repeat padding-box;

	position: absolute;
	top: 0;
	right: 0;
}

.form-select:focus {
	border-color: transparent;
	box-shadow: none;
	background-color: unset;
	border-color: #2c57a6;
	}
.form-control:focus {
	border-color: #2c57a6;
	box-shadow: none;
	background-color: #2c57a6;
	color:#ffff;
}
/*.form-control{
	font-size: 1.3rem;

}*/

.ui-datepicker{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 50px #00000090;
	opacity: 1;
	border-radius: 0;
	width: 340px;
	min-height: 385px;
	padding: 20px 20px;
}
.ui-datepicker-header{
	background-color: transparent;
	border: none;
}
.ui-datepicker-month, .ui-datepicker-year{
	text-align: left;
	font: normal normal medium 18px/28px 'Montserrat-Light', sans-serif !important;
	font-family: 'Montserrat-Light', sans-serif !important;
	
	color: #000000;
	opacity: 1;
	font-family: 'Montserrat-Light', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ui-datepicker-week-end span{
	text-align: left;
	font: normal normal medium 13px/22px 'Montserrat-Light', sans-serif !important;

	color: #020202;
	opacity: 1;
	font-family: 'Montserrat-Light', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ui-datepicker-calendar th span, .ui-datepicker-calendar td a{
	text-align: center;
	font: normal normal medium 12px/20px 'Montserrat-Light', sans-serif !important;
	
	color: #020202 !important;
	opacity: 1;
	background-color: transparent !important;
	font-family: 'Montserrat-Light', sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	font-size: 17px;
	line-height: 39px;
}
.ui-datepicker-calendar td .ui-state-highlight{
	background: #B1F703 0% 0% no-repeat padding-box !important;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	color: #fff !important;
}
td {
	padding: 0 !important;
}
.ui-icon-circle-triangle-w{
	opacity: 0;
	position: relative;
}
.icon-p::before{
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	padding-left: 9px;
	color: #B1F703;
	font-size: 20px;
}
.icon-n::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	padding-left: 10px;
	color: #B1F703;
	font-size: 20px;
}

.ui-icon-circle-triangle-e{
	opacity: 0;
}
select {
	width: 28% !important;
/*	-webkit-appearance: none;
	-moz-appearance: none;*/
	background-color: white;
	/*background-image: url("data:image/svg+xml;utf8,<svg fill='#fffff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 110%;
	background-position-y: 3px;*/
	border-bottom: 1px solid red;
	border-radius: 0;
	margin-right: 0;
	padding: 3px;
	padding-right: 0;
	color: white;
	  background: #2ecc71;
}
.text-time{
	text-align: center;
	font: normal normal bold 16px/30px Montserrat-Light;
	color: #C2FC00;
	/*text-transform: uppercase;*/
	opacity: 1;
}
.form-check-label a {
	text-align: left;
	text-decoration: underline;
	font: normal normal normal Montserrat-Light;
	color: #ffff;
	
}


}
.form-check-input {
	margin-top: .75em;
}
.form-check-input:checked {
	background: #0090E5 0% 0% no-repeat padding-box;
	border-color: #0090E5;
}
.select-edit{
	display: block;
	height: 44px;
	margin-bottom: 14px;
	position: relative;
	text-align: right;
}

.select-edit.tresC {
		width: 33.333% !important;
		max-width: 130px !important;
		display: inline-block;
		margin-bottom: -5px;
		
	}
	@media (max-width: 990px) {
	  .select-edit.tresC {
	  	   width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 40px;
		left: -5px;
	   }
	}
	@media (max-width: 599px){
		.select-edit.tresC {
		    width: 100% !important;
    max-width: 100% !important;
/*    margin-bottom: -40px;*/
  /*  left: 20px;*/
		}

	}
	@media (max-width: 450px) {
	  .select-edit.tresC {
	  	        width: 100% !important;
    max-width: 100% !important;
  /*  margin-bottom: -40px;*/
   /* left: 10px;*/
	   }
	}
.form-select {
	width: 360px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position-x: 95%;
	background-position-y: 14px;
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding: 3px 3px 3px 10px;
	height:50px;
	float: right;
	position: relative;
	z-index: 1;
/*	text-transform: uppercase;*/
	font-family: 'Montserrat-Medium';
	font-size: 1rem;
}
.form-select.dates {
	width: 130px !important;

	-webkit-appearance: none;
	-moz-appearance: none;
	background: #ffff;
	
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 14px;
	border: none;
	border-radius: 0;
	margin-right: 1%;
	padding: 3px 3px 3px 10px;
	height:50px;
	float: right;
	position: relative;
	z-index: 1;
/*	text-transform: uppercase;*/
	font-family: 'Montserrat-regular';
	font-size: 1em;
}



.text-select {
	text-align: center;
	font: normal normal bold 18px/30px 'Montserrat-Medium', sans-serif;
	color: #ffff;
	opacity: 1;
	background-color: transparent;
	border: none;
	display: inline-block;
	line-height: 50px;
	padding: 0 .75rem;
}
.text-select.se-p3 {
 /*   margin-right: 18px;*/
    padding: 0px;
    margin-left: 10px;
}
/* Gracias Page */
/*.gracias-text{
	text-align: center;
	font: normal normal normal 36px/50px 'Montserrat-Medium', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	margin: 58px auto 31px;
}*/
.correo-text{
	text-align: center;
	font: normal normal medium 16px/30px Montserrat-Medium;
	color: #FFFFFF;
/*	text-transform: uppercase;*/
	opacity: 1;
	margin-bottom: 31px;
}
.hide {
	display: none;
}
.form-1{
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 600px;
    height: 100%;
    margin: 0 auto;
}
.form-1 .bg-opacity{
	max-width: 720px;
    margin: 0 auto;
   /* padding: 6% 0;*/

}
.form-2{
	display: none;
}
.se-f{
	width: 423px !important;
}
/*.se-f3{
	width: 130px !important;
}*/
/*@media (max-width: 990px) {*/
	.se-f3{
		/*width: 100px !important;*/
	width: 100% !important;
    text-align: left;
    color: red;
  
	}


.space270 {
	margin-top: 270px;
}
.space115 {
	margin-top: 5%;
}

.cont-img{
	margin-top: 20px;
}
.cont-img img {
	display: block;
	margin: auto;
}

/*Media*/

@media (max-width: 991.98px) { 
	.m-auto: {
		margin: auto;
	}
	.btn-pink, .btn-purple {
		width: 350px;
	}
	.btn-pink span, .btn-pink a, .btn-purple span, .btn-purple a {
		font-size: 18px;
	}

}

/*formulario - filas*/
	.input-group-text {
		display: block !important;
		text-align: left !important;
		white-space: break-spaces !important;
		font-family: 'Montserrat-Light';
	}
	.input-group .cont-b {
		top: auto;
		width: 100% !important;
	}
/*	.input-group input, .se-f{
		width: 100% !important;
	}*/
	.cont-s::before{
		width: 100% !important;
		top: auto;
		bottom: 0;
	}
	.cont-z::before{
		width: 100% !important;
		top: auto;
		bottom: 0;
	}
	.se-f{
		margin-bottom: 31px;
		display: block;
	}
	.text-time {
		margin-top: 20px;
	}
	.revers-col {
		flex-direction: column-reverse;
	}
	.se-p{
		display: block;
		text-align: left;
	}
	.se-a1{
		margin-bottom: 31px;
	}
	.se-a{
		margin-bottom: 31px;
	}
	.form-c {
		width: 100% !important;
	}
	/*.select-edit {
		height: 100px;
	}*/




.input-group input, .se-f {
		/*width: 95% !important;*/
		margin: auto;
	}
	.input-group .cont-b {
		width: 94% !important;
		margin: auto 1%;
	}
	.cont-s::before {
		width: 95% !important;
		margin: auto;
	}
	.form-c {
		width: 95% !important;
		margin: auto;
	}
	.cont-z::before {
		width: 95% !important;
		margin: auto;
	}
	.select-edit {
		width: 95%;
		margin: 0 auto 14px;
	}


	.bg-full-img {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bg-full-no-image {
		padding-right: var(--bs-gutter-x,.75rem) !important;
		padding-left: var(--bs-gutter-x,.75rem) !important;
	}
	.width90 {
		width: 90% !important;
	}
		.input-group {
		margin-bottom: 1px;

	}

	/*---Ñ************/
	.form-check-label{
		font-family: 'Montserrat-regular';
		font-size: 0.9rem;
	}
	.form-check-label a{
		font-family: 'Montserrat-regular';
		font-size: 0.9rem;
	}
@media (max-width: 600px) {
 
	.btn-pink, .btn-purple {
		width: 95%;
	}
	
	.bg-ft-mob {
		background-image: url('../img/bg-ft-mobile.jpg') !important;
		background-repeat: none;
	}
	.sec-main{
		margin-top: 0;
	}
	
}

/*Modal*/

.modal-open .modal{
	    padding-right: 0 !important;

}
.modal-title{
	text-align: center;
	font: normal normal normal 35px/40px 'Montserrat-Medium', sans-serif;
	color: #0090E5;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 4%;
	color: #ffff;

}
/*.line-m{
	border: 1px solid #707070;
	opacity: 1;
	margin: 21px 0 31px;
	width: 100%;
}*/
.modal-dialog{
	max-width: 100%;
	background-image: url('../img/bg-ft.jpg');
	background-size: cover;
}
.modal-content{
	/*background: #00000026 0% 0% no-repeat padding-box;*/
	/*background-image: url('../img/bg-ft.jpg');
	background-size: cover;*/
	background: rgba(0,0,0,.6);

}
.modal-header{
	border-bottom: none;
}
.btn-close {
	width: 35px;
	height: 35px;
	color: #000000 !important;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#FF0077'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")  center/1em auto no-repeat;
	border-radius: 0;
	opacity: 1;
}
.modal-header .btn-close {
	padding: 0 0;
	margin: 0px 0rem -.5rem auto;
}
.content-text p {
	text-align: left;
	font: normal normal normal 16px/25px 'Montserrat-Medium';
	color: #FFFFFF;
	opacity: 1;
}
.content-link {
	color: #db0080;
}

/* Cambios */
.cont-s::after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	color: black;
	font-size: 20px;
	position: absolute;
	right: 27px;
	top: 12px;
}
.cont-z::after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	color: #B1F703;
	font-size: 20px;
	position: absolute;
	right: 27px;
	top: 12px;
}
@media (max-width: 991.98px) { 
	.btn-pink span, .btn-pink a, .btn-purple span, .btn-purple a {
		font-size: 15px;
	}
	.cont-s::after{
		top: 60px;
	}
	.cont-z::after{
		top: 60px;
	}
	.alerta {
		width: 100% !important;
		text-align: center;
	}
	.alerta2 {
		width: 100% !important;
		text-align: center;
	}
	#aviso{
		margin-top: 40px !important;
	}
	.footer_rss {
		justify-content: center;
	}
}


.input-group.twolines{
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-top: 20px;	
}

.twolines span{
	font-size: 0.8rem;
	line-height: 1.2;
}
.form-select, input {
	color: #ffff ;
	background-color: #381a5a;
	/*opacity: .5;*/
}
.form-select {
	transform: skew(0deg)!important;
	    border-bottom: 1px solid #11aedb;

}

@media (max-width: 600px) {
	.btn-pink span, .btn-pink a, .btn-purple span, .btn-purple a {
		font-size: 0.9em;
	}

	.row &.centered &.mt-5 &.align-items-end &.pb-4{
			margin-top: 1.5rem!important;
	}
}
.space60{
	display: block;
	height: 150px;
}

/* GENOMMA LAB*/

.cont-imgc{
	width: 100%;
    max-width: 450px;
    height: auto;
    margin: 2px auto 2px;
}
.img-top img{
	width: 100%;
}
.img-top {
	margin: 0;
}

.cont-imgc.thanks{
	max-width: 200px;
	width: 100%;
	 margin: 0 auto;
	 
}
.cont-imgc.home-img{
	max-width: 530px;
	width: 100%;
	 margin: 0;
	 
}
.cont-imgc.img-footer{
	max-width: 0px;
	text-align: center;
	max-width: 80px;

}
.align-items-end{
	align-items: end;
}
.mr-desk-0{
	margin-right: 0;
}
.top25{
	margin-top: 25px;
}

.bg-ft{
	
	background-image: url('../img/bg-ft.jpg');
	background-size: cover;
	position: relative;
	overflow: hidden;

}
.bg-ft.home{
	background-image: url('../img/bg-ft-home.jpg');
background-repeat: no-repeat;

}
.bg-ft.dark{
	background-image: url('../img/bg-ft.jpg');
	background-size: 100% 100%;

}
.bg-pleca{
	position: relative;
}

.gracias-text.dos{
	margin: 31px auto 31px;
}

.logo{
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.logo img{
	width: 110px;
	margin: 0 auto 40px;
	display: block;
}

.link-text{
	color: #ffffff;
	text-decoration: underline;
	position: relative;
	z-index: 2;
}
.link-text:hover{
	color: #C2FC00;
}
.t-center{
	text-align: center;

}

.pat-sec{
	background-color: rgba(85, 66, 92, .5);
	position: relative;
	z-index: 0;
}
.pat-sec::before{
	content: '';
	width: 12px;
	background-color: rgba(85, 66, 92, .5);
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -12px;
}
.pat-sec::after{
	content: '';
	width: 12px;
	background-color: rgba(85, 66, 92, .5);
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
}
.pat-sec-wrp{
	max-width: 500px;
    margin: 0 auto;
}



.pat-sec span{
	font-family: 'Montserrat-regular';
	font-size: 14px;

}
.pat-sec .img-fluid{
		max-width: 100% !important	;
	}

@media (max-width: 750px) {
	.pat-sec .img-fluid{
		max-width: 50% !important	;
	}

}

@media (max-width: 600px) {
	.pat-sec .img-fluid{
		max-width: 100% !important	;
	}
	.pat-sec .col-sm-6 {
		max-width: 85px;
	   
	}
	.pat-sec-wrp{
		justify-content: center;
	}

	/*.form-text{
		font-size: 1.3em;
    padding-left: 3%;
    text-align: left;
    margin-bottom: 0;
    margin-top: 15%;
	}*/
	.modal-title{
		font-size: 1.2em;
    	line-height: inherit;
	}

}

.font16{
	font-size: 16px;
}
.home-img-mob{
	display: none;
}
.box-text{
	max-width: 400px;
}
@media (max-width: 992px) {
	.cont-imgc{
		width: 100%;
		height: auto;
		margin: 40px auto 0;
	}
	.title-text{
		
		line-height: 30px;
		line-height: inherit;
		padding-left: 0;
    text-align: center;
	}
	.title-text br{
		display: none;
	}
	.date-text{
		/*font-size: 18px;*/
		line-height: 1;
		
	}
	.date-text br{
		display: none;
	}
	.gracias-text {
		margin: 20px auto 25px;
		font-size: 1.3rem;
	}
	.gracias-text br{
		display: none;
	}
	.note p{
		 margin: auto;
		 width: 100% !important;
    margin-left: auto;
    padding-left: 2%;
    padding-top: 6%;
	}

	.no-image {
		display: block !important;;
	}

	.cont-imgc.home-img{
		display: block;
		width: 95%;
    margin-left: 0;
    margin: 0 auto;
	}
	.home-img-none{
		display: none  !important;
	}

	.a-items-center figure{
		text-align: center;

	}

	.a-items-center{
		justify-content: center;
		text-align: center;
	}
	#registro{
		max-width: 95%;
		margin: 0 auto;
	}
	.input-group.twolines{
		width: 100%;
		
	}
	.bg-ft{
	
	
		background-size: contain;
		position: relative;
		overflow:unset;

	}
}
.





 .note p{
 	font-size: 0.8em;
    color: #ffff;
    width: 360px;
    margin-left: auto;
    padding-left: 27%;
 }

 .content-box{
 	max-width: 1300px;
    margin: 0 auto;
 }

  .content-box .btn-index{
  	width: 39px;
    height: 38px;
    background-color: #f6f6f6;
    position: absolute;
    z-index: 5;
    right: 59px;
    font-size: 26px;
    top: 100px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-family: 'Montserrat-Medium';
    color: black;
    border: 2px solid grey;
        line-height: 1.5;
    font-size: 1.3rem !important;
    text-decoration: none !important;
    font-weight: 800;

  }

@media (max-width: 650px){
	.content-box .btn-index{
		width: 35px;
    height: 35px;
    right: 15px;
    font-size: 22px;
    top: 100px;
   

	}
.input-group{
	text-align: left;
}
	
}

 .no-image {
 	display: none;
 }
 
 #registrationForm .btn-purple{
 	color: #ffff !important;
 }

 .cookies {
    position: fixed;
    left: 12px;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #0090E5;
    border-top: 5px solid #ffcf00;
    color: #000;

}
.cookies-message {
	max-width: 500px;

}
.cookies p{
	color: #ffff;
	font-size: 1rem:
	line-height:1.2;
	padding-top: 2%;
}
.btn-accept{
	 background-color:#ffcf00;
	 color: #000;
	 width: 100%;
	 max-width: 350px;
	 margin-bottom: 2%;
}
.cont-b{
	display: none;
}
.checkbox-wrp input{
	margin-left: 10px;
}

@media(max-width:600px){
	.rss-link {
		font-size: 16px;
		padding: 10px;
	}
	.bg-pleca .log{
		    height: 30px;
    margin: 2% 0;
	}
	footer .col-lg-4 {
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	footer .container-fluid{
		padding: 0;
		margin: 0;

	}
}




