/******
    Desarrollado: Ing Alfredo Marcano
    Empresa: Pitcce, C.A
    Localidad: Maracay - Venezuela
    Diseño: Ing Alfredo Marcano
**/

@import url(icons.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.cont85{
    margin: 0 auto;
    width: var(--width-80);
}

.cont90{
    margin: 0 auto;
    width: var(--width-90);
}

:root{
    --bg-rojo-benve: #a01127;
    --bg-grey-benve: #87868a;
    --bg-grey-black-benve:#444242;
    --bg-grey-black-benve-transparencia:#4d4d4d70;
    --bg-rojo-benve-transparencia: #a01127cc;
    --bg-blanco-text-rojo-benve: #fff;
    --bg-blanco-text-negro-benve: #000;
    --bg-box-shadow-grey: #c3c3c3;
    --bg-box-shadow-grey-clear: #f0f0f0;
    --width-80: 80%;
    --width-90: 90%;
}

.bg-benve{background: var(--bg-rojo-benve); color: var(--bg-blanco-text-rojo-benve);}
.bg-grey-benve{background: var(--bg-grey-benve); color: var(--bg-rojo-benve);}
.separador-benve{ display: block; height: 1px; width: 100%; background: var(--bg-rojo-benve-transparencia); margin: 10px 0;}
.text-justify{ text-align: justify;}

nav{
    background-color: var(--bg-rojo-benve);
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 2em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 1px 10px -2px #767676;
}

    .nav-logo{
        height: 100%;
        width: 160px;
        padding: 10px;
    }

    .nav-links{
        display: flex;
        list-style: none;
        gap: 0 40px;
        color: var(--bg-blanco-text-rojo-benve);
        margin-bottom: 0;
    }

        .nav-links a{
            text-decoration: none;
            color: var(--bg-blanco-text-rojo-benve);
        }
.nav-btn{display: none;}

header{
    width: 100%;
}

    .header-img{
        height: 100%;
        width: 100%;
    }
    
    .header-img img{
        height: max-content;
        width: 100%;
    } 
    
    .sbenTop{
        width: var(--width-80);
        margin: 0 auto 1.5em;
        position: relative;
    }

        .sbenTopLinks{
            padding: 0 0.5em;
            bottom: -80px;
            margin-bottom: 20px;
            position: absolute;
            z-index: 10;
            width: 100%;    
            display: flex;
            justify-content: space-between;
            gap: 0 20px;
        }

            .sben-Calc{
                width: 100%;
                min-height: 190px;
                padding: 1em 1.5em;
                display: block;
                background-color: #ffffffcc;
                box-shadow: 6px 10px 10px -4px var(--bg-grey-benve);
                color: var(--bg-blanco-text-negro-benve);
                position: relative;
                margin-bottom: 20px;
            }

                .sben-count{
                    transform: translateX(75%);
                    transition-duration: 700ms;
                    color: var(--bg-rojo-benve);
                }

                .sben-porc{
                    color: var(--bg-grey-benve);
                    font-size: 1.8rem;
                    margin-left: -10px;
                }

            .sben-Calc a{
                text-decoration: none;
                color: unset;
            }

            .sben-Calc::after{
                position: absolute;
                content: url("../imagenes/sec1-after.svg");
                width: 20%;
                top: 10%;
                left: 7%;
                transform: translate(-0%, -0%);
                transition: all 300ms ease-in-out;
                opacity: 1;
            }

            .sben-Calc:hover::after{
                opacity: 1;
                top: -7%;
                left: 7%;
                transition: all 500ms;
                opacity: 0;
            }

            .sben-Calc::before{
                position: absolute;
                content: url("../imagenes/sec1-before.svg");
                width: 20%;
                top: -10%;
                right: 7%;
                transform: translate(-0%, -0%);
                transition: all 300ms ease-in-out;
                opacity: 0;
            }

            .sben-Calc:hover::before{
                opacity: 1;
                top: 7%;
                right: 7%;
                transition: all 500ms;
            }

            .sben-Calc:hover{
                background:var(--bg-rojo-benve);
                cursor: pointer;
                transition-duration: 600ms;
            }

                .sben-Calc:hover p, .sben-Calc:hover .sben-porc {
                    color: var(--bg-blanco-text-rojo-benve);
                }
                
                .sben-Calc:hover .sben-count{
                    color: var(--bg-blanco-text-rojo-benve);
                    transform: translateX(0%);
                    transition-duration: 600ms;
                }

            .sben-Calc p{
                font-size: 14px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.sben1{
    height: max-content;
    padding: 3em 0 4em;
}

    .sben1-grid{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
        background-color: transparent;
    }
    
    .sben1-grid-img{
        width: 100%;
        height: 100%;
        background-color: transparent;
        box-shadow: 5px 5px 18px -1px #c4c4c4;
    }

        .sben1-grid-img img{
            width: 100%;
            height: 100%;
            object-fit: cover;        
        }

    .sben1-grid-cont{
        display: flex;
        flex-direction: column;
        height: 95%;
        margin: auto;
        position: relative;
    }

        .sben1-grid-tit{
            width: 100%;
            height: 100%;
            padding: 1.3em 2em;
            background: var(--bg-rojo-benve);
            color: var(--bg-blanco-text-rojo-benve);
            margin: auto auto auto -40px;
            position: relative;
        }

        .sben1-grid-tit:hover .sben1-grid-btn{
            opacity: 1;
        }

        .sben1-grid-btn{
            opacity: 0;
            position: absolute;
            right: 20px;
            bottom: 20px;
            box-shadow: 0px 0px 2px 0px var(--bg-grey-benve);
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            background: white;
            color: var(--bg-rojo-benve);
            cursor: pointer;
        }

        .sben1-grid-links{
            margin-left: 40px;
            height: 100%;
            padding: 1em;
            list-style: none;
        }

            .sben1-grid-links li{
                margin-bottom: 1em;
            }

            #skills-section{
                padding: 1em 0 1em 3em;
                /* background-color: #c1c4c5ac; */
            }

            .progreso {
              width: 100%;
              height: 2.5em;
              background-color: var(--bg-box-shadow-grey-clear);
              border-radius: 15px;  
              font-size: 12px;
            }
                
            .progreso .progreso-bar {
                width: 50%;
                height: 100%;
                background-color: var(--bg-rojo-benve);
                border-radius: 15px;
                position: relative;
                opacity: 0;
                transition: all 1.5s;
            }

            .progreso-bar span{
                position: absolute;
                top: 50%;
                right: 0;
                color: white;
                transform: translate(-50%, -50%);
            }

            #skills-section p{
                font-size: 1.1em;
                margin-top: 10px;
                margin-bottom: 0.3em;
                font-weight: bold;
                color: var(--bg-grey-black-benve);
            }

            /***/
        .sben1-logo{
            position: absolute;
            bottom:-4em;
            right: 0;
            z-index: -1;
        }

