/*Hoja de Estilos sitio web SABORMEX*/

/*WEBFONTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
    font-family: 'raleway-light';
    src: url('webfonts/raleway-light-webfont.eot');
    src: url('webfonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-light-webfont.woff') format('woff'),
         url('webfonts/raleway-light-webfont.ttf') format('truetype'),
		 url('webfonts/raleway-light.otf') format('otf'),
		 url('webfonts/raleway-light-webfont.svg#raleway-light') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'raleway-regular';
    src: url('webfonts/raleway-regular-webfont.eot');
    src: url('webfonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-regular-webfont.woff') format('woff'),
         url('webfonts/raleway-regular-webfont.ttf') format('truetype'),
		 url('webfonts/raleway-regular.otf') format('otf'),
		 url('webfonts/raleway-regular-webfont.svg#raleway-regular') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'raleway-medium';
    src: url('webfonts/raleway-medium-webfont.eot');
    src: url('webfonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-medium-webfont.woff') format('woff'),
         url('webfonts/raleway-medium-webfont.ttf') format('truetype'),
		 url('webfonts/raleway-medium.otf') format('otf'),
		 url('webfonts/raleway-medium-webfont.svg#raleway-medium') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'raleway-semibold';
    src: url('webfonts/raleway-semibold-webfont.eot');
    src: url('webfonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-semibold-webfont.woff') format('woff'),
         url('webfonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('webfonts/raleway-semibold.otf') format('otf'),
         url('webfonts/raleway-semibold-webfont.svg#raleway-semibold') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'raleway-bold';
    src: url('webfonts/raleway-bold-webfont.eot');
    src: url('webfonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-bold-webfont.woff') format('woff'),
         url('webfonts/raleway-bold-webfont.ttf') format('truetype'),
         url('webfonts/raleway-bold.otf') format('otf'),
         url('webfonts/raleway-bold-webfont.svg#raleway-bold') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'raleway-extrabold';
    src: url('webfonts/raleway-extrabold-webfont.eot');
    src: url('webfonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-extrabold-webfont.woff') format('woff'),
         url('webfonts/raleway-extrabold-webfont.ttf') format('truetype'),
         url('webfonts/raleway-extrabold.otf') format('otf'),
         url('webfonts/raleway-extrabold-webfont.svg#raleway-extrabold') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'aleo-lightitalic';
    src: url('webfonts/aleo-lightitalic-webfont.eot');
    src: url('webfonts/aleo-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/aleo-lightitalic-webfont.woff') format('woff'),
         url('webfonts/aleo-lightitalic-webfont.ttf') format('truetype'),
		 url('webfonts/aleo-lightitalic.otf') format('otf'),
		 url('webfonts/aleo-lightitalic-webfont.svg#aleo-lightitalic') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'aleo-bolditalic';
    src: url('webfonts/aleo-bolditalic-webfont.eot');
    src: url('webfonts/aleo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/aleo-bolditalic-webfont.woff') format('woff'),
         url('webfonts/aleo-bolditalic-webfont.ttf') format('truetype'),
		 url('webfonts/aleo-bolditalic.otf') format('otf'),
		 url('webfonts/aleo-bolditalic-webfont.svg#aleo-bolditalic') format('svg');
    font-weight:normal;
    font-style:normal;

}

/*GENERALES
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
  scroll-behavior: smooth;
}

body{
	font-family: 'raleway-medium', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:23px;
    background-color: #ffffff;
    color: #808081;
}

.clear{
	clear: both;
}

.clearfix{
  clear: both;
}

.ontop{
    z-index: 10000000000;
}

.fullWidth {
   width: 100%;
   /*margin-left: auto;
   margin-right: auto;*/
   max-width: initial;
   min-width:100%;
}

.fullWidth2 {
   width: 50%;
   /*margin-left: auto;
   margin-right: auto;*/
   max-width: initial;
}

#content-wrapper{
  width: 100%;
}

.aviso-foot{
  margin-bottom: 0px;
  margin-top: 10px;
}

