.formColors{
    color:#FF6B00;
}
.letraTemplate {
	color: greenyellow;
	font-size: 300;
	font-weight: bolder;
}
.footerImageContainer {
	margin-top: -25px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

.footerBox
{

    padding-left: 0px;
    padding-right:0px;
}

.footerImage {
	height: 50px;
}
.logo2 {
	height: 50px;
}

.whatsappLogo {
	height: 25px;
	padding-right: 15px;
	margin-top: 1px
}

.whatsappNumber {
	font-size: 14px;
}

.flagContainer {
	font-size: 12px;
	font-family: "FuenteBody";
	font-weight: bold;
	margin-top: 50px;
	margin-right: 20px;
	float: right;
}

.flag {
	height: 12px;
}
.backgroundText {
	margin: auto;
	width: 57%;
	height: 85%;
	text-align: left;

	padding-top: 100px;
	margin-left: 12%;
	color: black;
}


.boxTitle {
	color: #333333;
	text-align: left;
	font-size: 32px;
	font-weight: 00;
	font-family: 'FuenteTitulo', 'sans-serif';
}

.boxContainer {
	border: 1.5px solid #F0F0F0;
	font-family: 'FuenteBody', sans-serif;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	color: #2F2F2F;
	padding-top: 40px;
	padding-bottom: 40px;
}

.skyBlue {
    color: #731414 !important;
    word-wrap: break-word;
}

.phoneIcon {
	font-size: 20px !important;
}

.skyBlueNum {
    color: #00a6e3;
    word-wrap: break-word;
    font-size: 15px;
    font-weight: 600;
}

.redNum {
    color: #731414 !important;
    word-wrap: break-word;
}

.glyphicon.glyphicon-phone-alt {
	font-size: 27px;
}




.answerTextTipos {
    font-family: 'FuenteBody', 'sans-serif';
	text-align: left;
	font-size: 15px;
	color: #2F2F2F;
	font-weight: 500;
}

.answerText {
	font-family: 'FuenteBody', 'sans-serif';
	text-align: center;
	font-size: 20px;
	color: #2F2F2F;
	font-weight: 500;
}

.headerText {
	font-family: 'FuenteTitulo', 'sans-serif';
	font-size: 20px;
}

.questionText {
	font-family: 'FuenteTitulo', 'sans-serif';
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

.questionText2 {
	font-family: 'FuenteTitulo', 'sans-serif';
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #333333;
}

.boxNumber {
	margin-top: 15px;
	border-right: 1px solid #D8D8D8;
	height: 80px;
}

p.numbers {
    display: block;
    font-family: 'FuenteNumeros', 'sans-serif';
    text-align: right;
    font-size: 74px;
    font-weight: 400;
    color: #00a6e3;
    padding-top: 0px;
    line-height: 50px;
}

p.numbersForm {
    font-family: 'FuenteNumeros', 'sans-serif';
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    margin-top: -8px;
    margin-left: -15px;
   
    color: #731414;
    border: none 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.boxNumber0 {
	margin-top: 12px;
	margin-right: 0px;
	border-right: 1px solid #D8D8D8;
	height: 80px;
	width: 11.111%;
	font-family: 'FuenteNumeros', 'sans-serif';
}

.boxFooter{
    background-color: #1E1C00; 
}

.prefooterContainer {
	background-color: #F3F3F3;
	height: 260px;
	display: table;
	width: 100%;
	text-align: center;
	font-family: 'FuenteBody', 'sans-serif';
	font-size: 14px;
}

.prefooterText {
	color: #2F2F2F;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-family: 'FuenteBody', 'sans-serif';
}

.prefooterTitle {
	color: #2F2F2F;
	font-size: 34px;
	font-weight: 700;
	font-family: 'FuenteBody', 'sans-serif';
}

.footerContainer {
	color: #2F2F2F;
	display: table;
	width: 100%;
	text-align: center;
	font-family: 'FuenteBody', sans-serif;
	/* background-image: url('../resources/footerimg.png');
	background-size: contain; */
	 /* Ajusta el tamaño de la imagen para cubrir todo el fondo */
	font-size: 14px;
	font-weight: 500;
	display: block; 
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
  }

.footerText {
	background-color: #4E4D52;
	height: 80px;
	color: #2F2F2F;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-family: 'FuenteBody';
}

.downloadButton {
    background-color: #00a6e3;
    width: 280px;
    font-weight: 600;
    font-family: 'FuenteBody', 'sans-serif';
}

.lineXs {
	width: 120px;
	border-top: 1px solid #D8D8D8;
}

.fullContainer {
	font-family: 'FuenteBody', sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #2F2F2F;
}

.inputBox {
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
	font-family: 'FuenteBody', 'sans-serif';
	position: relative !important;
    z-index: 0 !important;
}

.inputBox option:hover {
    background-color: #8ACADE !important;
}

.custom-option:hover {
    background-color: #8ACADE !important;
}

.enviarButton {
    background-color: #fea80e;
    width: 110px;
    height: 50px;
    font-weight: 600;
    border-radius: 10px;
}

.cancelButton {
    background-color: #731414;
    width: 110px;
    height: 50px;
    font-weight: 600;
    border-radius: 2px;
}

.navigationButton {
	background-color: #731414;
	font-weight: 600;
	border-radius: 2px;
	margin: 5px 0;
}

.nav-tabs > li.active > a {
	background-color: #731414 !important;
	color: white !important;
  }
  
 
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
	background-color: #731414;
	color: white;
  }

#optionaldataText:hover {
	text-decoration: none;
}

#optionaldataText:link {
	text-decoration: none;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 102px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}




