/*
Theme Name: mercaunion
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);
body{
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
	overflow-x:hidden; 
}
a{
	text-decoration: none!important;
}
p{
	font-size: 18px;
	line-height: 25px;
  text-align: justify;
}
.slider-home{
margin-top: 120px;
}
.header2{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transformtransform 500ms ease;
  transition: transform 500ms ease;
  z-index: 999;
  opacity: 1;
  height: auto;
  background: #fff;
}
#sedes a{
	color: #fff;
}
.fxdHdr {
  background: #fff;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}


.logo{
  text-align: center;
  padding-top: 5px;
}

.fxdHdr .logo{
  height: 100px;
}

.fxdHdr .logo img{
  transform: scale(0.6);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transformtransform 200ms ease;
  transition: transform 200ms ease;
}
.menu-principal{
    text-align: center;
    float: left !important;
    margin: auto;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent !important;
}

.menu-principal li a{
  padding: 0px 10px;
}
.menu-principal li a:hover{
  background: none;
}
.menu-principal li:last-child a span{
  display: none;
}
.menu-principal li a span{
    padding: 10px 14px;
    font-size: 16px;
    color: #fff;
}
.header-azul{
  background: #004883;
}

.copyr{
  float: left;
  padding-top: 13px;
  padding-bottom: 8px;
  color: #004883;
}
.copyr a{
  color: #004883;
  text-decoration: none;
}
.copyr span{
  color: #000e1a;
}
.design a{
  color: #000e1a!important;
  text-decoration: none!important;
}
.design{
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #004883;
}
.categorias-home{
  position: relative;
}
.categorias-home img{
  width: 100%;
  height: auto;
}
.categorias-home .textos{
  width: 100%;
  min-height: 358px;
  position: absolute;
  top: 0px;
  display: block;
  text-align: center;
}
.categorias-home .textos h4{
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  color: #004883;
  margin-top: 30%;
}
.categorias-home .textos h2{
  font-size: 56px;
  font-weight: bold;
  padding: 0px;
  margin: -7px 0px 0px;
  color: #c53234;
}
.categorias-home .textos .boton{
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  margin: auto;
  background: #004883;
  color: #fff;
  text-transform: uppercase;
  margin-top: 87px;
}
.servicios-home .col-sm-3{
  padding: 0px 5px;
}
.producto-home {
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
  display: block;
  text-align: center;
  margin: 5px 0px;
  padding: 20px;
}
.producto-home .imagen{
  width: 221px;
  height: 221px;
  margin: auto;
}
.producto-home .imagen img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.producto-home h3 {
    font-size: 16px;
    color: #004883;
    font-weight: 500;
}
.producto-home .text {
    text-align: left;
}
.producto-home .text a{
  display: none;
}
.producto-home .boton {
  width: 180px;
  height: 45px;
  text-align: center;
  background: #c53234;
  line-height: 45px;
  margin: auto;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
h2.dest {
  font-size: 30px;
  color: #004883;
  font-weight: 500;
  margin: 10px 0px 35px;
}
h2.dest:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fbbc35;
  display: block;
  position: relative;
  top: 20px;
}
h2.dest span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0px 20px 0px 0px;
}
.section1{
  margin-top: 50px;
}
.banner{
  width: 100%;
  height: auto;
}
.banner img{
  width: 100%;
  height: auto;
}
.clientes-home{
  padding: 30px 0px 50px;
  width: 100%;
  height: auto;
}
h2.dest1 span{
  background: #f1f1f1;
}
.quienes-somos{
  padding: 20px 15px 40px;
}
.ver {
  font-size: 16px;
  color: #c53234;
  font-weight: 500;
  float: right;
}

.seccion-footer i{
  font-size: 60px;
  margin: auto;
  display: block;
  text-align: center;
}
.seccion-footer h2{
    font-size: 17px;
    color: #004883;
}
.seccion-footer ul{
  padding: 0px;
  margin-left: -18px;
}
.seccion-footer ul li{
  margin-left: 20px;
  color: #333;
  font-size: 17px;
  list-style: none;
  font-weight: 300;
}
.seccion-footer ul li a:hover{
color: #004883;
}
.seccion-footer ul li a{
  color: #333;
}
.seccion-footer h5 {
  font-size: 17px;
  font-weight: 300;
  color: #333;
}
.ver-mas{
  float: right;
  margin-bottom: 20px;
}
.ver-mas a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #c53234;
}
.ver-mas a:hover{
  color: #fbbc35;
}
.seccion1{
   background: url(images/parallax1.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  width: 100%;
}
.seccion1 .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li,
.seccion2 .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li,
.seccion2 .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li,
.seccion2 .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
 margin-bottom: 0px!important;
}
 .seccion2{
   background: url(images/parallax2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  width: 100%;
}
.seccion3{
   background: url(images/parallax3.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  width: 100%;
}
.seccion4{
   background: url(images/parallax4.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  width: 100%;
}
.img-parallax{
  padding: 30px;
}
.banner-sedes{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner-sedes img{
  width: 100%;
  height: auto;
}

.conteido-sedes{
position: absolute;
z-index: 1;
top: 40px;
text-align: center;
width: 100%;
}
.conteido-sedes h2{
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.cont-sedes{
  color: #f3f3f3;
  font-size: 16px;
}
.sedes{
margin-top: 40px;
}
.lshowcase-logos{
  margin-top: 30px!important;
}
.seccion-footer{
  min-height: 300px;
  background: #f1f1f1;
}

.widget1{
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.widget1 img{
padding: 10px;
}
.info p{
  font-size: 16px;
  font-weight: 300;
}
.info .bold{
  font-weight: 600;
  color: #5c5c5c;
}
.politi{
  margin-top: 60px;
}
.politi a{
  font-size: 16px;
  font-weight: 600;
  color: #004883;
}
.politi a:hover{
  color: #2d8fe0;
}
.copy{
  background: #aeaeae;
}
.contacto{
  background: #fff;
  margin-top: -60px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}

    

.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{
  margin-top: 7px!important;
}

/*RESPONSIVE*/
#wprmenu_bar .bar_logo{
  float: right;
}
@media (max-width: 1024px){
  header{
    display: none;
  }
  .slider-home{
    margin-top: 10px;
  }
}
@media (max-width: 768PX){
 .conteido-sedes{
  top: 5px;
}
.banner-sedes{
    margin-bottom: 10px;
    }
  }

@media (max-width: 480px){
  .contacto{
    margin-top: 0px;
  }
  .contacto form input[type="submit"]{
    margin-bottom: 20px;
  }
}
    
