@charset "UTF-8";
/* CSS Document */




/*# promerica promo */

body {
	margin: auto;
	background: #FFF !important;
	background-repeat: repeat ;
}

@font-face {
    font-family: 'Museo100';
    src: url(fonts/MuseoSans-100.otf);
	font-weight: 100;
	font-style: normal;
}

@font-face {
    font-family: 'Museo100italic';
    src: url(fonts/MuseoSans-100Italic.otf);
	font-weight: 100;
	font-style: italic;
}

@font-face {
    font-family: 'Museo300';
    src: url(fonts/MuseoSans-300.otf);
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: 'Museo300italic';
    src: url(fonts/MuseoSans-300Italic.otf);
	font-weight: 300;
	font-style: italic;
}

@font-face {
    font-family: 'Museo500';
    src: url(fonts/MuseoSans_500.otf);
	font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: 'Museo500italic';
    src: url(fonts/MuseoSans_500_Italic.otf);
	font-weight: 500;
	font-style: italic;
}

@font-face {
    font-family: 'Museo700';
    src: url(fonts/MuseoSans_700.otf);
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Museo700italic';
    src: url(fonts/MuseoSans-700Italic.otf);
	font-weight: 700;
	font-style: italic;
}

@font-face {
    font-family: 'Museo900';
    src: url(fonts/MuseoSans_900.otf);
	font-weight: 900;
	font-style: normal;
}
@font-face {
    font-family: 'Museo900italic';
    src: url(fonts/MuseoSans-900Italic.otf);
	font-weight: 900;
	font-style: italic;
}

.main-square {
	margin: auto;
	margin-top: 0px;
	background: #FFF;
	box-shadow: 0px 0px 20px 5px #eee;
	}


.border {
	margin: 125px !important;
	padding: 5px !important;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	}


@media screen and (max-width: 699px) and (min-width: 320px) {
    .border {
        margin: 15px !important;
    }
}


.sup-title {
	text-align: center;
	margin-left: auto;
	margin-bottom: 20px;
	color: #00693D;
	background: #FFF;
	font-size: 8em;
	line-height: 85%;
	position: relative;
	font-family: 'Museo900', sans-serif;
	}





@media screen and (max-width: 768px) and (min-width: 320px) {
    .sup-title {
        font-size: 3.8em;
		margin-top: 15px;
    }
}


.sub-title {
	text-align: center;
	margin-top: 5px;
	margin-left:0px;
	margin-bottom: 0px;
	color: #80ba27;
	font-size: 3.5em;
	font-family: 'Museo900', sans-serif;
	}


@media screen and (max-width: 768px) and (min-width: 320px) {
    .sub-title {
        font-size: 1.8em;
		line-height: 100%;
		margin-left: 5px;
		margin-bottom: 10px;
    }
}



.sec-title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
	color: #7A7A7E;
	font-size: 2.6em;
	line-height: 130%;
	font-family: 'Museo500', sans-serif;
	}

@media screen and (max-width: 699px) and (min-width: 320px) {
    .sec-title {
        font-size: 1.50em;
		line-height: 120%;
		margin-top: 0px;
		margin-bottom: 50px;
    }
}

.tarjetas{
	margin: 0px 0px -125px 0px;
	}

@media screen and (max-width: 699px) and (min-width: 320px) {
    .tarjetas {
        margin: 0px 5px 25px 5px !important;
    }
}


.imgmargin {
	margin: 0px 0px 50px 0px;
	}




.no-padding {
    padding: 0px !important;
}

.bottom {
	margin-top:  0px;
	text-align: center;
	margin-bottom: 0px;
}

.copy {
	background: #FFF;
	color: #1d1d1b;
	margin: auto;
	text-align: justify;
	font-size: 90%;
	padding: 15px 15px 15px 15px;
	margin-top:  0px;
	font-family: 'Museo500', sans-serif;
}

@media screen and (max-width: 699px) and (min-width: 320px) {
    .copy {
		font-size: 75%;
    }
}


