/*
Theme Name: vidaschool
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .logo .retina-logo, 
#header.sticky-header .logo .sticky-retina-logo{
    width: 300px;
    max-width: 130px;
}

.container-m{
    max-width: 80%;
    margin: 0 auto;
}
.porto-ibanner > img {
    max-height: 350px;
    border-radius: 20px;
}

.banner-gradient{
    border-radius: 20px;
    overflow: hidden;
}

.banner-gradient::before{
    content: '';
    background: #b6bfb5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    /*background: #AF9784;
    background: linear-gradient(360deg, rgba(175, 151, 132, 1) 0%, rgba(175, 151, 132, 0) 100%);
    background: #2F5C45;
    background: linear-gradient(360deg, rgb(47 92 69 / 43%) 0%, #af978466 100%);*/
}

#header,
 #main,
 .page-top,
 body{
    background: #f3f2ea;
}

#header .searchform-popup{
    display: none;
}

.page-top {
    border-bottom: none;
}

.page-top ul.breadcrumb>li {
    text-shadow: none;
    text-transform: initial;
    line-height: inherit;
    color: #333;
}

.imagen-rounded img{
    border-radius: 20px;
    box-shadow: 4px 5px 6px 1px #00000030;
}

.griding{
    margin-block: 55px;
}

.griding .wpb_wrapper.vc_column-inner{
    background: #ffffff96;
    padding: 20px !important;
    border-radius: 20px;
    height: 100%;
    border: 2px solid white;
}

#header .main-menu > li.menu-item.active:hover > a, 
#header .main-menu > li.menu-item:hover > a,
#header .main-menu > li.menu-item.active > a{
        color: var(--porto-primary-color);
}

.form-vs > .row > div[class*="col"]{
    display: flex;
    flex-direction: column;
}

span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    letter-spacing: normal;
}

.form-vs label{
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: normal;
}

.form-vs label span{
    color:#2f5c45;
}

.form-vs input:not([type="file"]):not([type="checkbox"]),
.form-vs select{
    width: 100%;
    height: 50px;
    border: 1px solid #3333334f;
    border-radius: 5px;
    padding-inline: 15px;
}

.form-vs textarea{
    width: 100%;
    border: 1px solid #3333334f;
    border-radius: 5px;
}

.form-vs input[type="submit"]{
    width: fit-content;
    padding-inline: 55px;
}

.form-vs .row + .row{
    margin-top: 10px;
}

.footer-wrapper{
	padding-top: 150px;
}

footer > svg{
    margin-bottom: -1px;
}

footer::before{
    content:'';
    background-image:url('/wp-content/uploads/2025/07/footer-pattern.webp');
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: 700px;
    z-index: 9;
    opacity: .7;
    background-repeat: no-repeat;
    top: -120px;
}


footer .porto-wrap-container{
    border-top: none;
    padding-top: 0;
    margin-top: 0px;
    color: white;
        z-index: 9;
}

footer .porto-wrap-container img{
    max-width: 170px;
    width: 100%;
}

footer .text-info-ftr p{
    text-align: center;
    font-size: 18px;
}

.button-vs a{
    border: none !important;
    background: #e0e0e0 !important;
    color: #000000 !important;
    background: #af9784 !important;
    text-transform: uppercase;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 60px;
    transition: all .5s ease;
}

.button-vs a:hover{
    opacity: .8;
}

.inner_mapping{
    position: relative;
    padding-bottom: 48.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.inner_mapping iframe{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.modal-content {
    border: none;
    border-radius: 15px;
    outline: 0;
}



@media screen and (max-width: 768px){
    .container-m {
    max-width: 100%;
}

.form-vs .row + .row{
    margin-top: 15px;
}
    .porto-ibanner > img {
    max-height: 450px;
    height: 450px;
    }
    
    footer .porto-wrap-container {
    padding-top: 40px;
    margin-top: 0px;
}

.griding .col-md-4 + .col-md-4{
    margin-top:35px;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1.5em auto no-repeat;
}

footer::before{
        background-size: 392px;
    opacity: .4;
    top: -200px;
}

}