@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://allfont.es/allfont.css?fonts=gandhi-sans);
@import url(https://allfont.es/allfont.css?fonts=futura-bold);

@font-face {
  font-family: 'FuturaLT-Bold';
  src: url('FuturaLT-Bold.ttf')  format('truetype'); /* Legacy iOS */
}

@font-face {
  font-family: 'MyriadProBold';
  src: url('Myriad Pro Bold.ttf')  format('truetype'); /* Legacy iOS */
}

@font-face {
  font-family: 'MyriadProRegular';
  src: url('Myriad Pro Regular.ttf')  format('truetype'); /* Legacy iOS */
}

body{
	/*background-image:url(../imgs/what-the-hex.png);*/
}

.main{
	background-color: white;
	box-shadow: 0 -13px 10px 3px rgba(0, 0, 0, 0.12);
}

#myTooltip {
  display: inline-block;
  padding: 15px;
  background: rgba(0,0,0,.5);
  color: white;
  position: absolute;
  display: none;
}

@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1503 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  overflow: hidden;
  /*margin: 10px;*/
  min-width: 230px;
  /*max-width: 315px;*/
  width: 100%;
    height: auto;
  color: #ffffff;
  font-size: 16px;
  background-color: #000000;
}

.snip1503 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1503 img {
  vertical-align: top;
  width: 100%;
}

.snip1503 figcaption {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 1;
  border: 1px solid #ffffff;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.8);
}

.snip1503 h3 {
  padding: 7px 15px;
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 2px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  color: rgba(255, 255, 255, 0);
}

.snip1503 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1503:hover > img,
.snip1503.hover > img {
  opacity: 0.5;
}

.snip1503:hover h3,
.snip1503.hover h3 {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  color: #ffffff;
}

.alianzas h5{
    font-size:15px;
    font-weight: 700;
    font-style: normal;
}

.alianzas p{
    font-size:12px;
}

#cssmenu ul{
	
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  /*font-family: "FuturaLT-Bold";
  font-family: "MyriadProBold";*/
    font-family: "MyriadProRegular";*/
    
  list-style: none;
  line-height: 1.2;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
	
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: 'Gandhi Sans', arial;
  background: #59366D;
  font-size:1em;
  
}


#cssmenu > ul > li {
  display: table-cell;
  width: 11%;
  vertical-align: middle;
}


#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align:Center;
  vertical-align:middle;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
    
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:5000;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
    z-index:5000;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 10px 12px;
  width: 150px;
    top:-15px;
  font-size: 13px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: #5b376e;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
    z-index:5000;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

li > span {
  display:none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: left;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  /*#cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }*/
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}