.sben2{
    background: url(../imagenes/grafic-2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: max-content;
    padding: 4em 0;
}

    .sben2-flex{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 10px;
    }

        .sben2-links{
            background: var(--bg-rojo-benve-transparencia);
            min-width: 22%;
            color: var(--bg-blanco-text-rojo-benve);
            position: relative;
            min-height: 80vh;
        }

        .sben2-links figure{
            height: 200px;
            margin: 0px;
        }
            .sben2-links figure img{
                object-fit: cover;
            }
            
        .sben2-links-text{
            padding: 1em;
        }
            .sben2-links-text p{
                display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
            }  

        .sben2-links-btn{
            border: 0px;
            border-radius: 6px;
            background-color: var(--bg-grey-black-benve);
            width: max-content;
            padding: 0.4em 0.5em;
            margin: 1em 0 0.5em;
            position: absolute;
            bottom: 0px;
            right: 10px;
        }

        .sben2-links-btn a{
            text-decoration: none;
            color: var(--bg-grey-benve);
        }

        .sben2-links-btn:hover a{
            cursor: pointer;
            color: white;
        }
        
.sben3{
    background: var(--bg-box-shadow-grey-clear);
    height: 100vh;
}

    .sben3-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px 0px;
        padding: 2em;
        position: relative;
        height: 100vh;
    }

    /* .sben3-grid::before{
        top: 60%;
        left: 80p;
        transform: translate(-42%, -28.5%) rotate(-26deg);
        content: '';
        position: absolute;
        width: 100px;
        height: 0;
        border: 23px solid white;
        z-index: 1;
    } */

    .sben3-grid-links-1, .sben3-grid-links-2, .sben3-grid-links-3{
    height: max-content;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    position: relative;
    background-color: white;
    }

    .sben3-grid-links-1 li::after, .sben3-grid-links-2 li::after, .sben3-grid-links-3 li::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff29;
    opacity: 1;
    cursor: pointer;
    }

    .sben3-grid-links-1 li:hover::after, .sben3-grid-links-2 li:hover::after, .sben3-grid-links-3 li:hover::after{
    background-color: var(--bg-rojo-benve-transparencia);
    }

    .sben3-grid-links-1 li img, .sben3-grid-links-2 li img, .sben3-grid-links-3 li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }


    .sben3-grid-links-1 li:first-child, .sben3-grid-links-3 li:first-child{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 66vh;
    clip-path: polygon(0% 0%, 0% 80%, 100% 40%, 100% 0%);
    }

    .sben3-grid-links-1 li:last-child, .sben3-grid-links-3 li:last-child{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 66vh;
    clip-path: polygon(0% 52%, 0% 100%, 100% 100%, 100.00% 12%);
    }

    .sben3-grid-links-2 li:first-child{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 66vh;
    clip-path: polygon(0% 0%, 0% 40%, 100% 80%, 100% 0%);
    }

    .sben3-grid-links-2 li:last-child{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 66vh;   
    clip-path: polygon(0% 12%, 0% 100%, 100% 100%, 100% 52%);
    }

    /* link superiores por paneles */

    .sben3-grid-links-1 li:first-child span, .sben3-grid-links-2 li:first-child span, .sben3-grid-links-3 li:first-child span{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150%;
    text-transform: uppercase;
    width: max-content;
    padding: 0.75rem 1.25rem;
    color: var(--bs-white);
    text-shadow: 0px 0px 5px var(--bg-grey-black-benve);
    }

    .sben3-grid-links-1 li:first-child:hover span, .sben3-grid-links-2 li:first-child:hover span, .sben3-grid-links-3 li:first-child:hover span{
    opacity: 0;
    cursor: pointer;
    }

    /* link inferiores por paneles */

    .sben3-grid-links-1 li:last-child span, .sben3-grid-links-2 li:last-child span, .sben3-grid-links-3 li:last-child span{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150%;
    text-transform: uppercase;
    width: max-content;
    padding: 0.75rem 1.25rem;
    color: var(--bs-white);
    text-shadow: 0px 0px 5px var(--bg-grey-black-benve);
    }

    .sben3-grid-links-1 li:last-child:hover span, .sben3-grid-links-2 li:last-child:hover span, .sben3-grid-links-3 li:last-child:hover span{
    opacity: 0;
    cursor: pointer;
    }

    .sben3-grid-links-1 li p, .sben3-grid-links-2 li p, .sben3-grid-links-3 li p{
    position: absolute;
    color: var(--bg-blanco-text-rojo-benve);
    top: 0;
    opacity: 0;
    height: auto;
    transition: 0.1s ease-in-out all;
    padding: 0em 1em;
    z-index: 10;
    }

    .sben3-grid-links-1 li:first-child:hover p, .sben3-grid-links-2 li:first-child:hover p, .sben3-grid-links-3 li:first-child:hover p{
    transform: translateY(30px);
    transition:all 400ms ease-in-out;
    height: auto;
    opacity: 1;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
    }

    .sben3-grid-links-1 li:last-child:hover p, .sben3-grid-links-2 li:last-child:hover p, .sben3-grid-links-3 li:last-child:hover p{
		transform: translateY(75%);
		transition:all 400ms ease-in-out;
		height: auto;
		opacity: 1;
		display: flex;
		align-items: flex-end;
		cursor: pointer;
		display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
		bottom: 0;		
    }

    .sben3-grid:after{
    top: 35%;
    right: 0;
    transform: translate(43%, -82%) rotate(-30deg);
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 60px solid;
    border-color: transparent transparent transparent #fff;
    }

