﻿/*-----Fuente-----*/
@font-face {
    font-family: "Haettenschweiler";
    src: url("../fonts/haettenschweiler.ttf");
}

@font-face {
    font-family: "ReadexPro-Bold";
    src: url("../fonts/ReadexPro-Bold.ttf");
}

@font-face {
    font-family: "ReadexPro-ExtraLight";
    src: url("../fonts/ReadexPro-ExtraLight.ttf");
}

@font-face {
    font-family: "ReadexPro-Light";
    src: url("../fonts/ReadexPro-Light.ttf");
}

@font-face {
    font-family: "ReadexPro-Medium";
    src: url("../fonts/ReadexPro-Medium.ttf");
}

@font-face {
    font-family: "ReadexPro-Regular";
    src: url("../fonts/ReadexPro-Regular.ttf");
}

@font-face {
    font-family: "ReadexPro-SemiBold";
    src: url("../fonts/ReadexPro-SemiBold.ttf");
}

@font-face {
    font-family: "ReadexPro-VariableFont";
    src: url("../fonts/ReadexPro-VariableFont.ttf");
}

.agilepackagesw3l {
    padding: 100px 0;
    background-color: #5D6C77;
}

.agilepackagesw3l h3, .agilecontactw3ls h3 {
    font-family: "Haettenschweiler";
    color: #EAE50F;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 100;
    width: 100%;
    text-align: left;
    letter-spacing: 4pt;
    padding-left: 10px;
}

.item {
    height: 100%;
    padding: 10px;
    background-color: #5D6C77;
    width: 100%;
}
.item img{
    width: 100%;
    height: 100%;
}

@media (max-width:800px) {
    .agilepackagesw3l h3, .agilecontactw3ls h3 {
        font-family: "Haettenschweiler";
        color: #EAE50F;
        font-size: 3.5em;
        text-transform: uppercase;
        font-weight: 100;
        width: 100%;
        text-align: left;
        letter-spacing: 2pt;
        padding-left: 10px;
        margin-top: -1em;
    }

    .item {
        background-color: #fff;
    }

    .agilepackagesw3l {
        padding-bottom: 0px;
    }
}
@media (max-width:768px) {
}
@media (max-width:480px) {
    .agilepackagesw3l h3, .agilecontactw3ls h3 {
        font-family: "Haettenschweiler";
        color: #EAE50F;
        font-size: 1.9em;
        text-transform: uppercase;
        font-weight: 100;
        width: 100%;
        text-align: left;
        letter-spacing: 2pt;
        padding-left: 10px;
        margin-top: -2em;
    }

    .item {
        background-color: #fff;
    }

    .agilepackagesw3l {
        padding-bottom: 0px;
    }
}
@media (max-width:320px) {
    .agilepackagesw3l h3, .agilecontactw3ls h3 {
        font-family: "Haettenschweiler";
        color: #EAE50F;
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: 100;
        width: 100%;
        text-align: left;
        letter-spacing: 2pt;
        padding-left: 10px;
        margin-top: -2em;
    }
    .item {
        background-color: #fff;
    }
    .agilepackagesw3l {
        padding-bottom: 0px;       
    }    
}