@charset "UTF-8";

@font-face {
  font-family: "construcentro";
  src:url("fonts/construcentro.eot");
  src:url("fonts/construcentro.eot?#iefix") format("embedded-opentype"),
    url("fonts/construcentro.woff") format("woff"),
    url("fonts/construcentro.ttf") format("truetype"),
    url("fonts/construcentro.svg#construcentro") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "construcentro" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "construcentro" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\61";
}
.icon-phone:before {
  content: "\62";
}
.icon-at-email:before {
  content: "\63";
}
.icon-facebook:before {
  content: "\64";
}
.icon-upload:before {
  content: "\65";
}
.icon-check:before {
  content: "\66";
}
.icon-chevron-down:before {
  content: "\67";
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    color: #1f3c87;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6	{
	font-weight:900;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, object	{
	max-width:100%;
	width:auto;
}

.bg-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: 0 !important;
}


/*--------  Tipografía  ---------------*/

body {
    background: #f1f1f1;
}

b {
    font-weight: 700;
}
h1, .h1 {
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1em;
    margin: 10px auto;
    text-transform: uppercase;
    position: relative;
    max-width: 1200px;
}
h1 sup, .h1 sup {
    position: relative;
    top: -22px;
    left: 3px;
    font-size: 0.5em;
}
h2, .h2 {
    font-weight: 300;
    font-size: 2.15em;
    line-height: 1.2em;
}
h3, .h3 {
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1.3em;
}
h4, .h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 15px 0px;
}
h5, .h5 {
    font-size: 1.1em;
    padding-bottom: 10px;
    display: block;
    font-weight: 900;
    line-height: 1.6em;
}

