/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 60.5%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.9rem;
  line-height: 2;
  font-family: "Montserrat", sans-serif;
  font-weight:300;
  color: #333;
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: relative;
  height: 60px;
  background-color: #fff;
}
.cd-header h1 {
  color: #000;
  padding-top: 80px;
  line-height: 35px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
.cd-header h2 {
  line-height: 25px;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  text-transform:uppercase;
  color:rgb(0,0,0);
}
.mipagina{
  position:relative;
  width:108%;
  padding:10px;
  text-align:center;
}
.espacio-top {
  position: relative;
  width: 100%;
  text-align:center;
  background-color: fff;
/*  background-color: rgb(102,102,102);
*/}

.texto-top{
	padding:80px 500px 10px 80px;
    color: rgb(51,51,51);
}
.texto-top h2 {
  line-height: 65px;
  text-align: left;
  font-size: 5.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color:rgb(51,51,51);
  padding:0px;
}
.texto-top p{
	text-align:left;
	line-height:28px;
}


.footer {
  position:relative;
  background-color: #fff;
  text-align:center;
  padding-top: 40px;
}
.footer h3 {
  color: #000;
  padding-top:10px;
  line-height: 75px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
.footer p {
  line-height: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 200;
  color:rgb(153,153,153);
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 60px;
	padding-left: 70px;
	padding-right: 70px;
  }
  .cd-header h1 {
	padding-top:15px;
    /*line-height: 60px;*/
  }
  .texto-top{
	padding:100px 80px 10px 80px;
}
.mipagina{
  position:relative;
  width:100%;
  display:block;
  margin-left: auto;
  margin-right: auto;

}
.gifbanner{
  position:relative;
  width:100%;
  padding:40px;
  display:block;
  margin-left: auto;
  margin-right: auto;
}
}


.cd-main-content {
  text-align: left;
  width:93%;
  margin: 0 ;
/*  min-height: 100vh;
*/}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
	
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 0px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
.texto-top{
	padding:10px 20px 10px 20px;
}

@media only screen and (min-width: 768px) {
.cd-main-content {
  position: relative;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
	
.cd-main-content.is-fixed .cd-gallery {
    padding-top: 0px;
}
.texto-top{
	padding:10px 20px 10px 20px;
}

.mipagina{
  position:relative;
  width:100%;
  display:block;
  margin-left: auto;
  padding:80px 20px 10px 20px;
  color: rgb(51,51,51);
  right: auto;
justify-content: center;
}
	
	
.gifbanner{
  position:relative;
  width:100%;
  padding:80px;
  display:block;
  margin-left: auto;
  margin-right: auto;

}

}


@media only screen and (min-width: 1170px) {
 .cd-main-content {
  text-align: center;
  width:85%;
  margin: 0 auto;
/*  min-height: 100vh;
*/}
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 0px;
  }
  .texto-top{
	padding:100px 160px 10px 160px;

}

}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);*/
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 80px;
  width: 285px;
  margin: 0 auto;
  z-index: 1;

}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #333;
  padding-left: 0px;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 315px;
  line-height: 50px;
  padding-left: 20px;
}
.cd-tab-filter a.selected {
  background: #333;
  color: #ffffff;
  font-weight:500;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #333, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
	  width: 100%;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
	font-family:"Montserrat", sans-serif;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #333;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #333;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #333;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  width: 100%;
  margin-bottom: 0px;

 }
.cd-gallery li {
  margin-bottom: 1em;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
  display: none;
  padding-right: 10px;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
	 
}
.cd-gallery img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 0px 0%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 100%;
    margin-bottom: 1em;
  }
 
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 0px;
    float: left;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 24%;
	align-content: center;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 100%;
  }
  .cd-header {
	padding-left: 70px;
	padding-right: 50px;
}
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #333;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 50px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: left;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #333;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #333;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #333;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #333;
  background-color: #333;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}


/* -------------------------------- 

hover for mini-images

-------------------------------- */

.item {
			text-align:center;
			float:left;
			position:relative;			
		}
		
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-type-move .item-info {
				width: 100%;
				height: 100%;
				  border-radius: 8px;
			}

			.item-hover,
			.item-hover .mask,
			.item-img { 
				position:absolute;
				top:0;
				left:0;			
			}			
		
			.item-type-move .item-hover {	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;		
				z-index:0;
			}
			
				.item-type-move .item-info {
					z-index:10;
					color:#ffffff;
					position:relative;
					z-index:100;			
					overflow:hidden;			
				}
			
				.item-type-move .item-info .headline,
				.item-type-move .item-info .date {
					width: 100%;
					position:absolute;
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;		
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					-o-box-sizing: border-box;	
					padding:0 10px;															
				}				

				.item-type-move .item-info .headline {
					font-size:25px;
					font-weight:500;
					line-height: 28px;
					font-family:"Montserrat", sans-serif;	
					top:10px;
					padding-left:20px;
					padding-right:20px;							
				}
				
				.item-type-move .item-info .date {
					font-weight:400;
					font-size:14px;
					line-height: 20px;
					bottom:10px;
					text-transform: uppercase;
					padding:15px;
				}
								
				.item-type-move .item-info .line {
					 height:2px;
					 width:25%;
					 margin:30px auto 0 auto;
					 background-color:rgb(255,0,123);		 
				}				
				
				.item-type-move .item-hover .mask {
					background-color:#000;
					opacity:0.3;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=80);					
					z-index:-800;
				}
				
				.item-type-move .item-hover:hover {
					opacity:1;
				}				

				.item-type-move .item-hover:hover .item-info .headline {
					top:25%;
				}				

				.item-type-move .item-hover:hover .item-info .date {
					bottom:10%;
				}
				
			.item-img {			
				z-index:0;	
				background-color:#000;
				opacity:0.8;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha(opacity=80);					
			}