/*FOTOS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hero{
    background-image:url("../img/nuestro-origen/valores.jpg");
    background-size:cover;
    margin-bottom: 10px;
}

.hero-contacto{
    background-image:url("../img/contacto/contacto.png");
    background-size:cover;
    margin-bottom: 0px;
}

.azul-contacto{
    background-image:url("../img/forma-parte/azul-vacantes.png");
    background-size:cover;
    background-color: #001566;
    margin-top: -100px;
}

.azul-vacantes{
    background-image:url("../img/forma-parte/fondo.jpg");
    background-size:cover;
    background-color: #001566;
    margin-top: -120px;
}

.res-organic{
    background-image:url("../img/nuestro-compromiso/fondo.png");
    background-size:cover;
    margin-top: -3px;
}

.cont-salud{
    background-image:url("../img/nuestro-compromiso/fondo.jpg");
    background-size: cover;
    
}

.hero-contact{
    background-image:url("../img/forma-parte/fondo.jpg");
    background-size:cover;
    background-color: #001976;
    margin-bottom: 0px;
}

.hero-vacantes{
    background-image:url("../img/forma-parte/vacantes.png");
    background-size:cover;
    margin-bottom: 0px;
}
#hero-vacantes{
    background-image:url("../img/forma-parte/vacantes.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-innovando{
    background-image:url("../img/siempre-innovando/clemente/fototop1.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-innovando-clemente{
    background-image:url("../img/siempre-innovando/clemente/foto-blank.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-innovando-clemente2{
    background-image:url("../img/siempre-innovando/clemente/fototop3.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-innovando-lasierra{
    background-image:url("../img/siempre-innovando/lasierra/fototop.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-innovando-cafes{
    background-image:url("../img/siempre-innovando/cafes/fototop.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-compromiso{
    background-image:url("../img/nuestro-compromiso/foto1.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-compromiso-social{
    background-image:url("../img/nuestro-compromiso/blank.png");
    background-size:cover;
    margin-bottom: 0px;
}

.hero-compromiso-social2{
    background-image:url("../img/nuestro-compromiso/teleton-2.png");
    background-size:cover;
    margin-bottom: 0px;
}

.gris-compromiso{
    background-image:url("../img/nuestro-compromiso/fondo-gris.png");
    background-size:cover;
    /*background-color: #c5c5c5;*/
    margin-top: -120px;
}

.branding {
    background:url("../img/forma-parte/azul.png") no-repeat center;
}

.fotos-alto{
  height: 100%;
  width: auto;
}

/*.imagen-derecha{
  float: right;
  height: 100%;
  width: auto;
}*/

.imagen-derecha{
    background-image:url("../img/forma-parte/forma-parte.jpg");
    background-size:cover;
    float: right;
}

.imagen-izquierda{
    background-image:url("");
    background-size:cover;
    float: left;
}

.imagen-izquierda-aguas{
    background-image:url("../img/nuestro-compromiso/foto-aguas.png");
    background-size:cover;
    float: left;
}

.imagen-derecha-compromiso{
    background-image:url("../img/nuestro-compromiso/fotos.png");
    background-size:cover;
    float: right;
}

.fondo-azul-salud{
    background-image:url("../img/nuestro-compromiso/fondo.jpg");
    background-size: cover;
}

.flotar{
    position: relative;
    float: left;
    z-index: 1000;
    margin-top: -150px;
}

.fotos-innovando{
    margin-bottom: 50px;
}

.foto-innovando-lasierra {
    width: 100%;
    margin-top: -220px;
    margin-left: -20px;
    z-index: 1;
}

.foto-innovando-cafes {
    width: 100%;
    margin-top: -220px;
    margin-left: -20px;
    z-index: 1;
}

.foto-innovando {
    margin-top: -170px;
    z-index: 1;
}

.foto-innovando2 {
    margin-top: -650px;
    z-index: 2;
}

.foto-innovando3 {
    margin-top: -230px;
    margin-left: 280px;
    z-index: 3;
}

.foto-aderezos {
    margin-top: -10px;
    width: 100%;
 }

.foto-chiles {
    margin-top: -10px;
    width: 100%;
 }

.foto-ranch {
    margin-top: -170px;
    margin-left: 15%;
    margin-bottom: 50px;
    z-index: 1000;
}

.foto-mono-rosa {
    margin-top: -590px;
    margin-left: 50%;
    z-index: 1;
}

.salud-foto1{
    margin-left: 0px;
    z-index: 2;
}

.salud-foto2{
    margin-top: -160px;
    margin-left: 250px;
    z-index: 3;
}

.chiles{}

.pina{}

.alt-text{}

/*.top-bar {
    max-width: 100%;
    margin:auto;
}*/

/*MISC
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.linea {
    border-bottom: solid 4px #E91C24;/*E91C24*/
    margin-bottom: -5px;
}

