@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');


body {
	color: #666;
    background-color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}


a {
    color: #2ea3f2;
    text-decoration: none;
}

/*NAV BAR*/

.navbar.bg-blue {
	background-color: #175676;
}

.navbar .nav-link {
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-dark .navbar-toggler {
	border: 0;
}

@media (max-width: 768px) {
	.navbar-collapse .nav-link {
		padding: .8rem 1rem;
		border-bottom: 1px solid rgba(0,0,0,.03);	
	}
}

/*END NAV BAR*/


/* Front */

.front .cont-header {
	background: url(../images/fondo-home.png), linear-gradient(160deg,#1488cc 25%,#2b32b2 100%);
	padding: 7vw 0;
}

.front .cont-header h1{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 1.1em;
	color: white;
}


.front .cont-header .text{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    padding: 20px;
    background: rgba(0,0,0,.3);
    margin: 10px 0 0 0;
    border-radius: 4px;
	color: white;
}


.front .contenido{
	
}

.front .contenido h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;	
	color: black;
}

.front .contenido h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    color: #3f3f3f;
    letter-spacing: 1px;
	margin: 20px auto;
}

.front .contenido h4 {
	padding-top: 10px;
    padding-bottom: 5px;
	margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.front .contenido h4 a {
	color: black;
	text-decoration: none;
}

.front .contenido .divisoria {
	background-color: #ba324f;
	height: 3px;
	width: 50px;
	margin-top: 15px;
}


.front .contenido .logos {
	max-width: 100px;
}

.front .contenido .empresas {
	font-size: 14px;
	padding-left: 15px;
}

.front .cont-contacto {
	margin-top: 80px;
	position: relative;
	background: url(../images/fondo-home-contacto.png), linear-gradient(160deg,#1488cc 25%,#2b32b2 100%);
	background-position: top;
	padding: 0;	
}
.front .cont-contacto .imagen{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMTVweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2NiA5MS41MmE3Mi41OSA3Mi41OSAwIDAgMS0zMC43NiAzLjcxTDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 115px;
    top: 0;
    height: 115px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(180deg);
	display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
	background-repeat: no-repeat;
}

.front .contacto {
	padding: 12vw 0;
	color: white;
	text-align: center;
}

.front .contacto h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.4em;
}

.front .contacto .btn {
	color: white;
	border-width: 0px;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 4px;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #FF4c00;
	padding-top: 18px;
    padding-right: 34px;
    padding-bottom: 18px;
    padding-left: 34px;
	box-shadow: 0px 20px 30px -10px rgba(249,44,139,0.4);
}

@media (max-width: 768px) {
	.front .contacto .btn {
		font-size: 13px!important;
		letter-spacing: 1px;
	}
}

/* //Front */


/* Contacto */


.page-contacto .cont-header {
	background: url(../images/fondo-home.png),linear-gradient(160deg,#1488CC 25%,#2B32B2 100%);
	padding: 5vw 0;
	position: relative;
}

.page-contacto .cont-header h1{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 1.1em;
	color: white;
}

.page-contacto .cont-header h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff ;
    letter-spacing: 10px;
    line-height: 2em;
    text-align: center;
}

.page-contacto .cont-header .divisoria{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTk3OC44MSAxMjIuMjVMMCAwaDEyODBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA1Ljk5eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik05ODMuMTkgOTUuMjNMMCAwaDEyODBsLTI2NiA5MS41MmE3Mi41OCA3Mi41OCAwIDAgMS0zMC44MSAzLjcxeiIvPjwvZz48L3N2Zz4=);
	background-size: 50% 15px;
	bottom: 0px;
	position: absolute;
	height: 15px;
	z-index: 1;
	transform: rotateX(180deg);
	width: 100%;
}

.page-contacto .contenido{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
	margin: 4vw auto;

}
.page-contacto .contenido input, .page-contacto .contenido textarea{
	margin: 5px auto;
	background-color: #eeeeee;
	border-radius: 0;
	padding: 16px;
	border:0;
	font-size: 14px;
}

.page-contacto .contenido textarea {
	min-height: 150px;
}

.page-contacto .contenido .btn {
	color: #ffffff;
    background: #FF4c00;
    border-color: #FF4c00;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #FF4c00;
}

/* //Contacto */


/* Fundador */


.page-fundador .cont-header {
	background: url(../images/fondo-home.png),linear-gradient(160deg,#1488CC 25%,#2B32B2 100%);
	background-position: bottom;
	padding: 7vw 0 7vw 0;
	position: relative;
}

.page-fundador .cont-header h1{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 1.1em;
	color: white;
}
	
	
.page-fundador .cont-header h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff ;
    letter-spacing: 10px;
    line-height: 2em;
    text-align: center;
}

