
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'poppins', sans-serif;
}

:root {
    --bg-color: #081b29;
    --second-bg-color: #112e42;
    --text-color: #ededed;
    --main-color: #00abf0;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: var(--bg-color);
    color: var(--text-color)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 9%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.header.sticky {
    background: var(--bg-color);
}

.logo {
    background: url(/images/Athera_Cloud_Imagotipo_Blanco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 210px;
    height: 100px;
    margin-top: 2rem !important;
    /*margin-left: .1rem;
    margin-left: 0.1rem !important;*/

    /*margin-right: 0.5rem !important;*/
    /* margin-left: 1rem; */
    /* font-size: 2.5rem;
    color: var(--text-color);
    font-weight: 600; */
}

.logo_menu {
    background: url(/images/Athera_Cloud_Imagotipo_Blanco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 52px;
}

.data_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.contact i {
    font-size: 4rem;
    color: var(--main-color);
}

.contact_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 1rem;
}

.contact h3 {
    font-size: 1.4rem;
}

.contact h2 {
    margin-top: 12.5rem;
    margin-bottom: 5.1rem;
}

.data_contact a {
    font-size: 1.4rem;
    color: var(--text-color);
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.data_contact i {
    margin-right: 10px;
}

.data_contact h3 {
    text-align: left;
}

.navbar a {
    font-size: 2.0rem;
    color: var(--text-color);
    font-weight: 500;
    margin-left: 5rem;
    margin-right: 5rem;
    transition: .3s;
}

.navbar a:hover,
.navbar a.active {
    color: var(--main-color)
}

.navbar a, .navbar li {
    display: inline-block;
}

.reduce_margin_left {
    margin-left: 0.5rem !important;
}

.reduce_margin_right {
    margin-right: 0.5rem !important;
}

.lenguage span {
    font-size: 2rem;
}

#menu-icon {
    font-size:  3.6rem;
    color: var(--text-color);
    cursor: pointer;
    display: none;
}

section {
    min-height: 100vh;
    padding: 10rem 9% 2rem;
}

.home {
    display: flex;
    align-items: center;
    padding: 0 9%;
    background: url(/images/home-escena-42.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.home-content {
    max-width: 80rem;
}

.home-content h1 {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-content h1 span {
    color: var(--main-color)
}

.home-content p {
    font-size: 1.6rem;
    margin: 2rem 0 4rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    padding: 20px;
}

.btn-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 34.5rem;
    height: 5rem;
}

.btn-box .btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 100%;
    background: var(--main-color);
    border: .2rem solid var(--main-color);
    border-radius: .8rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    color: var(--bg-color);
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.btn-box .btn:hover {
    color: var(--main-color);
}

.btn-box .btn:nth-child(2) {
    background: transparent;
    color: var(--main-color);
}

.btn-box .btn:nth-child(2):hover {
    color: var(--bg-color);
}

.btn-box .btn:nth-child(2)::before{
    background: var(--main-color);
}

.btn-box .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--bg-color);
    z-index: -1;
    transition: .5s;
}

.btn-box .btn:hover::before {
    width: 100%;
}

.home-sci {
    position: absolute;
    bottom: 4rem;
    width: 170px;
    display: flex;
    justify-content: space-between;
}

.home-sci a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: .2rem solid var(--main-color);
    border-radius: 50%;
    font-size: 20px;
    color: var(--main-color);
    z-index: 1;
    overflow: hidden;
}

.home-sci a:hover {
    color: var(--bg-color);
}

.home-sci a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--main-color);
    z-index: -1;
    transition: .5s;
}

.home-sci a:hover::before {
    width: 100%;
}
/* 
.home-imgHover {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: transparent;
    transition: 3s;
}

.home-imgHover:hover {
    background: var(--bg-color);
    opacity: .8;
} */
.heading {
    font-size: 5rem;
    margin-bottom: 3rem;
    text-align: center;
}

