/*
Theme Name:         Triana Grupo
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: 'DINPro Black';
    src: url('./fonts/DINPro-Black.woff2') format('woff2'),
        url('./fonts/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro Light';
    src: url('./fonts/DINPro-Light.woff2') format('woff2'),
        url('./fonts/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro Medium';
    src: url('./fonts/DINPro-Medium.woff2') format('woff2'),
        url('./fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro Bold';
    src: url('./fonts/DINPro-Bold.woff2') format('woff2'),
        url('./fonts/DINPro-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
*******************/
.style-dark .services-post .btn-default {
  background: transparent !important;
  color: #fff !important;
}
.submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a, .submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:hover {
  color: #fff !important;
}

.post-content > p {
  margin: 0;
}
h1, h2, h3, h4, h5 {
  line-height: 100% !important;
}
.button-girona.margin-top-negative {
  margin-top: -300px;
  z-index: 10;
  position: relative;
}


/*******************
	FOOTER
*******************/
.footer-menu ul li {
  margin-bottom: 10px;
}
.footer-menu ul li a {
  text-transform: uppercase;
}
.footer-menu ul.sub-menu li {
  display: none;
}


/*******************
	HOME
*******************/
.box-description {
  min-height: 180px;
}



/*******************
	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: #a28d6b;
  border-radius: 0;
  font-family: Aalto Sans Pro Light;
}
.padding-contact textarea {
	height:100px;
}
.padding-contact input::placeholder, .padding-contact textarea::placeholder {
    color: #a28d6b !important;
    opacity: 1;
}
.padding-contact .col {
    padding: 5px 10px 5px 10px !important;
}

.padding-contact label {
    color: #000;
}

.padding-contact input[type="checkbox"] {
    border-color: #a28d6b;
    background: transparent;
}
.padding-contact.row-submit input[type="submit"] {
  font-size: 16px;
  background: #a28d6b;
  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;
}