/*@import url(https://fonts.googleapis.com/css?family=Montserrat:200);*/
.snip1577 {
  font-family: 'Gandhi Sans', arial;
  position: relative;
  display: inline-block;
  max-height: 100%;
  
  max-width: 100%;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000;
	margin:0px;
	height:100%;
  background-repeat: no-repeat;
  background-size: cover    ;
  background-position:center center;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.img-right{
	max-height:50%;
    height:307px;
	/*padding-left:0px;*/
	
}
.img-left{
	min-height:614px;
}

.img-notaDestacada{
	height:200px;
}

.snip1577 img {
  
  backface-visibility: hidden;
  vertical-align: top;
  
  object-fit: cover;
  width: 100%;
  height: auto;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 10px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 p {
  font-family: 'Gandhi Sans', arial;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	 text-shadow: 1px 1px black;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  background-color: black;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


.logo{
	padding:10px;
	min-height: 50%;
	max-width:100%;
}

.banner{
	max-width:100%;
    float:right;
}

.subtitulo{
    font-size:10px;
}
.responsivo{
    display:none;
}
.noresponsivo{
    display:block;
}

.title-block{
	font-size: 14px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section{
	margin:20px;
}

.title-section-purple{
	font-size: 20px;
	font-weight: 800;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section-purple::after{
    background-color: #5b376e !important;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.title-section-purple::before{
	content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 41%;
    margin-top: -2px;
    width: 2000px;
    background-color: #5b376e !important;
}


.title-section-purple2{
	font-size: 20px;
	font-weight: 800;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section-purple2::after{
    background-color: #5b376e !important;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.title-section-purple2::before{
	content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 63%;
    margin-top: -2px;
    width: 2000px;
    background-color: #5b376e !important;
}
 
.title-section-green{
	font-size: 20px;
	font-weight: 800;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section-green::after{
    background-color: #85a1b2 !important;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.title-section-green::before{
	content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: green !important;
}

.title-section-gray{
	font-size: 20px;
	font-weight: 800;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section-gray::after{
    background-color: #85a1b2 !important;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.title-section-gray::before{
	content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: gray !important;
}

.title-section-cyan{
	font-size: 20px;
	font-weight: 800;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section-cyan::after{
    background-color: #85a1b2 !important;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.title-section-cyan::before{
	content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: orange !important;
}

.title-section-red{
	font-size: 20px;
	font-weight: 800;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section-red::after{
    background-color: #85a1b2 !important;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.title-section-red::before{
	content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: red !important;
}

.title-section-blue{
	font-size: 20px;
	font-weight: 800;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.title-section-blue::after{
    background-color: #85a1b2 !important;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.title-section-blue::before{
	content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: blue !important;
}

.tituloNotasDestacadas{
    
    font-family: 'FuturaLT-Bold';
    font-size:10pt;
}

h4 > span{
	display: inline-block;
	font-family: 'FuturaLT-Bold', arial;
	font-size: 1.3em !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
    background-color: white;
    padding-right: 20px;
}

.mensajeContacto{
    text-align:justify;
    font-family: 'Gandhi Sans', arial;
    font-size:  1.2em;
}

.miMarca{
    text-align:justify;
    font-family: 'Gandhi Sans', arial;
    font-size:  1em;
    height:100%;
    overflow-y: scroll;
}
/*
.wp{
    position:relative;
    top:0;
    right:0;
    float:right;
    
}
*/

.wp{
    position:-webkit-sticky; /* Safari */
    position:sticky;
    width:100%;
    z-index:1800;
    
}

.wp img{
    position: fixed;
    right: 0;
}

.wp2{
    position:absolute;
}

.biografia{
    line-height: 1.6;
    font-size: 1em;
    color: #212121;
    font-family: 'Gandhi Sans', arial;
    font-weight: 400;
    font-style: normal;
    text-align:justify;
    height:400px;
}

.blogcontent{
    border-bottom: 4px #333 solid;
}
.blogcontent-content{
    font-size:10pt;
}

.blogcontent-title{
    font-size:13pt;
    text-align:center;
}

.blogcontent-mas{
    text-align:center;
    
}

.blogcontent-mas a{
    border:1px solid black;
    margin:10px;
    font-size:10px;
}

.blogcontent-mas a:hover{
    background-color: #59366D;
    color:white;
}

.blogcontent-title h5{
    font-size:12pt;
    /*font-family: 'FuturaLT-Bold', arial;*/
    font-family: 'MyriadProBold', arial;
    
}

.imgMarca{
	height:100%;
    min-height:170px;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}

.imgSubmarca{
	min-height:50px;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}

.imgSubmarcaMejores{
	min-height:150px;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}

.descripcionMarca{
	margin: 10px 0;
	font-family: !Rubik important;
	font-size: 21px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
}

.subtituloMarca{
	margin: 12px 0 0 0;
	display: block;
	font-family: !Rubik important;
	font-size: 13px !important;
	line-height: 1.6 !important;
}


.subtituloSubMarca{
	 font-family: !Rubik important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}


.subsubtituloSubMarca{
	 font-family: !Rubik important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}


/*@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);*/
.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 5px;
  
  height:180px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 14px;
  font-size: 16px;
  
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}



.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
figcaption a:hover{
    text-decoration: none;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(57%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
  
  font-family: 'FuturaLT-Bold';
  text-transform: uppercase;
}
.snip1361 p {
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
  font-size: 0.7em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 0;
}
/** Nueva Versión**/

.snip13612 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 5px;
  
  height:250px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 14px;
  font-size: 16px;
  
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}



.snip13612 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip13612 img {
  max-width: 100%;
  vertical-align: top;
}

.snip13612 figcaption {
  position: absolute;
  top: calc(67%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}
.snip13612 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip13612 h3,
.snip13612 p {
  margin: 0 0 10px;
}
.snip13612 h3 {
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
  
  font-family: 'FuturaLT-Bold';
  text-transform: uppercase;
}
.snip13612 p {
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
  font-size: 0.7em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip13612 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip13612:hover figcaption,
.snip13612.hover figcaption {
  top: 80px;
}
/*Version sin hover**/

.snip13613 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 5px;
  
  height:300px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 14px;
  font-size: 16px;
  
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}



.snip13613 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip13613 img {
  max-width: 100%;
  vertical-align: top;
}
figcaption a:hover{
    text-decoration: none;
}
.snip13613 figcaption {
  position: absolute;
  top: 40px;
  width: 100%;
  height:100%;
  background-color: #ffffff;
  padding: 15px 25px 95px;
}
.snip13613 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip13613 h3,
.snip13613 p {
  margin: 0 0 10px;
}
.snip13613 h3 {
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
  
  font-family: 'FuturaLT-Bold';
  text-transform: uppercase;
}
.snip13613 p {
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
  font-size: 0.7em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip13613 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}



.image-card{
	max-height:200px;
}

.lideros > a.over{
    text-decoration: none;
}

.cssmenu > li .active{
    background-color:white;
}
/*@import url(https://fonts.googleapis.com/css?family=Poppins:700;);*/
.snip1554 {
  background-color: #045e78;
  color: #ffffff;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 10px;
  
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1554 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1554:after {
  background-color: white;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  content: '';
  left: -100%;
  position: absolute;
  width: 200px;
  box-shadow: 0 0 100px white;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1554 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1554 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1em;
  opacity: 0;
}

.snip1554 h3 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}

.snip1554 h3 span {
  font-weight: 700;
}

.snip1554 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1554:hover > img,
.snip1554.hover > img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.snip1554:hover:after,
.snip1554.hover:after {
  left: 200%;
}

.snip1554:hover figcaption,
.snip1554.hover figcaption {
  opacity: 1;
}


/*@import url(https://fonts.googleapis.com/css?family=Open+sans:700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);*/
.snip1560 {
  font-family: 'Open Sans', Arial, sans-serif;
  /*margin: 10px;*/
  min-width: 230px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: none !important;
  position: relative;
  padding: 10px;
  /*border: 2px solid #e8b563;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1560:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.snip1560 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1560 img {
  max-width: 100%;
    height: 300px;
  vertical-align: top;
  background-image: linear-gradient(#000000, #ffffff);
}

.snip1560 figcaption,
.snip1560 .link {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.snip1560 h2,
.snip1560 h3,
.snip1560 h4 {
  margin: 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.snip1560 h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560 h2 span {
  color: #e8b563;
}

.snip1560 h3 {
  font-size: 1.3em;
  bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
}

.snip1560 h4 {
  top: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.9;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560:hover img,
.snip1560.hover img {
  opacity: 0.35;
}



/*
@import url(https://fonts.googleapis.com/css?family=Open+sans);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);*/
.snip1515 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}

.snip1515 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1515 .profile-image {
  display: inline-block;
  width: 80%;
  z-index: 1;
  position: relative;
  padding: 10px;
  border: 2px solid gray;
}

.snip1515 .profile-image img {
  max-width: 100%;
  vertical-align: top;
  height:120px;
}

.snip1515 figcaption {
  width: 100%;
  background-color: #F2F2F2;
  color: #555;
  padding: 125px 25px 25px;
  margin-top: -100px;
  display: inline-block;
}

.snip1515 h3,
.snip1515 h4,
.snip1515 p {
  margin: 0 0 5px;
}

.snip1515 h3 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1515 h4 {
  color: #8c8c8c;
  font-weight: 400;
  letter-spacing: 2px;
}

.snip1515 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}

.snip1515 .icons {
  text-align: center;
  width: 100%;
}

.snip1515 i {
  padding: 10px 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #e8b563;
  opacity: 0.75;
}

.snip1515 i:hover {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


.youtube{
	background-color: black;
	opacity: 0.5;
}

.span41{
	background-color: #1bb;
	width:100%;
}

.back1 {
    position: relative;
    overflow: hidden;
    padding: 16px;
    
    background-color: #59366D !important;
}
.back1 h1 {
    padding: 100px;
    position: relative;
    z-index: 2;
}
.back1 > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.2;
}

.articulo{
    text-align:justify;
}

.articulo img{
    margin:5px;
}

.articulo p{
    font-size:14pt;
}

.articulo h2{
    
    text-align:left;
    padding-bottom:10px;
    font-family: 'MyriadProBold';
    font-size: 35px;
    font-weight: 400;
    /*letter-spacing: .03em;*/
}

.articulo h4{
    text-align:center;
    padding-bottom:10px;
    font-size:0.8em;
}

.logoBottom{
	text-align:center;
}
.hbottom{
	padding-top: 15px;
	text-align: center;
	color: #eaeaea;
	font-family: !Rubik important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
    font-family: "FuturaLT-Bold";
}

.hbottom a{
	color: white;
}


.issuuContent{
	height:600px;
}

.logoMejores{
	width:100%;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}


.logoiconosocial{
	width:100px;
}



.snip1566 {
  position: relative;
  display: inline-block;
  margin: 0px;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-radius: 50%;*/
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #bbb;
  border-color: transparent #bbb;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  /*border-radius: 50%;*/
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /*border-radius: 50%;*/
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);*/
.snip1265  header{
	height: 110px;
}
.snip1265 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  max-width: 1500px;
  /*margin: 50px 10px 10px;*/
}
.snip1265 .plan {
  margin: 0;
  width: 100%;
  position: relative;
  float: left;
  background-color: #262626;
  border: 1px solid #1e1e1e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.snip1265 .plan:hover,
.snip1265 .plan.hover {
  background-color: #1c1c1c;
}
.snip1265 .plan:hover i,
.snip1265 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1265 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1265 header {
  position: relative;
  padding: 20px 10px;
}

.snip1265 header h4{
  font-size: 1em;
}


.snip1265 header i {
  font-size: 56px;
  margin: 0 15px;
  color: #f39c12;
  display: inline-block;
  float: left;
}
.snip1265 .plan-title {
  top: 0;
  font-weight: 800;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.snip1265 .plan-cost {
  margin: 0;
  opacity: 0.2;
}
.snip1265 .plan-price {
  font-family: 'Gandhi Sans', arial;
  font-weight: 800;
  font-size: 1.3em;
}
.snip1265 .plan-type {
  opacity: 0.8;
  font-size: 1em;
  text-transform: uppercase;
}
.snip1265 .plan-features {
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  list-style: outside none none;
  font-size: 1.2em;
  text-align: left;
  height:100px;
}
.snip1265 .plan-features li {
  padding: 5px 5%;
  font-weight: 500;
  opacity: 0.5;
  border-left: 5px solid #f39c12;
  margin: 2px 20px;
}
.snip1265 .plan-select {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.snip1265 .plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 40px;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f39c12;
}
.snip1265 .plan-select a:hover {
  background-color: #262626;
}
.snip1265 .featured {
  margin-top: -10px;
  background-color: #262626;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.snip1265 .featured .plan-select a {
  margin: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .snip1265 .plan {
    width: 50%;
  }
  .snip1265 .plan-title,
  .snip1265 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1265 .plan-select a,
  .snip1265 .featured .plan-select a {
    margin: 20px;
  }
  .snip1265 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1265 .plan {
    width: 100%;
  }
}

@-webkit-keyframes slidein {
  0% {
    top: -400px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes slidein {
  0% {
    top: -400px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes slideout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -400px;
    opacity: 0;
  }
}
@keyframes slideout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -400px;
    opacity: 0;
  }
}

#scene {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: left;
          justify-content: left;
  width: 1000px;
  height: 400px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
#scene #left-zone {
  background: #fff;
  height: 75%;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: flex;
  width: 350px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: left;
          justify-content: left;
}
#scene #left-zone .list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
}
#scene #left-zone .list li.item input[type="radio"] {
  display: none;
}
#scene #left-zone .list li.item input[type="radio"] ~ label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
#scene #left-zone .list li.item input[type="radio"] ~ label:first-letter {
  text-transform: uppercase;
}
#scene #left-zone .list li.item input[type="radio"] ~ label:hover {
  opacity: 0.75;
  cursor: pointer;
}
#scene #left-zone .list li.item input[type="radio"] ~ label.label_strawberry:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/83067-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ label.label_banana:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/53209-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ label.label_apple:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/14333-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ label.label_orange:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/9636-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content {
  position: absolute;
  left: 350px;
  top: -400px;
  width: 650px;
  height: 400px;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: slideout;
          animation-name: slideout;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_strawberry .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/83067-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_strawberry h1 {
  color: #D64541;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_banana .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/53209-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_banana h1 {
  color: #F5D76E;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_apple .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/14333-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_apple h1 {
  color: #00B16A;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_orange .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/9636-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content.content_orange h1 {
  color: #F27935;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content h1:first-letter {
  text-transform: uppercase;
}
#scene #left-zone .list li.item input[type="radio"] ~ .content p {
  max-width: 50%;
  text-align: center;
}
#scene #left-zone .list li.item input[type="radio"]:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_strawberry {
  color: #D64541;
  border-right: solid 4px #D64541;
}
#scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_banana {
  color: #F5D76E;
  border-right: solid 4px #F5D76E;
}
#scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_apple {
  color: #00B16A;
  border-right: solid 4px #00B16A;
}
#scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_orange {
  color: #F27935;
  border-right: solid 4px #F27935;
}
#scene #left-zone .list li.item input[type="radio"]:checked ~ .content {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#scene #middle-border {
  background-color: #eee;
  height: 75%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 2px;
  z-index: 0;
}
#scene #right-zone {
  background: #fff;
  height: 100%;
  -webkit-box-flex: 3;
  flex-grow: 3;
}

