* {

    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "inter";
    font-size: 20px;
    text-decoration: none;
    list-style: none;

}

body {
    min-height: 100vh;
    background-color: white;
}

/* navegation bar */

.logo-main {
    position: relative;
    text-align: center;
    margin-right: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 15%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    background: white;
    box-shadow: 0 5px 10px rgb(225, 112, 106, .1);
    padding: 0px 60px;
    text-decoration: none;

}

header .logo {
    font-size: 25px;
    font-weight: bolder;
    color: rgb(225, 112, 106);
}

header .navbar ul {
    list-style: none;

}

header .navbar ul li {
    position: relative;
    float: left;

}

header .navbar ul li a {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    color: #502456;
    display: block;
}

header .navbar ul li a:hover {
    background: rgb(225, 112, 106);
    color: white;
}


/* main page */

section .main {
    background-image: url(../images/purple-yeti-cartoon-sitting-chair.jpg);
    background-size: cover;
    background-position: center;
    text-align: left;
    background-repeat: no-repeat;
    padding: 32%;
}

.main p {

    font-family: "inter";
    font-size: 60px;
    justify-content: center;
    font-weight: 800;
    color: white;
    position: absolute;
    top: 30%;
    right: 45%;
}

.main-2 p {

    font-family: "inter";
    font-size: 50px;
    justify-content: center;
    font-weight: 400;
    font-style: oblique;
    color: white;
    position: absolute;
    top: 55%;
    right: 58%;

}


.button-main {

    text-align: center;
    position: absolute;
    top: 85%;
    right: 63%;
}

.chat-main {
    color: white;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-family: "inter";
    box-align: center;
    text-align: center;

    text-decoration: none;

    background: rgb(225, 112, 106);

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 60px;
    border: 10px solid white;
}

/* gallery */

.gallery {
    background: white;
    padding-top: 100px;
}

h1 {
    font-family: "inter";
    font-size: 50px;
    justify-content: center;
    font-weight: 600;
    color: rgb(225, 112, 106);
    display: flex;
}

h2 {
    font-family: "inter";
    font-size: 20px;
    justify-content: center;
    font-weight: 500;
    color: #502456;
    display: flex;
}

img {
    width: 100%;
}

.row {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 450px;
    grid-gap: 20px;
    padding: 50px 0;

}

.column img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.column:nth-child(1) {
    grid-column-start: span 2;
}

.column:nth-child(3) {
    grid-column-start: span 2;
}

.column:nth-child(6) {
    grid-column-start: span 2;
}

/* ongoing services */

.button-row {

    padding: 10px 0px 30px 25px;
    font-weight: 300;
    text-align: center;
}

.title-row {

    color: white;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-family: "inter";
    box-align: center;
    text-align: center;

    text-decoration: none;

    background: #4295A7;

    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 410px;
    padding-right: 400px;

}


.container-gallery {
    width: 100%;
    color: #502456;
    text-align: justify;
    padding-bottom: 90px;

}

.container-gallery .group-gallery {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
    border-radius: 30px;


}

.container-gallery .group-gallery .gallery-1 figure {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;


}

.container-gallery .group-gallery .gallery-1 figure img {
    justify-content: center;
    align-items: center;
}



.container-gallery .group-gallery .gallery-1 p {
    font-size: 20px;
    font-family: "inter";

}

.logotext-g {

    color: #502456;
    text-align: justify;
    font-size: 20px;
    font-family: "inter";
}


/* about me */

section.aboutme {
    background-color: #4295A7;
    width: cover;

}

.content-aboutme {
    display: flex;
    justify-content: space-between;

}

.content-aboutme img {
    width: 50%;
    height: auto;
}

.content-text p {
    padding: 20px 85px 30px 85px;
    text-align: justify;
}

.content-text {

    padding: 120px 0px 30px 30px;
}


.content-text h1 {
    font-family: "inter";
    font-size: 70px;
    justify-content: justify;
    font-weight: 600;
    color: white;

}

.two {
    color: white;
    line-height: 23px;
    text-align: justify;

    font-size: 80px;
    font-weight: 900;
    font-family: "inter";
    box-align: center;
}

.three {
    color: white;
    line-height: 23px;
    text-align: justify;

    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-family: "inter";
    box-align: center;
}

.button-chat {

    padding: 10px 0px 30px 25px;
    font-weight: 300;
    text-align: center;
}

