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

.main-img {
	margin: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/index2_01.jpg) no-repeat;
	background-size: 100%;
	}


@media screen and (max-width: 768px) and (min-width: 320px) {
    .main-img {
        padding: 150px 0px 0px 0px;
    }
}


.iframe {
	margin-top: 0px;
	margin-bottom: 75px;
	background-color: rgba(51, 51, 51, 0.0);
	box-shadow: 0px 10px 20px #eee;
	padding: 14px 10px 10px 10px;
	border-radius: 0px;
}


iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}


.sup-title {
	text-align: left;
	margin-left: auto;
	margin-bottom: 25px;
	color: #80ba27;
	font-size: 7em;
	font-family: 'Museo900', sans-serif;
	line-height: 110%;
	}


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


.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: 4.5em;
	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: 2.1em;
		line-height: 100%;
		margin-bottom: 10px;
    }
}

.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:  0px;
	text-align: center;
	margin-bottom: 0px;
}

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

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

iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}


