p {
    color: #030923;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

#headerForm{
	background-image: url('../images/bg-header.webp');
	background-position: bottom !important;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 5% 0 10% 0;
}

.text-header p{
	font-size: 38px;
    color: #ffffff;
    line-height: 48px;
    margin-top: 30px;
}

.text-header h1{
	color: #ffffff;
    font-family: 'Oswald', sans-serif;
	font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 1.25em;
}	

.text-header h1 span{
    font-weight: 900;
    background-color: #ff6700;
}	

.container-icon{
	margin-top: 50px;
}
.icon-text.col-lg-6 {
    display: flex;
}
.icon-text p{
	margin-left: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    margin: 0 15px;
}

#formContainer{
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;
}
#formContainer p.title-form {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 39px;
}

#servicios{
	padding-bottom: 5%;
}
.column-one {
    margin-top: -50px;
}
.column-two {
    margin-top: 50px;
}
.service-box {
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 50px;
}
.service-box h3 {
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 800;
    color: #232428;
}
.grey{
	background-color: #f2f2f2;
}
.orange {
	background-color: #ff6700;
}
.black{
	background-color: #232428;
}
.white-text{
	color: #ffffff;
}

.title-service-box {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.texto-destacado {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 44px;
    text-align: center;
    padding: 15% 0;
    transform: rotate(355deg);
    position: relative;
}
.texto-destacado img {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -1;
}
.gradient-btn {
    position: relative;
    display: table;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: 600;
    color: #232428;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto;
}
.gradient-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff6700, #FDA70C);
    border-radius: inherit;
    z-index: 0;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffefe4;
    color: #ff6700;
}

#clientesContainer{
	background-color: #f2f2f2;
	padding: 5% 0 0 0;
}

#clientesContainer h2 {
    font-family: 'Roboto';
    text-transform: inherit;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 25px;
}

.clientes-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.clientes-logos img {
    margin: 0 3% 3% 3%;
}
.grid-content-clientes{
	padding-bottom: 10%;
}
.texto-destacado {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 44px;
    text-align: center;
   	padding: 5% 0 !important;
    transform: rotate(355deg);
    position: relative;
}
.texto-destacado.last img {
    left: 17%;
    top: 40%;
}

#reseñasClientes{
	background-image: url('../images/bg-reseñas.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 5% 0;
}

.box-casestudy {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 14px 0px rgba(18, 16, 16, 0.25);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(18, 16, 16, 0.25);
    -moz-box-shadow: 0px 0px 14px 0px rgba(18, 16, 16, 0.25);
}
.logo-case {
    text-align: right;
    /* margin-bottom: 15px; */
}
.box-casestudy p.big-number {
    color: #ff6700;
    font-family: 'Oswald';
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
}
.container-datos-clientes{
	margin-top: -10%;
}
div#resenas {
    padding: 5% 0 0 0;
}
div#resenas .column-two{
	margin-top: 10%;
}
.card-quote {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 3%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.image-name-container {
    display: flex;
    justify-content: space-between;
}
.image-name {
    display: flex;
    align-items: center;
}
.image-name p {
    font-weight: bold;
    margin-left: 15px;
}
.quote-text p {
    font-size: 16px;
    font-style: italic;
    margin-top: 2%;
}
footer{
	padding: 2% 0;
}



/***********************
 * MEDIAS QUERIES
 * ********************/
 @media (min-width:1400px){
   /* .container,.container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1425px !important;
    }*/
 }
 @media (max-width:992px){
    .box-casestudy p{
        font-size: 16px;
        line-height: 20px;
    }
    .texto-destacado {
        font-size: 35px;
    }
    .texto-destacado.last img {
        left: 17%;
        top: 30%;
    }
    .texto-destacado img {
        top: 30px;
    }

 }

 @media (max-width:768px){
    .container-icon {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .icon-text {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 50%;
        align-content: flex-start;
    }
    .icon-text p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .text-header h1 {
        font-size: 35px;
    }
    .text-header p {
        font-size: 23px;
        line-height: 27px;
        margin-top: 0px;
    }
    #formContainer{
        margin: 50px 0;
    }
    #formContainer p.title-form{
        font-size: 22px;
        line-height: 30px;
    }
    .service-box {
        margin-bottom: 5%;
    }
    .service-box h3 {
        font-size: 25px;
    }
    .column-two {
        margin-top: 0;
    }
    .texto-destacado {
        font-size: 31px;
        line-height: 30px;
        padding: 7% 0 !important;
    }
    .texto-destacado img {
        left: 20%;
        top: 40%;
    }
    .clientes-logos img {
        margin: 5%;
    }
    .texto-destacado.last img {
        left: 6%;
        top: 20%;
    }
    .box-casestudy {
        margin-bottom: 5%;
    }
    div#resenas {
        padding: 5%;
    }
    div#resenas .column-two {
        margin-top: 0;
    }
    .gradient-btn {
        font-size: 16px;
    }

 }