:root {
    --color-green-one: #44852B;
    --color-grey-black: #252525
}

.font-inter {
    font-family: "Inter", system-ui !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
}

header{
    padding: 20px 0;
}

.logo-impacto-deportivo-blanco-1 {
    width: 90px;
    transition: all .3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background-color: var(--color-green-one);
}

.sticky .logo-impacto-deportivo-blanco-1 {
    width: 60px;
}

.sticky .navigator ul li a{
    font-size: 16px;
    padding: 10px 4px;
}

.navigator ul li a{
    padding: 15px 8px;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    display: block;
    transition: all .3s ease-in-out;
}

.navigator ul li a:hover,
.navigator ul li a:focus{
    text-decoration: underline;
    color: #FFF;
}

.navigator ul li a.contact{
    background-color: #FFF;
    color: var(--color-green-one);
    font-weight: 700;
    text-decoration: none !important;
}

#navItems{
    flex-grow: 0;
}

.banner-prin{
    width: 100%;
    height: 720px;
    background-image: url('../img/pikaso-embed-3--1.jpg');
    position: relative;
    background-blend-mode: multiply;
    background-size: cover;
	background-position: center;
}

.banner-prin:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    background: linear-gradient(90deg, rgba(68,133,43,1) 0%, rgba(255,255,255,0) 100%);
    background-blend-mode: multiply;
    z-index: 0;
}

.block-content-banner{
    max-width: 60%;
    color: #FFF;
    z-index: 1;
}

.block-content-banner h4{
    font-size: 69px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-content-banner p{
    font-size: 33px;
    padding-right: 15%;
}

.block-content-banner a{
    padding: 15px 8px;
    background-color: #FFF;
    color: var(--color-green-one);
    font-weight: 700;
    font-size: 22px;
}

/* TESTIMONIOS */
.titBlock,
.titBlockTwo{
    text-transform: uppercase;
    color: var(--color-green-one);
    font-size: 59px;
    line-height: 1;
    font-weight: 700;
}
.titBlockTwo{
    color: #FFF;
    display: inline-block;
    background-color: var(--color-green-one);
    font-size: 38px;
    padding: 15px 40px;
}

.imgPlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.imgPlay img{
    width: 100px !important;
}

#slider-testimonios figure{
    display: inline-block;
    margin: 0;
    position: relative;
    width: auto;
}

#slider-testimonios figure:hover .imgPlay{
    top: -150%;
}

#slider-testimonios figure:hover figcaption{
    top: 0%;
}

#slider-testimonios figure img {
    width: 100%;
    display: block;
}
#slider-testimonios figure h5{
    font-size: 29px;
    font-weight: 700;
}
#slider-testimonios figcaption{
    transition: all .3s ease-in-out;
    position: absolute;
    top: 150%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: white;
    text-align: center;
}
#slider-testimonios .slick-slide{
    margin-right: 20px;
}
.contTestimonios > div{
    float: left;
}
.contTestimonios > div:first-child{
    width: 35%;
    padding-right: 20px;
}
.contTestimonios > div:last-child{
    width: 65%;
}

#slider-testimonios{
    display: flex;
    gap: 10px;
}

figure iframe {
    margin: 0 auto;
    display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide{
    position: static;
    left: auto;
}

.slick-dots{
    text-align: center;
    margin-top: 20px;
}
.slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button{
    border: none;
    border-radius: 50%;
    text-indent: -99999px;
    width: 20px;
    height: 20px;
    background-color: var(--color-grey-black)
}

.slick-dots .slick-active button{
    background-color: var(--color-green-one);
}

/* BLOQUES INTERMEDIOS */
.blockIntermedioOne .textBlockInter{
    color: var(--color-grey-black);
    font-size: 22px;
    font-weight: 500;
}

/* SERVICIOS */
.overlap-servicios{
    padding: 60px 0 40px 0;
}
.blockServiciosOne{
    background-image: url('../img/mask-group-1.png');
}
.blockServiciosTwo{
    background-image: url('../img/mask-group.png');
}
.blockServiciosThree{
    background-image: url('../img/mask-group-2.png');
}
.blockServiciosLeft,
.blockServiciosRight{
    background-size: cover;
    background-position: center;
    color: #FFF;
}
.blockServiciosRight > div,
.blockServiciosLeft > div{
    width: 60%;
    background: linear-gradient(90deg, rgba(68,133,43,1) 0%, rgba(255,255,255,0) 100%);
    background-blend-mode: multiply;
    padding: 30px 40px;
}
.blockServiciosRight > div{
    text-align: right;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(68,133,43,1) 100%);
}
.blockServiciosRight h5,
.blockServiciosLeft h5{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 43px;
}
.blockServiciosRight p,
.blockServiciosLeft p{
    font-size: 23px;
}
.servDetails {
    display: inline-block;
  }
.servDetails figure > div{
    background-color: #333333;
    padding: 20px 25px;
    height: 180px;
}
.servDetails figure img{
    max-width: 127px;
    text-align: center;
}
.servDetails figure{
    max-width: 180px;
}
.servDetails figcaption{
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-grey-black);
}

/* JUNTOS */
.overlap-juntos{
    padding: 60px 0;
}

.blockVideo iframe {
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 400px;
}

.blockVideo .imgPlay{
    z-index: 1;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: 0;
    padding: 0;
    transform: translateX(-50%) translateY(-50%);
}