h3{
    font-size:1em;
    text-align:center;
    
}

.page-item{
    border:none;
}

.page-link{
    font-size:12pt;
    color:black;
    border:none;
}

.page-link disabled{
    font-size:12pt;
    color:black;
}

.page-link:hover{
    text-decoration: none;
    color:black;
}

.page-item >span {
    font-size:12pt !important;
    color:black;
    text-transform: none !important;
}


/*

.container-xxl{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1100px) {
    .container-xxl{
        max-width: 92%;
    }
}

@media only screen and (min-width: 1200px) {
    .container-xxl{
        max-width: 92%;
    }
}

@media only screen and (min-width: 1400px) {
    .container-xxl{
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1500px) {
    .container-xxl{
        max-width: 85%;
    }
    #cssmenu > ul > li > a{
        font-size:1em;
        text-align:center;
    }
}

*/


.caja-newsletter {
    background: #efefef;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 15px;
}

.caja-newsletter {
    background: #efefef;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 15px;
}
.caja-newsletter .rm_form_el_set {
    padding: 0 0 8px;
}
.caja-newsletter .rm-form-style label {
    font-size: 14px;
}
.caja-newsletter .rm_form_field {
    font-size: 15px;
    padding: 6px;
    width: 100%;
}
.caja-newsletter .rm_form_el_button {
    margin-top: 6px;
}
.caja-newsletter .rm_form_message {
    font-size: 14px;
}

