* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.container-fluid {
	max-width: 1920px;
	width: 100%;
}
.container{
	max-width:91%;
	width:100%;
}

.logo {
	width: 170px !important;
}

@media (max-width:1200px) {
.container {
	max-width: 100%;
	width: 100%;
}
}
header {
	position: fixed;
	height: 100px;
	line-height: 100px;
	background:#000;
	width: 100%;
	z-index: 1000;
}
header .cx_logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
header .cx_country_flag{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	margin:0px 20px 0px 0px;
}
header .cx_country_flag img{
	display:inline-block;
	vertical-align:middle;
	width: 20px;
}
header .cx_menu {
	position: relative;
	cursor: pointer;
	color: #FFF;
	font-size:40px;
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
}

header .cx_menu:hover {
	color: #005EF4;
}
header .dropdown-box{
	position:absolute;
	top:100px;
	right:-65px;
	line-height:normal;
	background:#000000;
	padding:30px;
	width:67%;
	min-width:275px;
	text-align:left;
	z-index:100;
	//opacity:0;
	//visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
  	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
header .dropdown-box.show{
	//opacity:1;
	//visibility: visible;
	-webkit-transform: translateX(0);
    transform: translateX(0);
}
.dropdown-box a{
	color:#FFF;
	display:inline-block;
	line-height:normal;
	width:100%;
	font-weight:100;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-decoration:none;
	outline:none;
	text-transform:uppercase;
}
.dropdown-box a:hover {
	font-weight: 600;
}
.dropdown-box a:last-child{
	margin:0px;
}
.dropdown-box a.active{
	font-weight:600;
}
@media (max-width:991px){
header .cx_country_flag{
	margin:0px 10px 0px 0px;
}
header .cx_country_flag img{
	width:30px;
}
}
@media (max-width:991px){
header .cx_country_flag{
	margin:0px 10px 0px 0px;
}
header .cx_country_flag img{
	width:25px;
}
}
@media (max-width:991px){
header .cx_country_flag{
	margin:0px 10px 0px 0px;
}
header .cx_country_flag img{
	width:20px;
}
}
/*** ### Footer ### ***/
footer{
	position:relative;
	background:#FFF;
	padding:50px 0px;
}
footer .cx_left{
	position:relative;
	padding:25px 0px;
	text-align:left;
}
footer .cx_left h2{
	color:#005EF4;
	font-weight:700;
	margin:0px;
	padding:0px;
}
footer .cx_left h3 {
	padding:20px 0px 0px 0px;
}
footer .cx_left p{
	color:#818181;
	margin:0px;
	padding:0;
	font-weight:300;
	font-size: 13px;
}
footer .cx_social{
	position:relative;
	margin-top:-65px;
	text-align:right;
}
footer.contacto-footer .cx_social {
	margin-top: 50px !important;
}

footer .cx_social a{
	display:inline-block;
	vertical-align:top;
	width:50px;
	line-height:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	color:#FFF;
	font-size:35px;
	text-decoration:none;
	border:none;
	outline:none;
	color:#ffffff;
	background:#005EF4;
	margin:0px 20px 0px 0px;
}
@media (max-width:1600px){
footer{
	padding:40px 0px;
}
footer .cx_left{
	padding:20px 0px;
}
footer .cx_social{
	margin-top:-60px;
}
footer.contacto-footer .cx_social {
	margin-top: 50px !important;
}
footer .cx_social a{
	width:45px;
	line-height:45px;
	height:45px;
	font-size:25px;
	margin:0px 15px 0px 0px;
}
}
@media (max-width:1450px){
footer{
	padding:30px 0px;
}
footer .cx_left{
	padding:15px 0px;
}
}
@media (max-width:576px){
footer .cx_social{
	margin-top:0px;
	text-align:left;
}
}
/*** ### Font Size ### ***/
.cx_large{
	font-size:45px;
}
.cx_medium{
	font-size:30px;
}
.cx_small{
	font-size:22px;
}
@media (max-width:1600px){
.cx_large{
	font-size:40px;
}
.cx_medium{
	font-size:25px;
}
.cx_small{
	font-size:20px;
}
}
@media (max-width:1450px){
.cx_large{
	font-size:30px;
}
.cx_medium{
	font-size:18px;
}
.cx_small{
	font-size:18px;
}
}

@media (max-width:1200px){
.cx_large{
	font-size:30px;
}
.cx_medium{
	font-size:20px;
}
.cx_small{
	font-size:16px;
}
}

@media (max-width:1140px){
.cx_large{
	font-size:28px;
}
.cx_medium{
	font-size:18px;
}
.cx_small{
	font-size:16px;
}
}
@media (max-width:767px){
.cx_large{
	font-size:25px;
}
.cx_medium{
	font-size:16px;
}
.cx_small{
	font-size:15px;
}
}

/*** End Font Size ### ***/

/*** ### Hero Section ### ***/

section:nth-child(2) {
	padding-top: 100px;
}

.hero_section{
	position:relative;
	background:url(../images/top-bg.png) no-repeat;
	background-size:cover;
	padding-bottom:10%;
}
.hero_section .cx_bluebox{
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:#005EF4;
	padding:6% 4%;
	text-align:left;
	max-width:690px;
	min-width:375px;
	width:30%;
}
.hero_section .cx_bluebox h2{
	color:#ffffff;
	text-align:left;
	font-weight:300;
	margin:0px;
	padding:0px;
	font-size:55px;
}
.hero_section .cx_bluebox a{
	display:inline-block;
	vertical-align:top;
	margin:10% 0px 0px 0px;
	background:#000000;
	padding:10px 20px;
	color:#ffffff;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	outline:none;
	font-size: 14px;
    letter-spacing: 2px;
    transition: background .3s ease-in-out,background .3s ease-in-out;
}
.hero_section .cx_bluebox a:hover {
	background: #FFFFFF;
	color: #000000;
}
@media (max-width:1600px){
.hero_section .cx_bluebox h2{
	font-size:45px;
}
}
@media (max-width:1450px){
.hero_section .cx_bluebox h2{
	font-size:40px;
}
}
@media (max-width:1200px){
.hero_section .cx_bluebox h2{
	font-size:30px;
}
}
@media (max-width:991px){
.hero_section .cx_bluebox h2{
	font-size:27px;
}
}
@media (max-width:767px){
.hero_section .cx_bluebox h2{
	font-size:25px;
}
.hero_section .cx_bluebox{
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:#005EF4;
	padding:6% 4%;
	text-align:left;
	max-width:690px;
	min-width:250px;
	width:30%;
}
}

/*** ### Section One ### ***/
.section-one{
	position:relative;
	background:#f5f5f5;
	padding:50px 0px;
}
.section-one:before{
	position:absolute;
	content:"";
	top:50px;
	left:4.5%;
	right:4.5%;
	height:2px;
	background:#7faef9;
}
.section-one .cx_inerbox{
	position:relative;
	padding:50px 0px 0px 0px;
}
.section-one .cx_inerbox h2{
	color:#005EF4;
	font-weight:300;
	margin:0px;
	padding:0px;
}
.section-one .cx_inerbox p{
	color:#818181;
	font-weight:300;
	margin:0px;
	padding:0px;
}
@media (max-width:991px){
.section-one{
	position:relative;
	background:#f5f5f5;
	padding:30px 0px;
}
.section-one:before{
	top:30px;
	left:0%;
	right:0%;
}
.section-one .cx_inerbox{
	padding:30px 0px 0px 0px;
}
}
/*** ### Section Two ### ***/
.section-two{
	position:relative;
	background:#ffffff;
}
.section-two .cx_pd75{
	padding-left:10% !important;
}
.section-two:before{
	position:absolute;
	content:"";
	top:50px;
	left:4.5%;
	right:4.5%;
	height:2px;
	background:#7faef9;
}
.section-two .cx_imgright{
	position:relative;
}
.section-two .cx_imgleft{
	position:relative;
	left:-4.9%;
}
.section-two img{
	max-width:109.8% !important;
}
.section-two .cx_inerbox{
	position:relative;
	padding:100px 0px 0px 0px;
}
.section-two .cx_inerbox h2{
	color:#005EF4;
	font-weight:300;
	margin:0px;
	padding:0px 0px 30px 0px;
}
.section-two .cx_inerbox p{
	color:#818181;
	font-weight:300;
	margin:0px;
	padding:0px;
}
.section-two a.main_btn{
	width:100%;
	max-width:300px;
}
.section-two a.left_btn{
	position:absolute;
	left:0px;
	top:50%;
	text-align:center;
	background:#005EF4;
	padding:10px 0px;
	color:#ffffff;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	outline:none;
    transform: translate(0%,-50%);
    font-size: 14px;
    letter-spacing: 2px;
    transition: background .3s ease-in-out,background .3s ease-in-out;
}
.section-two a.left_btn:hover {
	background: white;
	color: #005EF4;
}
.section-two a.right_btn{
	position:absolute;
	right:-9.9%;
	top:50%;
	text-align:center;
	background:#000000;
	padding:10px 0px;
	color:#ffffff;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	outline:none;
    transform: translate(0%,-50%);
    font-size: 14px;
    letter-spacing: 2px;
    transition: background .3s ease-in-out,background .3s ease-in-out;
}
.section-two a.right_btn:hover {
	background: white;
	color: #005EF4;
}
@media (max-width:1600px){
.section-two a.main_btn{
	max-width:275px;
}
}
@media (max-width:1450px){
.section-two a.main_btn{
	max-width:220px;
}
}
@media (max-width:991px){
.section-two .cx_pd75{
	padding-left:0% !important;
}
.section-two:before{
	top:30px;
	left:0%;
	right:0%;
}
.section-two .cx_imgleft{
	left:auto;
}
.section-two img{
	max-width:100% !important;
}
.section-two .cx_inerbox{
	padding:60px 0px 0px 0px;
}
.section-two .cx_reverse{
    flex-direction: column-reverse;
}
.section-two a.left_btn{
	left:0px;
}
.section-two a.right_btn{
	right:0px;
}
}
@media (max-width:576px){
.section-two .cx_inerbox h2 br{
	display:none;
}
}
/*** Page 3 Gallery ### ***/
.banner_gallery{
	position:relative;
}
.banner_gallery .cx_left_arrow{
	position:absolute;
	z-index:10;
	content:"";
    top: 50%; 
    left: 3%;
    transform: translate(0%,-50%);
	color:#FFF;
	font-size:80px;
}
.banner_gallery .cx_right_arrow{
	position:absolute;
	z-index:10;
	content:"";
    top: 50%; 
    right: 3%;
    transform: translate(0%,-50%);
	color:#FFF;
	font-size:80px;
}
#carousel-example-generic {
	position:relative;
    width: 100%;
}
#carousel-custom, #carousel-custom2 {
	position:relative;
    width: 100%;
}
#carousel-custom .carousel-indicators, #carousel-custom2 .carousel-indicators {
	margin:0px;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li, #carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: -10px 0px !important;
    width: auto;
	opacity:1;
}
#carousel-custom .carousel-indicators li img, #carousel-custom2 .carousel-indicators li img {
    display: block;
}
#carousel-custom .carousel-indicators li.active img, #carousel-custom2 .carousel-indicators li.active img {
    opacity: 0.75;
}
#carousel-custom .carousel-indicators li:hover img, #carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}
/*** ### Page 2 ### ***/
/*** ### Verstile ### ***/
.verstile_section{
	position:relative;
}
.verstile_section .top_image{
	position:relative;
	padding:0px;
	margin-bottom:-7%;
}
.verstile_section .cx_leftbox{
	position:relative;
}
.verstile_section h2{
	color:#005EF4;
	font-size:120px;
	line-height:140px;
	margin:0px;
	padding:0px 0px 50px 0px;
	font-weight:300;
}
.verstile_section .cx_leftbox p{
	color:#818181;
	text-align:left;
	font-weight:300;
	margin:0px;
	padding:0px;
}
.verstile_section .cx_leftbox a{
	display:inline-block;
	vertical-align:top;
	margin:10% 0px 0px 0px;
	background:#005EF4;
	padding:10px 20px;
	color:#ffffff;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	outline:none;
	font-size: 14px;
	letter-spacing: 2px;
}
@media (max-width:1600px){
.verstile_section h2{
	font-size:100px;
	line-height:120px;
}
}
@media (max-width:1450px){
.verstile_section h2{
	font-size:80px;
	line-height:100px;
}
}
@media (max-width:991px){
.verstile_section h2{
	font-size:60px;
	line-height:60px;
}
.verstile_section .cx_leftbox{
	margin:50px 0px;
	max-width:600px;
	width:100%;
}
.verstile_section .cx_leftbox a{
	margin:20px 0px 0px 0px;
}
}
@media (max-width:767px){
.verstile_section h2{
	font-size:50px;
	line-height:50px;
}
}
/*** ### Client Info ### ***/
.client_info{
	position:relative;
	padding:75px 15px;
	text-align:center;
	background:#f5f5f5;
}
.client_info p{
	color:#818181;
	font-weight:300;
	margin:0px;
	padding:0px 5%;
}
.client_info p span{
	font-weight:800;
	color:#005EF4;
}
@media (max-width:1200px){
.client_info{
	padding:50px 0px;
}
}
/*** ### Estimate Section ### ***/
.estimate_section{
	position:relative;
    display: flex;
	width:100%;
}
.estimate_section .main_box{
    flex: 1;
	padding:7% 5%;
	background:#000000;
}
.estimate_section .main_box p{
	margin:0px;
	padding:0px;
	text-align:center;
	color:#FFF;
	font-weight:300;
}
.estimate_section .main_box p span{
	font-weight:800;
}
.estimate_section .cx_pink{
	position:relative;
	background:#F9F9F9;
}
.estimate_section .cx_pink p{
	color:#005EF4;
}
.estimate_section .cx_pink p span{
	color:#000;
	
}
@media (max-width:991px){
.estimate_section{
	position:relative;
	display:table;
	width:100%;
}
.estimate_section .main_box{
	display:block;
	padding:50px 5%;
}
}
/*** ### Box Section ### ***/
.boxes_section{
	position:relative;
    display: flex;
	width:100%;
}
.boxes_section .main_box{
    flex: 1;
	padding:6%;
	background:#f5f5f5;
}
.boxes_section .main_box p{
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:300;
	color:#818181;
}
.boxes_section .cx_red{
	position:relative;
	background:#818181;
}
.boxes_section .cx_red p{
	color:#FFF;
}
.boxes_section .cx_blue{
	background:#005EF4;
}
.boxes_section .cx_blue p{
	color:#FFF;
}
.boxes_section .cx_pink{
	background:#f9f9f9;
}
.boxes_section .cx_pink p{
	color:#005EF4;
}
@media (max-width:991px){
.boxes_section{
	position:relative;
    display:block;
	width:100%;
}
.boxes_section .main_box{
    display:block;
}
}
/*** EstamousSection ### ***/
.estamous-section{
	position:relative;
	background:url(../images/estamous-bg.png) no-repeat;
	background-size:cover;
	text-align:center;
	padding:15% 0px;
	background-attachment: fixed;
}
.estamous-section:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}
.estamous-section a{
	position:relative;
	z-index:10;
	display:inline-block;
	vertical-align:top;
	padding:15px 30px;
	color:#FFF;
	background:#005EF4;
	font-weight:300;
	text-decoration:none;
}
.estamous-section a:hover {
	color:#005EF4;
	//font-weight: 600;
	background: white;
	transition: background .3s ease-in-out,background .3s ease-in-out;
}