.regresarButton {
	color: white;
}

.backGround {
	display: table-cell;
	vertical-align: bottom;
	width: 1000px;
}

.man {
	vertical-align: bottom;
	margin: auto;
	width: 700px;
	margin-top: -20px;
}

.man2 {
	vertical-align: bottom;
	width: 100%;
}

.topBar {
	background-color: #FFFFFF;
	height: 77px;
	text-align: center;
	margin: auto;
}

.logo {
	height: 50px;
}

.logoContainer {
	float: left;
	margin-left: 10%;
	margin-top: 20px;
}

.EYlogo {
	float: right;
	height: 60px;
	margin-right: 120px;
	margin-top: 5px;
}

.download {
	width: 280px;
}

.welcomeText {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	padding-top: 10%;
}

.wTitle {
	font-size: 47px;
	font-weight: 500;
	color: white;
	margin-top: 6%;
	font-family: 'FuenteTitulo', sans-serif;
	text-shadow: 1px 1px black
}

.wBody {
	font-size: 20px;
	font-weight: 500;
	font-family: 'FuenteBody', sans-serif;
	color: white;
	text-shadow: 1px 1px black
}

.wtr {
	display: table;
	vertical-align: bottom;
}

.gradient {

	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
}

.td2_2 {
	display: table-cell;
	vertical-align: bottom;
	width: 63%;
	text-align: left
}

.table2 {
	display: table;
	height: 100%;
}

.topBar2 {
	display: block;
	background-color: white;
	height: 77px;
	width: 100%
}

.footertop {
	text-align: right;
	margin-left: 20px;
}

.footertexttop {
	width: 100%;
	margin-top: 30px;
	color: rgb(128, 128, 128);
	margin-left: -60px;
	font-size: 14px;
}

.EYFooterLogo {
	margin-top: -50px;
}

.footerTextfoot {
	text-align: left;
    margin-bottom:10px;
    font-size:18px;
    margin-left: 8px;
    margin-right: 8px;
}

/* .footerfoot {
	height: 100px;
	// background-color: #731414;
} */

.body {
	font-family: 'FuenteBody', 'sans-serif';
}
html, body {
  overflow-x: hidden;
  margin: 0; 
  padding: 0; 
  width: 100%; 
  box-sizing: border-box; 
}

.control-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 200px;
	height: 210px;
	margin: 10px;
}

.control {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 1.1rem;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	margin-left: -8px;
}

.control--radio .control__indicator {
	border-radius: 50%;
	color: #731414;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
	background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #731414;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #731414;
}

.control input:disabled~.control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.control input:checked~.control__indicator:after {
	display: block;
}

.control--checkbox .control__indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
	border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
	background: #7b7b7b;
}

.select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}

.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #e6e6e6;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select select:hover,
.select select:focus {
	color: #000;
	background: #ccc;
}