.modal-content{
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.modal-body{
    padding: 0;
}
.modal-header{
    border: none
}
.btn-close{
    background-color: var(--color-green-one);
    opacity: 1;
}

/* CONTACTO */
.overlap-contact{
    padding: 60px 0;
    background-color: #1E1E1E;
}

.formJS label{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.form-check label{
    font-weight: 400;
}

.form-control{
    height: 50px;
    border-radius: 0;
}
.btn-submit{
    background-color: var(--color-green-one);
    color: #FFF;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 0;
    font-weight: 700;
}
.btn-submit:hover{
    background-color: #FFF;
    color: var(--color-green-one);
}

.form-check-input{
    width: 20px;
    height: 20px;
    padding: 0 !important;
    margin-right: 10px;
}
.form-check-input:checked {
    background-color: var(--color-green-one);
    border-color: var(--color-green-one);
}

textarea::placeholder,
.form-control::placeholder {
    color: #808080;
    font-size: 16px;
    opacity: 1;
}

.btn-submit:disabled{
    background-color: var(--color-green-one);
}

.error-message{
    padding-top: 20px;
    color: red;
    text-align: center;
    font-size: 16px;
}

/* FOOTER */
.overlap-footer{
    padding: 60px 0;
    background-color: var(--color-green-one);
}
.contentFooter > div{
    border-right: 1px solid #FFF;
}
.contentFooter > div:last-child{
    border-right: none;
    text-align: right;
}

.navFooter li{
    margin-bottom: 10px;
}
.navFooter li a{
    font-size: 22px;
    color: #FFF;
}
.navFooter li a:hover{
    text-decoration: underline;
}
.itemsRedes img{
	width: 40px;
}

.navbar-toggler{
	color: #FFF;
	background-color: #FFF;
}
.navbar-toggler-icon{
	background-color: #FFF;
}

textarea{
    font-size: 1rem;
}

div:where(.swal2-container) button:where(.swal2-close):hover{
    color: var(--color-green-one) !important;
}

@media (max-width: 1400px) {
    .navigator ul li a{
		padding: 10px 6px;
		font-size: 18px;
    }
	.block-content-banner h4 {
		font-size: 44px;
	}
	.block-content-banner p {
		font-size: 23px;
	}
	.block-content-banner a {
		padding: 10px 12px;
		font-size: 18px;
	}
	.titBlock,
	.titBlockTwo{
		font-size: 49px;
	}
	.imgPlay img{
		width: 70px !important;
	}
	#slider-testimonios figure h5{
		font-size: 22px;
	}
	.blockIntermedioOne .textBlockInter{
		font-size: 18px;
	}
	.blockServiciosRight h5,
	.blockServiciosLeft h5{
		font-size: 33px;
	}
	.blockServiciosRight p,
	.blockServiciosLeft p {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.navigator ul li a.contact {
		background-color: transparent;
		color: #FFF;
		font-weight: 400;
	}
	.navigator ul li a:hover.contact{
		text-decoration: underline !important;
	}
	.contTestimonios > div{
		float: none;
		width: 100% !important;
		height: auto !important;
	}
	.contTestimonios > div:first-child{
		margin-bottom: 30px;
		text-align: center;
	}
	.block-content-banner {
		max-width: 100%;
	}
	.block-content-banner h4 {
        font-size: 39px;
    }
	.block-content-banner p {
        font-size: 18px;
    }
	.block-content-banner a {
        font-size: 16px;
    }
	.titBlock, .titBlockTwo {
        font-size: 35px;
    }
	.blockIntermedioOne .textBlockInter {
        font-size: 16px;
    }
	.blockServiciosRight h5,
	.blockServiciosLeft h5 {
        font-size: 24px;
    }
	.blockServiciosRight p,
	.blockServiciosLeft p {
        font-size: 16px;
    }
	.blockServiciosRight > div,
	.blockServiciosLeft > div{
		width: 100%;
	}
	.contClientes > div:first-child,
	.contBeneficio > div:first-child{
		text-align: center;
		margin-bottom: 30px;
	}
	.contBeneficio > div:last-child{
		flex-wrap: wrap;
	}
	.servDetails{
		width: 50%;
		display: flex;
		justify-content: center;
	}
	.formJS .form-check{
		margin-bottom: 20px;
	}
    .blockVideo iframe {
        width: 700px;
    }
    #slider-testimonios {
        justify-content: center;
    }
}

@media (max-width: 768px) {
	.contentFooter > div {
		justify-content: center !important;
		margin-bottom: 30px;
		border-right: 0;
	}
	.contentFooter > div:last-child{
		margin-bottom: 0;
		text-align: center;
	}
    .blockVideo iframe {
        width: 100%;
        height: 400px;
    }
    .banner-prin{
        background-image: url('../img/banner-movil.jpg');
    }
   
}

@media (max-width: 600px) {
	.titBlock, .titBlockTwo {
        font-size: 28px;
    }
	.textBlockInter {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.blockServiciosRight > div,
	.blockServiciosLeft > div{
		padding: 30px 20px;
	}
	.servDetails {
        width: 100%;
	}
	.formJS label {
		font-size: 16px;
	}
    .slick-slider{
        text-align: center;
    }
    #slider-testimonios {
        display: block;
        text-align: center;
    }
    #slider-testimonios > div{
        margin-bottom: 20px;
    }
    #slider-testimonios > div:last-child{
        margin-bottom: 0px;
    }
    .blockIntermedioOne > div{
        display: block !important;
        text-align: center;
    }
    .blockIntermedioOne > div > div{
        margin-bottom: 20px;
    }
    .blockIntermedioOne > div > div:last-child{
        margin-bottom: 0px;
    }
    .blockServiciosThree {
        background-position: -480px;
    }
}


