/*
 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
------------------------------------------------------- */

/**
*Header menu style navbar
*/
.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 12px !important;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.et_header_style_left #et-top-navigation nav>ul>li:hover>a:before{
    content: " ";
    background-color: #017856;
    position: absolute;
    bottom: 3px;
    width: 20px;
    height: 5px;
}
.et_header_style_left #et-top-navigation nav>ul>li.current-menu-item:hover>a:before{
    display: none;
}

.et_header_style_left #et-top-navigation nav>ul>li.rastrear>a{
    border-radius: 30px;
    border: 2px solid #db9600;
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-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_pink #top-menu li.current-menu-ancestor>a,
.et_color_scheme_pink #top-menu li.current-menu-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_green #top-menu li.current-menu-ancestor>a,
.et_color_scheme_green #top-menu li.current-menu-item>a {
    background-color: #203b7f;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 800;
}
#top-menu li {
    padding-right: 0px;
}

/**
*Style footer
*/
#footer-info{
  display: block;
  width: 100%;
}
.content-footer{
  display: flex;
}
.content-left{
  width: 60%;
  text-align: left;
}
.content-right{
  width: 40%;
  text-align: right;
}

.section-footer .row-menu-footer .widget-footer ul{
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
.section-footer .row-menu-footer .widget-footer ul > li{
  padding-bottom: 6 px;
}
.section-footer .row-menu-footer .widget-footer ul > li > a{
  color: inherit;
}
.section-footer .row-menu-footer .widget-footer ul > li:hover,
.section-footer .row-menu-footer .widget-footer ul > li:hover > a{
  color: #203b7f;
}
.section-footer .row-menu-footer .widget-footer ul > li:hover:before{
    font-family: ETmodules;
    content: '\35';
    line-height: inherit;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #203b7f;
}
.et-social-icons{
  float: left;
  font-size: 35px;
}

ul.et-social-icons > li:first-child{
  margin-left: 0px;
}
.section-footer .row-menu-footer .widget-footer ul.et-social-icons > li:hover:before{
  content: none;
}
/**
* New Fonts Mardom
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?4ajyaz');
  src:  url('fonts/icomoon/icomoon.eot?4ajyaz#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf?4ajyaz') format('truetype'),
    url('fonts/icomoon/icomoon.woff?4ajyaz') format('woff'),
    url('fonts/icomoon/icomoon.svg?4ajyaz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icono_facebook .path1:before {
  content: "\e900";
  color: rgb(88, 88, 87);
  font-size: inherit;
}
.icon-icono_facebook .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  font-size: inherit;
}
.icon-icono_gris_linkedin .path1:before {
  content: "\e902";
  color: rgb(88, 88, 87);
  font-size: inherit;
}
.icon-icono_gris_linkedin .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  font-size: inherit;
}
.icon-icono_instagram .path1:before {
  content: "\e904";
  color: rgb(88, 88, 87);
  font-size: inherit;
}
.icon-icono_instagram .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  font-size: inherit;
}
.icon-icono_instagram .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  font-size: inherit;
}
.icon-icono_instagram .path4:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  font-size: inherit;
}