#container{
    background-color: #E91C24;
    margin: 0 auto;
}

#main{
    background-color: #ffffff;
    margin: 0 auto;
}

#header {
    background-color: #ffffff;
    z-index: 10000000;
}

.logo{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 35px;
}

.separar{
  border-style: double none;
  border-color: #E91C24;
}


/*PORTADA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.derecha{
    float: right;
    margin-top: 5px;
    margin-right: 35px;
}

.izquierda{
    margin-left: 50px;
}

.mtop{
    margin-top: 5px;
}

.mtop2{
    margin-top: 25px;
}

.margen-top{
    margin-top: 15px;
}

.mbottom{
    margin-bottom: 0px;
}

.topm{
    margin-top: -5px;
    margin-bottom: -60px;
}

.fotos {
    float: center;
}

.foto{
    margin-top: 5px;
}

.logosmap{
    margin-left:5em;
}

#footer{
    /*margin: 0 auto;*/
    margin-top: 35px;
    bottom: 0px;
    width: auto;
    /*background-color: #666666;*/
}

#brianasfam{
    
    float:none;
    margin-right: -20px !important;
   margin-top: 5px !important;
    height:350px;
    width:250px !important;
    
    
}

/*NUESTRO ORIGEN
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.margen-origen{
  margin-bottom: 130px;
}

.fondo-enerplex{
    background-image:url("../img/historia/1995/burbujas.jpg");
    background-size:cover;
    /*background-color: #c5c5c5;*/
    margin-top: 0px;
}

/*Legal-----------------*/

.1964{
  position: absolute;
  float: right;
  margin-right: -150px;
  margin-top: -150px;
  z-index: 100;
}

.papel{
  position: relative;
  float: right;
  margin-right: -40px;
  margin-top: -60px;
  margin-bottom: 50px;
  z-index: 1;
}
#papel{
  position: relative;
  float: right;
  margin-right: -40px;
  margin-top: -60px;
  margin-bottom: 50px;
  z-index: 1;
}

.granos-cafe{
  position: relative;
  float: right;
  margin-right: -170px;
}
#granos-cafe{
  position: relative;
  float: right;
  margin-right: -170px;
}

.legal-old{
  position: relative;
  width: 100%;
  margin-left: 50px;
  z-index: 1;
}
#legal-old{
  position: relative;
  width: 100%;
  z-index: 1;
}

.jarocho{
  position: relative;
  float: right;
  width: 70%;
  margin-top: -260px;
  margin-right: -170px;
  z-index: 10;
}
#jarocho{
  position: relative;
  float: right;
  width: 70%;
  margin-top: -260px;
  margin-right: -170px;
  z-index: 10;
}

.sobre{
  position: relative;
  margin-top: -90px;
  margin-left: -45px;
  z-index: 1;
}
#sobre{
  position: relative;
  margin-top: -90px;
  margin-left: -45px;
  z-index: 1;
}

.blnk-spc{
  width: auto;
  height: 100px;
}

.full{
  width: 100%;
}

/*Cafe Tazza-------------*/

.cafetazza{
  margin-top: -40px;
  margin-left: 90px;
}

.cafetazza2{
  margin-top: 20px;
}

.papel-1970{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -70px;
  margin-bottom: 50px;
  z-index: 1;
}
#papel-1970{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -70px;
  margin-bottom: 50px;
  z-index: 1;
}

.granos-cafe2{
  position: relative;
  float: right;
  margin-right: -135px;
  margin-top: -25px;
  z-index: 3;
}
#granos-cafe2{
  position: relative;
  float: right;
  margin-right: -135px;
  margin-top: -25px;
  z-index: 3;
}

/*La Sierra---------------*/

.renders-lasierra{
  margin-top: -450px;
  margin-left: -70px;
}

.lasierra2{
  position: relative;
  float: left;
  margin-top: -260px;
  margin-left: -80px;
  z-index: 3;
}
#lasierra2{
  position: relative;
  float: left;
  margin-top: -260px;
  margin-left: -80px;
  z-index: 3;
}

.render-frijoles{
  position: relative;
  margin-top: -150px;
  margin-left: 100px;
  z-index: 5;
}
#render-frijoles{
  position: relative;
  margin-top: -150px;
  margin-left: 100px;
  z-index: 5;
}

.render-frijoles2{
  margin-top: 10px;
}
#render-frijoles2{
  margin-top: 10px;
}