/* ---------------------------------------------------------------------------- */
/* ------------------------------- YO ---------------------------------- */
/* ---------------------------------------------------------------------------- */


/* ------------ MENU -------------*/
.topnav{
    overflow: hidden;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:#fff;
	text-align:right;

	/*border-bottom:solid thin rgb(51,51,51);*/
}

/* Float the list items side by side */
ul.topnav li {display: inline;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color:#333;
	vertical-align: bottom;
    padding: 40px 0px;
	margin-right:35px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
	position: relative;
	/*float:right;*/
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	color: rgb(255,0,123);
}

ul.topnav li a:before {
  content: "";
  position: absolute;
  /*width: 100%;
  height: 2px;*/
  bottom: 0;
  left: 0;
  background-color: rgb(249,140,194);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

ul.topnav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mytitle{
	font-size:20px; 
	line-height: 30px;
	text-align:left;
	padding: 80px 160px 10px; 
}

.colorbardaheader{
	color: rgb(255,0,123);
	font-family:'Montserrat', sans-serif;
	/* font-weight: 500; */
	float:left; text-align:left; padding: 20px 25px; text-decoration: none; font-size: 20px; padding-right:10px;
}

.colorbarda{
	color:rgb(255,0,123);
	font-family:'Montserrat', sans-serif;
}

.boton a{
	font-family:"Montserrat", sans-serif;
	transition: 0.3s;
	text-transform: uppercase;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.boton a:hover {
	color:rgb(255,0,123);
}



/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
	ul.topnav li a{
	padding: 34px 0px;
	margin-right:15px;
    font-size: 12px;
	vertical-align:central;
	}
}


@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;
	}

  ul.topnav.responsive li {
	float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: middle;
  }
  
}



.dotted {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  }

.stripped {
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  }

@media only screen and (min-width: 1170px) {
.brands1{
	width:50%;
	float:left;
	padding-left: 135px;
	padding-bottom: 40px;
}
.brands2{
	width:50%;
	float:right;
	padding-right: 120px;
	padding-bottom: 40px;
}
}

@media screen and (max-width:680px) {
.brands1{
	width:95%;
	padding-left: 10px;
}
.brands2{
	width:95%;
	padding-left: 10px;
	padding-bottom: 20px;
}
.colorbardaheader{
	color:rgb(255,0,123);
	font-family:'Montserrat', sans-serif;
	float:left; text-align:left; padding: 15px 15px; text-decoration: none; font-size: 17px; 
}
}


.pie-pag {
	font-size:13px;
	font-style:italic;
	text-align:right;
	padding-top:20px;
}

.gifbanner{
  position:relative;
  width:100%;
  padding:40px;
  display:block;
  margin-left: auto;
  margin-right: auto;
}

/*/////////////////////
  Container tweak
///////////////////////*/

.container {
    max-width: 1440px;
}

/* Create two equal columns that floats next to each other */
.column {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px; 
}

.column-sideleft {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px 50px 10px 10px;
}

.column-intro {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-bottom: 80px;
  font-size: 28px;
  line-height: 40px;
  font-size: 3.0rem;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 1170px) {
	.moretext {
		font-weight:300; 
		text-align: left; 
		padding-left: 0px;
	}

}

@media screen and (max-width:680px) {
.column {
  width: 100%;
  padding: 10px;
  float: left;
}
	
.column-sideleft {
  width: 100%;
  padding: 10px 50px 10px 10px;		
}
.row:after {
	content: "";
	display:table;
}
.cd-header {
	padding-left: 5px;
	padding-right: 5px;
}
.column-intro {
  width: 95%;
  padding-left: 0px;
  float: left;
  font-size: 2.0rem;
  line-height: 30px;
  padding-bottom: 30px;
	
}
.colorbardaheader{
	color:rgb(255,0,123);
	font-family:'Montserrat', sans-serif;
	float: left; 
	text-align: left;  
	text-decoration: none; 
	font-size: 15px; 
	}
.texto-top h2 {
  line-height: 50px;
  text-align: left;
  font-size: 3.0rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color:rgb(51,51,51);
  padding-top:20px;
}
.mytitle{
	font-size:20px; 
	line-height: 30px;
	text-align:left;
	/*text-transform: uppercase;*/
	padding: 20px 20px 10px; 
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper { /* Menu en mobil, para que quede centrado */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 29px;
}
	
}

.column-try {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 10px 50px 10px 10px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width:680px) {
	.column-try {
  text-align: left;
}
}