/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #162476;
	color: #FFFFFF;
}

.body-privacidad{
    background-color: #fff;
    color: #000000;
}

.body-privacidad h1{
    text-align: center;
    font-size: 24px;
}

.body-privacidad p{
    font-size: 14px;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 100px 0;
}






.social-wrapper{
	height: 115px;
	text-align: center;
	padding: 0 0 0 50px;
	background-color: #76c5f0;
	}
	
.social-left{
	text-align: center;
	}
	
.social-left h1{
	font-size: 60px;
	color: #FFFFFF;
	padding-left: 20px;
	}	
	
.social-left img{
	margin: 0 auto;
	width: 300px;
	}	

.social-right{
	float: right;
	margin: -50px 0 0 0 !important;
	text-align: right;
	color: black !important;
	font-size: 18px;
	}	
.social-right a{
	text-decoration: none;
	color: #333333 !important;
}	
.social-right a:hover{
	text-decoration: underline;
}
	
.social i {
  font-size: 22px;
  transition: all .4s;
}	
	
.social-button{
	padding: 0px 5px;
	}	
	
.social li {
  display: inline-block;
  margin: 0 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: #0c1f94;
}
.social li:hover {
  cursor: pointer;
}
.social li a {
  color: #FFFFFF;
}
.social li a:hover {

}	

.main-row{
	padding: 20px 0x 50px 0px;
	background-color: #162476;;
	}

.left-column h1{
	color: #76c5f0;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
	font-size: 40px;
	padding-bottom: 5px;
	border-radius: 20px;
	padding: 5px 10px 5px 10px;
	background:rgba(224,35,23,0.85);
	}	
	
.left-column p{
	font-size: 18px;
	text-align: justify;
    text-justify: inter-word;
	}

.left-column ul{
	list-style-type: none;
	font-size: 20px;
	}	
	
.left-column ul li{
	background: url(../img/check.png) no-repeat left top;
	padding: 0 0 0 40px;
	list-style: none;
	margin-bottom: 5px;
	}	
	
.zonas{
	height: 350px;
	background: url(../img/valle_mapa.png) no-repeat right top;
	margin-right: 30px;
	}	
	
.zonas span{
	font-size: 18px;
	padding-left: 5px;
	}	
	
.zonas img{
	padding: 0 0 5px 10px;
	}	
	
.div-form, .div-form2{
	color: #76c5f0;
	margin-top: 20px;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	background: url(../img/form-background.jpg) no-repeat top left;
	text-align: center;
	}

.div-form2{
	width: 500px;
	margin: 0 auto;
	}	
	
.div-form h1, .div-form2 h1{
	color: #76c5f0;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
	font-size: 30px;
	padding-bottom: 5px;
	}	
	
label{
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
	}	
	
