.contenedor {
	margin-top: 180px;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#contenido {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

#contenido> h5 {
    width: 100%;
    letter-spacing: 5px;
    color: #606060;
    text-align: start;
    font-size: 17px;
    border-bottom: 1px solid #267980;
    padding: 4px 0px 10px;
    margin: 0px;
    font-family: "lato medium";
    letter-spacing: 10px;
}

#section-info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.content-info {
    width: 90%;
    display: block;
    
    align-items: center;
    padding: 40px 20px 0 0;
}

.content-info-list iframe,
.content-info-list img {
	width: 100%;
	border-radius: 10px;
}

.content-info-list>p>span {
	font-size: 14px !important;
	margin: 10px 0px !important;
	color: #606060 !important;
	line-height: 22px !important;
}


.content-info>div>h5 {
    width: 100%;
    letter-spacing: 5px;
    color: #606060;
    text-align: start;
    font-size: 17px;
    border-bottom: 1px solid #267980;
    padding: 4px 0px 10px;
    margin: 0px;
    font-family: "lato medium";
    letter-spacing: 4px;
}

img.img-center {
    display: block;
    width: 100%;
    margin: auto;
}

img.img-round{
    border-radius: 15px;
}
.video-iframe{
    margin:20px 0 50px 0
}

@media screen and (min-width: 992px){
    .content-info>div>h5 {
        font-size: 14px;
        margin: 40px 0px;
    }

	
	.content-image-ben img {
		width: 60%;
	}
}

@media screen and (min-width: 992px){
    .content-title-section {
        margin: 60px 0px 0 0;
    }
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
}


form input[type='text'], input[type='number'], input[type='email'], form textarea,form select {
    border: 2px solid #B4B4B4;
    margin: 10px 0px;
    border-radius: 20px;
    padding: 10px;
    color: #B4B4B4;
    width: 100%;
	font-size: 14px;
}

.campo label,
.campo li,
#content-btn-enviar label {
    font-size: 12px !important;
	color: #606060;
	font-family: "lato light" !important;
}

ul,
ol {
	margin-left: 30px;
}

#content-btn-enviar>button {
    color: #ffffff;
    background-color: #267980;
    border-radius: 20px;
    padding: 2px 20px;
    font-size: 16px;
    transition: ease all 0.3s;
    border: none;
}

.content-info-list {
	margin-top: 20px;
}

.content-info-list>h5 {
	text-transform: uppercase;
}

.content-info-list>p {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0px;
	color: #606060;
	font-family: "lato medium";
	text-align: justify;
}

/* .content-info-list img {
	width: 100% !important;
	height: auto !important;
	border-radius: 10px;
} */

.img-medium {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.img-medium img {
	width: 70% !important;
}

.content-info-list label:not(:last-child) {
	/* display: none; */
}

.content-info-list form>p>span>span {
	text-align: center;
	font-size: 16px;
	margin: 50px 0px 10px;
	color: #267980;
}

.content-info-list form>p {
	margin: 50px 0px 20px;
}

.politicas {
	margin: 20px 0px;
}

.politicas p {
	font-size: 10px;
	color: #B4B4B4;
	line-height: 14px;
}

.lista-opciones-campo li {
	list-style: none;
	margin-bottom: 20px;
}

.lista-opciones-campo li:first-child {
	margin-top: 20px;
}

#content-form-nn {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-form-nn>div {
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-form-nn>div svg {
	width: 60%;
}

#content-form-nn>form {
	width: 90%;
}

.content-check {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    color: #606060;
    justify-content: center;
    text-align: left;
}

.content-check a {
    color: #267980;
    font-weight: bold;
}

@media screen and (min-width: 992px){
	#content-form-nn {
		flex-direction: row;
	}

	#content-form-nn>div {
		width: 40%;
	}

	#content-form-nn>form {
		width: 60%;
	}

	.content-info-list form>p>span>span {
		font-size: 20px;
	}
	
	#content-btn-enviar>button {
		font-size: 20px;
	}
}