.font-white {
    color: #fff !important;   
}
.font-white * {
	color: #fff;
}
p {
    line-height: 1.6em;
    margin: 15px auto;
    font-size: 1em;
    max-width: 810px;
}
p, p * {
    color: #7b7b7b;
}
p.full {
    max-width: none;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

strong {
    font-weight: 900;
}

/*--------  Contenedores y grilla  ---------------*/

.section {
    padding: 80px 0px;
}
.wrapper {
	width: 100%;
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.wrapper-full {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.col {
	float: left;
	padding: 15px;
}
.col-20 {	width: 20%;		}
.col-25 {   width: 25%;     }
.col-30 {   width: 30%;     }
.col-33 {	width: 33.3333333%;		}
.col-40 {	width: 40%;		}
.col-50 {	width: 50%;		}
.col-60 {	width: 60%;		}
.col-66 {	width: 66.6666666%;		}
.col-70 {   width: 70%;     }
.col-75 {   width: 75%;     }
.col-80 {	width: 80%;		}
.col-100 {	width: 100%;		}

.col-offset-25	{	margin-left: 25%;	}
.col-offset-33  {   margin-left: 33.3333333%;   }
.col-offset-50	{	margin-left: 50%;	}

table {
    width: 100%;
    margin-bottom: 10px;
}
tr:nth-child(odd) {
    background-color: #f4f4f5;
}
td {
    padding: 5px 25px;
    color: #808184;
    font-size: 0.8em;
    text-align: left;
}

td b {
    font-size: 1.1em;
}

/*--------  Botones  ---------------*/


.btn-clear {
    color: #f68209;
    border: 2px solid #f68209;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    padding: 9px 25px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn-clear:hover {
	background-color: #f68209;
	color: #fff;
}
.btn-clear.btn-clear-white {
	color: #fff;
	border-color: #fff;
}
.btn-clear.btn-clear-white:hover {
	background-color: #fff;
	color: #05417c;
}
.btn-clear..btn-clear-small {
    font-size: 0.9em;
    padding: 6px 17px;
}

.btn {
    display: inline-block;
    background-color: #00b0ed;
    font-weight: 400;
    color: #fff;
    font-size: 0.9em;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.btn:hover:before {
	background-color: rgba(0,0,0,0.1);
}

.lista-redes {
    font-size: 0;
    padding: 10px 0px;
}
.lista-redes li {
    display: inline-block;
    font-size: 0;
    margin: 5px;
}
.lista-redes li a {
    text-decoration: none;
    display: block;
    padding: 7px 0px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    line-height: 6px;
    text-align: center;
    background-color: #fbb818;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lista-redes li a:hover {
    background-color: #da9e0f;
}
.lista-redes li i {
    font-size: 15px;
    color: #fff;
}

/*-----------------  utilidades  -----------------*/

.bg-cover, .bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.bg-contain {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.wrapper-cont-centrado-vert {
	display: table;
    width: 100%;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}
.cont-centrado-vert {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.left	{ float: left;  }
.right 	{ float: right; }

input[type="text"], input[type="email"], input[type="tel"], input[type="submit"] {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], select, textarea  {
    display: inline-block;
    padding: 6px 18px;
    border: 0;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 400;
    background-color: #fff;
    color: #000 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 0.85em;
    position: relative;
    border: 1px solid #b7b7b7;
    letter-spacing: 1px;
    margin: 3px 0px;
    font-family: 'Open Sans', sans-serif;
}
select {
    padding: 11px 18px;
}
textarea {
    resize: none;
    height: 72px;
}
select.place-holder {
    color: #a9a9af !important;
}
.error {
    display: block;
    background-color: #DC0404;
    font-size: 0.7em;
    color: #fff;
    width: 100%;
    line-height: 1.8em;
    text-align: center;
}
.success {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    display: block;
    text-align: center;
    background-color: #0B710B;
    color: white;
    padding: 9px 44px;
    font-size: 0.8em;
    line-height: 1.3em;
}
input.err {
    border: #DC0404 1px solid;
    border-bottom: none;
}
input[type="submit"] {
    display: inline-block;
    background-color: #ffba00;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 27px 5px 26px;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover {
    background-color: #e1a400;
}
#mnsj_error {
    display:none;
}
#mnsj_error p   {
    color:#F00;
    padding: 15px 0px 0px;
}

.btn-menu {
    display: none;
    font-size: 0px;
    background: #eeeeee;
    border: none;
    width: 100%;
    padding: 10px 0px 5px;
    cursor: pointer;
}
.btn-menu i {
    font-size: 20px;
}

.msj_error {
    background-color: #DC0404;
    display: block;
    color: #fff;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    margin-top: -3px;
}

/*-----------------  específicos  -----------------*/

.tel {
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
}
.tel span {
    font-size: 1.5em;
    color: #fff;
}

.bg-texture {
    background-image: url("images/pattern.jpg");
}

#home {
    position: relative;
    background-image: url("images/home-bg.jpg");
    min-height: 600px;
}
#mainHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cards-list {
    padding-bottom: 35px;
}
.cards-list .col {
    padding: 7px;
}

.card {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.10);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.10);
}
.card .img {
    line-height: 0;
}
.card .text {
    padding: 20px 10px;
    position: relative;
    padding-bottom: 0;
}
.card .text h4 {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    padding: 0;
}
.card .text h4 span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #1f3c87;
    font-weight: 700;
    color: #fff;
    font-size: 0.85em;
}
.card .text p {
    font-size: 0.80em;
    margin: 25px auto 5px;
}
.card .text .btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -72px;
}


.list-proyects {
    padding-top: 50px;
}
.list-proyects .col {
    padding: 7px;
}
.list-proyects a {
    text-decoration: none;
}
.list-proyects h5 {
    padding: 15px 0px 20px;
}



#why {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d6699+0,1f3b87+100 */
    background: #1d6699; /* Old browsers */
    background: -moz-linear-gradient(top,  #1d6699 0%, #1f3b87 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1d6699 0%,#1f3b87 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1d6699 0%,#1f3b87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6699', endColorstr='#1f3b87',GradientType=0 ); /* IE6-9 */
    position: relative;
    overflow: hidden;
}
#why h3 {
    font-size: 1em;
    padding-bottom: 25px;
}
#why .col {
    padding-right: 100px;
}