.papel-1982{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -90px;
  margin-bottom: 50px;
  z-index: 1;
}
#papel-1982{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -90px;
  margin-bottom: 50px;
  z-index: 1;
}

.plato-frijoles{
  position: relative;
  float: right;
  margin-right: -310px;
  margin-top: -5px;
  z-index: 3;
}
#plato-frijoles{
  position: relative;
  float: right;
  margin-right: -310px;
  margin-top: -5px;
  z-index: 3;
}

.frijolitos{
  position: relative;
  float: right;
  margin-right: -230px;
  margin-top: 230px;
  z-index: 3;
}
#frijolitos{
  position: relative;
  float: right;
  margin-right: -230px;
  margin-top: 230px;
  z-index: 3;
}

/*Enerplex---------------*/

.botellas-enerplex{
  margin-top: -450px;
  margin-left: 30px;
}

.botellas-enerplex2{
  margin-top: 40px;
  margin-left: -10px;
}


.papel-1995{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -90px;
  margin-bottom: 50px;
  z-index: 1;
}

/*Clemente Jacques-------*/

.renders-clemente{
  margin-top: -580px;
  margin-left: -200px;
  z-index: 1;
}

.renders-clemente2{
  margin-top: 10px;
  margin-left: 10px;
}

.botella-catsup{
  margin-top: -400px;
  margin-left: 100px;
  z-index: 1;
}

.papel-2000{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -90px;
  margin-bottom: 50px;
  z-index: 1;
}

.chile-catsup{
  position: relative;
  float: right;
  margin-top: -75px;
  margin-right: -300px;
  z-index: 10;
}

.gallo-old{
  position: relative;
  float: right;
  margin-top: 250px;
  margin-right: -200px;
  z-index: 10;
}

/*Café Oro---------------*/

.renders-oro{
  margin-top: -130px;
  margin-left: 40px;
}

.renders-oro2{
  margin-top: 10px;
  margin-left: 0px;
}

.papel-2006{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -80px;
  z-index: 1;
}

/*Café Internacional-----*/

.papel-2008{
  position: relative;
  float: right;
  margin-right: 150px;
  margin-top: -220px;
  z-index: 1;
}

.renders-int{
  float: right;
  margin-top: -150px;
  margin-right: -150px;
  width: 100%;
}

.renders-int2{
  float: right;
  margin-top: 0px;
  margin-right: 5px;
}

/*Café Garat------------*/

.papel-2009{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -80px;
  z-index: 1;
}

.renders-garat{
  margin-top: -130px;
  margin-left: 20px;
}

.renders-garat2{
  margin-top: 10px;
  margin-left: 0px;
}

/*Café Mexicano*/
.renders-mexicano{
  margin-top: -130px;
  margin-left: 20px;
}

.renders-mexicano2{
  margin-top: 10px;
  margin-left: 15px;
}

.papel-2013{
  position: relative;
  float: right;
  margin-right: -50px;
  margin-top: -110px;
  z-index: 1;
}


/*Briannas------------*/

#logobrifam{
    
    display: table;
    width:100px;
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: center;
    
    
}


/*NOSOTROS & VIDEOS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.video-in {
    display: block;
    max-width: 900px;
    width: 100%;
}

.video-top {
    margin-top: 50px !important;
}

.video-logo img {
    max-height: 70px;
}

/*GRAN FAMILIA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fondo-familia{
    background-image:url("../img/gran-familia/fondo.jpg");
    background-size:cover;
    background-color: #c5c5c5;
    margin-top: 0px;
}

.margen-familia{
  margin-bottom: 200px;
}

.margen-familias{
  height: 400px;
  clear:both;
}

/*Scroll*/

.scroll-bar{
  float: right;
}

/*Magellan*/

.mag-nav{
  background-color: #ffffff;
  margin-top: 160px;
}

/*Magellan*/

.barra-scroll{
   background-image:url(../img/gran-familia/fondo-scroll.png);
   background-repeat:no-repeat;
   width: 260px;/*261px*/
   height: 671px;/*761px*/
   position: fixed;
   float: left;
   margin-right:-50px;
   margin-top: 114px;
  z-index: 10;
}

.carrusel-logos{
  position: relative;
  margin-top: 75px;

}

