/*
Theme Name: Astra Child
Theme URI: https://prueba.proteccioninteligente.com/prueba/
Version: 1.0
Description: Tema hijo de Astra
Author: Jorge Penela
Author URI: https://www.behance.net/
Template: astra
*/

/*----------------- Cambios a partir de aquí -------------------------------*/
/*
#formcv p input{
    
}
*/
ul{
    margin-left: 0px;
}
ul li{
    list-style-position: inside;
}
.has-small-font-size{
    color: #fff;
    font-weight: bolder;
}
@media all and (min-width: 600px) {

    #masthead.aflotar {
        transition: all 1s;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99999;
        background-color: #fff !important;
        box-shadow: 2px 2px 10px #ccc;

    }

    #masthead.aflotar .site-logo-img img {
        height: 50px;
        width: auto;
    }

    #masthead.aflotar .ast-builder-menu-1 .menu-item > .menu-link{
        color: #0c143c !important;
        padding: 0px 20px;
    }
}