.checkmark-list {
    padding-top: 40px;
}
.checkmark-list li {
    position: relative;
    padding: 10px 0px;
    padding-left: 36px;
}
.checkmark-list li:before {
    content: "\66";
    font-family: "construcentro" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 24px;
}
.checkmark-list a {
    text-decoration: underline;
}




#mainForm {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
#mainForm > .wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#203a86+3,1d679a+100 */
    background: #203a86; /* Old browsers */
    background: -moz-linear-gradient(top,  #203a86 3%, #1d679a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #203a86 3%,#1d679a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #203a86 3%,#1d679a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203a86', endColorstr='#1d679a',GradientType=0 ); /* IE6-9 */
    padding: 15px 65px;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.10);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.10);
}

#mainForm h3 {
    text-transform: initial;
}

.input-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.input-file label {
    background-color: #e1e1e1;
    padding: 13px 18px;
    font-size: 0.9em;
    color: #86878a;
    font-weight: 400;
    width: 100%;
    display: block;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.input-file label.err {
    border: #DC0404 1px solid;
    border-bottom: 0;
}
.input-file label i {
    position: absolute;
    right: 13px;
    top: 9px;
    font-size: 1.4em;
    color: #86878a;
}
.input-file label:hover {
    background-color: #fff;
}




#secondForm {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#203a86+0,1d679a+100 */
    background: #203a86; /* Old browsers */
    background: -moz-linear-gradient(top,  #203a86 0%, #1d679a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #203a86 0%,#1d679a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #203a86 0%,#1d679a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203a86', endColorstr='#1d679a',GradientType=0 ); /* IE6-9 */
}
#secondForm .form {
    max-width: 660px;
    margin: 0 auto;
}
#secondForm input[type="submit"] {
    padding: 10px 18px;
}
#secondForm h2 {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.3em;
}
#secondForm p {
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 5px auto 15px;
}




#mainFooter {
    background-color: #082950;
}
#mainFooter img {
    max-width: 75px;
}

.form .row {
    margin: 0;
}
.form .col {
    padding: 0px 3px;
}
.form .col .row {
    margin-left: -3px;
    margin-right: -3px;
}

#mainFooter .lista-redes {
    padding: 17px 0px;
}
#mainFooter .tel {
    padding: 23px 0px;
}
#mainFooter .small {
    font-size: 0.8em;
    margin: 0;
    line-height: 1.2em;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}
#mainFooter .small a {
    text-decoration: none;
}



#textoHome {
    overflow: hidden;
    padding-left: 577px;
    width: 0;
    height: 63px;
    background: url("images/texto-home.png") no-repeat;
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#why .slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
#why .slider * {
    min-height: inherit;
}


.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.slider .img {
    height: inherit;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(0px);
    transform: translate(0px);
    -webkit-transition: -webkit-transform 9700ms linear;
    transition: transform 9700ms linear;
}

#img-1 {
    background-image: url("images/slides/slide-1.jpg");
}
#img-2 {
    background-image: url("images/slides/slide-2.jpg");
}
#img-3 {
    background-image: url("images/slides/slide-3.jpg");
}
#img-4 {
    background-image: url("images/slides/slide-4.jpg");
}


#mainLogo {
    max-width: 110px;
}

.scroll-arrow {
    position: absolute;
    bottom: -45px;
    left: 50%;
    color: #fff;
    font-size: 2em;
    margin-left: -16px;
    cursor: pointer;
}
#usgLogo {
    position: relative;
    top: 15px;
    width: 146px;
}