span {
    color: var(--main-color);
}
/* SEND MAIL */
/*
.contact {
    min-height: auto;
    padding-bottom: 7rem;
}

.contact form {
    max-width: 70rem;
    margin: 0 auto;
    text-align: center;
}

.contact form .input-box {
    position: relative;
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
}

.contact form .input-box .input-field {
    position: relative;
    width: 49%;
    margin: .8rem 0;
}

.contact form .input-box .input-field input,
.contact form .textarea-field textarea {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background: transparent;
    border-radius: .6rem;
    border: .2rem solid var(--main-color);
}

.contact form .input-box .input-field input::placeholder,
.contact form .textarea-field textarea::placeholder {
    color: var(--text-color);
}

.contact form .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--second-bg-color);
    border-radius: .6rem;
    z-index: -1;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact form .input-box .input-field input:focus~.focus,
.contact form .input-box .input-field input:valid~.focus,
.contact form .textarea-field textarea:focus~.focus,
.contact form .textarea-field textarea:valid~.focus {
    width: 100%;
}

.contact form .textarea-field {
    position: relative;
    margin: .8rem 0 2.7rem;
    display: flex;
}

.contact form .textarea-field textarea {
    resize: none;
}

.contact form .btn-box.btns .btn {
    cursor: pointer;
}
*/
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 9%;
    background: var(--second-bg-color);
}

.footer-text p {
    font-size: 1.6rem;
}

.footer-iconTop a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .8rem;
    background: var(--main-color);
    border: .2rem solid var(--main-color);
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    z-index: 1;
    overflow: hidden;
}

.footer-iconTop a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--second-bg-color);
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.footer-iconTop a:hover::before {
    width: 100%;
}

.footer-iconTop a i {
    font-size: 2.4rem;
    color: var(--bg-color);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.footer-iconTop a:hover i {
    color: var(--main-color);
}

/* BREACKPOINTS */
@media (max-width: 1200px) {
    html {
        font-size: 55%;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 2rem 4%;
    }

    section {
        padding: 10rem 4% 2rem;
    }

    .home {
        padding: 0 4%;
    }

    .footer {
        padding: 2rem 4%;
    }
}

ul {
    text-decoration: none;
}
li {
    list-style: none;
}

.services h2 {
    margin-top: 12.5rem;
    margin-bottom: 5.1rem;
}

.services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.services-container .services-box {
    flex: 1 1 30rem;
    background: var(--second-bg-color);
    padding: 3rem 2rem 4rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    text-align: center;
    border: .2rem solid var(--bg-color);
}

.services-box i {
    font-size: 9rem;
    color: var(--main-color);
}

.services-box h3 {
    font-size: 3rem;
}

.services-box p {
    font-size: 1.6rem;
    margin: 3rem 0 12rem;
}

li {
    list-style: none;
}

header nav {
	width:90%;
	max-width:1000px;
	margin:20px auto;
}

.menu_bar {
	display:none;
}

header nav ul {
	overflow:hidden;
	list-style:none;
}

header nav ul li {
	float:left;
}

header nav ul li span {
	margin-right:10px;
}

section {
	padding:20px;
}

@media screen and (max-width:1350px ) {
    .navbar a {
        font-size: 2.0rem;
        color: var(--text-color);
        font-weight: 500;
        margin-left: 4rem;
        margin-right: 4rem;
        transition: .3s;
    }

    .logo {
        width: 150px;
        height: 71px;
    }
}

@media screen and (max-width:1225px ) {
    .navbar a {
        font-size: 2.0rem;
        color: var(--text-color);
        font-weight: 500;
        margin-left: 3rem;
        margin-right: 3rem;
        transition: .3s;
    }

    .logo {
        width: 130px;
        height: 62px;
    }
}

@media screen and (max-width:950px ) {
	header nav {
		width:100%;
		height:95vh;
		margin:0;
        display: none;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(to bottom, #0E1B24, #3E495D);
        border-radius: 10px;
	}

	header nav ul li {
		display:block  !important;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

    .navbar a {
        font-size: 2.0rem;
        color: var(--text-color);
        font-weight: 500;
        margin-left: 1rem;
        margin-right: 8rem;
        transition: .3s;
    }

	.menu_bar {
		display:block;
		width:100%;
        position: fixed;
        top: 0;
	}

	.menu_bar .bt-menu {
        display:block;
		padding:20px;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
        width:20%;
		float:right;
		font-size:40px;
	}

    div.logo {
        display: none;
    }

    .header {
        background: var(--bg-color);
        padding: 4rem 4%;
    }
}

@media screen and (min-width:951px ) {
	header nav {
        display:block !important;
    }
}