/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.9.11
Description: Tema hijo de Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
*/

/*----------------- Cambios a partir de aqu� -------------------------------*/

#main-header {
    background-color: #0049DE!important;
}

#top-menu a
{
    color: #eee;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a
{
    color: #fff;
}
#top-menu-nav>ul>li>a:hover, .nav li ul li a:hover{
    color:#fff!important;
    opacity: 1;
}
.nav li ul {
    background: #0049DE!important;
    border-top: 3px solid #fff;
}

#logo {
    max-height: 94%;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0
{
    background-image: linear-gradient(to right, #2795F4, #4C51E3);
}
#contacto-footer {
    color:#2D90F2;
}

.flex{
    display:flex;
    align-items: center;
    vertical-align: middle;
}
.bg-dark {
    background-image: linear-gradient(#2795F4, #4C51E3);
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: #fff!important;
}

#legal{
    background: #333;
}
#legal ul{
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
}
#legal ul li{
    display:inline-block;
    margin-right: 10px;
}
#legal ul li a{
    color:#fff;
    ;
}

#logo-footer img{
    width: 50%;
}
#contacto-footer a {
    color:#333;
}
#kit{
    border-top:solid 1px #333;
}
ul.lista{
    margin-left: 1rem;
}
.destacado{
    border:solid 1px #2d90f2;
    padding: 2rem;
    background: #f1ffff;
}
.destacado h4{
    line-height: 1.5;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 10px;
    width:100%;
}

input[type="submit" i] {
    cursor:pointer;
    border: solid 16px #2F8CFF!important;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    background-color: #2F8CFF;
    color:#fff;
    text-transform: uppercase;
}

@media (min-width: 981px) {
    h1{
        color: #2d90f2!important;
        font-weight:300;
        font-size:54px;
    }
    h2, h3, h4, h5, h6{
        color: #333!important;
        font-weight:300;
    }

    h2{
        font-size: 34px!important;
    }
    h3{
        font-size: 28px!important;
    }
    h4{
        font-size: 20px!important;
    }
}
