/* Add here all your CSS customizations */

/** MODIFICACION DEL THEME **/

.hidden{
  display: none !important;
}

html.dark .testimonial .testimonial-author strong {
  color: #212529 ! important;
}

#sobreMiNombre {
  color: #FFF ! important;
}

/* MAIN MESSAGE */
.tp-parallax-wrap .tp-splitted.tp-charsplit{
  font-weight:500;
}

.descMain{
  padding-top: 3em !important;

}

.descMainMobile{
  display:none !important;
}



/** AVISO DE COOKIES **/
#gdpr-cookie-message {

  	background-color: #171717;
	/*height: 100px;*/
	/*z-index: 99999;
	padding: 8px 0;*/

	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    /*background: #fff;*/
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;

}

#gdpr-cookie-message a {
  /* your css here */

}

 

#gdpr-cookie-message a:hover {
  /* your css here */

}

 

#gdpr-cookie-message h4 {
  /* your css here */

}

 

#gdpr-cookie-message p:last-child {
  /* your css here */

}

 

#gdpr-cookie-message button {
  /* your css here */

}

 

#gdpr-cookie-message button:hover {
  /* your css here */

}


/** MOBILES **/
@media (max-width: 767px) {
  /* For mobile phones: */
  .descMain {
    display: none !important;
  }
  .descMainMobile {
    display: block;
  }
}