/*
 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
------------------------------------------------------- 
@font-face {
    font-family: 'klavika regular';
    src: url('fonts/klavika-regular-opentypebigfontsitecom.eot');
    src: url('fonts/klavika-regular-opentypebigfontsitecom.eot?#iefix') format('embedded-opentype'),
        url('fonts/klavika-regular-opentypebigfontsitecom.woff2') format('woff2'),
        url('fonts/klavika-regular-opentypebigfontsitecom.woff') format('woff'),
        url('fonts/klavika-regular-opentypebigfontsitecom.ttf') format('truetype'),
        url('fonts/klavika-regular-opentypebigfontsitecom.svg#klavika-regular-opentypebigfontsitecom') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

/* FUENTES */
@font-face {
    font-family: 'AmsiPro-Black,AmsiPro Black';
    src: url('fonts/AmsiPro-Black.eot');
    src: url('fonts/AmsiPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiPro-Black.woff2') format('woff2'),
        url('fonts/AmsiPro-Black.woff') format('woff'),
        url('fonts/AmsiPro-Black.ttf') format('truetype'),
        url('fonts/AmsiPro-Black.svg#AmsiPro-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.AmsiPro-Black{font-family: 'AmsiPro-Black,AmsiPro Black';}

/* #Primary
================================================== */

::selection {
    color: #fff;
    background-color: #004E7E;
}
::-moz-selection {
    color: #fff;
    background-color: #004E7E;
}


/* #Media
================================================== */


.nav li ul{
    width: 192px;
}


@media (max-width: 1024px) { 
    .garantia p{
        font-size: 22px;
    }

    .beneficios li{
        font-size: 16px;
    }

    .linproduct p{
        line-height: 1.4em;
    }

    .pesados p{
        margin-right: -60px !important;
    }

    .maquina p{
        margin-right: -60px !important;
        margin-left: -60px !important;
    }

    /* .garantia p{
        font-size: 14px
    } */

    .ajustarmenu{
        margin-left: -26px;
    }
}

@media (max-width: 320px) {
    .garantia p{
        font-size: 16px;
    }
    
    .contactanos{
        margin-left: -16%;
    }
}