/*En página de scroll*/
.logo-cj{
  margin-left: 33%;
}
.logo-ls{
  margin-left: 27%;
}
.logo-co{
  margin-left: 33%;
  margin-bottom: 5px;
}
.logo-cl{
  margin-left: 30%;
}
.logo-cg{
  margin-left: 32%;
}
.logo-ep{
  margin-left: 24%;
}
.logo-cm{
  margin-left: 29%;
}
.logo-ci{
  margin-left: 29%;
}

/*En singles*/
.logo-cj-single{
  margin-top: 24%;
}
.logo-ls-single{
  margin-top: 20%;
}
.logo-co-single{
  margin-top: 23%;
}
.logo-cl-single{
  margin-top: 16%;
}
.logo-ct-single{
  margin-top: 26%;
}
.logo-ep-single{
  margin-top: 17%;
}
.logo-cm-single{
  margin-top: 10%;
}
.logo-ci-single{
  margin-top: 25%;
}


/*Clemente Jacques*/
.catsup{
  float: right;
  width: 100%;
  height: auto;
  margin-right: -600px;
  margin-top: -210px;
}

.catsup img{
    
     max-height: 600px;
}

.habanera{
  margin-top: -100px;
  margin-left: 400px;
  z-index: 1;
}

.jalapeno{
  margin-top: 60px;
  margin-left: 360px;
  z-index: 1;
}

.lata-jalapenos{
  margin-top: -370px;
  margin-left: 70px;
  z-index: 1;
}

.jitomate{
  margin-top: 160px;
  margin-left: 80px;
  z-index: 1;
}

/*La Sierra*/
.flow-chorizo{
  margin-top: -200px;
  margin-left: 370px;
  z-index: 1;
}

.lata-frijoles{
  margin-top: -100px;
  margin-left: 70px;
  z-index: 1;
}

.flow-frijoles{
  margin-top: -270px;/*-270*/
  margin-left: 530px;
  width: 100%;
  z-index: -1;
}

.caja{
  margin-top: -70px;
  margin-left: -30px;
  z-index: 1;
}

.layer-1{
  z-index: 100000000;
}

/*Caré Oro*/
.oro-flow{
  margin-top: -95px;
  margin-left: 130px;
  z-index: 1;
}

.oro-frasco{
  margin-top: -250px;
  margin-left: 530px;
  width: 100%;
  z-index: 0;
}

.oro-caja{
  margin-top: 70px;
  margin-left: 5px;
  z-index: 1;
}

/*Caré Legal*/
.legal-rojo{
  margin-top: -720px;
  margin-left: 70px;
  width: 100%;
  z-index: -1;
}

.legal-sobre{
  margin-top: 150px;
  margin-left: 300px;
  width: 100%;
  z-index: 3;
}

.legal-verde{
  margin-top: -170px;
  margin-left: 290px;
  z-index: -1;
}

.granos1{
  margin-top: -340px;
  margin-left: 490px;
  width: 100%;
  z-index: -1;
}

.granos2{
  margin-top: -550px;
  margin-left: 70px;
  z-index: -1;
}

/*Café Tazza*/
.tazza-verde{
  margin-top: -230px;
  margin-left: 150px;
  z-index: 1;
}

.tazza-azul{
  margin-top: -30px;
  margin-left: -90px;
  z-index: 1;
}

.tazza-rojo{
  margin-top: -550px;
  margin-left: 470px;
  width: 150%;
  z-index: 0;
}

.tazza-rosa{
  margin-top: -150px;
  margin-left: 90px;
  z-index: 1;
}

/*Café Garat*/
.garat-azul{
  margin-top: 80px;
  margin-left: 470px;
  width: 150%;
  z-index: 0;
}

.garat-dorado{
  margin-top: -70px;
  margin-left: 150px;
  z-index: 1;
}

/*Enerplex*/
.enerplex-azul{
  margin-top: -350px;
  margin-left: 100px;
  z-index: 1;
}

.enerplex-naranja{
  margin-top: -210px;
  margin-left: 470px;
  width: 150%;
  z-index: 0;
}

.enerplex-morado{
  margin-top: -270px;
  margin-left: 90px;
  z-index: 1;
}

/*Café Mexicano*/
.mex-verde{
  margin-top: 80px;
  margin-left: 470px;
  width: 150%;
  z-index: 0;
}

.mex-rojo{
  margin-top: -590px;
  margin-left: 150px;
  z-index: 1;
}

/*Café Internacional*/
.int-azul{
  margin-top: -70px;
  margin-left: 130px;
  z-index: 1;
}

