/*
Theme Name:         Guadacalor
Author:             DD Lineal
Author URI:         http://ddlineal.es

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/*******************
	FONTS
*******************/

@font-face {
    font-family: 'Centrale Sans Regular';
    src: url('./fonts/CentraleSansRegular.woff2') format('woff2'),
        url('./fonts/CentraleSansRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centrale Sans Medium';
    src: url('./fonts/CentraleSans-Medium.woff2') format('woff2'),
        url('./fonts/CentraleSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centrale Sans Light';
    src: url('./fonts/CentraleSans-Light.woff2') format('woff2'),
        url('./fonts/CentraleSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centrale Sans Bold';
    src: url('./fonts/CentraleSans-Bold.woff2') format('woff2'),
        url('./fonts/CentraleSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Gotham Black';
    src: url('./fonts/Gotham-Black.woff2') format('woff2'),
        url('./fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('./fonts/Gotham-Book.woff2') format('woff2'),
        url('./fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('./fonts/Gotham-Light.woff2') format('woff2'),
        url('./fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('./fonts/Gotham-Medium.woff2') format('woff2'),
        url('./fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Light';
    src: url('./fonts/Poppins-Light.woff2') format('woff2'),
        url('./fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Royal Puerto';
    src: url('./fonts/ROYALPUERTO-Regular.woff2') format('woff2'),
        url('./fonts/ROYALPUERTO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro';
    src: url('./fonts/AaltoSansPro-Regular.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aalto Sans Pro Light';
    src: url('./fonts/AaltoSansPro-Light.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aalto Sans Pro Bold';
    src: url('./fonts/AaltoSansPro-Bold.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aalto Sans Pro It';
    src: url('./fonts/AaltoSansPro-RegularIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro Light It';
    src: url('./fonts/AaltoSansPro-LightIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro Bold It';
    src: url('./fonts/AaltoSansPro-BoldIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}




/*******************
	GENERAL THEME
*******************/
.post-content > p {
  margin: 0;
}
.h1, h2, h3, h4, h5 {
  line-height: 100%;
}

@media only screen and (max-width:968px){
	.no-padding-mobile > .row {
	  padding: 0 !important;
	}
}

@media only screen and (max-width:1220px){
	.limit-width.padding-mobile, .padding-mobile {
	  padding-left: 30px !important;
      padding-right: 30px !important;
	}
}
@media only screen and (max-width:960px){
	.no-padding-top-mobile .row {
	  padding-top: 0px !important;
	}
	.no-padding-bottom-mobile .row {
	  padding-bottom: 0px !important;
	}
}





/*******************
	LEARN PRESS
*******************/

.woocommerce-MyAccount-navigation-link--perfil a::before {
  content: '\f19d';
}

.lp-user-profile .lp-profile-left {
  min-width: 150px !important;
  max-width: 150px !important;
}

/*******************
	GENERAL
*******************/
.title-h strong {
  font-weight: normal;
  font-family: Centrale Sans Bold;
}
.title-h.yellow strong {
  color: #fccd01;
}
.title-h.black strong {
  color: #101010;
}

.column-padding .uncont {
  padding: 30px 30px;
}
#logo-container-mobile {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*******************
	HEADER
*******************/




/*******************
	ACCESSIBILITY
*******************/
.accessibility-page h1, .accessibility-page h3 {
  font-family: Roboto;
}
.accessibility-page h1 {
  font-size: 38px;
}
.accessibility-page h3 {
  font-size: 25px;
}

/*******************
	CONTACT
*******************/
.row.padding-contact p {
  margin: 0;
}
.padding-contact select, 
.padding-contact input[type="text"], 
.padding-contact input[type="email"], 
.padding-contact textarea {
  width: 100%;
  padding: 15px 30px;
  border-color: #fccd01;
  border-radius: 0;
  font-family: Aalto Sans Pro Light;
}
.padding-contact textarea {
	height:100px;
}
.padding-contact input::placeholder, .padding-contact textarea::placeholder {
    color: #fccd01 !important;
    opacity: 1;
}
.padding-contact .col {
    padding: 5px 10px 5px 10px !important;
}

.padding-contact label {
    color: #fff;
}

.padding-contact input[type="checkbox"] {
    border-color: #fccd01;
    background: transparent;
}
.padding-contact.row-submit input[type="submit"] {
  font-size: 16px;
  background: #fccd01;
  color: #fff;
  padding: 15px 30px;
  width: auto;
  border-radius: 50px;
  border-color: transparent;
  margin-top: 15px;
  cursor: pointer;
  line-height: 100%;
  text-transform: none !important;
  font-weight: normal !important;
}@media only screen and (max-width:968px){
	.padding-contact.row-submit input {
		margin-bottom: 40px;
	}
}
.form-white .padding-contact.row-submit input {
    background: transparent !important;
    border: 2px solid;
}
.padding-contact.row-submit{
	text-align:left;
}

.mc4wp-response p {
    color: #fff !important;
    text-align: center;
	font-weight:normal;
}
.contact-map {
    margin-bottom: 0;
}
.contact-text {
  margin-top: 15px !important;
}
.contact-text strong {
  font-family: Aalto Sans Pro Bold;
  font-size: 18px;
  font-weight: normal;
}