/*** Section 4 ***/
.sben4{background-color: var(--bg-rojo-benve);padding: 4em 0;width: 100%;}
.sben4-grid{width: 100%;height: 100%;}
.sben4-grid-tit{display: block;text-align: center;margin: 0px auto 20px;font-size: 3.3rem;color: var(--bg-blanco-text-rojo-benve);text-transform: uppercase;}
svg.radial-progress{height:auto;max-width:80%;padding:0;transform:rotate(-90deg);width:100%;background:#f0f0f0;border-radius:50%; box-shadow: inset 0px 0px 10px -1px var(--bg-grey-black-benve);}
section.svg-container svg.radial-progress:nth-child(even) {margin: 0 15px;}
svg.radial-progress circle{fill:transparent;stroke:#fff;}
svg.radial-progress circle.bar-static{stroke:var(--bg-box-shadow-grey)!important;}
svg.radial-progress circle.bar--animated{stroke-dasharray:219.91148575129;stroke:var(--bg-rojo-benve);stroke-dashoffset:219.91148575129;stroke-width:4px;stroke-linecap:round;}
svg.radial-progress text{fill:var(--bg-rojo-benve);font-size:10px;font-weight:bold;text-anchor:middle;text-shadow:0 0 5px #0000007a;}
svg.radial-progress .title-progress{font-size: 5px !important; text-align: justify;}

.sben5{
    background-color: var(--bg-box-shadow-grey-clear);
    padding: 2em;
}

    .sben5-grid{
        display: grid;
        grid-template-columns: 45% 55%;
        grid-gap: 4px;
        align-items: center;
    }

        .sben5-grid-blog{
            height: 100%;
            width: 100%;
        }
        
        .sben5-gacetas{
            position: relative;
        }    

            .sben5-grid-cont{
                background-color: #fff;
                width: 100%;
                min-height: 62vh;
                padding: 1rem 1.5em;
            }
            
            .sben5-grid-cont h3{
                display: block;
                text-align: center;
                margin: 0px 0 1rem;
                font-size: 26px;
            }
            
            .sben5-grid-img{
                width: 100%;
                height: 220px;
                margin-bottom: 1rem;
                box-shadow: 0px 0px 4px 1px var(--bg-box-shadow-grey);
                /* border: 1px solid var(--bg-rojo-benve); */
            }
                .sben5-grid-img img{
                    object-fit: cover;
                }

            .sben5-grid-cont p, .sben5-grid-cont ul{
                display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
            }

        .sben5-gacetas .owl-nav{
            display: flex;
            justify-content: space-between;
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
        }

            .sben5-gacetas.owl-carousel .owl-nav button.owl-prev, .sben5-gacetas.owl-carousel .owl-nav button.owl-next{
                font-size: 2.5rem;
                color: var(--bg-rojo-benve);
            }

        .sben5-gacetas .owl-dots{
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 10px;
            padding: 10px;
        }
        
        .sben5-gacetas .owl-dots .owl-dot{
            width: 12px;
            height: 12px;
            background-color: var(--bg-grey-benve);
            border-radius: 50%;
        }           
        
        .sben5-gacetas .owl-dots .owl-dot.active{
            background-color: var(--bg-rojo-benve);
        }

        .sben5-btn{
            display: block;
            text-align: center;
            margin: 10px auto;
        }
            .sben5-btn a{
                width: max-content;
                background-color: var(--bg-rojo-benve);
                padding: 0.5rem 1.25rem;
                text-decoration: none;
                color: var(--bg-blanco-text-rojo-benve);
                border-radius: 4px;
            }


        .sben5-grid-carousel{
            width: 100%;
            height: 100%;
        }

            .sben5-tit{
                padding:0 1.5em;
                margin-left: auto;
                margin-right: auto;
                display: block;
                text-align: center;
                width: 100%;
            }
            
            .sben5-carousel{
                list-style: none;
                margin-bottom: 0;
            }

                .sben5-contet{
                    background: var(--bg-box-shadow-grey);
                    padding: 0.5em 1.5em 1em;
                    color: var(--bg-blanco-text-negro-benve);
                    min-height: 70vh;
                    text-align: justify;
                    font-size: 16px;
                }

                .sben5-contet h4{
                    display: block;
                    width: 100%;
                    border-bottom: 1px solid var(--bg-rojo-benve);
                    color: var(--bg-blanco-text-rojo-benve);
                    padding: 0.5rem 0;
                    text-align: center;
                    font-size: 22px;
                    font-weight: bold;
                }
                .sben5-contet p{
                    display: -webkit-box;-webkit-line-clamp: 20;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
                }

                .sben5-contet ul li{
                    margin-bottom: 1rem;
                    position: relative;
                }

                .sben5-contet ul li::after{
                    position: absolute;
                    content: '⋗';
                    top: 0%;
                    left: -7%;
                    color: var(--bg-rojo-benve);
                    font-weight: bold;
                }

footer{
    height: max-content ;
    background-color: #87868a;
}

    .footer-redes{
        background-color: white;
        padding: 1em 0;
    }

        .footer-redes .cont85{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .footer-redes-icon{
                width: 250px;
            }

            .footer-redes-icon img{
                width: 100%;
                height: 100%;
            }

            .footer-redes-links{
                display: flex;
                list-style: none;
                gap: 20px;
                margin-bottom: 0;
            }

            .footer-redes-links li a{
                border:1px solid #a01127;
                padding: 0.3em 0.5em;
                height: 100px;
                width: 100px;
                font-size: 2em;
                text-decoration: none;
                border-radius: 4px;
                color: var(--bg-blanco-text-negro-benve);
                position: relative;
                z-index: 1;
            }

            .footer-redes-links li a:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                transform: scale(0,0);
                left: 0px;
                top: 0px;
                z-index: -1;
                transition: all 500ms ease;
            }

            .footer-redes-links li a:hover{
                transition: 0.7s ease-in-out all;
                color: #f0f0f0;
            }
            
            .footer-redes-links li a:before {
                background: -webkit-linear-gradient(320deg, #bc0923, #434040);
                border-radius: 2px;
            }
            .footer-redes-links li a:hover:before {
                transform: scale(1,1);
            }

    .footer-contact{
        padding: 3em 0 1em;
    }

        .footer-contact .cont85{
            display: flex;
            justify-content: space-between;
        }

        .footer-links-title{
            margin-bottom: 1em;
            color: var(--bg-blanco-text-rojo-benve);
        }

        .footer-contact-about{
            width: 100%;
            height: 100%;  
            margin-bottom: 2rem;         
        }
        
            .footer-contact-about p{
                line-height: 2em;
                margin-bottom: 2em;
            }

            .footer-link-input{
                width: 100%;
            }

                .footer-link-input input{
                    border-radius: 3px;
                    border: none;
                    padding: 0.5em 0.8em;
                    width: 80%;
                }

        .footer-contact-links, .footer-contact-servics, .footer-contact-contacts{
            width: 40%;
            height: 100%;
        }

        .footer-contact-links li, .footer-contact-servics li, .footer-contact-contacts li{
            line-height: 2.5em;
            font-size: 18px;
        }
        
            .footer-contact-links li a, .footer-contact-servics li a, .footer-contact-contacts li a{
                text-decoration: none;
                color: var(--bg-box-shadow-grey);
            }

            .footer-contact-links li a:hover, .footer-contact-servics li a:hover, .footer-contact-contacts li a:hover{
                color: var(--bg-blanco-text-rojo-benve);
                transition: all 0.6s ease;
                border-bottom: 1px solid var(--bg-rojo-benve);
                width: max-content;
            }

    .footer-terms{
        background-color: #444242;
        padding: 2em 0;
        color: white;
    }

        .footer-terms .cont85{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .footer-terms-copyright p{
                margin-bottom: 0;
            }
            
                .footer-terms-copyright p a{
                    list-style: none;
                    color: var(--bg-rojo-benve);
                }

            .footer-terms-nav{
                display: flex;
                margin-bottom: 0;
                gap: 20px;            
            }

                .footer-terms-nav li {
                    position: relative;
                    display: inline-block;
                    margin-right: 35px;
                }

                    .footer-terms-nav li a{
                        text-decoration: none;
                        color: var(--bg-blanco-text-rojo-benve);
                    }

                .footer-terms-nav li:before {
                    position: absolute;
                    content: '';
                    background: #9b9b9c;
                    width: 1px;
                    height: 16px;
                    top: 7px;
                    right: -18px;
                }

/************** QUERY PAGE INDEX ***************/

@media (max-width: 650px){
    :root{
        --width-80: 90%;
    }
    nav{ padding: 0 1rem; height: auto;}
    .nav-logo{width: 120px;}
    .nav-btn{ display: flex; flex-direction: column; gap: 6px; width: 100%; background: #ffffff33; padding: 0.5rem; border-radius: 4px;}
    .nav-btn span{ width: 25px; height: 4px; background-color: white;}

    .nav-links{
        display: none;
        flex-direction: column;
        position: fixed;
        height: max-content;
        width: 70%;
        background: var(--bg-rojo-benve);
        top: 50px;
        left: 0;
        gap: 15px;
        font-size: 1.2rem;
        padding: 1rem 2rem;
        box-shadow: 0px 1px 1px 1px var(--bg-blanco-text-rojo-benve);
        transition: all 0.5s;
        border-bottom-right-radius: 8px;
    }

    .nav-links li:after{
        content: "-";
        position: absolute;
        left: 10px;
    }
    
    .sbenTop{width: var(--width-90);}

    .header-img{height: 400px;}
    
        .header-img img{height: 100%;object-fit: cover;}

    .sbenTopLinks{padding: 0;bottom: -110px;}

    .sben-Calc{min-height: 180px;margin-bottom: 10px;padding: 1em;box-shadow: 0px 0px 6px -2px var(--bg-grey-benve);}

        .sben-Calc::after, .sben-Calc::before{width: 15%;}

        .sben-count{margin-bottom: 1rem;}

    .sben1-grid{grid-template-columns: auto;}

        .sben1-grid-tit{width: 90%;margin: -80px auto auto auto;padding: 1rem 1.5rem;}

            .sben1-grid-tit p{font-size: 14px;}
        
        #skills-section{padding: 0;}
    
    .sben2-flex{grid-template-columns: auto;gap: 20px 0;}

    .sben3{
        height: 100%;
    }
    .sben3-grid{
        grid-template-columns: 1fr;
        padding: 2rem 0;
        height: 100%;
    }
    .sben3-grid:before, .sben3-grid:after{
        display: none;
    }

    .sben3-grid-links-1, .sben3-grid-links-2, .sben3-grid-links-3 {
        height: 90vh;
    }

    .sben4{
        padding: 2em 0;
    }
        .sben4-grid-tit{
            font-size: 1.7rem;
        }

        svg.radial-progress{display: block;margin: 0 auto;}
    .sben5{
        padding: 1.5rem 0;
    }
        
        .sben5-grid{
            grid-template-columns: 100%;
            grid-gap:20px 0;
        }

        .sben5-grid-img{
            height: 200px;
        }
        
        .sben5-grid-img img{
            object-fit: fill;
        }

        .sben5-carousel{
            padding: 0;
        }

    .footer-redes .cont85{
        flex-direction: column;
    }

        .footer-redes-icon{
            width: 90%;
            margin-bottom: 1.5rem;
        }

        .footer-redes-links{
            padding: 0;
        }

    .footer-contact .cont85{ flex-direction: column;}
    .footer-terms .cont85{ flex-direction: column-reverse;}
    .footer-terms-copyright{text-align: center; margin: 1.5rem 0;}
    .footer-terms-nav {flex-direction: column;width: 100%;text-align: center;}
    .footer-terms{ padding: 2em 0 0;}
    
    .footer-terms-nav li:before {position: absolute;content: '';background: #9b9b9c;width: 100%;height: 1px;right: 0px;bottom: -6px;top: auto;}

    .footer-contact-links, .footer-contact-servics, .footer-contact-contacts{ padding-left: 0;}
}
/****************************************************************************************************************************************************/
/******************************************************** START PAGE HEADER GENERAL *****************************************************************/

.page-header{
    height: 70vh;
    background: url(../imagenes/Secondheader.png) #ffffff29;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
}

    .page-tit{
        position: absolute;
        font-size: 3rem;
        text-transform: uppercase;
        color: var(--bg-blanco-text-rojo-benve);
        border-bottom: 3px solid var(--bg-grey-black-benve);
        bottom: 5%;
        left: 10%;
        transform: translate(-5%, -5%);
    }
    
    .page-logo{
        position: absolute;
        right: 5%;
        bottom: 30%;
        transform: translate(-5%, -50%);
    }
    
    .page-img{
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
    }
    
@media(max-width:650px){
    .page-header{
        height: 33vh;
    }
    
    .page-tit{
        font-size: 1rem;
        bottom: 5%;
        left: 5%;
        transform: translate(-0%, -5%);
    }
    
    .page-logo{
        right: 0%;
        bottom: 30%;
        /* transform: translate(45%, -70%); */
        width: 50%;
    }

        /* .page-logo img{
        } */
}
@media (max-width:380px){
    /*p{font-size: 16px; }*/
}

/********************************************************* END PAGE HEADER GENERAL ******************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/********************************************************** START PAGE GACETAS **********************************************************************/

    .gace1{
        padding: 2.5rem 0;
    }

        .gace1-cont{
            padding: 1rem 0;
            font-size: 20px;
            line-height: 2rem;
            text-align: justify;
        }

        .gace1-grid{
            display: grid;
            grid-template-columns: 320px 1fr;
            grid-gap: 10px;
        }

            .gace1-grid-left{
                background-color: #767676;
                padding: 1rem;
            }

                .gace1-form{
                    display: flex;
                    flex-direction: column;
                }

                    .gace1-form label{
                        color: var(--bg-blanco-text-rojo-benve);
                        font-size: 1.7rem;
                        margin-bottom: 0.25rem;
                    }
                    .gace1-form input[type=text]{
                        border-radius: 4px;
                        padding: 0.25rem 0.5rem;
                        border: none;
                    }
                    .gace1-form input[type=submit]{
                        border: 0;
                        border-radius: 4px;
                        background-color: var(--bg-rojo-benve);
                        color: var(--bg-blanco-text-rojo-benve);
                        padding: 0.25rem 1.25rem;
                        font-size: 1.25rem;
                        width: 50%;
                        display: block;
                        margin: 10px 0;
                    }

            .gace1-grid-right{
                background-color:var(--bg-box-shadow-grey);
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                grid-gap: 20px;
                padding: 1rem;
            }

                .gace1-grid-right-items::before{
                    position: absolute;
                    content: url(../imagenes/icons/lupa.svg);
                    top: 50%;
                    left: 50%;
                    width: 27%;
                    transform: translate(-50%, -50%);
                    border-radius: 50%;
                    padding: 1rem 1.25rem;
                    opacity: 0;
                    transition: all 200ms ease-in-out;
                    background-color: var(--bg-grey-black-benve-transparencia);
                }

                .gace1-grid-right-items{
                    text-decoration: none;
                    width: 100%;
                    background: var(--bg-blanco-text-rojo-benve);
                    border-radius: 4px;
                    padding: 1rem;
                    position: relative;
                }
                .gace1-grid-right-items h4{
                        margin-bottom: 0;
                        color: var(--bg-rojo-benve);
                    }
                    
                    .gace1-grid-right-items span{
                        font-size: 12px;
                        color: var(--bg-box-shadow-grey);
                        display: block;
                        width: 100%;
                    }

                    .gace1-grid-right-items p{
                        padding: 10px 0 0;
                        font-size: 14px;
                        margin-bottom: 0;
                        color: var(--bg-blanco-text-negro-benve);
                        display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
                    }
                    .gace1-grid-right-items ul{
                        color: var(--bg-blanco-text-negro-benve);
                    }
                
                .gace1-grid-right-items:hover{
                    box-shadow: 0px 0px 3px 1px var(--bg-grey-black-benve);
                    cursor: pointer;
                    background-color: var(--bg-rojo-benve-transparencia);
                }

                .gace1-grid-right-items:hover::before{
                    opacity: 1;
                }

                    .gace1-grid-right-items:hover h4{
                        color: var(--bg-blanco-text-rojo-benve);
                    }

    .gace1-grid-left{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .gace1-grid-left h3{
        color: var(--bg-blanco-text-rojo-benve);
    }

    .gace1-old-items{
        display: flex;
        gap: 10px;
        align-items: center;
        text-decoration: none;
        color: inherit;
    }
        .gace1-old-items picture{
            width: 75px;
            height: 75px;        
        }
        .gace1-old-items p{
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 0;
            padding-bottom: 0;
        }
    
    .gace1-old-items:hover{
        background-color: var(--bg-grey-black-benve-transparencia);
        color: var(--bg-blanco-text-rojo-benve);
        cursor: pointer;
    }

    .table-gaceta{
        background-color: var(--bg-blanco-text-rojo-benve);
    }


/*************** QUERY PAGE GACETAS *************/
@media (max-width: 650px){
    .gace-header{
        height: 280px;
    }

        .gace-tit{
            font-size: 1.5rem;
        }

    .gace1-grid{
        grid-template-columns: 1fr;
    }
}
/********************************************************** END PAGE GACETAS ************************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/********************************************************* START PAGE NOSOTROS **********************************************************************/

.about1{
    padding: 2.5rem 0;
}

    .about1-cont{
        line-height: 2rem;
    }

        .about1-temas-items span{
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            margin-bottom: 1.5rem;
            box-shadow: 2px 2px 10px -4px var(--bg-rojo-benve);
            border-radius: 6px;
            padding: 1.5rem;
        }

        .about1-temas-items u{
            text-align: justify;
            line-height: 2rem;
        }

    .about1-socios{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 20px 40px;
        padding: 0;
    }

    .about1-socios-items{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 2rem 1rem;
        box-shadow: 2px 2px 12px -1px #87868a5c;
    }

        .about1-socios-items picture{
            width: 250px;
            height: 250px;
            margin-bottom: 0.7rem;
        }
        
        .about1-socios-items picture img{
            width: 100%;
            height: 100%;
        }

        .about1-socios-items h4{
            color: var(--bg-rojo-benve);
        }
        
        .about1-socios-items h6{
            color: var(--bg-grey-benve);
        }

            .about1-socios-redes{
                padding: 0;
                display: flex;
                justify-content: space-around;
                gap: 10px 20px;
                margin: 0.5rem 0;
            }
            
            .about1-socios-redes li{
                border-radius: 50%;
                box-shadow: 2px 4px 4px -1px var(--bg-grey-benve);
            }
            
            .about1-socios-redes a{
                height: 32px;
                width: 32px;
                display: block;
            }
            
            .about1-socios-redes li:hover{
                box-shadow: none;
                transform: scale(1.2, 1.2);
                transition: all 100ms ease-in-out;
            }


/********************************************************** END PAGE NOSOTROS ***********************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/********************************************************* START PAGE SERVICIOS *********************************************************************/

.services-item{
    box-shadow:0px 4px 7px -2px var(--bg-grey-benve); padding: 1rem; border-radius:0 0px 8px 8px;
}
.services-item:hover{
    box-shadow: 0px 4px 7px -2px var(--bg-rojo-benve), inset 0px 0px 1px 0px var(--bg-grey-benve);
}

/********************************************************* END PAGE SERVICIOS ***********************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/********************************************************** START PAGE BLOG *************************************************************************/

    .blog-benve{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 20px;
        padding: 0;
    }

    .blog-benve-items{
        display: flex;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 2px 2px 12px -1px #87868a5c;
    }

        .blog-benve-items picture{
            width: 100%;
            height: 220px;
            background: var(--bg-box-shadow-grey-clear);
            padding: 5px;
        }
        
        .blog-benve-items picture img{
            object-fit: cover;
        }

        .blog-benve-items h4{
            background: var(--bg-rojo-benve); 
            width: 100%; 
            text-align: center; 
            color: var(--bg-blanco-text-rojo-benve);
        }

        .blog-benve-items article{
            display: -webkit-box; 
            -webkit-line-clamp: 10; 
            -webkit-box-orient: vertical; 
            text-overflow: ellipsis; 
            height: auto; 
            overflow: hidden;
        }

        .blog-benve-items a{
            width: max-content;
            padding: 4px 8px;
            border-radius: 6px;
            text-decoration: none;
            background: var(--bg-grey-black-benve-transparencia);
            color: var(--bg-rojo-benve);
            margin-top: 10px;
        }

/********************************************************* END PAGE SERVICIOS ***********************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/******************************************************** START PAGE CLIENTES ***********************************************************************/
.show-client{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

.show-client-items{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 2px 2px 12px -1px #87868a5c;
}
.show-client-items picture{
    width: 100%;
    height: 220px;
    background: var(--bg-box-shadow-grey-clear);
    padding: 5px;
}
.show-client-items picture img{
    width: 100%;
    height: 100%;
    background: var(--bg-blanco-text-rojo-benve);
}
.show-client-items a{
    text-decoration: none;
    color: var(--bg-grey-benve);
}
/********************************************************* END PAGE CLIENTES ************************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/******************************************************** START PAGE  ***********************************************************************/
.range-letras{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.range-letras a{
    text-decoration: none;
    color: inherit;
}
/* .glosario-form{} */
/********************************************************* END PAGE  ************************************************************************/
/****************************************************************************************************************************************************/


/****************************************************************************************************************************************************/
/******************************************************** START PAGE  ***********************************************************************/

/********************************************************* END PAGE  ************************************************************************/
/****************************************************************************************************************************************************/