.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
	border-top-color: #000;
}

.select select:disabled~.select__arrow {
	border-top-color: #ccc;
}











.btn-warning {
    background-color: #731414;
    border-color: #731414;
	color: white;
}
.btn-warning:hover {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}
.btn-warning[disabled]:hover {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}
.btn-warning:active:focus {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}
.btn-warning:active {
    background-color: #731414;
    border-color: #731414;
	color: white;
}
.btn-warning:focus {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}
.btn-warning:disabled{
	background-color: #cecece;
	color: #2f3030;
	border-color: #cecece;
}

.topContainerxs {
	background-position: center center;
	height: 450px;
	color: white;
	text-align: left;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url(headderImage_2.jpg);
	background-position: 58% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}


.topBackground1 {
	height: 500px;
	position: absolute;
	top: 77px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-image: url(headderImage_2.jpg);
	background-position: 90% 70%;
	background-repeat: repeat;
	background-size: 100% auto;
}

.backgroundTextxs {
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 14%;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 0.3) 100%);

	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 0.3) 100%);

	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000', GradientType=1);

}

.topContainermd {

	height: 500px;
	color: white;
	text-align: left;
	margin: auto;

	background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);

	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);

	background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000', GradientType=1);

}
.navigationTab{
	/* z-index: 1;
	position: fixed;
	left: 50%;
	width: 60%; 
	 transform: translate(-50%, -100%); */
	background-color: white;
}

@media only screen and (min-width: 651px) and (max-width: 991px) {
	.navigationTab{
		width: 90%;
		background-color: white;
		margin:auto;
		position: static;
		transform: none;
	}
}
/* .formulario{
	padding-top: 250px;
} */
@media only screen and (max-width: 991px) {
	.formulario {
		padding-top: 0px !important;
	}
}
.submitBut{
	margin-left: -75px;
}
@media only screen and (max-width: 320px) {
	.download {
		width: 180px !important;
	}
	.wBody {
		font-size: 20px !important;
		font-weight:500;
		font-family: 'FuenteBody', sans-serif;
	}
	
}

@media only screen and (max-width: 380px) {
	.bodyTextForm {
		width: 83.33%;
		font-family: 'FuenteTitulo';
		font-size: 30px !important;
	}
	
}

@media only screen and (max-width: 400px) {
	.flagContainer {
		margin-right: 2%;
		margin-top: 45px;
	}
	.logoContainer {
		margin-left: 5% !important;
	}
	.download {
		width: 220px !important;
	}
	
}

@media only screen and (max-width: 650px) {
	.flagContainer {
		margin-top: 45px;
	}
	.navigationTab {
		z-index: initial !important;
		position: initial !important;
		left: initial !important;
		width: initial !important;
		transform: initial !important;
		background-color: initial !important;
	  }
	  .formulario{
		padding-top: initial !important;
	}
	.submitBut{
		margin-left: initial !important;
	}
}

@media only screen and (min-width: 650px) {
    .topContainerxs {        
        background-position: center center;
        background-color: rgba(255, 255, 255, 0.05);
        background-image: url(headderImage_2.jpg);
        background-position: 58% center;
        background-repeat: no-repeat;
        background-size: 100% auto ;
    }
}