@media (min-width: 1250px) {
    .card .text {
     height: 200px !important;   
    }
}
@media (max-width: 1250px) {
    .card .text h4 {
        position: static;
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        display: block;
        margin-top: -20px;
    }
    .card .text h4 span {
        width: 100%;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], select, textarea, .input-file label {
        font-size: 0.75em;
    }
}
@media (max-width: 1200px) {
    #why {
        padding: 40px 0px;
        font-size: 13px;
    }
}

@media (max-width: 1100px) {
    h1, .h1 {
        font-size: 1.7em;
        margin-bottom: 10px;
        margin-top: 60px;
    }

    #mainForm .col-40 {
        width: 100%;
    }
    #mainForm .col-20 {
        width: 100%;
    }
    .scroll-arrow {
        display: none;
    }
    #home {
        max-height: 360px;
        min-height: 0;
        margin-bottom: 330px;
    }
    #mainForm {
        position: static;
    }
}

@media (max-width: 1050px) {
    #home h1 {
        padding-bottom: 120px;
    }
    h1, .h1 {
        font-size: 2em;
    }
}
@media (max-width: 950px) {
    #why {
        padding: 0px;
    }
    #why .col {
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .checkmark-list li:before {
        position: relative;
        margin-right: 5px;
        font-size: 17px;
        top: 3px;
    }
    #why .slider {
        width: 100%;
        position: static;
    }
    #why .slider .img {
        width: 100% !important;
        height: 380px !important;
    }
    .checkmark-list li {
        padding: 5px 0px;
    }

    #why .slider {
        height: 400px !important;
        min-height:  400px !important;
    }
    #why .slider .img {
        transform: translate(0) !important;
    }
}
@media (max-width: 900px) {
    .cards-list  {
        max-width: 510px;
        margin: 0 auto;   
    }
    .cards-list .col {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 850px) {
    #mainForm > .wrapper {
        padding: 15px 35px;
    }
    h2, .h2 {
        font-size: 1.4em;
    }
    p {
        font-size: 0.8em;
        max-width: 600px;
    }
}
@media (max-width: 800px) {
    .bg-parallax {
    background-attachment: initial;
    background-position: initial !important;
    }
}
@media (max-width: 750px) {
    body {
        font-size: 14px;
    }
    #mainLogo {
        max-width: 110px;
    }
    #textoHome {
        padding-left: 315px;
    }
    h1, .h1 {
        font-size: 1.8em;
    }
    #home {
        height: initial !important;
        min-height: 400px;
    }
    #home h1 {
        padding-top: 90px;
        padding-bottom: 0;
    }
    #mainForm {
        position: static;
    }
    .card .text .btn {
        margin-left: -67px;
    }

}
@media (max-width: 600px) {
    #secondForm h2 {
        font-size: 1.3em;
        line-height: 1em;
    }
    #secondForm p {
        font-size: 1.1em;
        line-height: 1.6em;
        margin: 3px auto 10px;
    }
    #mainFooter {
        padding: 50px 0px;
    }
    #mainFooter .col {
        width: 100%;
        text-align: center;
        padding: 2px 15px;
    }
}
@media (max-width: 550px) {
    #home h1 {
        font-size: 1.5em;
    }
    #textoHome {
        padding-left: 255px;
    }
}
@media (max-width: 500px) {
    #mainLogo {
        max-width: 70px;
    }
    .list-proyects .col {
        width: 50%;
    }
    .tel {
        font-size: 0.85em;
    }
    
    .cards-list {
        margin-left: -11px;
        margin-right: -11px;
    }
    .cards-list .col {
        padding: 4px;
    }
    .card .text h4 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .card .text {
        padding: 20px 5px;
    }

}
@media (max-width: 450px) {
    .form .col {
        width: 100%;
    }
}
@media (max-width: 400px) {
    #mainHeader {
        text-align: center;
    }
    #mainHeader .col {
        width: 100%;
        padding: 7px;
    }
    .tel {
        text-align: center;
    }
}




































