/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* classe*/

.fontSerif{
    font-family: "Source Serif Pro", sans-serif;
    font-weight: 600;
}

.grey{
    color:#5C707C;
}
.purple{
    color:rgb(135, 33, 117);
}

/* Nav */

html{
    background-color: inherit;
}

header .header-main .nav{
    /*padding-right:30px;*/
}
.home header .header-main .nav > li > a, .home header .header-main .nav > li.active > a{
     color:#FFF;   
}

header .header-main .nav > li > a, header .header-main .nav > li.active > a{
    color:#5C707C;
    font-size: 16px;
}

header .header-main .nav > li.active > a, header .header-main .nav > li > a:hover{
    border-bottom: 5px solid rgb(135, 33, 117);
    padding-bottom: 5px;
    color: #5C707C;
}

#logo img{
    position: fixed;
    top: 0;
}

.home #header .nav-dark #logo img{
    display:none !important;
}


/* Layout */
.row.row-full-width .col:first-child{
    padding-left:0;
    padding-bottom:0;
}

.FiadexSection{
    height:100vh;
    position: fixed;
    width: 50%;
}

.contentColumn .img{
    display: none;
}

/*Sections*/
.homeBox {
    width: 90%;
}
.homeBox h2.fontSerif{
    color:#5C707C;
    text-shadow: none;
}
.transparentBox{
    background-color: rgba(255,255,255, 0.6);
    padding: 20px 30px;
    border-top: 5px solid rgb(135, 33, 117);
}
.transparentBox p{
    font-size: 20px;
    line-height: 1.25;
    color: black;
    text-shadow: none;
    text-align: left;
}

.page-template .section-title{
    border-bottom: none;    
}
.page-template .section-title-main{
    width: 110%;
    margin-left: -10%;
    text-align: left;
    border-bottom: 3px solid rgb(135, 33, 117); 
    padding-left: 12%;
}

.quienesSomosText, .serviciosText, .filosofiaText, .contactText{
    padding: 10px;
}
.fotoLuis{
        margin-bottom:10px;
    }
.filosofiaText{
    margin-bottom: 30px;
}

.serviciosText .fiadexServices{
    margin-bottom:40px;
}
.serviciosText .title{
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid black;
    width: fit-content;
    padding-right: 20px;
    display: none;
}

.menuServices{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    text-transform: uppercase;
    margin-bottom:30px;
}

.menuServices div{
    display: flex;
    flex-direction:column;
    align-items: flex-start;
}
.menuServices div a{
    margin: 10px 0;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: underline;
}


.contentColumn{
    height:100vh;
    padding-right: 30px;
}

.contentColumn .icon-box p{
    text-align: center;
    padding: 0 40px;
    font-size: 1.1rem;
}

.absolute-footer{
    display:none;
}
.fiadexFooter{
    display: flex;
    min-height: 100%;    
    justify-content: flex-end;
    flex-direction: column;
    font-size: 0.8em;
    color:#FFF;
    margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fiadexFooter p{
	z-index: 99;
}
.fiadexFooter a{
    color: white;
}

.input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select2-container .select2-choice, .select2-container .select2-selection, input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea{
    border: none;
    border-bottom: 1px solid #aaa;
    box-shadow: none;
}

.wpcf7-form-control::-webkit-input-placeholder { 
    font-size: 18px;
    color:#888;
    opacity:1;
}
.wpcf7-form-control::-moz-placeholder, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea { 
  font-size: 18px;
    color:#888;
    opacity:1;
}
.wpcf7-form-control:-ms-input-placeholder { 
  font-size: 18px;
    color:#888;
    opacity:1;
}
.wpcf7-form-control:-moz-placeholder { 
  font-size: 18px;
    color:#888;
    opacity:1;
}
input[type="submit"], input[type="submit"].button, input[type="submit"], .primary {
   background-color: rgb(135, 33, 117);
    font-size: 19px;
    border: none;
}
.page-template .contentColumn .fiadexFooter{
        display:none;
    }
.page-template .fiadexFooter{
    align-items: flex-start;
    margin-left: 50px;
}
footer p{
    font-size: 0.9em;
    margin-top:-2rem;
    color:#FFF;
    position: fixed;
}

#cookie-notice .cn-button {
margin-left: 10px;
margin-top: 10px;
font-size: 10px;
}
/* COOKIES POLICY*/
.page td{
	padding-left: 0;
}


/* LANG */
.lang-item.active{
    opacity:0.6;
}
header .header-nav li.lang-item a.nav-top-link{
    border-bottom: none;
}
.cookie-notice-container span, #cn-notice-text{
	display: block;
}
.cookie-notice-container .cn-button.wp-default{
    padding-top: 6px;
}
@media only screen and (max-width: 75em) {
    .page-template:not(.home) #header{
        background-color: #fff;
        padding-bottom: 15px;
    } 
}
@media only screen and (max-width: 32em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .transparentBox p{
    font-size: 16px;
    }
    .page-template .section-title-main{
        width:100%;
        margin-left:0;
        margin-right:0;
        padding-left:0;
    }
    .section-bg.bg-loaded{
        background-image: none !important;
    }
    #logo img{
        position: relative;
    }
    .contentColumn .img{
        display: block;
    }
    .fotoLuis{
        margin-bottom:0;
    }
    .page-template .fiadexFooter, .fiadexFooter a, footer p{
        color: black;
        margin-left: 0;
    }
    
    .page-template .fiadexFooter{
        display:none;
    }
    .page-template .contentColumn .fiadexFooter{
        display:block;
		z-index:-1;
    }

}