@media only screen and (min-width: 992px) {
	#slide1,
	#slide2,
	#slide3,
	#slide4,
	#slide5,
	#slide6,
	#slide8,
	#slide9,
	#slide10 {
		display: block !important;
	}
	.boxLeft {
		margin-right: 0px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.boxRight {
		margin-left: 0px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.box4 {
		margin-top: -30px;
	}
	.box5 {
		margin-top: 10px;
	}
	.wTitle {
		font-size: 48px !important;
	}
	.topBar {
		margin-left: -60px;
	}
}

@media only screen and (max-width: 992px) {
	.wBody {
		font-size: 22px !important;
	}
	.boxNumber {
		margin-right: 20px;
		width: 70px;
		height: 65px;
	}
	.boxNumber0 {
		margin-right: 20px;
		width: 70px;
		height: 65px;
	}

	
	
	.boxContainer {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.bodyTextForm {
		padding-left: 20px !important;
		font-family: 'FuenteTitulo';
		font-size: 2rem;
	}

	.inputTopMargin {
		margin-top: 15px;
	}
	#slide2,
	#slide3,
	#slide4,
	#slide5,
	#slide6,
	#slide7,
	#slide8,
	#slide9,
	#slide10 {
		display: none;
	}
	.logo {
		height: 50px;
	}
	.EYlogo {
		float: right;
		margin-right: 5% !important;
		margin-top: 6px;
	}
	.logoContainer {
		float: left !important;
		margin-left: 5% !important;
		margin-top: 23px !important;
	}
	.topBar {
		width: 100% !important;
	}
}


@font-face {
	font-family: 'FuenteBody';
	src: url("/@resources/fonts/Arquitecta-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'FuenteBody';
	font-weight: bold;
	src: url('/@resources/fonts/Arquitecta-Regular.otf') format("opentype");
}
@font-face {
	font-family: 'FuenteNumeros';
	src: url("/@resources/fonts/Arquitecta-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'FuenteTitulo';
	src: url('/@resources/fonts/Arquitecta-Regular.ttf') format("truetype");
}

.bodyFont {
	font-size: 20px;
}

.regresarButton:hover {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}
.regresarButton:active:focus {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}
.regresarButton:active {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}
.regresarButton:focus {
    background-color: #500f0f;
    border-color: #500f0f;
	color: white;
}


div.transbox{
    background-color: #00a6e3;
    background: rgba(0,166,227,0.4);
    border: 1px solid #00a6e300;
}
div.transbox p{
    margin: 5%;
}



.titulo2 {
  text-align: center;
}



.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}


.switch input {
opacity: 0;
width: 0;
height: 0;
}


.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #731414;
}

input:focus + .slider {
box-shadow: 0 0 1px #1F3491;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}


.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

.switchAlert {
  border: 1px !important;
  border-radius: 34px !important;
  border-style: solid !important;
  color: red !important;
  font-size: 1.25rem;
}

.switchDefault {
  border: 1px none !important;
  font-size: 1.25rem;
}

.alertText {
  text-decoration: underline !important;
  color: red !important;
}

.center {
  margin: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.defaultContainer {
  height: 60px;
  position: relative;
}

.modal {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
   
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    display: flex;
   
    flex-direction: column;
   
    align-items: center;
}


@media screen and (max-width: 600px) {
  .boxTitleResponsive {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .listModalResponsive {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 600px) {
.responsiveHide{
	display: none;
}
}

.boxTitleRed {
   
    color: #d21c1f;
    text-align: left;
    font-weight: 600;
    font-family: 'FuenteTitulo', 'sans-serif';    
}

.button_welcome {
    width: auto;
    border-radius: 10px;
    color: white;
	background-color:#2f3030 !important;
}

.button_welcome:hover {
    color: white !important;
	background-color: #191919 !important;
}
.return_welcome {
    width: 60%;
    border-radius: 10px;
    color: Blue;
    margin-top: 15px;
}

.opciones {

	background-color: white;
	display: inline-block;
	border-radius: 15px;
	line-height: 0;
  }

  .opciones img {

	border-radius: 15px;
	border: 5px solid transparent;
	display: block;
  }

.opciones:hover{
    color: rgb(0, 157, 204);
    cursor: pointer;
    opacity: 0.5;
}

.opciones2 {

	background-color: #731414;
	display: inline-block;
	border-radius: 15px;
	line-height: 0;
  }

  .opciones2 img {

	border-radius: 15px;
	border: 5px solid transparent;
	display: block;
  }

.opciones2:hover{
    color: rgb(0, 157, 204);
    cursor: pointer;
    opacity: 0.5;
}

.modal-content3 {
    background-color: #ffffff;
    margin: auto;
    margin-right:   30px;
     margin-left : 10px;
   
    border: 1px solid #888;
    width: 70%;
   
}

.modal-content4 {
    background-color: #ffffff;
    margin: auto;
    margin-right:   30px;
     margin-left : 10px;
   
    border: 1px solid #888;
    width: 50%;
   
}

.m-t-0 {
   margin-top: 0px !important; 
}
.m-t-5 {
   margin-top: 5px !important; 
}
.m-t-10 {
   margin-top: 10px !important; 
}
.m-t-15 {
   margin-top: 15px !important; 
}
.m-t-20 {
   margin-top: 20px !important; 
}
.m-b-0 {
   margin-bottom: 0px !important; 
}
.m-b-5 {
   margin-bottom: 5px !important; 
}
.m-b-10 {
   margin-bottom: 10px !important; 
}
.m-b-15 {
   margin-bottom: 15px !important; 
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-l-25 {
    margin-left: 25px !important;
}
.m-r-0 {
    margin-right: 0px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.p-l-0 {
    padding-left: 0px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.red {
    background-color:#e4e1e1 !important;
    border-color: #e4e1e1 !important;
	color: #2f3030;
}

.uploadButton {
	background-color: #731414 !important;
    border-color:  #731414 !important;
}



.textLayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    line-height: 1;
    font-family: sans-serif;
}

p:not([class]) {
    font-size: 18px;
}

:root {
    font-size: 20px;
}

#comboTipoDenuncia {
    font-size: 1rem;
}

.bodyTextForm {
	padding-left: 20px !important;
	font-family: 'FuenteTitulo';
	font-size: 1.25rem !important;
}

.bodyTextForm2 {
	font-family: 'FuenteTitulo';
	font-size: 0.9rem;
}

.bodyTextForm3 {
	font-family: 'FuenteTitulo';
	font-size: 1.1rem;
	text-align: justify;
}


input[type="text"] {
    font-family: 'FuenteTitulo';
    font-size: 1rem;
}

.select_std {
    font-family: 'FuenteTitulo';
    font-size: 1rem;
    opacity: 0.68;
}

.select_std2 {
    font-family: 'FuenteTitulo';
    font-size: 1rem;
    opacity: 0.97;
}

.select_std option {
    font-family: 'FuenteTitulo';
    font-size: 1.12rem;
}

.scaleUp {
	transform: scale(1.5);
}

.scaleUp3 {
	transform: scale(1.6);
	padding-left: 90px;
}

.scaleUpLandingButtons {
	transform: scale(1.2);
}








.form-page {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.form-page.active {
    display: block;
    opacity: 1;
}

#page2 {
	padding-top: 50px;
	text-align: left;
}

#page3 {
	padding-top: 50px;
	text-align: left;
}

.button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .btn {
	white-space: nowrap;
	padding: 10px 20px;
	min-width: 120px;
	border: 1px solid transparent;
	display: inline-block;
	box-sizing: border-box;
	
  }

  .btnTelChannels {
	white-space: nowrap;
	padding: 10px 20px;
	min-width: 20px;
	border: 1px solid transparent;
	display: inline-block;
	box-sizing: border-box;
  }

  .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

	.custom-file-upload {
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-left: 200px; */
	}

	.file-upload-container {
		display: flex;
		justify-content: center;
		align-items: center;
		/* padding-left: 65px; */
	  }
  
  .custom-file-upload {
	display: flex;
	align-items: center;
	font-size: 2em;
	width: auto;
  }
  
  .custom-file-upload .btn-primary {
	background-color: #731414;
	border: 1px solid #731414;
	border-top-right-radius: 0;
  	border-bottom-right-radius: 0;
	white-space: nowrap;
	padding: 0.5em 1em;
  	font-size: 1rem;
  }
  .custom-file-upload .btn-primary:hover {
	background-color: #500f0f;
	border: 1px solid #500f0f;
	border-top-right-radius: 0;
  	border-bottom-right-radius: 0;
	white-space: nowrap;
	padding: 0.5em 1em;
  	font-size: 1rem;
  }
  
  .custom-file-upload .form-control {
	flex-grow: 2;
	/* width: 520px !important; */
	font-size: 1rem;
	height: 51px;
  }
  
  #archivo0 {
	display: none;
  }
  
  .scaleUp2 {
	transform: scale(2);
  }

.enviarPopUp {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
	font-size: 20px;
}

#lower-nav-tabs {
    display: flex; /* or 'block' depending on your layout */
    width: 100%; /* Adjust as needed */
    justify-content: center; /* For flexbox, to center the items */
    /* Add other necessary styles */
}

.zIndex0 {
	z-index: 0 !important;
}


.phpButton {
	background-color: #731414 !important;
	color: white !important;
	margin-left: 10px;
	margin-right: 10px;
}