@charset "utf-8";
/* CSS Document */

/*
Theme Name: FlexSports
Author: Marina quaranta
Description: Desarrollamos superficies deportivas certificadas bajo estándares internacionales
Version: Número de versión (p.e. 1.0)
License: Licencia (p.e. GNU General Public License v2 or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Identificador para hacer tu tema traducible
*/



@charset "utf-8";
/* CSS Document */



body, html { 
	padding: 0; 
	margin: 0;
    background-color: #000;
    line-height: 1;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #f2f2f3;
	overflow-x: hidden;
	}


body{
	overflow: hidden;
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.left{ float:left; position:relative;}
.right{ float:right; position:relative;}
.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

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



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}

.grey{
	background-color: #f2f2f3;
}

.white{
	background-color: #fff;
}

a:hover, a:focus{
	text-decoration: none;
	color: #fff;
}

.visible-xxs {
    display: none !important;
}


/*HEADER --------------------------------------*/
header{
    background-color: rgb(51 51 51 / 50%);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 15px 0 10px;
}


header nav.navbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
}


div#logo {
    width: auto;
    /* height: auto; */
    display: block;
}

div#logo a {
    width: auto;
    height: auto;
    display: block;
    width: 300px;
}



div#navbar {
    margin-left: auto;
}



.navbar-nav>li>a {
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navbar-nav>li>a:hover{
    color: #c3fc39;
}





/*HERO --------------------------------------*/
img#hero-logo {
    max-width: 330px;
}

#hero h2.e-heading-base {
    font-size: 60px;
    font-family: 'Roboto';
    font-weight: 600;
}
#hero p.e-paragraph-base {
    font-size: 26px;
    line-height: 130%;
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}


#hero button.e-button-base {
    position: relative;
    font-weight: 500;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#hero button.e-button-base:before, #hero button.e-button-base:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 52px;
    background-color: #646363;
    /* left: -26px; */
    top: calc(50% - 1px);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#hero button.e-button-base:before {
    left: -26px;
}

#hero button.e-button-base:after {
    right: -26px;
}
    
    
#hero button.e-button-base:hover {
    background-color: #333333;
    color: #c3fc39;
}
        
#hero button.e-button-base:hover:before,
#hero button.e-button-base:hover:after{
    background-color: #c3fc39;
}
    
    



.parallax-img {
    transform: translateY(var(--parallax-y, 0px));
    will-change: transform;
}
    




.secciones-container {
    position: relative;
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(42 42 42) 78%);
}


.secciones-container:before {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 100%), rgb(42 42 42 / 100%));
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}


/*QUIENES SOMOS --------------------------------------*/

h2.e-heading-base {
    font-size: 45px;
    font-family: 'Roboto';
    color: #fff;
}


h3.e-heading-base {
    font-size: 20px;
    color: #c3fc39;
    text-transform: uppercase;
    font-family: 'Roboto';
}
    
h4.e-heading-base {
    font-size: 30px;
    font-family: 'Roboto';
    color: #fff;
}


.txt p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 154%;
}

.txt p strong {
    font-weight: 600;
}

.txt ul {}

.txt ul li {
    position: relative;
    list-style-type: circle;
    padding-left: 22px!important;
}

.txt ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '•';
}



#quienes-somos .txt {
    padding-right: 110px;
}






#productos .elementor-widget-image a {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}





#productos .elementor-widget-image a:hover {
    transform: scale(1.075);
}



#metodologia h4.e-heading-base {
    border-left: 1px solid #c3fc39;
    height: 90px;
    display: flex;
    align-items: end;
    padding-left: 10px;
    margin-bottom: 30px;
   font-size: 26px;
}

#metodologia p.e-paragraph-base {
    margin-right: 13px;
}




#clientes #gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 11%;
    padding: 30px;
    margin: 0;
} 


#clientes #gallery-1 img {
    border: 0;
}



#contacto .datos a {
    color: #fff;
    opacity: 0.6;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



#contacto .datos a:hover{
    opacity: 1;
}



.form-control {
    border-radius: 0;
    border: 0;
}

input#enviar {
    border: 0;
    background-color: transparent;
    color: transparent;
    display: flex;
    justify-self: end;
    background-image: url(images/formenviar.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




.datos-footer a {
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



footer .txt p {
    font-size: 18px;
}


.datos-footer a:hover{
    color: #c3fc39;
}

.redes ul {
    display: flex;
    gap: 20px;
}

.redes ul li a {
    display: block;
    border: 1px solid #c3fc39;
    color: #c3fc39;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.redes ul li a:hover {
    color: #000;
    background-color: #c3fc39;
}





div#single {
    margin: 0;
    padding-top: 130px;
    padding-bottom: 90px;
}



.grilla-posts-acf {
    display: grid;
    margin-top: 50px;
    margin-bottom: 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 50px 30px;
    row-gap: 50px;
    column-gap: 30px;
    text-align: center;
}


.item-post a.thumb {
    display: block;
    overflow: hidden;
    
}

.item-post a.thumb img{
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
    transform: scale(1)
}

.item-post a.thumb:hover img{
    transform: scale(1.1)
}

.item-post .titulo a {
    color: #fff;
    font-size: 23px;
    padding-top: 20px;
    display: block;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.item-post:hover .titulo a, .item-post .titulo a:hover{
    color: #c3fc39;
}


.item-post .acf-texto {
    font-size: 17px;
    margin-top: 15px;
}









@media only screen and (min-width: 768x) {
    .navbar-toggler{
    display: none;
    }
    
    .navbar-collapse {
    margin-left: auto;
    }
    
}

 @media only screen and (min-width: 1200px) {
     :root {
     --container: 1170px;
    }
    .container, .e-con-inner {
    width: var(--container)!important;
    max-width: unset!important;
    margin: auto !important;
    }
}


/*para que se vea en 1440 y + */
 @media only screen and (min-width: 1366px) {
    :root {
    --container: 1290px;
    }
}


/* para que se vea en 1440 y poquito + */
 @media only screen and (min-width: 1400px) {
     :root {
     --container: 1350px;
    }
}

/* para que se vea en 1512 y poquito + */
 @media only screen and (min-width: 1500px) {
     :root {
     --container: 1400px;
    }
}


/* para que se vea en 1680 y + */
@media only screen and (min-width: 1720px) {
    :root {
    --container: 1560px;
    }
}



@media only screen and (max-width: 1999px) {
}

@media only screen and (max-width: 991px) {
    #clientes #gallery-1 .gallery-item {
    padding: 15px;
    }
}



@media only screen and (max-width: 767px) {
    img#hero-logo {
    max-width: 200px;
    }
    #hero h2.e-heading-base {
    font-size: 30px;
    }
    
    h2.e-heading-base {
    font-size: 30px;
    }
    
    #hero p.e-paragraph-base {
    font-size: 20px;
    }
    
    h4.e-heading-base {
    font-size: 27px;
    }
    
    #quienes-somos .txt {
    padding-right: 0px;
    }
    
    .txt p {
    font-size: 18px;
    }
    
    
    .grilla-posts-acf {
    grid-template-columns: repeat(1, 1fr);
    }
    
    #metodologia h4.e-heading-base {
    height: 50px;
    }
}

@media only screen and (max-width: 543px) {
    #clientes #gallery-1 .gallery-item {
    padding: 7px;
    }
    
}
@media only screen and (max-width: 414px) {
    #clientes #gallery-1 .gallery-item {
    padding: 6px;
    }
}
