@font-face {
    font-family: 'AmsiProCond-Black';
    src: url('fonts/AmsiProCond-Black.eot'); 
    src: url('fonts/AmsiProCond-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/AmsiProCond-Black.woff2') format('woff2'), 
         url('fonts/AmsiProCond-Black.woff') format('woff'), 
         url('fonts/AmsiProCond-Black.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Bold.woff2') format('woff2'),
         url('fonts/Gotham-Bold.woff') format('woff'),
         url('fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Book.woff2') format('woff2'),
         url('fonts/Gotham-Book.woff') format('woff'),
         url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/GothamMedium.eot');
    src: url('fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamMedium.woff2') format('woff2'),
         url('fonts/GothamMedium.woff') format('woff'),
         url('fonts/GothamMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Bold.woff2') format('woff2'),
         url('fonts/Montserrat-Bold.woff') format('woff'),
         url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Light.woff2') format('woff2'),
         url('fonts/Montserrat-Light.woff') format('woff'),
         url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Regular.woff2') format('woff2'),
         url('fonts/Montserrat-Regular.woff') format('woff'),
         url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.textBoxHero h1, 
.txtUbicaciones h2,
.titleInicia,
.redTitle,
.blueTitle,
.txtRedesHome,
.titleHeroHowAre,
.TitleComprar,
.titleItemHight p,
.titleHowAreWe,
.titleNuestrasMarcas,
.subtitleContacto,
.stepTxt3 .textItemSteps,
.rightColumnHeroContact p,
.boxTitle h2{
    font-family: 'AmsiProCond-Black', sans-serif;
}

.nav-buttons a, 
.btnTuNegocio a,
.boxInputsUbicaciones select,
.txtIniciaNegocio,
.txtAfterTitle,
.txtUbicaciones p,
.txtComprar,
.paragraphHowAre,
.txtNuestraHistoria{
    font-family: 'Gotham-Book', sans-serif;
}

.txtAfterTitle strong,
.btnIniciar a,
.afterSubContact,
.boxTitleForm p{
    font-family: 'Gotham-Bold', sans-serif;
}

.disclaimerFooter p {
    font-family: 'Montserrat-Regular', sans-serif;
}

.subtitleFooter h3{
    font-family: 'Montserrat-Bold', sans-serif;
}

.boxNewsletter input::placeholder{
    font-family: 'GothamMedium', sans-serif;    
}

