body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: url("../img/bg.jpg") 0 0 repeat #144E97;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}

h2 {
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 40px;
    margin-left: 20px;
	font-weight: 300;
	color: #337ab7;
    text-align: center;
}

h3 {
    font-weight: normal;
    color: #337ab7;
    font-size: 26px;
    line-height: 28px;
    margin-top: 0;
}

h4 {
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
}

p strong {
    font-weight: 600;
}

hr {
    margin: 30px -30px 40px;
}

@media (min-width: 767px) {
    h2 {
        text-align: left;
    }
}


/* GENERAL */

.container {
    max-width: 960px;
    background-color: #fff;
}

.vertical-align {
    display: flex;
    align-items: center;
    height: 100%;
}

.row.no-padding,
.row.no-margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row.no-padding > [class^="col-"],
.row.no-padding > [class*=" col-"] { /* Quitamos padding solo a las columnas hijas de primer nivel */
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
    margin: -1px;
}

/*
.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
    width:100%;
}
*/

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.site-body > .container {
    min-height: 400px;
}

.help-block,
.form-group.has-error .help-block {
    display: block;
    font-size: 12px;
}

.form-group .help-block {
    display: none;
}

section {
    padding-bottom: 80px;
}

.section-slider {
    position: relative;
    height: 300px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 30px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.section-slider.servicios{
    padding: 0px;
    height: auto;
}

.section-slider img.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
}

.section-slider .info-container {
    position: relative;
    z-index: 2;
    background-color: rgba(46, 105, 161, 0.8);
    padding: 20px;
}

.section-slider .titulo {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-slider .subtitulo {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.section-header {
    padding: 20px 55px 30px;
}

@media (min-width: 767px) {
    .section-header.section-all h1:after {
        content: "";
        height: 2px;
        width: 100px;
        background-color: #337ab7;
        position: absolute;
        bottom: 0;
        left: 2px;
    }

    .section-header.section-all h1 {
        padding-bottom: 30px;
    }
}


.section-header.section-all h1 {
    font-weight: 300;
    font-size: 48px;
    color: #666;
    position: relative;
}

@media (max-width: 480px){
    .section-header.section-all h1{
        font-size: 40px;
    }
}

.section-header.section-all p {
    font-size: 20px;
}

.section-into .section-header h1 {
    color: #236ab1;
    margin-bottom: 10px;
}

.section-into .section-header p {
    font-size: 21px;
    color: #717171;
    font-style: italic;
}

.section-body {
    padding: 0 15px;
}

.section-into .info-container {
    padding: 0 20px 30px 40px;
}

@media (max-width: 767px) {

    .site-body .container {
        padding-top: 0px;
    }

    .section-header {
        text-align: center;
    }

    .section-header,
    .section-body{
        padding: 20px;
    }

    .section-into .info-container {
        padding-left: 0px;
        padding-right: 0px;
    }

}

.carousel {
    margin-bottom: 20px;
}

.carousel .item img {
    width: 100%;
}

#slider-productos .carousel-control.left,
#slider-productos .carousel-control.right{
    background: none;
}

.productos #slider-productos .img-container{
    height: 300px;
}


    /* MENU */

header > .container {
	padding: 0;
	background-color: #fff;
}

.navbar {
	background-color: transparent;
    border: none;
    min-height: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .navbar-nav li a {
    text-transform: uppercase;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li.active a,
.navbar .navbar-nav li.active a:hover {
	color: #2e69a1;
	background-color: transparent;
}

.navbar.navbar-primary {
    border-width: 1px 0;
    border-color: #c5d7ed;
    border-style: solid;
}

.navbar.navbar-primary .navbar-nav > li > a {
    padding: 15px;
    font-size: 22px;
    text-align: center;
}

@media (min-width: 767px) {
    .navbar.navbar-primary .navbar-nav > li > a {
        padding: 10px;
        font-size: 15px;
    }
}

.navbar.navbar-primary .navbar-brand {
    padding: 5px;
    height: auto;
    width: 100px;
}

.navbar.navbar-primary .navbar-collapse {
    border-color: #c5d7ed;
}

.navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px;
    border-left: 1px solid #ccc;
}

.navbar-form .btn {
    color: #2e69a1;
    border: none;
}

.navbar-form .form-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #ccc;
	vertical-align: middle;
}

.navbar-form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-secundary {
	min-height: 100px;
	padding: 20px 30px 0;
}

.navbar.navbar-secundary .navbar-brand {
	font-size: 30px;
    height: 61px;
    padding: 0px 15px;
}

.navbar.navbar-secundary li a {
    color: #ccc;
	font-size: 13px;
	margin: 5px 5px 5px 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #ccc;
	line-height: 11px;
}

