/** BANNER PRINCIPAL*/
section.content-banner-principal, .content-slider-op {
    height: 90vh;
}

.slider-hero-banner {
    background-size: cover;
    height: 90vh;
    background-position: center;
	background-attachment: fixed;
}

h3.titulo-banner {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
}

.content-text {
    position: absolute;
    top: 40%;
    left: 10%;
}

footer .content-text {
	position: relative;
}

a.btn-header-hero-home {
    position: absolute;
    padding: 10px 20px;
    border-radius: 46px;
    color: white;
    font-size: 20px;
    font-weight: 900;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


a.btn-header-hero-home:hover{
	background-color: white !important;
}

.container-banner-principal {
    position: relative;
    width: 120%;
    overflow: hidden;
}


h2.titulo-dos-banner {
    position: absolute;
    left: 15%;
    top: 37%;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 44px;
    color: white;
    max-width: 32%;
}

section.content-banner-principal {
    height: 100vh;
    margin-bottom: -150px;
}

/** Boton extras */

.content-blue-contain {
    max-width: 80%;
    margin: auto;
    background-color: var(--azul-oscuro);
    border-radius: 50px;
    position: relative;
    box-shadow: 0px 7px 17px rgb(0 0 0 / 34%);
}   

ul#menu-menu-secundario {
    display: flex;
    text-align: center;
    align-items: center;
    height: 106px;
    list-style: none;
    padding: 0px 20px;
}

ul#menu-menu-secundario li {
    flex: 1;
}

nav.menu-principal.menu-content li a {
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 13px;
}

ul#menu-menu-secundario li {
    flex: 1;
    margin: 25px;
    transition: 0.35s;
}



/* icons */



li#menu-item-61 a, nav.menu-principal.menu-content li a, nav.menu-principal.menu-content li a, nav.menu-principal.menu-content li a{
    position: relative;
}

li#menu-item-61>a::after, nav.menu-principal.menu-content li a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f155';
    position: absolute;
    left: -32px;
    top: 6px;
    font-size: 35px;
    transition: 0.35s;
}

li#menu-item-68>a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f674';
    left: -48px;
    top: 36%;
}

li#menu-item-154>a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f56f';
    left: -48px;
    top: 36%;
}

li#menu-item-65>a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f05a';
    left: -48px;
    top: 36%;
}

/** nuestra visión */

.container-nuestra-vision {
    max-width: 80%;
    margin: auto;
    margin-top: 71px;
}

.grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 64px;
}

h3.titulos-vision {
    font-weight: bold;
    font-size: 35px;
    line-height: 44px;
    color: var(--azul-oscuro);
}

p.parrafo-nuestra-vision {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.right-grid img {
    height: 303px;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 23px;
}


/** soporte y otros */

.seportes-otros{
    position: relative;
}

.seportes-otros::before {
    content: url(../img/figuras/circulo\ blue.svg);
    position: absolute;
    top: -25%;
    left: -3%;
}


/** DE TU INTERES */

.container-de-tu-interes {
    max-width: 80%;
    margin: auto;
}

h3.titulo-section {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 44px;
    color: var(--azul-oscuro);
    margin-bottom: 46px;
}

.container-blog-cards {
    background: var(--azul-oscuro);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.35s;
}

.container-blog-cards:hover{
    transition:0.35s;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.grid-content-post-interes-noticias {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 60px;
}

.head-imagen {
    height: 207px;
    background-size: cover;
}

.body-card-blog {
    max-width: 80%;
    margin: auto;
    list-style: none;
    min-height: 150px;
    position: relative;
}

h3.title {
    color: white;
    font-size: 25px;
    margin: 0;
    margin-top: 20px;
}

span.categoria-post li a {
    color: white;
    list-style: none;
    position: relative;
    left: -20px;
}

span.categoria-post {
    display: none;
}

p.excerpt {
    display: none;
}

.leer-mas-btn a {
    background: var(--azul-claro-dos);
    color: white;
    padding: 10px 25px;
    border-radius: 24px;
}

.leer-mas-btn {
	text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 19px;
}

.body-card-blog p {
    color: white;
    margin-top: 9px;
    margin-bottom: 5px;
}


span.time {
    background: white;
    padding: 10px;
    border-radius: 0 0 14px 0;
}

@media(max-width:780px){

    /** Banner */

    section.content-banner-principal, .content-slider-op, section.content-banner-principal {
        height: 75vh;
    }

    section.content-banner-principal{
        margin-bottom: -64px;
    }

    h2.titulo-dos-banner{
        max-width: 50%;
        top: 37%;
        font-size: 26px;
        line-height: 29px;
    }
	
	.slider-hero-banner{
		height: 72vh;
	}
	
	h3.titulo-banner {
		color: white;
		font-size: 22px;		
		text-align: center;
	}
	
	a.btn-header-hero-home{
		padding: 9px 14px;
		border-radius: 46px;
		font-size: 18px;
		position: relative;
	}

    /** Banner secundario */

    .content-blue-contain{
        max-width: 90%;
        text-align: center;
    }

    ul#menu-menu-secundario{
        display: block;
        height: 71px;
        padding: 0px 0px;
    }

    button.slick-arrow {
        position: absolute;
        top: 33%;
    }

    /** Nuestra visión **/

    .grid-content{
        grid-template-columns: 1fr;
        grid-gap: 3px;
    }

    .container-nuestra-vision {
        max-width: 85%;
    }

    p.parrafo-nuestra-vision{
        font-size: 16px;
        line-height: 20px;
    }

    .seportes-otros::before{
        z-index: -1;
        left: -90px;
        transform: scale(0.5);
    }

    button.slick-prev.slick-arrow {
        left: -17px;
    }

    /* tab */

    .tab-general-personal{
        max-width: 92%;
    }

    .content-internal-tab {
        max-width: 96%;
        padding-top: 12px;
        padding-bottom: 13px;
        line-height: 21px;
    }

    /** de tu interes */

    .container-de-tu-interes{
        max-width: 95%;
    }

    .grid-content-post-interes-noticias{
        grid-gap: 28px;
    }

    .slick-prev, .slick-next{
        background-color: transparent;
        color: #fff;
        width: 21px;
        height: 27px;
    }

}