.chat {
    color: white;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-family: "inter";
    box-align: center;
    text-align: center;

    text-decoration: none;

    background: rgb(225, 112, 106);

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 60px;
    border: 10px solid white;
}


/*  services*/


.container-services {
    width: 100%;
    max-width: 1200px;
    color: #502456;
    text-align: justify;
    padding-bottom: 80px;
    padding-top: 70px;

}

.container-services .group-services {

    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    padding-top: 50px;


}

.logotext-s {

    color: #502456;
    text-align: justify;
    font-size: 20px;
    font-family: "inter";
    padding-left: 80px;
    text-align: right;
}

.logotext-s h1 {
    margin-left: 280px;
    margin-top: 25vh;


}


.container-services .group-services .colunm-services1 p {
    font-size: 20px;
    font-family: "inter";
    text-align: right;



}

.container-services .group-services .colunm-services2 ul {
    position: relative;
    text-align: justify;
    align-items: normal;
    padding-left: 30px;


}

.container-services .group-services .colunm-services2 ul li {
    list-style-type: disc;
}

.container-services .group-services .colunm-services2 ul li p {
    position: relative;
    align-items: left;
    color: #502456;
    text-align: left;
    font-size: 17px;
    font-family: "inter";
    padding-right: 50px;
    padding-left: 30px;



}

hr {
    width: 80px;
    height: 6px;
    background-color: gray;
    margin-left: 450px;

}


.colunm-services2 .column-2 {
    display: flex;
}

.column-2 .verticle-line {
    width: 6px;
    height: 600px;
    background-color: gray;
    margin: 30px;
    align-items: center;

}





/* footer */

.pie {
    width: 100%;
    background-color: #ECF0F8;

}



.pie .group-1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 70px;
    padding: 45px 0px;
}

.pie .group-1 .box figure {
    width: 100%;
    height: auto;
    display: flex;

}

.pie .group-1 .box figure img {

    width: 250px;
}

.pie .group-1 .social-media a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: white;
    margin-right: 10px;
    background-color: #ECF0F8;
    text-align: center;
    transition: all 300ms ease;
    background: #FF706A;
    justify-content: space-around;
    margin: 4px;
    border-radius: 4px;

}


h3 {
    font-family: "inter";
    font-size: 30px;
    justify-content: center;
    font-weight: 600;
    color: #4295A7;

}

.logo-footer {
    position: relative;
    text-align: center;
    margin-right: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 15%;
    height: auto;
}

.logotext p {
    font-family: "inter";
    font-size: 20px;
    font-weight: 600;
    color: rgb(225, 112, 106);
    font-style: oblique;
    color: #502456;
    font-size: 400;
    text-align: justify;
}

.contact-text {
    font-family: "inter";
    font-size: 20px;
    color: #502456;
    font-weight: 400;
}

.contact-text-sub p {
    font-family: "inter";
    font-size: 20px;
    font-style: oblique;
    color: #502456;
    font-weight: 600;
    margin-bottom: 10px;

}

.location-text {
    font-family: "inter";
    font-size: 20px;
    font-weight: 400;
    color: #502456;
}

.button-contact {

    padding: 10px 0px 0px 0px;
    font-weight: 300;
    text-align: left;
}

.contact {
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: "inter";
    box-align: center;
    text-align: center;

    text-decoration: none;

    background: #FF706A;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 60px;
}

.mail p {
    color: #502456;

}

/* CONTACT MENU */
form {
    font-family: "inter";
    font-size: 5px;
    color: #502456;
    font-weight: 400;
    margin-bottom: 10px;

}

input {
    font-family: "inter";
    font-weight: 300;
    font-style: oblique;
    margin-bottom: 10px;
}

textarea {
    font-family: "inter";
    font-weight: 300;
    font-style: oblique;
    margin-bottom: 10px;
}



/* medias  */


@media screen and (max-width:999px){


    .cabeza{
        flex-direction: column;
    }

    section .main {
        flex-direction: column
    }

    .gallery{
        width: 100%;

    }

    .container-gallery{
        width: 95%;

    }

    .aboutme{
        width: 95%;
    }

    .content-image{
        width: 95%;
    }  
}

@media screen and (max-width:768px){
    .content-image{
        width: 90%;
    }  

    .content-image .imagen{
        width: 48%;
    }
}

@media screen and (max-width:540px){

    h1{font-size: 22px;
    }

    .content-image{
        width: 98%;
    }  

    .content-image .imagen{
        width: 80%;
    }

    .column {
        flex: 100%;
        padding: 5px;
    }

}