.int-brojo{
  margin-top: -10px;
  margin-left: 120px;
  z-index: 1;
}

.int-rojo{
  margin-top: -550px;
  margin-left: 470px;
  width: 150%;
  z-index: 0;
}

.int-bverde{
  margin-top: -210px;
  margin-left: 70px;
  z-index: 1;
}


/*Estaticas------------------------------------------------------------------*/

.llamadas{
  float:right;
  width: 250px;
  height: 150px;
  margin-right: 0px;
  font-size: 18px;
  font-weight: 100;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: -1;
}

.redes-soc{
  position: relative;
  float: right;
  margin-top: 260px;
  margin-right: -225px;
}

.over{
  z-index: 9999999999;
}

.barra-logos{
  width: 100%;
  /*height: auto;*/
  background-color: #ffffff;
    max-width: 75rem !Important;
 }

#blank-div{
  position: relative;
  float: right;
  width: auto;
  height: 100px;
   margin-top: 100px;
}

.imagen-izquierda-cj, .imagen-izquierda-lasierra, .imagen-izquierda-legal, .imagen-izquierda-oro,
.imagen-izquierda-garat, .imagen-izquierda-tazza, .imagen-izquierda-mexicano, .imagen-izquierda-enerplex, 
.imagen-izquierda-internacional{
    background-size:cover;
    float: left;
}

.imagen-izquierda-cj{
    background-image:url(../img/gran-familia/single/cjacques/foto-cjacques.png);
}

.imagen-izquierda-lasierra{
    background-image:url(../img/gran-familia/single/lasierra/foto-lasierra.png);
}

.imagen-izquierda-legal{
    background-image:url(../img/gran-familia/single/legal/foto-legal.png);
}

.imagen-izquierda-oro{
    background-image:url(../img/gran-familia/single/oro/foto-oro.png);
}

.imagen-izquierda-garat{
    background-image:url(../img/gran-familia/garat/foto-garat.png);
    padding-bottom: 100px;
}

.imagen-izquierda-tazza{
    background-image:url(../img/gran-familia/single/tazza/foto-tazza.png);
}

.imagen-izquierda-mexicano{
    background-image:url(../img/gran-familia/single/mexicano/foto-mexicano.png);
}

.imagen-izquierda-enerplex{
    background-image:url(../img/gran-familia/single/enerplex/foto-enerplex-2.png);
}

.imagen-izquierda-internacional{
    background-image:url(../img/gran-familia/internacional/foto-internacional.png);
    padding-bottom: 100px;
    padding-right: 50px;
}

.imagen-izquierda-Briannas{
    
    
    /*background-image: url(../img/gran-familia/briannas/GranFamiliaBri.png)*/
}

.imagen-izquierda-MiReina{
    
    
    /*background-image: url(../img/gran-familia/MiReina/MiReinaGranFam.png)*/
}

/*VACANTES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.vacantes{
    background-image:url("../img/forma-parte/vacantes.jpg");
    background-size:cover;
    margin-bottom: 10px;
}

.fondo-vacantes{
    /*background-image:url("../img/forma-parte/azul.png");
    background-repeat:no-repeat;
    background-position: top;*/

    background-image:url("../img/forma-parte/azul.png");
    background-size:cover;
    margin-top: 0px;
    
    /*margin-top: -61px;*/
    /*margin-left: 24px;*/
    /*float: center;*/
}

.fondo-azul{
    background-color: #123682;
}

.margen-azul{
    margin-top: -80px;
}

.margen-tabla{
    margin-top: -100px;
}

.margen-azul-movil{
      margin-top: -24px;
}

.mfoto {
    margin-top: -16px;
}

.espacio-vacantes {
  margin-top: 70px;
}

.espacio-vacantes-bottom {
  height: 150px;
  background-color: #001566;
}

/*@media only screen and (max-width: 40.063em) {
  .margen-azul-movil{
      margin-top: -24px;
  }

/*@media only screen and (min-width: 64em) {
  .margen-tabla{
      margin-top: -100px;
  }*/

/*.flotar{
    position: relative;
    margin: 0  auto;
    margin-top: -100px;
    z-index: 100;
}*/

