*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
}

.main-header {
    min-height: 0px!important;
}

.vc_col-sm-12 {
    float: none;
}

.compartir{
    display:none;
}

.header{
    height: 700px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    display: block;
    position: relative;
}
.header .logos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    height: 120px;
	margin-top: 30px;
	margin-left: 10%;
}
.header .logos a:first-child{
    width: 208px;
}
.header .logos a:last-child{
   color: #fff;
   font-family: 'Open Sans',Arial, Helvetica, sans-serif;
   font-size: 16px;
}
.header .logos img{
    width: 208px;
}
.header .description-bunner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 450px;
	width: 100%;
    max-width: 1040px;
    margin: 0 auto!important;
    }
.header .description-bunner h3{
    color: #00EEFF;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding-right:15px;
    padding-left:15px;
}
.header .description-bunner h1{
    color: #FFFFFF;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin-top: 15px;
    padding-right:15px;
    padding-left:15px;
}
.sub-header{
    background-color:#2F82FE;
    text-align: center;
    display: block;
}
.sub-header h4{
    color: #00EEFF;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    padding-left:5%;
    padding-right:5%;
}
.sub-header div{
    width: 100%;
    display: block;
    max-width: 1040px;
    margin: 0 auto;
}
.sub-header div p{
    color: #00EEFF;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 10px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 50px;
    padding-left: 2%;
    padding-right: 2%;
}
.container{
    display: block;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.content-news{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-news .new {
    width: calc((100% - (40px * (3 - 1))) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.content-news .new:last-child,
.content-news .new:nth-child(3n) {
    margin-right: 0;
}

.content-news .new > img{
    height: 208px;
	object-fit: cover;
    object-position: center center;
}

@media (max-width: 699px) {
    .content-news .new {
        width: 100%;
        margin-right:   0;
        margin-bottom: 40px;
    }

    .content-news .new:last-child {
            margin-bottom: 0;
        }
		
	.container{
		padding-left: 40px!important;
		padding-right: 30px!important;
	}
	
	.content-news{ 
        grid-template-columns: 100%;
    }
	
	.content-news .new > img {
        height: auto!important;
    }
}
.content-news .new > img {
    width: 100%;
}
.content-news .new h2, .content-news .new h2 a{
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 21px;
    line-height: 28px;
    margin-top: 15px;
    max-height: 112px;
    overflow: hidden;
}
.content-news .new p{
    margin-top: 15px;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    flex: 1;
}
.content-news .new a{
   
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    color: #0066FF;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.pre-footer{
    
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 20px;
    
}
.pre-footer p{
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    padding-top: 20px;
    padding-bottom:20px;
    
}

.leer img {
    width: auto;
    margin-left: 4px;
}
.leer {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.v-adv--sky{
	display: none;
}

.sub-header img{
	width: auto;
    margin: 0 auto;
	margin-bottom: 24px;

}

@media only screen and (max-width: 500px){
    .header .description-bunner h1{
        font-size: 28px;
        line-height: 36px;
    }
    .header .description-bunner h3{
        font-size: 23px;
    }
    .header{
        height: auto;
    }
    .sub-header div p{
         padding-left: 5%;
        padding-right: 5%;
    }
    .sub-header h4{
        font-size: 26px;
        
    }
}

@media (max-width: 770px) {
	.header .logos img{
		width: 170px!important;
	}
}

@media (min-width: 768px) {
    .content-news{width:95% !important;margin:20px !important;}
}