.page-fundador .cont-header .divisoria{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTk3OC44MSAxMjIuMjVMMCAwaDEyODBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA1Ljk5eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik05ODMuMTkgOTUuMjNMMCAwaDEyODBsLTI2NiA5MS41MmE3Mi41OCA3Mi41OCAwIDAgMS0zMC44MSAzLjcxeiIvPjwvZz48L3N2Zz4=);
	background-size: 50% 15px;
	bottom: 0px;
	position: absolute;
	height: 15px;
	z-index: 1;
	transform: rotateX(180deg);
	width: 100%;
}

.page-fundador .contenido{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #666;
	margin: 4vw auto;
	max-width: 640px;
	line-height: 1.8em;
}

.page-fundador .contenido p {
	padding-bottom: 1em;
}

.page-fundador .contenido .foto-chris {
    max-width: 380px;
    margin-top: -9vw;
    margin-bottom: 6vh;
    text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.page-fundador .contenido .foto-chris span{
	border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.1);
	display: inline-block;
    position: relative;
    max-width: 100%;
}

.page-fundador .contenido .foto-chris img{
	position: relative;
	max-width: 100%;
    height: auto;
	z-index: 9;
}

.page-fundador .contenido .btn {
	color: #ffffff;
    background: #FF4c00;
    border-color: #FF4c00;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #FF4c00;
}



.page-fundador .cont-contacto {
	margin-top: 80px;
	position: relative;
	background: url(../images/fondo-home-contacto.png), linear-gradient(160deg,#1488cc 25%,#2b32b2 100%);
	background-position: top;
	padding: 0;	
}
.page-fundador .cont-contacto .imagen{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMTVweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2NiA5MS41MmE3Mi41OSA3Mi41OSAwIDAgMS0zMC43NiAzLjcxTDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 115px;
    top: 0;
    height: 115px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(180deg);
	display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
	background-repeat: no-repeat;
}

.page-fundador .contacto {
	padding: 12vw 0;
	color: white;
	text-align: center;
}

.page-fundador .contacto h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.4em;
}

.page-fundador .contacto .btn {
	color: white;
	border-width: 0px;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 4px;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #FF4c00;
	padding-top: 18px;
    padding-right: 34px;
    padding-bottom: 18px;
    padding-left: 34px;
	box-shadow: 0px 20px 30px -10px rgba(249,44,139,0.4);
}



/* //Fundador */



/* Google Maps Responsive */

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* //Google Maps Responsive */





footer {
	background-color: #222;
    padding: 15px;
    color: #666;
}


@media (max-width: 767px) {
	.front .cont-header {
		padding-top: 15vh !important;	
	}
	
	.front .cont-header h1{
		font-size: 36px;
	}
	
	.front .contenido h2 {
		font-size: 29px;
	}
	
	.front .cont-contacto{
		background: url(../images/fondo-home-contacto.png), linear-gradient(130deg,#1CB5E0 25%,#000046 100%);
		background-size: cover;
		position: relative;
		background-position: bottom;
	}
	
	.front .contacto h1 {
		font-size: 32px;
	}
	
	.front .contacto {
		padding: 100px 50px;
	}
	
	.front .cont-contacto .imagen{
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMTVweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2NiA5MS41MmE3Mi41OSA3Mi41OSAwIDAgMS0zMC43NiAzLjcxTDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==);
		background-size: 100% 30px;
		top: 0;
		height: 30px;
		z-index: 1;
		transform: rotateY(180deg) rotateX(180deg);
	}
	
	
	.page-fundador .cont-header {
		padding-top: 15vh !important;	
	}
	.page-fundador .cont-header h1{
		font-size: 32px;
		
	}
	.page-fundador .cont-header h2{
		font-size: 14px;
	}
	
	.page-fundador .contacto h1 {
		margin-top: 100px;
		font-size: 30px;
	}
	
	.page-fundador .contacto .btn {
		width: 80%;
		font-size: 13px;
		letter-spacing: 1px;
	}
	
	.page-contacto .cont-header {
		background: url(../images/fondo-home.png),linear-gradient(160deg,#1488CC 25%,#2B32B2 100%);
		background-size: cover;
		position: relative;
		background-position: bottom;
		padding-top: 120px !important;
	}
	
	.page-contacto .cont-header h1 {
		font-size: 36px;
	}
	
	.page-contacto .cont-header h2 {
		font-size: 14px;
	}
	
	
	.page-contacto .form-group {
		margin-bottom: 0;
	}
	
	.page-contacto .form-inline {
		margin-bottom: 20px;
	}
	
}