/*CONTACTO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.separador{
    margin-top: -10px;
    margin-bottom: 5px;
}

.cuadro-azul{
    background-color: #133680;
}

.indent{
    margin-left: 15px;
}

.espacio-contacto {
  margin-top: 35px;
}

/*PARA TEXTO
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1 {
    font-family: 'raleway-bold', Arial, Helvetica, sans-serif;
    line-height: 50px;
}

h2 {
    font-family: 'raleway-bold', Arial, Helvetica, sans-serif;
    line-height: 30px;
}

h3 {
    font-family: 'raleway-medium', Arial, Helvetica, sans-serif;
    line-height: 18px;
}

h4 {
    font-family: 'aleo-lightitalic', Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-size: 16px;
    color:#123682;
}

h5 {
    font-family: 'aleo-lightitalic', Arial, Helvetica, sans-serif;
    line-height: 50px;
}

.plecas {
    line-height: 16px;
    font-size: 16px;
    font-style: italic;
}

.medium, .large, .xlarge, .t-pie {
    font-family: 'raleway-bold', Arial, Helvetica, sans-serif;
}

.xsmall{
    font-family: 'raleway-regular', Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.small{
    font-family: 'raleway-regular', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.normal{
    font-family: 'raleway-regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.normal2{
    font-family: 'raleway-regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.remark{
    font-family: 'raleway-regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.regular {
    font-family:'raleway-semibold', Arial, Helvetica, sans-serif ;
    font-size: 18px;
}

.medium {
    font-size: 22px;
}

.large {
    font-size: 38px;
}

.xlarge {
    font-size: 48px;
}

.italic{
    font-style: italic;
}

.t-pie {
    font-size: 18px;
}

.t-rojo {
    color: #D3001E;
}

.t-blanco {
    color: #ffffff;
}

.t-azul {
    color:#123682;
}

.t-azul-2 {
    color:#292d59;
}

.t-azul-3 {
    color:#00A9EE;
}

.t-amarillo{
    color:#FFDD6A;
}

.t-blanco{
    color: #ffffff;
}

.t-verde{
    color: #13933b;
}

.t-rosa{
    color: #E33F8D;
}

.t-morado{
    color: #471A7E;
}

.t-negro{
    color: #000000;
}

.interlineado{
    line-height: 1px;
}

.justificado {
	text-align:justify;
}

.centro {
    text-align: center;
}

.left {
	text-align: left;
}

.right{
    text-align: right;
}

.txt-pleca {
    font-family:'aleo-lightitalic', Arial, Helvetica, sans-serif ;
}

.t-indent {
    padding-left: 10px;
}

.t-indent-vacantes {
    padding-left: 30px;
}

.der{
    float: right;
}

.izq{
    float: left;
}

.center{
    margin: 0  auto;
}

.tmleft{
    margin-left: 35px;
}

.txt-par{
    padding: 10px;
}

.link {
    /*font-size: 12px;*/
    color: #D3001E;
    text-decoration: none;
    font-style: normal;
}

.link:Hover{
    color: #10256F;
}

.link2 {
    /*font-size: 12px;*/
    color: #0141cb;
    text-decoration: none;
    font-style: normal;
}

.link2:Hover{
    color: #D3001E;
}

.link3 {
    /*font-size: 12px;*/
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
}

.link3:Hover{
    color: #FFDD6A;
}

.link4 {
    /*font-size: 12px;*/
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
}

.link4:Hover{
    color: #ffffff;
    text-decoration: underline;
}

.top-bar-section{
    margin: 0 auto;
    
}

