/*
Theme Name: Sunsol
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Alterwave';
    src: url('fonts/Alterwave-Regular.eot');
    src: url('fonts/Alterwave-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alterwave-Regular.woff2') format('woff2'),
        url('fonts/Alterwave-Regular.woff') format('woff'),
        url('fonts/Alterwave-Regular.ttf') format('truetype'),
        url('fonts/Alterwave-Regular.svg#Alterwave-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('fonts/Unbounded-Medium.eot');
    src: url('fonts/Unbounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Unbounded-Medium.woff2') format('woff2'),
        url('fonts/Unbounded-Medium.woff') format('woff'),
        url('fonts/Unbounded-Medium.ttf') format('truetype'),
        url('fonts/Unbounded-Medium.svg#Unbounded-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('fonts/Unbounded-Regular.eot');
    src: url('fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Unbounded-Regular.woff2') format('woff2'),
        url('fonts/Unbounded-Regular.woff') format('woff'),
        url('fonts/Unbounded-Regular.ttf') format('truetype'),
        url('fonts/Unbounded-Regular.svg#Unbounded-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--blue: #1E5073;
	--black: #444;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Alterwave', sans-serif;
	font-size: 16px;
	color: var(--black);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 16px 20px 6px 20px;
	font-weight: normal;
	font-family: 'Alterwave', sans-serif;
	font-size: 15px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #163951;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Unbounded', sans-serif;
	font-weight: 500;
}


/**** HEADER ****/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 20px;
	z-index: 100;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 60px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #ffffff;
	font-size: 15px;
	border: none;
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Alterwave', sans-serif;
	border-bottom:2px solid transparent;
	padding: 4px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav li {
	padding-right: 11px;
	padding-left: 11px;
}
.navbar-right {
    padding-top: 18px;
}
.top-position {
	position: relative;
	padding-right: 160px;
}
.redes {
	position: absolute;
	top: 19px;
	right: 15px;
	text-align: right;
}
.redes a {
	color: #fff;
	font-size: 18px;
	margin-left: 8px;
}
.carousel-home .item {
	height: 600px;
	padding-top: 200px;
	color: #fff;
	font-size: 19px;
	background-position: top center;
}
.cab {
	padding-top: 200px;
	color: #fff;
	font-size: 19px;
	background-image: url(images/cab.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 60px;
	background-size: cover;
}
.carousel-home a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 16px 20px 6px 20px;
	font-size: 15px;
	line-height: 1em;
}
h1 {
	font-size: 39px;
	margin-bottom: 30px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 24px;
}
.bg {
	background: url(images/bg.jpg) no-repeat top center;
}
.imghome {
	border: 12px solid #ecf1f5;
}
.contenidos2  {
	padding-top: 220px;
}
.contenidos2 .white {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
}
.contenidos2 .cborde {
	padding-right: 30px;
	border-right: 1px solid #fff;
}
.contenidos2 h2 {
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
}
.contenidos2 h3 {
	margin-top: 15px;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
}
.contenidos2 .col-sm-5 {
	padding-left: 30px;
	padding-top: 30px;
}
img.sun2 {
	border: 12px solid #ecf1f5;
}
.pilar {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: var(--blue);
	margin-bottom: 30px;
}
.pilar img {
	width: 70px;
}
footer {
	background: var(--blue);
	color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 15px;
}
.logofooter {
	height: 60px;
	margin-bottom: 20px;
}
.contactos {
	color: #fff;
}
.contactos img {
	width: 23px;
}
footer a {
	color: #fff;
}
.redes-footer {
	margin: 20px 0;
}
.redes-footer a {
	font-size: 18px;
	margin: 0 6px;
}
.bg2 {
	background: #dedad7;
	position: relative;
	overflow: hidden;
}
.bg1 .container-fluid, .bg2 .container-fluid, .bg3 .container-fluid, .bg4 .container-fluid {
	position: relative;
	z-index: 10;
}
.tont1 {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
}
.tont1 img {
	width: 300px;
}
.bg3 {
	position: relative;
	background: #ecf1f5;
	overflow: hidden;
}
.tont2 {
	position: absolute;
	right: -120px;
	bottom: 30px;
	z-index: 1;
}
.tont2 img {
	width: 400px;
}
.tont3 {
	position: absolute;
	right: -10px;
	bottom: 30px;
	z-index: 1;
}
.tont3 img {
	width: 220px;
}
.mision {
	position: relative;
	padding-left: 90px;
	margin-bottom: 36px;
}
.mision h3 {
	color: var(--blue);
	margin-bottom: 20px;
}
.mision img {
	position: absolute;
	left: 0;
	top:  0;
	width: 72px;
}
.ubicacion {
	position: relative;
	padding-left: 70px;
}
.ubicacion h2 {
	color: var(--blue);
	margin-bottom: 10px;
}
.ubicacion img {
	position: absolute;
	left: 0;
	top:  0;
	width: 52px;
}
.mision strong {
	color: var(--blue);
}
.bg4 {
	padding-top: 30px;
	padding-bottom: 50px;
	background: url(images/bg4.jpg) no-repeat center center;
	background-size: cover;
}
.formulario input {
	color: var(--blue);
	background: #fff;
	border: none;
	padding: 14px;
	margin-bottom: 16px;
	width: 100%;
}
.formulario textarea {
	color: var(--blue);
	background: #fff;
	border: none;
	padding: 14px;
	margin-bottom: 16px;
	width: 100%;
	height: 100px;
}

@media(max-width:767px) {
	h1 {
  		font-size: 32px;
  	}
  	.carousel-home .item {
  		font-size: 16px;
  	}
  	.contenidos2 {
  		padding-top: 50px;
	}
	.pilar {
		float: none;
		width: 100%;
		padding-left: 20%;
		padding-right: 20%;
	}
	.redes {
	  top: -84px;
	}
	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 3px 14px;
	    margin-top: 24px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    border: none !important;
	    color: #fff !important;
	    font-size: 23px;
	    background: transparent !important;
	    margin-right: 0;
  	}
  	header .navbar-brand img {
  		height: 52px;
	}
	.top-position {
  		padding-right: 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  		background: var(--blue);
	}
	.navbar-default .navbar-nav li a {
  		padding: 10px 10px !important;
  		margin-bottom: 15px;
	}
	.cab {
		font-size: 16px;
	}
}

@media(max-width:498px) {
	.carousel-home .item {
  		height: 600px;
  		padding-top: 160px;
  	}
  	.cab {
		padding-top: 160px;
	}
}