/*
 Theme Name:     trekan
 Description:    Plantilla de Wordpress para Trekan
 Author:         Fyxed
 Author URI:     https://agenciapaginasweb.com
 Template:       Divi
 Version:        1.0.0
*/
 

/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* GENERALES */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.montserrat {font-family: 'Montserrat', sans-serif;}

body, p,a,li,h1,h2,h3,h4,h5,h6,span,div,strong {
	font-family: 'Montserrat', sans-serif;
	color:#1A171B;
}

.only-mobile {display: none}

.custom-padding {
    padding-bottom: 0px;
}

#footer-info {text-align: center; width: 100% !important}

header#main-header.et-fixed-header, #main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}

/* Whatsapp */
#contenedor-whatsapp {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    opacity: 1;
    right: 25px;
    bottom: 55px;
    display: block;
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_red #top-menu li.current_page_item>a, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_pink #top-menu li.current_page_item>a, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_orange #top-menu li.current_page_item>a, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a, .et_color_scheme_green #top-menu li.current_page_item>a,.et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {color: #1a181b !important;}



@media (max-width: 980px) {

    .only-mobile {display: block}



    .select_page {display: none !important;}

    .et_header_style_split #main-header .container,
    .et_header_style_split #main-header .logo_container {
        display: flex;
    }

    .et_header_style_split header#main-header .logo_container {
        width: 100px;
    }

    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 136px;
        max-height: none;
    }

    .et_header_style_split #main-header .mobile_nav {
        background-color: transparent !important;
    }

    .et_mobile_menu li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 8%;
        padding-right: 8%;
    }

    .et_header_style_split #et_mobile_nav_menu {margin-top:10px;}

}