.form-element{
	width: 100%;
	height: 30px;
	font-size: 18px;
	color: #333333;
	max-width: 450px;
	padding: 3px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.form-element:focus{
	background-color: #FFFFFF;
	border-color: blue;
	box-shadow: 0 0 5px rgba(50, 50, 160, 1);
	border: 1px solid rgba(50, 50, 160, 1);
	}
.form-text{
	font-size: 16px;
	}	
.form-checkbox{
	margin-right: 10px;
    /* All browsers except webkit*/
    transform: scale(1.5);
    /* Webkit browsers*/
    -webkit-transform: scale(1.5);
	}	
.form-element-button{
	width: 150px;
	background-color: #0c1f94;
	height: 40px;
	font-size: 20px;
	color: #CCCCCC;
	margin: 0 auto;
	border-radius: 10px;
	}
	
.email-error{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	}
.email-info{
	font-size: 18px;
	color: #FACC2E;
	font-weight: bold;
	}	
	
.address{
	font-size: 18px;
	margin-top: 50px;
	}	
	
.address h1{
	font-size: 28px;
	color: #ea3820;
	}	
	
.address a{
	color: #76c5f0;
	}	
.address a:hover{
	color: #CCCCCC;
	}
	
.facebook-button{
	width: 20px;
	height: 20px;
	border: 1px solid #999999;
	border-radius: 2px;
	margin-top: -4px;
	margin-right: 3px;
	}
.whatsapp-button{
	width: 20px;
	height: 20px;
	margin-top: -4px;
	margin-right: 3px;
	}
	
	
.tarjetas h1{
	text-align: center;
	font-family: 'Varela Round', sans-serif;
	font-size: 30px;
	border-radius: 20px;
	padding: 10px 10px 10px 10px;
	margin: 50px 100px 30px 100px;
	background:rgba(224,35,23,0.85);
	}
	
.image-wrapper{
	margin-top: 30px;
	}

.image-div{
	text-align: center;
	}	
	
.image-div h1{
	font-family: 'Varela Round', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
	padding-bottom: 10px;
	}	

.image-div span{
	display: block;
	font-size: 18px;
	margin: 10px 5px 10px 5px;
	}	
	
.image-div-col1{
	background:rgba(255,215,0,0.7);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	}
.image-div-col2{
	background:rgba(229,118,20,0.7);
	}
.image-div-col3{
	background:rgba(234,56,32,0.7);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	}	
	
	
.acrosmo-footer{
	color: #333333;
	height: 100px;
	font-size: 18px;
	margin-top: 40px;
	padding: 20px 10px 0 10px;
	background-color: #76c5f0;
	}

.acrosmo-footer a{
	color: #333333;
	text-decoration: underline;
	}
.acrosmo-footer a:hover{
	color: #333333;
	text-decoration: none;
	}	

.acrosmo-footer-privacidad{
	color: #333333;
	height: 120px;
	font-size: 18px;
	margin-top: 40px;
	padding: 20px 10px 0 10px;
	background-color: #76c5f0;
	}	

.container-privacidad p{
	text-align: justify !important;
}
.container-privacidad ul li{
	text-align: justify !important;
}	


.footer-left{
		float: left;
		}
.footer-right{
		float: right;
		text-align: right;
		}		

@media (max-width: 1200px) {

	.div-form h1{
		font-size: 25px;
		padding-top: -10px;
		}
		
	.image-div h1{
		font-size: 22px;
		}

	.image-div span{
		display: block;
		font-size: 16px;
		margin: 10px 2px 10px 2px;
		}

  }	
  
@media (min-width: 992px) {
	.div-form2{
		display: none;
		}
	
	}  
  
@media (max-width: 991px) {

	.social-right{
		float:none;
		text-align: center;
		margin:0 !important;
		padding-top: 10px;
	}	
	.social-wrapper{
	height: 160px;
	}

	.div-form{
		display: none;
		}
		
	.image-div{
		width: 400px;
		margin: 0 auto;
		}
		
	.image-div span{
		padding-bottom: 20px;
		}	
		
	.image-div-col1{
		border-radius: 20px;
		}
	.image-div-col2{
		border-radius: 20px;
		}
	.image-div-col3{
		border-radius: 20px;
		}	
		
	.image-div h1{
		padding: 20px 0 10px 0;
		}
		
	.address{
		margin-left: 50px;
		}		

	.tarjetas h1{
		font-size: 26px;
		padding: 10px 10px 10px 10px;
		margin: 50px 10px 30px 10px;
		}
		
	.div-form2{
		display: block;
		}	

  } 
  
@media (max-width: 820px) {

	.acrosmo-footer{
		height: 130px;
		}

	.tarjetas h1{
		font-size: 22px;
		padding: 10px 10px 10px 10px;
		margin: 50px 50px 30px 50px;
		}

	.footer-left{
		width: 100%;
		text-align: center;
		}
	.footer-right{
		width: 100%;
		text-align: center;
		}	

  }	  

@media (max-width: 670px) {

	.left-column h1{
		font-size: 32px;
		}
		
	.zonas{
		margin-right: 0px;
		padding-right: 0px;
		}

		
	
  }	  

@media (max-width: 540px) {

	.left-column h1{
		font-size: 22px;
		}
		
	.div-form2{
		width: 100%;
		}
	
	.image-div{
		width: 90%;
		margin: 0 auto;
		}
		
	.zonas{
		background: url(../img/valle_mapa_small.png) no-repeat right top;
		}	
		
	}

@media (max-width: 430px) {

	.left-column h1{
		font-size: 20px;
		}

	.image-div{
		width: 300px;
		margin: 0 auto;
		}
		
	.image-div img{
		width: 200px;
		height: 200px;
		}	
		
	}	
	
@media (max-width: 380px) {

	.image-div{
		width: 250px;
		margin: 0 auto;
		}
		
	.image-div img{
		width: 200px;
		height: 200px;
		}	
		
	.div-form2{
		width: 360px;
		}	
		
	}

	