.noticias{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.noticia-item{
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	justify-content: space-around;
	align-items: center;
	margin: 15px 0;
	font-size: 14px;
}

.noticia-item img, .noticia-item .descripcion{
	flex: 0 0 90%;
}

.noticia-item img{
	width: 50% !important;
	margin: 0 auto;
	border-radius: 20px;
}

.noticia-item .titulo {
    font-size: 16px;
    color: #747474;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'lato Bold';
}
.noticia-item .fecha{
	font-size: 14px;
	color: #747474
}

.noticia-item .resumen {
    margin: 20px 0px;
    font-size: 14px;
    color: #606060;
    font-weight: bold;
    line-height: 23px;
	text-align: justify;
}

.btn-leer-mas{
	font-size: 14px !important;
    border: 1px solid #7C7C7C;
    color: #7C7C7C;
    border-radius: 20px;
    padding: 2px 10px;
    transition: ease all 0.3s;
}

.btn-leer-mas:hover{
	transform: scale(1.1);
}
	
.noticia-item .descripcion{
	padding: 20px 0px;
}

.content-img-not {
	width: 50%;
	display: flex;
	justify-content: center;
	align-content: center
}

.content-img-not>img {
	width: 50%;
}

@media screen and (min-width: 992px){
	.noticia-item .resumen {
		margin: 20px 0px;
		font-size: 14px;
		color: #606060;
		font-weight: bold;
		line-height: 34px;
	}

	.noticia-item .fecha{
		font-size: 14px;
	}

	.noticia-item img, .noticia-item .descripcion{
		flex: 0 0 45%;
	}
	.noticia-item{
		flex-direction: row;
	}
	.noticia-item img{
		width: 40%;
	}
	.noticia-item img{
		border-radius: 25px;
	}
	
	.noticia-item .descripcion{
		padding: 20px 10px;
	}
	

	.noticia-item .titulo {
		font-size: 16px;
	}
	
	.noticia-item .resumen {
		line-height: 22px;
	}

	.noticia-item{
		margin: 70px 0;
	}
}


.banner img {
    width: 100%;
}

.banner{
	margin-top:40px;
}

.content-image-ben img {
	width: 100%;
}

.banner {
    margin: 70px 0 0 0;
}

#principal-content-cont {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#principal-content-cont>div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title-cont {
	width: 100%;
	display: flex;
	justify-content: center;
}

.title-cont>h5 {
	letter-spacing: 5px;
	color: #606060;
	text-align: start;
	font-size: 16px;
	border-bottom: 1px solid #267980;
	padding: 4px 0px 10px;
	margin: 40px 0px;
	font-family: "lato medium";
	letter-spacing: 4px;
}

.principal-content-card-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.content-card-cont {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #E3E3E3;
    border-radius: 10px;
	margin: 10px;
}

.content-card-cont>span {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #606060;
	font-size: 14px;
	margin: 20px 0px;
	font-family: "lato medium";
	align-items: center;
}

.content-card-cont>p {
	font-size: 14px;
	color: #ACACAC;
	text-align: center;
	font-family: "lato medium";
    margin-bottom: 10px;
    padding: 0px 30px;
}

.content-card-cont>a {
	font-size: 14px;
	color: #ACACAC;
	text-align: center;
	font-family: "lato medium";
	margin-bottom: 10px;
	word-break: break-all;
    padding: 0px 30px;
}

.table-no-border{
	border: none;
}
#section-info table {
    margin: auto;
	max-width: 100% !important;
}

a.btnVendeLote {
    background: #28883f;
    padding: 6px 0px;
    color: #fff;
    border-radius: 30px;
    /* display: flex; */
    margin: 39px auto 0;
    text-align: center;
    display: block;
    max-width: 264px;
}


@media(max-width:768px){

	#section-info table tr {
		display: grid;
	}

	

	
}

@media screen and (min-width: 992px){
    .principal-content-card-cont {
    	width: 90%;
    }
    
    .content-card-cont {
        width: calc(75% / 2 - 30px);
    	margin: 40px;
    }
}


/*sobre nucleo*/

.imgLogoConvenio {
    filter: grayscale(100%);
    margin-bottom: 30px;
    cursor: pointer;
}

.imgLogoConvenio:hover {
    filter: grayscale(0);
}

hr {
    border: 1px #77777721 solid;
}

@media(max-width: 767px){
	.imgLogoConvenio {
	    max-width: 90% !important;
	    height: auto !important;
	}
}

#container-main{
    margin:40px auto;
    width:95%;
    min-width:320px;
    max-width:960px;
}

#container-main h1{
    font-size: 40px;
    text-shadow:4px 4px 5px #16a085;
}

.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear:both;
}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 20px;
    font-weight: 300;
    background: #F2F2F2;
    color: #000;
    text-decoration: none;
}


.accordion-titulo:hover {
    background: rgb(0 0 0 / 9%);
}

.accordion-titulo span.toggle-icon:before {
    content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}

.accordion-content p{
    margin:0;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}

.accordion-content p {
    margin: 17px auto;
    text-align: center;
}

.inputs input {
    width: 49% !important;
    border-radius: 0 !important;
}
.fields-text textarea {
    border-radius: 0;
    max-width: 99%;
    /* margin: auto; */
    /* display: block; */
}
@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}

div#s-trabaje-con-nosotros {
    text-align: center;
}
#s-trabaje-con-nosotros h4{
	margin: 15px 0;
}

.action {
    /* float: right; */
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: start;
}

