
.contenedor-informacion{
	padding-top: 1rem!important;
}
/*contenido*/
.lista-programas{
	font-weight: bold;
	font-size: 18px;
}
.lista-programas{
	padding-left: 2rem;
}
.lista-programas li{
	list-style-image: url('../img/Icon ionic-ios-school.png');
	padding-bottom: 15px;
}

.text-green{
	color: var(--color-verde-1);
}

.text-gobierno{
	color: var(--color-rojo-1);
}

.button-primary{
	background: var(--color-verde-1);
	color: white;
	font-size: 14px;
	padding: 14px 25px;
	white-space: normal;
	word-wrap: break-word;
}		
.button-primary:hover, .button-primary:focus{
	color: white;
	background: var(--color-verde-1)!important;
}

/*buscador*/
.buscador{
	padding: 0rem 1rem;
}
.buscador .input-group {
	display: flex;
}
.buscador .input-group input[type="text"]{
	height: 48px;
	color: darkgray;
	border: 0px;
	padding: 10px 20px;
	font-size: 1em;

}
.buscador .input-group input[type="text"]:focus{
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;

}
.buscador .input-group{
	background: white;
	box-shadow: 0px 3px 6px #00000029 !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	align-items: center!important;

}
.buscador .input-group .input-group-append{
	margin-left: 0px!important;

}
.buscador .input-group .input-group-prepend{
	margin: auto;
	padding: 0rem 0.5rem;
	border: 0px;
}
.buscador .input-group .input-group-prepend img{
	width: 80%;
}
.buscador .input-group-text{
	border: 0px!important;
	background: transparent!important;
}

.buscador .form-text-curp a{
	color: var(--color-verde-2);
}

/*resultado*/
.scroll {
    max-height: 800px;
    overflow-y: auto;
}
.card-resultado{
	margin-top: 2rem;
	padding: 2rem 1rem;
	box-shadow: 0px 3px 6px #00000029 !important;
	background: white;
	border-radius: 5px;
}
.card-resultado .card-body{
	padding: 1rem;
	font-size: 14px;
	overflow-y: hidden;
}
.card-resultado .card-body .icon img{
	width: 100px;
	overflow-y: hidden;
}

.card-resultado .card-body .resultado-line{
	padding-top: 1rem;
	border-bottom: 2px solid #ddd;
	padding: 5% 5%;
}
.card-resultado .card-body .resultado-text{
	padding-right: 20px;
}
.card-resultado .card-body .title-heading{
	font-family: "Montserrat-Bold";
	font-size: 25px;
}

.card-resultado .icon-resultado{
	width: 80px;
}

#msg {
    font-size: 14px;
    color: var(--color-rojo-1);
    font-weight: bold;
}

.padron{
	font-family: Montserrat-Regular;
	font-size: 20px;
	color: var(--color-verde-1);
	text-align: justify;
}
.padronB{
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: var(--color-verde-1);
	text-align: justify;
}


#resultado a{
	color: var(--color-verde-2)!important;
}

.time-consulta{
	color: var(--color-gris-2)!important;
	font-size: 14px!important;
}
.textoActRep {
	padding: .5em .5em 0 .5em !important;
}

.interlineadoReduce {
	line-height: 0.85em !important;
}
  /*inicio Animación de rebote mail */
.mail-icon-container {
	position: relative;
	width: 150px!important;
	height: 150px!important;
  }
  
  /* Icono de mail */
  .mail-icon {
	width: 100%;
	height: auto;
	animation: bounce 2s infinite ease-in-out;
  }
  
  
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-20px);
	}
	60% {
	  transform: translateY(-10px);
	}
  }

    /* fin Animación de rebote mail */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
/* Extra small devices (phones, 600px and down) */