.rm_form_container, .rm_form_container *{
	box-sizing: border-box;
}
.rm_form_container{
	width: 320px;
	padding: 1em;
	background: transparent;
}

.rm_required_field{
	position: absolute;
	margin-left: -1000px;
}

.rm-form-style label{
	/*width: 100%;
	display: inline-block;*/
}
.rm-form-style.rm_form_container{
	width: initial;
	padding: initial;
}

.rm_form_el_set{
	width: 100%;
	padding: .3em .5em;
}

.rm_form_container .rm-loader{
	height: 2em;
	width: 2em;
	margin-left: .3em; 
	background-image: url(../images/spinner-2x.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	background-size: contain;
	display: none;
}
.rm_form_error_message{
	color:#da2525;
}

.rm-form-style0 .rm_form_el_set,
.rm-form-style1 .rm_form_el_set,
.rm-form-style2 .rm_form_el_set{
	width: 100%;
	padding: .3em .5em;
}
.rm-form-style0 .rm_form_el_set > *,
.rm-form-style1 .rm_form_el_set > *,
.rm-form-style2 .rm_form_el_set > *{
	width: 100%;
}

.rm-form-style0 .rm_form_label,
.rm-form-style1 .rm_form_label{
	display: none;
}

.rm-form-style0 .rm_form_el_button,
.rm-form-style1 .rm_form_el_button,
.rm-form-style2 .rm_form_el_button{
	text-align: left;
}


.imgnovedad{
    max-width:100%;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1531 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

.snip1531 *,
.snip1531 *:before,
.snip1531 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1531:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1531 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1531 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 0 30px;
    
}

.snip1531 figcaption2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 0 30px;
    
}

