/* 
Theme Name: Instituto I3
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Instituto I3 is a child theme of Hello Elementor
Author: Diego Gelvez
Author URI: https://diegogelvez.ar/
Template: hello-elementor
Version: 2.0.0
Text Domain: instituto-i3
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.porque-box h3.elementor-icon-box-title {
    background: var( --e-global-color-secondary );
    border-radius: 50px;
    border: solid 2px white;
    width: 250px;
    margin: 1rem auto;
    padding: 1rem;
}

.pasos .e-hotspot__tooltip {
	text-wrap: pretty;
}

/* Shadow-sm in scroll  en Elementor*/

.elementor-sticky--effects{
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,.075);
-webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.075);
-moz-box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.075);
}


.btn-campus a {
    background-color: var( --e-global-color-primary )!important;
    border-radius: 2rem!important;
    transition: all .3s ease-in-out!important;
    width: fit-content!important;
    margin: .5rem 0 1rem 1rem!important; 
}

.btn-campus a:hover {
    background-color: #335d99e6!important;
    border-radius: 2rem!important;
    transition: all .3s ease-in-out!important;
    width: fit-content!important;
    margin: .5rem 0 1rem 1rem!important; 
}

.btn-campus a {
    color: var( --e-global-color-93f7a6b )!important;
}

@media screen and (min-width: 1024px) {
    .btn-campus a,
	.btn-campus a:hover {
        margin: 0!important; 
    }
}