.ubicacion-p {
	margin-top: 150px;
}

.mapa {
	margin-top: 100px;
	background: #f5f5f5;
}

.map-btn {
	background: #005EF4;
    padding: 10px 0px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    transform: translate(0%,-30%);
    font-size: 14px;
    letter-spacing: 2px;
    width: 350px;
    display: inline-block;
}

.contact-btn {
	background: #005EF4;
    padding: 10px 0px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    letter-spacing: 2px;
    width: 350px;
    display: inline-block;
    float: left;
}

.contact-btn:hover {
	color: #ffffff;
	text-decoration: none;
}

.hexagon {
	background: url('../images/hex.png');
	position: relative;
	width: 100%;
   	padding-top: 100%;
   	background-size: 100%;
}

.inner-hex {
	position: absolute;
	top: 0;
   	left: 0;
   	bottom: 0;
   	right: 0;
   	color: #818181;
   	text-align: center;
   	padding: 50px;
}

.inner-hex .image {
	height: 83px;
}

.inner-hex .text {
	font-size: 14px;
	margin-top: 40px;
}

.h2-contacto {
	font-size: 40px;
	font-weight: lighter;
	padding-bottom: 20px;
	color: #818181;
}

.contact {
	padding: 0 0 30px 0;
}

.contact .row {
	border-bottom: 1px solid #005EF4;
}

#contact-form input, #contact-form textarea {
	padding-left: 0px;
	border: none;
	border-bottom: 1px solid #818181;
	border-radius: 0;
	margin-bottom: 15px;
	color: #818181;
	font-weight: 300;
}

.container-alert {
	float: right;
	width: 50%;
}	

@media (max-width:1100px) {
	.container-alert {
		float: left;
		width: 100%;
	}
}

.banner_gallery .container-fluid {
	position: relative;
}

.banner_gallery .container-fluid h2 {
	color: #005EF4;
    font-size: 70px;
    line-height: 140px;
    margin: 0px;
    padding: 0px 0px 50px 0px;
    font-weight: 300;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}
