/**
Theme Name: Robles Digitales Child Theme
Author: Yuri Cristian Cauna Robles
Author URI: https://www.roblesdigitales.com
Description: Robles Digitales Child Theme for fully customizable Astra Main Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robles-digitales-child-theme
Template: astra
*/
header{
    z-index:20!important
}
.robles-h1{
    font-size: 10em!important;
}

.custom-grid aside {
min-width:300px;
}
.custom-grid{
    grid-template-columns: 1fr auto;
}

#page .site-content{margin-top:129px}
@media screen and (min-width: 921px){
    #page .site-content{margin-top:132px}
}
@media (max-width: 921px) {
    .ast-menu-toggle {
        height: 100%;
        bottom: 0;
        width: 4em;
        display: flex !important;
        padding-top: 1.2em !important;
    }

    .sub-menu .ast-icon.icon-arrow {
        display: none !important
    }
}
.uagb-ifb-content{
    padding:1em;
}
.uagb-ifb-content img{
    object-fit: cover;
}
header .nav-wrap{display:grid;grid-template-columns: 250px 1fr auto;grid-column-gap: 10px;}
header nav{color:#062891}
header{height:110px;
    z-index: 9;
    width: 100%;background-color:white}
.robles-slider{
    padding-left: 50px!important;
    padding-right: 50px!important;
}
.robles-slider .uagb-ifb-image-content{
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    transform-origin:bottom;
}

.robles-slider .uagb-ifb-image-content img{
    object-fit: cover;
    width: 100%;
}
.robles-slider .uagb-infobox-cta-link .uagb-inline-editing{
    text-align: center;
    font-weight: 900;
    font-size: 0.9rem;
}
.robles-slider .uagb-infobox-cta-link{
    margin-top:1em;
    background-color:white;
    border-radius: 10px!important;
    padding:10px 0;
    color:#393939!important;
    width:100%;
    text-align: center;
    text-transform:uppercase;
    display:inline-flex;
    justify-content: center;
    overflow:hidden;
}

.robles-slider .uagb-infobox-cta-link:hover{
    transform: scale(1.03);
    transition: all 0.2s ease-out;
    color:#ffffff!important;
}
.robles-slider .uagb-infobox-cta-link:hover::before{
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.7s 0s linear;
}
.robles-slider .uagb-infobox-cta-link::before{
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
@keyframes sh02 {
    0% {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 100%;
    }

}
@media screen and (min-width: 990px){
    header .nav-wrap{grid-template-columns: 400px 1fr auto;}
    header{height:150px;}
}