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




/*# promerica promo */

body {
	margin: auto;
	background: #FFF url(images/background.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}

@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;
	}


.sup-title {
	text-align: left;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px !important;
	color: #76bc21;
	background: #fff;
	font-size: 4em;
	font-family: 'Museo300', sans-serif;
	line-height: 90%;
	}


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


.sub-title {
	text-align: left;
	margin-bottom: 25px;
	color: #006d34;
	font-size: 3em;
	font-family: 'Museo300', sans-serif;
	line-height: 110%;
	}


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

.sec-title {
	text-align: left;
	margin-bottom: 0px;
	color: #006430;
	font-size: 6em;
	font-family: 'Museo900', sans-serif;
	line-height: 100%;
	margin-bottom: 25px;
	}


@media screen and (max-width: 768px) and (min-width: 320px) {
    .sec-title {
        font-size: 3.5em;
		line-height: 100%;
		margin-bottom: 25px;
    }
}

.vigencia {
	text-align: left;
	padding-top: 0px !important;
	padding-bottom: 25px;
	color: #575756;
	font-size: 2em;
	font-family: 'Museo300', sans-serif;
	}


@media screen and (max-width: 768px) and (min-width: 320px) {
    .vigencia {
        font-size: 1em;
    }
}

.calltoaction {
	text-align: left;
	color: #006430;
	font-size: 1.3em;
	font-family: 'Museo700', sans-serif;
	line-height: 150%;
	}


@media screen and (max-width: 768px) and (min-width: 320px) {
    .calltoaction {
        font-size: 1em;
    }
}

.calltoaction a{
	color: #006430;
	}

.calltoaction a:hover{
	color: #006430;
	text-decoration: none;
	}


.thinfont {
	font-family: 'Museo500', sans-serif;
	}


.laptops{
	margin-top: 25px;
	margin-bottom: 25px;
	}


.laptop_left{
	border-right: 1px solid #DDD;
	background: #FFF;
	padding-bottom: 15px;
	}

@media screen and (max-width: 699px) and (min-width: 320px) {
    .laptop_left {
        border-right: none;
    }
}


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



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

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

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

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

.banner_top {
	margin: auto;
}

.iframe {
	margin-top: 125px;
	margin-bottom: 0px;
	background-color: #ffffff;
	padding: 0px;
}

iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}


@media screen and (max-width: 699px) and (min-width: 320px) {
    .iframe {
	margin-top: 190px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 14px 10px 10px 10px;
	border-radius: 5px;
	margin-bottom: -105px;
}
}


#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.content a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.content{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 10px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.content p{
clear: both;
color: #555555;
text-align: justify;
}
.content p a{
color: #d91900;
font-weight: bold;
}
.content .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.content .x:hover{
cursor: pointer;
}


