/* 
Theme Name: Almaconsa
Theme URI: www.punto-imagen.com
Description: Tema desarrollado a medida para Punto Imagen
Version 1.2
Author: Luis Martínez
Author URL: www.jakematestudio.com
 */



/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Open+Sans');
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #00AFC8;
	background-color: #FFFFFF;
}
html,
body {
  height: 100%;
}
h1, h2{
	font-family: 'Roboto', sans-serif;
	color: #00AFC8;
}
h1{
	text-align: center;
}

/* contenedores pagina de inicio */
.viewport-size {
	position: relative;
  	display: table;
  	width: 100%;
  	height: 100%; /* For at least Firefox */
  	min-height: 100%;
  	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.viewport-size .logo-cnt .home-logo{
	margin: 0 auto;
}
.viewport-size .logo-cnt{
	position: absolute;
	bottom:8em;
	left:0;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	background-color: rgba(255,255,255,0.6);
}
.viewport-size .titulo-cnt .home-logo{
	margin: 0 auto;
}
.viewport-size .titulo-cnt{
	position: absolute;
	bottom:8rem;
	color: #FFF;
	left:0;
	font-size: 4em;
	font-weight: 100;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	background-color: rgba(0,96,156,0.7);
	text-shadow:  2px 2px 2px #000000;
}

.viewport-size .titulo-cnt .icono{
	height: 24rem;
	width: 24rem;
	display: table;
	position: absolute;
	right: -26rem;
	top: -1rem;
}
.viewport-size .titulo-cnt .icono img{
	width: 100%;
	height: auto;
}


.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.row-eq-height div{
	display: inline-block;	
}
.contenido-bloque{
	padding-top: 10em;
	padding-bottom: 10em;	
}
.contenido-bloque h1{
	display: inline-block;
	padding: 0 1em;
	margin: 0;
}
.contenido-bloque h1 hr{
	border: none;
	margin-left: -1em;
	margin-right: -1em;
	border-bottom: 2px solid #00AFC8;
}
.background-bloque{
	background-position:center center;
	background-attachment:local;
	background-size:auto 100%;
	background-repeat:no-repeat;
}
.background-left{
	background-position: left;
}
.background-right{
	background-position: right;
}
@media only screen and (min-width:992px){
	.row-md-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
}
.navbar-brand img{
	position: relative; 
	max-height: 2.6em; 
	margin-top: -15px; 
	top: 0;
}
.navbar-main-menu.navbar-inverse{
	background-color: transparent;
	background-image: none;
	/*border-bottom: 1em solid #006DB4;*/
	border-bottom: none;
}
.navbar-main-menu{
	padding-top: 4em;
	position: absolute !important;
}

.navbar-main-menu .navbar-nav > li > a{
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 1.8em;
}
.navbar-main-menu .navbar-nav > li.current-menu-item > a{
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 1.8em;
	border-bottom: 2px solid #00B1CA;

}

.carousel-caption{
	bottom: calc( 50% - 6em );
}

.carousel-caption h1{
	font-size: 5em;
	position: relative;
}

.carousel-caption h1::before{
	content: "";
	display: block;
	position: absolute;
	height: 50%;
	width: 100%;
	top:25%;
	left: 0;
	background-color: #006DB4;
	z-index: -1;
}




.background-full-image{
	position:relative;
	background-position: center;
	background-size: cover;
	padding: 6em 0;
	background-repeat: no-repeat;
}
.blueover::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,173,218,0.5);
}

.contenedor-quienes{
	image-orientation: left;
	padding-bottom: 4em;
	
}
.title-header{
	padding: 2em 2em;
	position: relative;
	text-align: center;
}

.title-header h1{
	background-color: transparent;
	display: inline-block;	
	position: relative;
	border-bottom: 3px solid #00B1CA;
	padding: 0 15px; 
	font-size: 4em;
}
.title-header.title-servicios h1{
	color: #fff;
	
	font-weight: 300;
	border-bottom: 3px solid #fff;
	display: inline-block;
	margin-top: 0;
}
.title-header.title-servicios{
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}
.mensajes{
	text-align: center;
}
.img-contacto{
	position: relative;
}
textarea{
	height: 9em;
	width: 35em;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding-bottom: 10em;
	
}
.dashed-line{
	border-bottom: dashed 4px #ffffff;
	text-align: center;
	height: 1em;
	padding-bottom: 6px;
}


.page-content .content{
	background-color: #868F98;
	padding-bottom: 4em;
	padding-top: 3em;
}

.page-content .content ol li {
	list-style-type: none;
	display: block;
	margin: 10px 0;
	clear: both;	
}
.page-content .content ol li strong{
	font-size: 1.2em;
}
.page-content .content ol { counter-reset: item; }
.page-content .content ol li:before {
	content: counter(item);
	font-family: 'Archivo Black', sans-serif;
	counter-increment: item;
	color: white;
	background-color: #0E1F31;
	font-size: 3em;
	float: left;
	padding: 15px 20px;
	margin-right: 15px;
}
.page-content .container ol li::after{
	content: "";
	border-bottom: dashed 4px #ffffff;
	text-align: center;
	height: 1em;
	padding-bottom: 6px;
	clear: both;
	display: block;
}
.page-content .container ol li:last-child::after{
	border-bottom: none;
}
.carousel-inner .item .background{
	width: 100%;
	height: auto;
}

.service-modal .modal-content {
    background-color: #006DB4;
}
.service-modal .modal-content a{
	color: #AFD9F4;
}

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="phone"], textarea{
	color: #006DB4;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.row-eq-height div{
	display: inline-block;	
}

footer{
	background-color: #00AFC8;
	color: #FFF;
	padding-top: 2em;
	padding-bottom: 2em;
}
footer .redes-sociales{
	margin-top: 1em;
}

.single-service-page .servicio-texto{
	padding: 7em 5em 5em;
	text-align: justify;
}

@media only screen and (max-width:1340px){
	.carousel-caption h1{
		font-size: 4em;
	}
	
}
@media only screen and (max-width:1140px){
	.carousel-caption h1{
		font-size: 3.2em;
	}
}
@media only screen and (max-width:1000px){
	.carousel-caption h1{
		font-size: 2.6em;
	}
}
@media only screen and (max-width:800px){
	h1{
		font-size: 1.8em;
	}
	h2{
		font-size: 1.6em;
	}
	.carousel-caption h1{
		font-size: 2.5em !important;
	}
	.carousel-inner .item .background{
		width: 200%;
		height: auto;
		margin: 0 -50%;
		max-width: none;
	}
	
}
@media only screen and (max-width:700px){
	.carousel-caption h1{
		font-size: 2em !important;
	}
}

@media only screen and (min-width:960px){	
	.text-md-right{
		text-align: right;
	}
	.text-md-left{
		text-align: left;
	}
}
.skewx-left {
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg); /* Standard syntax */
}
.skewx-right {
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg); /* Standard syntax */
}
.bloque-corporativo .contenido-bloque{
	font-size: 1.2em;
	text-align: justify;
}

