/*=======================
        General 
=======================*/
html,
body {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	font-family: 'Darker Grotesque', sans-serif;
	margin: 0;
	padding: 0;
	background: #F2F2F2;
	color: #2C2C2C;
	scroll-behavior: smooth;
	/* Para tener en cuenta el ancho del header al navegar entre #id */
	scroll-margin-top: 90px;
}
p{
	font-size: 20px;	
	line-height: 27px;
	margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
}
 a:hover{
	 text-decoration: none;
 }
 a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}
:focus{
	outline: none;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	/* margin: -10px; */
}
li {
	list-style: none;
}

.list-services .content ul{
    margin-bottom: 16px;
}

main [id] {
	scroll-margin-top: 90px;
}

/*=======================
       Page Layout
=======================*/
*{
	box-sizing: border-box;
}
.dflex{
	display: flex;
	flex-wrap: wrap;
}
.flex-center{
	justify-content: space-between;
}
.flex-align {
	justify-content: center;
}
.flex-middle{
	align-items: center;
}
.text-center{
	text-align: center;
}
.on-mb {
	display: none;
}
.btn {
	padding: 16px 20px;
	border-radius: 100px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.the-header {
	position: fixed;
	width: 100%;
	padding: 24.5px 0;
	z-index: 99;
}
.the-header .container {
	max-width: 1328px;
}
.the-header.blackmenu,
.the-header.scrolled {
	background: #1A1A1A;
}
.container {
	max-width: 1232px;
	padding: 0 16px;
	margin: auto;
}
.the-header .menu-main ul {
	display: flex;
}
.the-header .menu-main ul a {
	color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
	padding: 0 16px;
}
.the-header .menu-main ul a:hover {
	color: #F39639;
}
.the-header .btn-contact a {
	color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    border: 2px solid #F39639;
    padding: 10.5px 19px;
    border-radius: 100px;
    display: inline-block;
}
.the-header .btn-contact a:hover {
	background: #F39639;
}
.home-banner {
	padding: 260px 0 253px;
}
.home-banner h1 {
	color: #FEF5EB;
    font-size: 54px;
    line-height: 1;
	margin-bottom: 16px;
}
.home-banner h4 {
	color: #F39639;
    font-size: 31px;
    line-height: 33px;
	margin-bottom: 48px;
}
.home-banner .btn-contact {
	background: #059898;
	padding: 11.5px 20px;
    line-height: 1;
}
.home-banner .btn-contact:hover,
.section-cloud-infrastructure .btn-talk:hover,
.seo-section.container .btn.btn-talk:hover {
	background: #024444;
}
.home-banner .box,
.section-cloud-infrastructure .box {
	gap: 20px;
}
.home-banner .left,
.section-cloud-infrastructure .right {
	width: 50%;
}
.home-banner .right,
.section-cloud-infrastructure .left {
	width: calc(50% - 20px);
    text-align: center;
}
.home-banner .right > img {
	width: 360px;
}
.section-cloud-infrastructure {
	padding: 210.5px 0;
	height: 100vh;
	width: 85%;
}
.section-cloud-infrastructure .right h1 {
	font-size: 54px;
    line-height: 1;
    color: #1A1A1A;
    margin-bottom: 32px;
	text-align: center;
	text-wrap: balance;
}
.section-cloud-infrastructure .right h5 {
	color: #DB8733;
    font-size: 26px;
    line-height: 28px;
	margin-bottom: 46px;
}
.section-cloud-infrastructure .right .desc {
	font-weight: 500;
	font-size: x-large;
	margin-bottom: 8px;
	text-align: center;
}
.section-cloud-infrastructure .left img {
	width: 410px;
}
.seo-section  .btn-talk,
.section-cloud-infrastructure .btn-talk {
	background: #059898;
	padding: 8px 16px;
	/* margin-top: 60px; */
}
.section-services {
	padding: 73px 0 80px;
}
.section-services .head h2 {
	font-size: 44px;
    line-height: 46px;
    color: #212121;
	margin-bottom: 24px;
}
.section-services .list-services {
	gap: 20px;
}
.section-services .list-services .it {
	background: #fff;
    box-shadow: 0px 10px 20px 0px #0000001A;
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 24px 24px 20px;
	width: calc(calc(100% - 40px)/3);
	min-height: 329px;
    position: relative;
	height: 329px;
    transition: all .5s ease;
}
.section-services .list-services .it.active-text {
	padding-bottom: 70px;
	height: 100%;
}
.section-services .list-services .it > p {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
.section-services .list-services .it .content {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.section-services .list-services .it .content li {
	position: relative;
	padding-left: 26px;
	font-size: 18px;
	line-height: 20px;
	padding: 05px 20px 5px 20px;

}
.section-services .list-services .it .desc {
	font-size: 18px;
    line-height: 20px;
}
.section-services .list-services .it .content li:before {
content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    top: 15px;
    left: 11px;
    background: #1A1A1ACC;
    border-radius: 50%;

}
.section-services .list-services .it.active-text .content {
	overflow: visible;
    display: block;
}
.section-services .list-services .it h6 {
	font-size: 21px;
    line-height: 25px;
    color: #1A1A1A;
    margin-bottom: 16px;
}
.section-services .list-services .btn-read {
    font-weight: 700;
    color: #059898;
    border: unset;
    background: unset;
    padding: 11.5px 8px;
    cursor: pointer;
	display: flex;
    align-items: center;
    gap: 6px;
	margin-top: 35px;
	bottom: 18px;
	position: absolute;
}
.section-services .it.active-text .btn-read img {
	transform: rotate(180deg);
}
.section-services .btn-read .close,
.section-services .it.active-text .btn-read .open {
	display: none;
}
.section-services .it.active-text .btn-read .close {
	display: block;
}
.section-team {
	padding: 100px 0;
}
.section-team .list-team {
	gap: 24px 20px;
} 
.section-team .head h1 {
	font-size: 54px;
    line-height: 1;
    margin-bottom: 16px;
    color: #1A1A1A;
}
.section-team .head h6 {
	color: #DB8733;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 40px;
}
.section-team .it {
	width: calc(calc(100% - 60px) / 4);
	border-radius: 8px;
	position: relative;
	height: 400px;
	cursor: pointer;
	transition: .3s ease;
	overflow: hidden;
}
.section-team .it img {
	position: absolute;
    height: 100%;
	border-radius: 8px;
    object-fit: cover;
}
.section-team .it .name {
	color: #2C2C2C;
    font-size: 26px;
    line-height: 28px;
    z-index: 4;
    position: relative;
    padding: 20px;
}
.section-team .it:hover .name {
	color: #fff;
}
.section-team .it .content {
	opacity: 0;
	border-radius: 8px;
	position: absolute;
	left: -100%;
	transition: all .3s ease-in-out;
	top: 0;
	height: 100%;
}
.section-team .it:hover .content {
	opacity: 1;
    z-index: 3;
    width: 100%;
	left: 0;
    padding: 68px 20px;
    background: rgba(0, 0, 0, .8);
}
.section-team .it .content p {
	font-weight: 500;
	color: #fff;
}
.section-client .head h3 {
	color: #1A1A1A;
    font-size: 37px;
    line-height: 39px;
	margin-bottom: 8px;
}
.section-client {
	padding: 100px 0;
}
.section-client .head h6 {
	color: #DB8733;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 32px;
}
.section-client .slider-client {
	max-width: 1064px;
    margin: auto;
}
.slider-client .a-left {
	left: -68px;
}
.slider-client .a-right {
	right: -68px;
}
.section-client .slick-track {
	display: flex;
    align-items: center;
    gap: 40px;
}
.section-expect {
	padding: 100px 0 140px;
}
.section-expect .box {
	gap: 40px;
}
.section-expect .box .left,
.section-expect .box .right {
	width: calc(calc(100% - 40px)/2);
}
.section-expect .list-expect {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-expect .right img {
	width: 56px;
}
.section-expect .right h2 {
	font-size: 44px;
    line-height: 46px;
    color: #1A1A1A;
    margin-bottom: 32px;
}
.section-expect .right .it {
	display: flex;
	gap: 10px;
}
.section-expect .right .it h5 {
	font-size: 26px;
    line-height: 28px;
    color: #2C2C2C;
	margin-bottom: 8px;
}
.section-expect .right .it p {
	font-weight: 500;
    color: rgba(26, 26, 26, 0.8);
    margin-bottom: 0;
}
.section-expect .right .it .content {
	width: calc(100% - 66px);
}
.section-review .head h2 {
	color: #FFFFFF;
    font-size: 44px;
    line-height: 46px;
	margin-bottom: 16px;
}
.section-review .head h6 {
	font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.section-review .slider-review .slick-track {
	display: flex;
    gap: 20px;
}
.section-review {
	padding: 100px 0;
}
.section-review .slider-review {
	max-width: 1088px;
    margin: auto;
}
.section-review .slider-review .control-c {
	top: 145px;
}
.section-review .slider-review .a-left {
	left: -56px;
}
.section-review .slider-review .a-right {
	right: -56px;
}
.section-review .slick-dots li {
	margin: 0 20px 0 0;
}
.slick-dots li button:before {
	color: #B2DFDF;
	opacity: 1;
	font-size: 18px;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
    color: #F39639;
}
.section-review .slider-review .it {
	background: #fff;
    border: 1px solid #B9B9B9;
    box-shadow: 0px 10px 20px 0px #0000001A;
    padding: 24px;
    width: 346px;
	border-radius: 8px;
}
.section-review .slider-review .it img {
	max-width: 124px;
}
.section-review .slider-review .it .name {
	color: #1A1A1A;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.section-review .slider-review .it .postion {
    font-size: 18px;
    line-height: 20px;
    color: #059898;
    font-weight: 700;
    margin-bottom: 0;
}
.section-review .slider-review .it .desc {
	font-size: 18px;
    line-height: 22px;
    font-weight: 500;
	margin-top: 16px;
	margin-bottom: 14px;
}
.section-review .slick-dots {
	bottom: -55px;
}
.section-contact .head h2 {
	color: #FFFFFF;
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 40px;
}
.section-contact {
	padding-top: 105px;
}
.section-contact .box {
	gap: 20px;
}
.section-contact .left {
	background: #DFECC2;
    border: 1px solid #E0E0E0;
    padding: 20px;
    border-radius: 8px;
    max-width: 590px;
}
.section-contact .right {
	max-width: 590px;
    background: #B2DFDF;
    border-radius: 8px;
    padding: 25px 25px 15px;
    border: 1px solid #E0E0E0;
}
.section-contact .left h4 {
	font-size: 31px;
    line-height: 33px;
    margin-bottom: 20px;
}
.section-contact .left p {
	line-height: 24px;
    color: #393939;
}
.section-contact .left p a {
	color: #393939;
    text-decoration: underline;
}
.section-contact .left form input {
	width: 100%;
    border: 1px solid #89AF33;
    background: #F5F9EB;
    border-radius: 100px;
    padding: 7px 20px;
	font-size: 20px;
	margin-bottom: 6px;
	font-family: 'Darker Grotesque', sans-serif;
}
.section-contact .left form .error {
	color: red;
	font-weight: 700;
}
.section-contact .success-message {
	color: #024444;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
}
.section-contact .left form div {
	display: flex;
    align-items: center;
    gap: 4px;
}
.section-contact .left form button {
	padding: 15px 20px;
    background: #059898;
    border: unset;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 100px;
	margin-top: 12px;
	cursor: pointer;
}
.section-contact .left form button:hover {
	background: #024444;
}

.section-contact .left form .privacycheckbox {
    padding-left: 4px;
}

.section-contact .left form input[type="checkbox"] {
	width: 16px;
    height: 16px;
	margin: 0;
}
.section-contact .left form label {
	font-size: 14px;
    line-height: 27px;
    color: #4C4C4C;
    font-weight: 500;
}
.section-contact .left form label a {
	color: #4C4C4C;
    text-decoration: underline;
}
.section-contact .left form button img {
	padding-left: 6px;
}
.section-contact .right h2 {
	font-size: 31px;
    line-height: 33px;
    margin-bottom: 16px;
}
.section-contact .right .desc {
    color: #393939;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}
.section-contact .right .desc a {
	color: #393939;
	text-decoration: underline;
}
.section-contact .right h5 {
	font-size: 26px;
    line-height: 28px;
    color: #393939;
    margin-bottom: 8px;
}
.section-contact .right .tel {
	font-size: 37px;
    line-height: 39px;
    color: #024444;
    margin-bottom: 0;
}
.section-contact .right .size {
	font-weight: 500;
    margin-bottom: 16px;
}
.section-contact .right .pin {
	font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    letter-spacing: 0.2px;
	margin-bottom: 0;
}
.section-info .box {
	gap: 24px;
}
.section-info .left {
	width: 588px;
    text-align: center;
}
.section-info {
	display: flex;
	padding: 40px 0 113px;
}
.section-info .left img {
	width: 222px;
}
.section-info .right {
	width: 588px;
}
.section-info .right .head h3 {
	color: #FFFFFF;
    font-size: 37px;
    line-height: 39px;
	margin-bottom: 4px;
}
.section-info .right .head p {
	color: #FFFFFF;
	margin-bottom: 24px;
}
.section-info .right .head p a {
	color: #FFFFFF;
    text-decoration: underline;
}
.section-info .right .desc {
	font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    color: #FFFFFF;
	margin-bottom: 10px;
}
.section-info .right .phone{
	font-size: 26px;
    line-height: 28px;
    color: #F39639;
    font-weight: 700;
	margin-bottom: 8px;
}
.seo-section h4 {
	margin-bottom: 16px;
}
.control-c {
	width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #059898;
    padding: 16px;
}
.control-c:hover {
	background: #035B5B;
}
.footer {
	background: #1A1A1A;
	padding: 30px 0 12px;
	color: #FFFFFF;
}
.footer .logo {
	display: inline-block;
	margin-bottom: 8px;
}
.footer .logo img {
	width: 300px;
}
.footer .ft-top {
	padding-bottom: 5px;
	gap: 80px;
}
.footer .ft-top .left {
	max-width: 470px;
}
.footer .ft-top .left p {
	font-size: 16px;
    line-height: 24px;
}
.footer .ft-top .middle {
	width: 270px;
}
.footer .ft-top .right {
	width: 300px;
}
.footer .ft-top .middle h5,
.footer .ft-top .right h5 {
	font-size: 26px;
    line-height: 28px;
    margin-bottom: 13px;
}
.footer .ft-top .middle p {
	font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 13px;
}
.footer .ft-top .middle .dflex {
	gap: 6px;
    border: 2px solid #F39639;
    padding: 8px 19px;
    border-radius: 100px;
	margin-bottom: 13px;
	width: 160px;
}
.footer .ft-top .middle .dflex:hover {
	background: #F39639;
}
.footer .ft-top .middle .dflex span {
	font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}
.footer .ft-top .right .phone {
	color: #F39639;
    font-size: 21px;
    line-height: 25px;
	margin-bottom: 12px;
    display: inline-block;
}
.footer .ft-top .right .phone:last-child {
	margin-bottom: 8px;
}
.footer .ft-top .right .mail {
	font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
	font-family: 'Inter';
	display: inline-block;
	text-decoration: underline;
}
.footer .ft-bottom {
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding: 15px 0;
}
.footer .ft-bottom ul,.footer .ft-seo-links ul {
	justify-content: center;
}
.footer .ft-bottom ul a,.footer .ft-seo-links ul a {
	font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0 18px;
}
.footer .ft-bottom ul a:hover,.footer .ft-seo-links ul a:hover {
	color: #F39639;
}

.footer 

/* AVISO LEGAL */

.aviso-legal h1,
.privacy-policy h1,
.cookies-policy h1,
.seo-section h1 {
	font-size: 54px;
    line-height: 1;
    margin-bottom: 32px;
	text-align: center;
}
.cookies-policy h2,
.seo-section h2 {
	font-size: 40px;
	line-height: 1.5lh;
	margin-bottom: 16px;
	margin-top: 20px;
	text-align: center;
	text-wrap: balance;
}
.aviso-legal h3,
.privacy-policy h3,
.cookies-policy h3,
.seo-section h3 {
	font-size: 26px;
    line-height: 1lh;
    color: #1A1A1A;
    margin-bottom: 16px;
	margin-top: 32px;
	text-align: center;
	text-wrap: balance;
}

.seo-section h4 {
	font-size: 22px;
    line-height: 1lh;
    color: #1A1A1A;
    margin-bottom: 16px;
	margin-top: 32px;
	text-align: center;
	text-wrap: balance;
}

.seo-section.container {
	width: 80%;
	/* font-size: xx-large; */
	/* margin-top: 200px; */
}

.aviso-legal p,
.privacy-policy p,
.cookies-policy p,
.cookies-policy ul li a,
.cookies-policy ul {
	padding-left: 20px;
}
.cookies-policy ul li {
	list-style: disc;
}
.cookies-policy table tr {
	font-weight: 500;
}
.cookies-policy table tr {
	font-weight: 500;
}
.cookies-policy table th,td {
	border: 1px solid gray;
    text-align: center;
    padding: 5px;
}
.cookies-policy table td.paragraph {
    text-align: left;
}

.cookies-policy, .privacy-policy, .aviso-legal {
	padding-top: 136px;
}


/*=======================
   Animations Layout
=======================*/

#crononitoLottie{
    width: 100%;
    display: inline-block;
    transform: translate3d(0,0,0);
    opacity: 1;
}
#tvLottie{
    width: 308px;
    display: inline-block;
    transform: translate3d(0,0,0);
    opacity: 1;
}
#dollLottie{
    display: inline-block;
    transform: translate3d(0,0,0);
    opacity: 1;
    height: 100%;
    width: 100%;
}

/*=======================
   POP UP
=======================*/

/* Estilos del fondo del popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

/* Estilos de la ventana popup */
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 300px;
    width: 100%;
}

/* Ok button */
.popup-content button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

/* Show popup */
.popup-overlay.active {
    visibility: visible;
}

/*=======================
  COOKIE BANNER 
=======================*/

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: white;
    padding: 30px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 5000;
}

#cookie-banner p {
    text-align: left;
}

#cookie-banner p.intro {
    margin-bottom: 5px;
}

#cookie-banner p a {
    color: #059898;
}

.cookie-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 15px;
    cursor: pointer;
    font-size: 16px;
}

.cookie-button:hover {
    background-color: #45a049;
}

.hidden {
    display: none;
}

/*=======================
  NOT FOUND
=======================*/

.section-notfound .btn-talk:hover {
	background: #024444;
}
.section-notfound .box {
	gap: 20px;
}
.section-notfound .right {
	width: 50%;
    max-height: 300px;
}
.section-notfound .left {
	width: calc(50% - 20px);
    text-align: center;
}
.section-notfound {
	padding: 122.5px 0;
}
.section-notfound .left h1 {
	font-size: 54px;
    line-height: 1;
    color: #1A1A1A;
    margin-top: 50px;
    margin-bottom: 32px;
}
.section-notfound .left h5 {
	color: #DB8733;
    font-size: 26px;
    line-height: 28px;
	margin-bottom: 46px;
}
.section-notfound .left .desc {
	font-weight: 500;
	margin-bottom: 8px;
}
.section-notfound .right img {
	width: 308px;
}
.section-notfound .btn-talk {
	background: #059898;
	padding: 8px 20px;
}

