

/*main*/
main {
    position: relative;
}

.main__slide {
    position: relative;
    overflow: hidden;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.8);
	}

	100% {
		transform: scale(1);
	}
}

.main__slide > img {
    width: 100%;
    display: block;
    height: 730px;
    object-fit: cover;
    animation: 50s ease-in 0s infinite normal none running zoom;
}

.main__slide__textbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 150px;
    color: #fff;
}

.main__slide__textbox .container {
    display: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main__slide__text--1 {
    letter-spacing: 3px;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
}

.main__slide__text--2 {
    text-align: left;
    line-height: 136px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 146px;
    font-family: "Amatic SC", sans-serif;
    margin-bottom: 40px;
}

.btn {
    background-color: var(--primary);
    padding: 19px 50px;
    font-size: 20px;
    /* color: var(--secondary);*/ 
	color:#FFF;
    border-radius: 5px;
    line-height: 42px;
    display: inline-block;
    transition: 0.3s;
}

.btn:hover {
    /*background-color: var(--secondary);
    color: var(--primary);*/
	padding: 19px 58px;
}

.btn2{ background-color: #FFF; color:var(--primary);  }

.btn2:hover {
	background-color: #FFF;
    color: #404a3d;
	padding: 19px 58px;
	
}

main .slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    border: 2px solid white;
}

main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
    background-color: white;
}

main .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 1170px;
    max-width: 90%;
    right: 18.7%;
    height: 100%;
    pointer-events: none;
}

main .slick-dots li {
    pointer-events: all;
    margin: 3px 0;
}

@media (max-width: 990px) {
    .main__slide__text--2 {
        font-size: 70px;
        line-height: 1;
    }

    main .slick-dots {
        right: 1%;
    }
}
/*end main*/

/*about*/
.about {
    padding: 120px 0;
}

.about .container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.about__img {
    width: calc(50% - 30px);
	background-color: #f5f0e9;
    padding: 20px;	
}

.about__img img {
    width: 100%;
	display:block;
}

.about__text {
    width: calc(50% - 30px);
}

.about__text--1 {
    font-weight: 600;
    color: var(--secondary);
    font-size: 14px;
    letter-spacing: 3px;
}

.about__text--2 {
    line-height: 70px;
    font-size: 70px;
    font-family: "Amatic SC";
    color: #404a3d;
}

.about__text p {
    margin: 40px 0;
}

@media (max-width: 990px) {
    .about__img {
        width: 100%;
    }

    .about__text {
        width: 100%;
        margin-top: 40px;
    }
}
/*end about*/

/* SERVICES */
.services {
    padding: 120px 0;
}

.services .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.services__text--1 {
    font-weight: 600;
    color: var(--secondary);
    font-size: 14px;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
}

.services__text--2 {
    line-height: 70px;
    font-size: 70px;
    font-family: "Amatic SC";
    color: #404a3d;
    width: 100%;
    text-align: center;
    margin-bottom: 56px;
}

.servicescarousel {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.servicescarousel__arrows {
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: 55%;
    display: flex;
    justify-content: space-between;
}

.servicescarousel__arrows .prev,
.servicescarousel__arrows .next {
    background-color: var(--secondary);
    color: #FFF;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: .3s;
    pointer-events: all;
}

.servicescarousel__arrows .prev:hover,
.servicescarousel__arrows .next:hover{
    background-color: #FFF;
    color: var(--secondary);
}

.servicescarousel__arrows .prev {
    margin-left: -20px;
}

.servicescarousel__arrows .next {
    margin-right: -20px;
}

.servicescarousel .slick-dots li button::before {
    font-size: 13px;
}

.service {
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
    background-color: #fff;
    width: 270px;
    display: flex;
    flex-flow: row wrap;
    cursor: pointer;
    margin: 7px;
}

.service__texts {
    padding: 45px 50px 60px;
    position: relative;
}

.service__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    font-family: "Amatic SC";
    margin-bottom: 38px;
    color: #000;
}

.service__arrowbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: -25px;
}

.service__img {
    overflow: hidden;
}

.service__img img{
    display: block;
    width: 100%;
    transition: .3s;
}

.service:hover .service__img img {
    transform: scale(1.2);
}

/* END SERVICES */

/* areadocliente */
.areadocliente {
    background-color: var(--secondary);
    padding: 40px 0;
}

.areadocliente .container {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.areadocliente h2 {
    font-size: 35px;
    font-family: "Amatic SC";
    color: #fff;
    width: 100%;
    text-align: center;
}

.areadocliente p {
    color: #fff;
    margin-bottom: 20px;
}
/* end areadocliente */

/* PRIVATEAREA */
.privatearea {
    padding: 70px 0;
    background-color: #191919;
    color: #fff;
    text-align: center;
}

.privatearea .about__content__btn {
	display: inline-block;
}

/* END PRIVATEAREA */


/* TEAM */
.team {
	padding: 120px 0;
	text-align: center;
}

.team__text--1 {
    font-weight: 600;
    color: var(--secondary);
    font-size: 14px;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
}

.team__text--2 {
    line-height: 70px;
    font-size: 70px;
    font-family: "Amatic SC";
    color: #404a3d;
    width: 100%;
    text-align: center;
    margin-bottom: 56px;
}

.team__list {
	display: flex;
	flex-flow: row wrap;
}

.member {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 15px;
}

.member__img {
	cursor: pointer;
}

.member__img img {
	width: 100%;
	display: block;
	filter: grayscale(100%);
	transition: .3s ease;
}

.member__info {
	background: #fff;
    padding: 13px 15px 10px 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
}

.member:hover .member__img img {
	filter: grayscale(0%);
}

.member__info h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    font-family: "Amatic SC";
    color: #000;
}

.member__info h6 {
    font-size: 14px;
}

@media (max-width: 768px) {
	.member {
		width: 50%;
		margin-bottom: 45px;
	}
}

@media (max-width: 500px) {
	.member {
		width: 100%;
		margin-bottom: 3rem;
	}
}

/* END TEAM */