.snip1531 h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 2px;
}

.snip1531 p {
  margin: 0 0 10px;
  opacity: 0.6;
}

.snip1531 .icons {
  width: 100%;
}

.snip1531 a {
  margin: 2px;
  display: inline-block;
    color:white;
}

.snip1531 a i {
  background-color: #333333;
  border-radius: 3px;
  color: white;
  display: block;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}

.snip1531 a i:before {
  color: #fff;
}

.snip1531 a i:hover {
  background-color: gray;
  cursor: pointer;
}

.snip1531:hover:before,
.snip1531.hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
    
}

.snip1531:hover figcaption2{
    
}


.snip1531:hover figcaption,
.snip1531.hover figcaption {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0.8;
    background-color: gray;
}

a .card{
   color:black; 
}

a:hover{
   text-decoration: none;
}

.empresasExito{
  font-size: 18px;
  text-align:center;
}

.empresasExito  ul {
  margin-top:10px;
  padding-top: 20px; 
}

.empresasExito  ul li{
  font-size: 22px;
  list-style-type: none;
  text-align:left;
}

.empresasExito  ul li a{
  color: black;
}



/****/
.empresasExito2{
  font-size: 20px;
  text-align:center;
}

.empresasExito2  ul {
  margin-top:5px;
  padding-top: 10px; 
}