@media only screen and (min-width: 300px){
	
}
@media only screen and (max-width: 400px)  {
	
	.buscador{
		padding: 1rem 0rem!important;
	}
	.buscador span.input-group-text{
		font-size: 10px;
	}
	.buscador .input-group .input-group-prepend{
		padding: 0.5rem!important;
	}
	.buscador .input-group input[type="text"]{
		padding: 5px 10px!important;
		font-size: 12px!important;
		height: 43px!important;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.button-primary{
		font-size: 10px!important;
		padding: 14px 15px!important;
	}
	.card-resultado .card-body{
		padding: 0px;
	}
	.card-resultado .card-body .icon img{
		width: 40px;
	}
	.card-resultado .icon-resultado{
		width: 40px;
	}
	.padronB{
		font-size: 12px !important;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.card-resultado .card-body{
		padding: 0.5rem;
	}
	.card-resultado .card-body .resultado-text{
		padding-left: 1.6rem;
	}
	.contenedor-padding{
		padding: 5rem 3.0rem;
	}
	
}

@media only screen and (min-width: 768px){
	
}


@media only screen and (max-width: 768px) {
	.buscador{
		padding: 2rem 0rem 0rem 0rem!important;
		
	}
}
@media only screen and (min-width: 920px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
/*/////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////P R E L O A D E R//////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////*/


#preloader {
	z-index: 20000000;
}

/* preloader */
#preloader {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	/*background-color: white;*/
	/*opacity:0.8;*/
	/* Opacidad 60% */
	z-index: 100000;
	display: none;
}

.color_preloader {
	color: 233052 !important;
}

#loader {
	height: 100%;
	display: block;
	position: relative;
	/*left: 38%;
    top: 40%;
    width: 30%;
    height: 30%;*/
	top: 0;
	bottom: 0;
	/* margin: -75px 0 0 -75px; */
	/*background: var(--color-verde-1);*/
	background: #611232;
	color: white;
	opacity: 0.9;
	box-shadow: 0px 3px 6px #00000029 !important;

}

#loader .cargando {
	font-size: 20px;
	/*color: white;*/
	/*font-family: montserrat-SemiBold;*/
	/*padding: 4rem 0rem 0rem 0rem;*/
	color: white;
	top: 50%;
	position: absolute;
	left: 50%;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	top: 55%;
	position: absolute;
	left: 50%;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}
.form-controlbs {
    width: 100%;
    height: 70px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.is-invalid{
    border-color: #dc3545!important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("../img/iconosV4/exclamation-circle.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 2.1875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
	box-shadow: 0px 0px 2px 1px #dc3545 !important;
}
.is-valid-true {
    border-color:#75b798!important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("../img/iconosV4/check-circle.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 2.1875rem) center;
	background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
	box-shadow: 0px 0px 2px 1px #75b798 !important;
}
.is-invalid-FL{
    border-color: #dc3545!important;
    padding-right: calc(1.5em + 3.75rem);
    background-image: url("../img/iconosV4/exclamation-circle.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 2.1875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
	box-shadow: 0px 0px 2px 1px #dc3545 !important;
}
.is-valid-true-FL {
    border-color:#75b798!important;
    padding-right: calc(1.5em + 3.75rem);
    background-image: url("../img/iconosV4/check-circle.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 2.1875rem) center;
	background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
	box-shadow: 0px 0px 2px 1px #75b798 !important;
}
svg.precaution {
	background-image: url("../img/iconosV4/Precaution.svg");
	width: 70px;
	height: 70px;
	text-align: center;
	viewBox: 0 0 16 16;
	background-repeat: no-repeat;
	font-family: Montserrat-Bold;
	border-color: #000 !important;
}
svg.next {
	background-image: url("../img/iconosV4/arrow-right-circle.svg");
	width: 70px;
	height: 70px;
	text-align: center;
	viewBox: 0 0 16 16;
	background-repeat: no-repeat;
	font-family: Montserrat-Bold;
	border-color: #000 !important;
}
.btn-primary:hover{
	border: 2px solid #9D2449;
	background-color: #9D2449;
	color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 4px 1px rgb(56, 56, 56) !important;
}
svg.next:hover {
	color: #fff;
	border-radius: 1000px;
	box-shadow: 0px 0px 4px 1px rgb(56, 56, 56) !important;
}