/*MISC 2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.side-nav{
    position:relative fixed;
    float: left;
    background-color: #537abc;
    width: 83px;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}  

.boton-timeline {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family:'raleway-light', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0.1rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 12px;
  background-color: #537abc;/*008cba*/
  border-color: #537abc;/*007095*/
  color: #ffffff;/*white*/
  transition: background-color 300ms ease-out; }
  .boton-timeline:hover, .boton-timeline:focus {
    background-color: #133580;/*007095*/ }
  .boton-timeline:hover, .boton-timeline:focus {
    color: white; }

.oculto {
  opacity: 0.0;
  filter: alpha(opacity=0);
}

.aderezos {}

.sabor{}

.list-red {
  list-style-type:circle #D3001E;
}

.mapa{
  margin: 0 auto;
  margin-top: 8%;
  margin-left: 17%;
}

header {
  background-color: #ffffff;
  height: auto;
}

.sellos{
  float: left;
  width: auto;
  margin-top: -60px;
  margin-left: -15px;
}

.botonAnimado{
  padding-top:20px; 
  padding-bottom:10px; 
  width:250px; 
  margin-top:-10px; 
  margin-left:-15px;
  transition: background-color 300ms ease-out, width 0.5s ease-out;
}

.botonAnimado:hover{
  color: #ffffff;
  width:300px; 
  background-color: #D3001E;
}

.botonAnimado2{
  padding-top:20px; 
  padding-bottom:10px; 
  width:250px; 
  margin-top:-10px; 
  margin-left:-15px;
  transition: background-color 300ms ease-out, width 0.5s ease-out;
}

.botonAnimado2:hover{
  color: #ffffff;
  width:350px; 
  background-color: #b30011;
}

.botonAnimado3{
  padding-top:20px; 
  padding-bottom:10px; 
  width:300px; 
  margin-top:-10px; 
  margin-left:-15px;
  transition: background-color 300ms ease-out, width 0.5s ease-out;
}

.botonAnimado3:hover{
  color: #ffffff;
  width:350px; 
  background-color: #D3001E;
}

.bClemente{
  background-color:#133680; 
}

.bLaSierra{
  background-color:#E81C22;
  padding-top:23px;
  padding-bottom:1px;
  width:300px;
  margin-top:-300px;
  margin-left:620px;
}

.bOro{
  background-color:#FFAE07;
  padding-top:23px;
  padding-bottom:1px;
  margin-top:-330px;
  margin-left:-10px;
}

.bLegal{
  background-color:#E81C22;
  padding-top:23px;
  padding-bottom:1px;
  width:300px;
  margin-top:190px;
  margin-left:620px;
}

.bTazza{
  background-color:#721049;
  padding-top:23px;
  padding-bottom:1px;
  width:300px;
  margin-top:-50px;
  margin-left:620px;
}

.bGarat{
  background-color:#2A2D59;
  padding-top:23px;
  padding-bottom:1px;
  width:280px;
  margin-top:-400px;
  margin-left:-20px;
  z-index:10000;
}

.bEnerplex{
  background-color:#00A9EE;
  padding-top:23px;
  padding-bottom:1px;
  width:300px;
  margin-top:-200px;
  margin-left:640px;
  z-index:10000;
}

.bMex{
    background-color:#009E4B;
    padding-top:23px;
    padding-bottom:1px;
    margin-top:-380px;
    margin-left:-20px;
}

.bInternacional{
  background-color:#000000;
  padding-top:23px;
  padding-bottom:1px;
  width:250px;
  margin-top:-70px;
  margin-left:670px;
}

/*Botones GranFamilia Individuales*/
.bClementeSolo{
  background-color:#133680;
  float:right;
  margin-top:150px;
  padding-top:25px;
  padding-bottom:25px;
  font-size:18px;
  width:330px;
}
.bClementeSolo:hover{
  width:150%;
}




/*AVISO IMPORTANTE*/

.aviso__content {
    text-align: center;
    margin: auto;
    width: 90%;
}

.aviso__content h2{
    color: #fdc855;
}

.aviso__content p{
    color: white;
}

.fml_now {
    margin-top: -20px;
    padding: 0;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.azul-fix {
    margin-top: 0;
}

.mini-logo {
    
    width: 60% !important;
    
}

.mini-img {
    width: 10px;
}

.avisoA {
	left: 50%;
	transform: translate(-50%, 0);
	top: 5px;
	position: absolute;
	z-index: 10;
    width 100px;
	text-align: center;
}
.avisoA a {
    color: #D3001E;
    font-size: 9pt;
}

.aviso-indexu a {
    color: white;
}

.aviso-indexu-b {
    display: none;
    bottom: 5px !important;
}

/*@media only screen and (max-width: 1024px) {
    .aviso-indexu {
        display: none;
    }
    
  .aviso-indexu-b {
    display: inherit;
}
   */
         @media only screen and (max-width: 1640px) {
        
        
        .logosmap{
    margin-left: 2em !important;
    
}

             
         

    }

   @media only screen and (max-width: 1540px) {
        
        
        .logosmap{
    margin-left: 1em !important;
    
}
       }

@media only screen and (max-width: 1320px) {
        
        
        .logosmap{
    margin-left: 0em !important;
    
}
       }

    @media only screen and (max-width: 640px) {
        .fml_now {
            margin-left: 0;
            width: 100%;
        }
        
        .avisoA {
            transform: translate(0,0);
            top: 140px;
            left: 5px;
        }
        
       
        
    