.navbar.navbar-secundary li:last-child a {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.navbar-default .navbar-toggle {
    background-color: #337ab7;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #5DA0DA;
}

/* HOME */

.inicio .carousel {
    margin: 0 -15px 50px;
}

.inicio section {
    padding: 0 15px 30px;
}

.ver-todos {
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

@media (max-width: 480px){
    .ver-todos{
        display: block;
        border-left: none;
        padding-left: 0px;
    }

    .home-productos h2,
    .home-servicios h2,
    .home-proyectos {
        margin-left: 0px;
    }

}


.home-servicios {
    padding-right: 10px;
}

.home-proyectos {
    padding-left: 10px;
}

.home-proyectos .row {
    margin-right: -10px;
    margin-left: -10px;
}

.home-proyectos .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.thumbnail {
	position: relative;
	padding: 0;
    margin-bottom: 30px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.thumbnail:hover,
.thumbnail:focus {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.thumbnail img {
    width: 100%;
}

.thumbnail-default .caption {
    background-color: #F7F7F7;
    padding: 20px 20px 60px;
    min-height: 200px;
}

.thumbnail-default .img-container {
    display: block;
    position: relative;
}

.thumbnail-proyectos {
	display: block;
	overflow: hidden;
}

.thumbnail-proyectos .caption {
	background-color: rgba(46, 105, 161, 0.8);
	color: #fff;
    padding: 13px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(0,60%);
	-moz-transform: translate(0,60%);
	-ms-transform: translate(0,60%);
	-o-transform: translate(0,60%);
	transform: translate(0,60%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.thumbnail-proyectos:hover .caption,
.thumbnail-proyectos:focus .caption {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.thumbnail-proyectos .caption {
    padding: 25px;
}
.thumbnail-proyectos .caption h3 {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}

@media (min-width: 767px) {
    .thumbnail-proyectos .caption {
        padding: 10px;
    }
    .thumbnail-proyectos .caption h3 {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (min-width: 992px) {
    .thumbnail-proyectos .caption {
        padding: 13px;
    }
    .thumbnail-proyectos .caption h3 {
        font-size: 14px;
        line-height: 21px;
    }

}

@media (min-width: 767px) and (max-width: 991px) {
    .thumbnail-servicios .caption {
        padding: 15px 20px;
    }
    .thumbnail-servicios .caption h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

.thumbnail-proyectos .caption .btn-ampliar {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
}

.thumbnail-proyectos .caption .btn-ampliar i {
    margin-left: 10px;
}

.thumbnail-servicios {
    min-height: 168px;
}

.thumbnail-servicios .img-container {
    width: 40%;
    display: block;
    position: relative;
}


.thumbnail .img-container .overlay {
    background-color: rgba(46, 105, 161, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.thumbnail .img-container .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -22px;
}

.thumbnail-servicios .caption {
    background-color: #F7F7F7;
    padding: 30px 20px;
    width: 60%;
    top: 0;
    left: 40%;
    height: 100%;
    position: absolute;
}

.thumbnail:hover .img-container .overlay,
.thumbnail:focus .img-container .overlay {
    opacity: 1;
}

.thumbnail .caption .ampliar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #f1f1f1;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    color: #666;
}

.thumbnail .caption .ampliar i {
    color: #337ab7;
    margin-left: 10px;
}

.thumbnail .caption .ampliar:hover,
.thumbnail .caption .ampliar:focus {
    text-decoration: none;
    color: #337ab7;
}

.thumbnail-servicios .caption h3 {
    font-size: 22px;
    line-height: 24px;
}

@media (min-width: 767px) and (max-width: 991px) {
    .thumbnail-servicios .caption {
        padding: 15px 20px;
    }
    .thumbnail-servicios .caption h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 460px){
    .thumbnail-servicios .img-container{
        width: 100%;
    }
    .thumbnail-servicios .caption{
        position: initial!important;
        display: block;
        width: 100%;
    }
    .thumbnail-servicios .caption h3{
        margin: 0px 0px 60px 0px
    }
}

.link-brochure {
    background: url("../img/bg-brochure.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    padding: 25px;
    position: relative;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link-brochure span {
    color: #fff;
    display: block;
}

.link-brochure .titulo {
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.link-brochure .subtitulo {
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
}

.link-brochure .icon-brochure {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.link-brochure .icon-brochure .fa-download {
    position: relative;
    top: 6px;
}

.link-brochure:hover,
.link-brochure:focus {
    text-decoration: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

/* NOSOTROS */

.nosotros .carousel {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 4px solid #236ab1;
}

.nosotros .section-header .logo-lg {
    margin: auto;
}

.nosotros .section-body p {
    color: #717171;
}

.nosotros .section-body p.destacado {
    font-size: 19px;
    color: #236ab1;
}

@media (min-width: 767px) {
    .nosotros .section-body .thumbnail {
        margin-right: -30px;
    }
}

.nosotros .section-body .thumbnail {
    border-top: 4px solid #236ab1;
}

.nosotros .section-body .thumbnail .caption {
    padding-top: 0;
    padding-left: 30px;
}

.nosotros .section-body .thumbnail h3 {
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

.nosotros .section-body .thumbnail h3:after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #337ab7;
    position: absolute;
    bottom: -10px;
    left: 2px;
}

.nosotros .section-body .thumbnail p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

/* PRODUCTOS */

.productos .section-into.detalle .section-header{
    padding-top: 0px;
}

.productos .back{
    padding: 0px 0px 0px 50px;
    font-size: 22px;
}

.productos .back a:hover{
    text-decoration: none;
}

.productos .section-slider {
    background: url("../img/slider-clientes.jpg") center center no-repeat;
}

.productos .section-body p.destacado {
    font-size: 19px;
    color: #236ab1;
}

.productos .galeria-container {
    margin-top: 80px;
}

.productos .img-producto-container .thumbnail {
    border-bottom: 10px solid #236ab1;  
}

.productos .img-producto-container .img-container{
    height: auto;
}

.productos .info-container h2{
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    line-height: 25px;    
}

.productos .img-container{
    height: 160px;
    overflow: hidden;
}

/* CLIENTES */

.clientes .section-slider {
    background: url("../img/slider-clientes.jpg") center center no-repeat;

}

.thumbnail.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.thumbnail.grayscale:hover,
.thumbnail.grayscale:focus {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

@media (max-width: 768px){
  .clientes .section-body h2  {
    font-size: 28px;
    margin-left: 0px;
  }
}


/* SERVICIOS */

.servicios .section-slider {
    background: url("../img/slider-clientes.jpg") center center no-repeat;
}

.menu-servicios {
    margin-bottom: 50px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.menu-servicios > a {
    background-color: transparent;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    border-width: 0 0 1px 0;

    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;

    margin-right: 10px;
    margin-left: 10px;
}

.menu-servicios > a:first-child{
    padding-top: 20px;
}

.menu-servicios > a:last-child {
    border: none;
    padding-bottom: 20px;
}

.menu-servicios > a > i {
    position: absolute;
    right: 5px;
    top: 15px;
}

.menu-servicios > a:hover,
.menu-servicios > a:focus,
.menu-servicios > a.active,
.menu-servicios > a.active:hover {
    background-color: #236ab1;
    border-color: #236ab1;
    color: white;
    margin: 0px;
    padding: 10px 25px 10px 25px;
}

.menu-servicios > a:first-child:hover,
.menu-servicios > a:first-child:focus,
.menu-servicios > a:first-child.active,
.menu-servicios > a:first-child.active:hover{
    padding-top: 20px;
} 

.menu-servicios > a:last-child:hover,
.menu-servicios > a:last-child:focus,
.menu-servicios > a:last-child.active,
.menu-servicios > a:last-child.active:hover{
    padding-bottom: 20px;
} 

.menu-servicios > a:hover i,
.menu-servicios > a:focus i,
.menu-servicios > a.active i,
.menu-servicios > a.active:hover i {
    right: 15px;
}

.servicios .section-body p.subtitulo {
    font-size: 16px;
}

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

.servicios .section-body h4{
    color: #337ab7;
    font-size: 20px;
    margin-bottom: 0px;
}


.servicios .carousel {
    margin-left: -35px;
    margin-right: -35px;
}

ul.bluedott {
    list-style: none;
    padding:0;
    margin:0;
}

ul.bluedott.destacado{
    font-size: 19px;
    color: #236ab1;
}

ul.bluedott li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

ul.bluedott li:before {
    content: "• ";
    color: #337ab7; 
}

@media (min-width: 767px) {
    .servicios .carousel {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* PROVEEDORES */

.proveedores .section-slider {
    background: url("../img/slider-clientes.jpg") center center no-repeat;
}

/* PROYECTOS */

.proyectos .section-slider {
    background: url("../img/slider-proyectos.jpg") center center no-repeat;
}

.proyectos .galeria-container {
    margin-top: 80px;
}

.proyectos .section-body p.destacado {
    font-size: 19px;
    color: #236ab1;
}


.proyectos .thumbnail-right {
    border-top: 4px solid #236ab1;
}

.proyectos .thumbnail-right .caption {
    padding: 0 30px 70px;
    background-color: #F7F7F7;
    min-height: 200px;
}

.proyectos .thumbnail-right h3 {
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

.proyectos .thumbnail-right h3:after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #337ab7;
    position: absolute;
    bottom: -10px;
    left: 2px;
}

.proyectos .thumbnail-right p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

.proyectos .thumbnail-right .img-container {
    padding: 10px 30px;
    margin-bottom: 20px;
    text-align: center;
}

.proyectos .thumbnail-right .img-container img{
    width: auto;
}

/* CONTACTO */

.contacto .section-slider {
    background: url("../img/slider-contacto.jpg") center center no-repeat;
}

.contacto .section-body h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.contacto .section-body .info-container {
    padding-left: 15px;
    padding-right: 15px;
}

.contacto .section-body .info-container p {
    font-size: 15px;
    color: #888;
    line-height: 22px;
}

.contacto .section-body .info-container p.success{
    font-size: 16px;
    text-align: center;
    padding: 20px 0px;
}


.mapa-container {
    margin-bottom: 40px;
    border-bottom: 10px solid #337ab7;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 767px) {
    .mapa-container {
        margin-bottom: 0px;
        margin-right: 15px;
    }
}

#map_canvas {
    width: 100%;
    height: 250px;
}

.contacto .section-body .info-container address strong {
    color: #337ab7;
    font-size: 16px;
    font-weight: 400;
}

.contacto .section-body .info-container address p,
.contacto .section-body .info-container address a {
    color: #888;
    font-size: 18px;
    display: block;
}

.contacto .info-container .form-control {
    background-color: #f9f9f9;
    border-radius: 3px;
    height: 40px;
}

.contacto .info-container form {
    margin-bottom: 40px;
}

@media (min-width: 767px) {
    .contacto .info-container form {
        margin-bottom: 0px;
    }
}

.contacto .info-container form .row {
    margin-right: -5px;
    margin-left: -5px;
}

.contacto .info-container form .row > div {
    padding-right: 5px;
    padding-left: 5px;
}

.contacto .info-container form .form-group {
    margin-bottom: 10px;
}

.contacto .info-container form textarea.form-control {
    height: 140px;
}

.contacto .info-container form .file{
    visibility: hidden;
    height: 0px;
    padding: 0px;
    margin-top: 0px;
    border:0px;
}

.contacto .info-container .btn {
    background-color: transparent;
    border: 2px solid #236ab1;
    color: #236ab1;
    padding: 8px 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.contacto .info-container .btn.dz-default{
    margin-top: 0px;
    display: block;
}

.contacto .section-body .info-container .dz-default p{
    margin-bottom: 0px;
}

.contacto .info-container .btn:hover p, .contacto .info-container .btn:focus p{
    color: #fff;    
}

.contacto .info-container .btn:hover,
.contacto .info-container .btn:focus {
    background-color: #236ab1;
    color: #fff;
}

/* Search */
.busqueda .search-header{
    padding-bottom: 20px;
}

.busqueda i{
    font-size: 16px;
    margin-right: 5px;
}

.busqueda p{

}

.busqueda h3{
    padding-bottom: 20px;
}

.busqueda h4{
    font-size: 22px;
    line-height: 22px;
    margin: 15px 0px 0px 0px;
}

/* FOOTER */

footer {
    border-top: 15px solid rgba(226, 226, 226, 0.5);
    margin-top: -15px;
}

footer .container {
    background-color: transparent;
}

footer .footer-menu-container {
    background-color: #14222f;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .footer-menu-container img {
    margin: 5px auto;
}

footer .footer-legal-container {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
}

footer .footer-legal-container p {
    font-size: 11px;
    line-height: 16px;
    color: #a3a3a3;
    margin: 0;
}

footer .footer-menu {
    margin: 22px 0px;
}

footer .footer-menu li {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

footer .footer-menu li:last-child {
    border: none;
}

footer .footer-menu li a {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

footer .footer-menu li a:hover,
footer .footer-menu li a:focus {
    color: #246db2;
    text-decoration: none;
}

footer .footer-menu li.active {
    color: #246db2;
}

footer .footer-contacto p,
footer .footer-contacto a {
    color: #fff;
    margin: 0;
}

footer .footer-contacto .direccion {
    font-size: 13px;
}

footer .footer-contacto .telefono {
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}

footer .footer-contacto .email {
    font-size: 17px;
}

footer .kodear{
    opacity: 0.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;    
}

footer .kodear:hover{
    opacity: 1
}

@media (min-width: 767px) and (max-width: 991px) {
    footer .footer-contacto .email{
        font-size: 16px;
    }
}

/* Align */
@media (min-width: 991px) {
    .align-desktop{

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        /*
        -webkit-justify-content: space-around;
        justify-content: space-around;
        */
        -webkit-justify-content: center!important;
        justify-content: center!important;
        
        /*flex-direction: column;*/
    }     
}