.empresasExito2  ul li{
  font-size: 17px;
  list-style-type: none;
  text-align:left;
}

.empresasExito2  ul li a{
  color: black;
}

.estadosListado{
  font-size: 14px;
  text-align: center;
  padding-left: 5px;
}

.estadosListado:hover{
  background-color:#59366D;
  color: white !important;
}

.estadosListado a{
  color: black !important;
}

.estadosListado a:hover{
  color: white !important;
}

.imgEmpresasExito{
  
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgEmpresasExito img{
  max-width:100%;
}

.clubEmpresarial{
  font-size: 2em;
  border-bottom: 3px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
}
.clubEmpresarial span { 
  background:#fff; 
  padding:0 10px; 
}

a:hover{
  color: #59366D;;
}
.btnRegistro{
  height:100%; width:80%; border: 1px solid black; position:relative; border-radius: 25px; color: black; min-height: 50px;
  text-align:center; float: right;
}

.btnRegistro p{
  margin: 0;  position: absolute;top: 50%;  left: 50%;  transform: translate(-50%, -50%); font-size:25px;
}

.btnRegistro:hover{
  background-color:#59366D;
  color: white;
}

.list-group-item a{
  color: black;
}
.bisuu{
  /*height:800px;*/
}

.pub3{
  padding-top:20px; height:100%;
}

@media only screen and (max-width: 770px) {
  .estadosListado{
    font-size: 14px;
    text-align:center;
    padding-left: 5px;
  }

  .bisuu{
    min-height:500px;
  }
  
  .empresasExito{
    font-size: 15px;
  }

  .estadosListado{
    margin-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 10px;
  }

  .card-title-medium{
    font-size: 1rem;
  }
  .btnRegistro{
    width: 100%;
  }

  .bisuu{
    min-height:500px;
  }
}

@media only screen and (max-width: 380px) {
  .img-right{
      max-height:50%;
      height:200px;
      
  }

  .pub3{
    padding-top:0px;
  }

  .empresasExito{
    padding-top: 0px !important;
  }

  .bisuu{
    height:auto;
  }

  .empresasExito{
    width: 100%;

  }
  .imgEmpresasExito{
    margin-bottom:10px;
  }
  
  .imgLogoAviso{
    height:50px !important;
  }

  .img-left{
      min-height: 394px;
      
  }
  .snip1577{
      background-size:cover;
  }
  .title-block{
      font-size: 6pt;
  }
  .card-title{
      font-size:12pt;
  }
  
  .articulo > h2{
      font-size:25px;
  }
  
  .articulo > p{
      font-size:12pt;
  }
  
  iframe{
      height:200px;
  }
  
  .issuuembed{
      height:200px;
  }
  
  .responsivo{
      display:block;
  }
  .noresponsivo{
      display:none;
  }

  .clubEmpresarial{
    font-size: 1.3em;
  }
}
