@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Bokor', cursive;
    cursor: url(../img/icon/oie_164153eZ0CyJFv.png) 15 15, move;
}

.container {
    max-width: 100vw;
    margin: auto;
    /*background-color: black;*/
    /* background-image: url("../img/background/Fondo-Negro-Patron-de-Luz-Abstrato_Fondos-de-Pantalla-Abstratos.jpg");
    background-size: cover;
    background-position: center; */
    /* background-color: #000; */
}

a {
    text-decoration: none;
    transition: 0.5s;
}

h2 {
    margin-top: 30px;
    /*font-family: 'Pacifico', cursive;*/
    font-family: 'Bokor', cursive;
    font-size: 60px;

}

/*****************************************header****************************/
header {
    max-width: 100vw;
    color: white;
    height: 72vh;
}

header .navbar {
    display: flex;
    align-items: center;
    /* height: 55px;
    margin: 30px; */
    margin: 0;
    margin-top: 0;
    background-color: black;
}

header a {
    color: white;
    font-size: 20px;
}

header nav {
    flex: 1;
    text-align: right;
}

header nav ul {
    display: inline-block;
    list-style: none;
}

header nav ul li {
    display: inline-block;
    margin: 15px;
    transition: s;
}

header nav ul li.active {
    /* background: #0e6c66; */
    background: #ED213A;
    padding: 5px 10px;
    border-radius: 5px;
}

header nav i {
    transition: 0.5s;
    cursor: pointer;
}

header nav i:hover {
    /* color: #0e6c66; */
    color: #ED213A;
}

header nav li:hover {
    /* background: #0e6c66; */
    background: #ED213A;
    padding: 5px 10px;
    border-radius: 5px;
}

header .navbar span {
    text-align: center;
    margin-left: 20px;
    color: white;
    font-size: 25px;
    display: none;
}

.logo h2 {
    font-size: 50px;
    color:#D9AD5B;
    margin-left: 35px;
}

@media only screen and (max-width:768px) {

    header nav ul {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.253);
        overflow: hidden;
        transition: max-height 0.5s;
        text-align: center;
    }

    header nav ul li {
        display: block;
        margin: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    header .navbar span {
        color: white;
        display: block;
        cursor: pointer;
    }
    

}
/*header*/

/*home*/
.flex {
    display: flex;
    margin-top: 150px;
}

.left .right {
    width: 50%;

}

button {
    outline: none;
    border: none;
    background: none;
    padding: 12px 50px;
    /* background: #0e6c66; */
    background: #ED213A;

    color: white;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 40px;
    cursor: pointer;
    transition: 0.5s;
}

button:hover {
    /* border: 1px solid #0e6c66;
    color: #0e6c66; */
    border: 1px solid #ED213A;
    color: #ED213A;
    background: none;
}

.home {
    margin-top: 0;
    place-items: center;
    background-image: url("../img/background/Fondo-Negro-Patron-de-Luz-Abstrato_Fondos-de-Pantalla-Abstratos.jpg");
    background-size: cover;
    background-position: center;
}

.home p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Tilt Warp', cursive;
   
    
}

.home .left {
    width: 70%;
    margin-right: 50px;
    margin-top: 35px;
    margin-left: 50px;
    font-family: 'Tilt Warp', cursive;
}
.home .left h2{
    color: #D9AD5B;
}

.home .right img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin-right: 47px;
}


/*home*/
/*about us*/
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-column-gap: 40px;
    margin: 50px;
}

.about {
    text-align: center;
    margin-top: 130px;
}

.about .item {
    margin-top: 80px;
}

.about .item h2 {
    font-style: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about .item svg {
    width: 80px;
    height: 80px;
}

.about .item p {
    opacity: 0.8;
    margin-top: 20px;
    font-family: 'Tilt Warp', cursive;
}

.about .content {
    text-align: left;
    /* margin-top: auto; */
}

.about .content .left {
    width: 40%;
    margin-right: 50px;
}

.left .img_enter {
    margin-left: 105px;
}

.about .content .right {
    margin-top: 50px;
    padding: 20px;
}

.about .content h2 {
    font-style: 40px;
    font-weight: 100;
    margin-bottom: 20px;
}

.about .content p {
    margin-bottom: 20px;
    font-size: 25px;
    font-family: 'Tilt Warp', cursive;


}

/**************************section enter to gallery************/

.img_enter {
    display: flex;
    justify-content: center;

}

/*************************** gallery*******************************/

div#quad {
    background-color: #000;
    font-size: 0;
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    margin-top: 180px;
}

div#quad figure {
    margin: 0;
    width: 50%;
    height: auto;
    transition: 1s;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

div#quad figure:hover {
    cursor: pointer;
    z-index: 4;
}

div#quad figure img {
    width: 100%;
    height: auto;
}

div#quad figure:nth-child(1) {
    transform-origin: top left;
}

div#quad figure:nth-child(2) {
    transform-origin: top right;
}

div#quad figure:nth-child(3) {
    transform-origin: bottom left;
}

div#quad figure:nth-child(4) {
    transform-origin: bottom right;
}

div#quad figure figcaption {
    margin: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: .3rem;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 1s 1s opacity;
}

.expanded {
    transform: scale(2);
    z-index: 5;
}

div#quad figure.expanded figcaption {
    opacity: 1;
}

div.full figure:not(.expanded) {
    pointer-events: none;
}

.button_gallery {
    width: 33.33%;
    display: flex;
    justify-content: center;
    margin-left: 500px;
}

.button_gallery button {
    align-items: center;
}


/*****************************slider**************************/
  .fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
  }
  .fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
    box-sizing: border-box;
  }
  .fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
  }
  .fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #8a8a8a;
  }
  .fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: #575757;
  }
  .fnc-slider .m--navbg-dark {
    background-color: #575757;
  }
  .fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #6d9b98;
  }
  .fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #42605E;
  }
  .fnc-slider .m--navbg-green {
    background-color: #42605E;
  }
  .fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #ea2329;
  }
  .fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #990e13;
  }
  .fnc-slider .m--navbg-red {
    background-color: #990e13;
  }
  .fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #59aecb;
  }
  .fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #2D7791;
  }
  .fnc-slider .m--navbg-blue {
    background-color: #2D7791;
  }
  .fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .fnc-slide.m--before-sliding {
    z-index: 2 !important;
    transform: translate3d(100%, 0, 0);
  }
  .fnc-slide.m--active-slide {
    z-index: 1;
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  .fnc-slide__inner {
    position: relative;
    height: 84%;
    /* height: 100%; */
    /* background-size: cover; */
    background-size: 2036px 882px;
    background-position: center top;
    transform: translate3d(0, 0, 0);
  }
  .m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
  }
  .m--before-sliding .fnc-slide__inner {
    transform: translate3d(-100%, 0, 0);
  }
  .m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  .fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-right: -90px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
  }
  .m--before-sliding .fnc-slide__mask {
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
  }
  .m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
  }
  .fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    /* width: 100vw;*/
     width: 100vw; 
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 16.5vh;
    transition-timing-function: ease-in-out;
  }
  .m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
  }
  .m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
  }
  .m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  }
  .fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 40%;
    top: 40%;
  }
  .fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 100px;
    color: #fff;
    word-spacing: 10px;
  }
  .fnc-slide__heading-line:nth-child(2) {
    padding-left: 30px;
  }
  .m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
  }
  .m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
  }
  .m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
  }
  .fnc-slide__heading-line span {
    display: block;
  }
  .m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
  }
  .m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
  }
  .m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
  }
  .fnc-slide__action-btn {
    position: relative;
    margin-left: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
  }
  .fnc-slide__action-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    line-height: 30px;
    color: #fff;
  }
  .fnc-slide__action-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
  }
  .fnc-slide__action-btn span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #1F2833;
    opacity: 0;
    transform-origin: 50% 0;
    transform: translateY(100%) rotateX(-90deg);
    transition: opacity 0.15s 0.15s;
  }
  .fnc-slide__action-btn:hover span {
    transform: rotateX(90deg);
  }
  .fnc-slide__action-btn:hover span:after {
    opacity: 1;
    transition: opacity 0.15s;
  }
  .fnc-nav {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .fnc-nav__bg.m--nav-bg-before {
    z-index: 2 !important;
    transform: translateX(100%);
  }
  .fnc-nav__bg.m--active-nav-bg {
    z-index: 1;
    transition: transform 1s 0.6666666667s;
    transform: translateX(0);
  }
  .fnc-nav__controls {
    font-size: 0;
  }
  .fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 135px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.5s;
  }
  .fnc-nav__control.m--active-control {
    background: #1F2833;
  }
  .fnc-nav__control-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-timing-function: linear !important;
  }
  .m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
  }
  .m--prev-control .fnc-nav__control-progress {
    transform: translateX(100%);
    transition: transform 0.5s !important;
  }
  .m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
  }
  .m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
  }
  
  /* NOT PART OF COMMON SLIDER STYLES */
  body {
    margin: 0;
  }
  
  .demo-cont {
    overflow: hidden;
    position: relative;
    height: 100vh;
    perspective: 1500px;
    background: white;
    padding: 20px;
    margin-top: 200px;
  }
  .demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: white;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
  }
  .credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
  }
  .demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
    box-sizing: border-box;
  }
  .demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  .demo-cont__credits-close:before, .demo-cont__credits-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
  }
  .demo-cont__credits-close:before {
    transform: rotate(45deg);
  }
  .demo-cont__credits-close:after {
    transform: rotate(-45deg);
  }
  .demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  .demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
  }
  .demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .example-slider {
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
  }
  .credits-active .example-slider {
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
  }
  .example-slider .fnc-slide-1 .fnc-slide__inner,
  .example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: url("../img/index/olvido-suave.png");
    background-size: cover;
    width:115%;
  background-repeat: no-repeat;
  background-position: center center;
  }
  .example-slider .fnc-slide-2 .fnc-slide__inner,
  .example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: url("../img/index/valentine´sDayflash.png");
    background-size: cover;
    width:115%;
  background-repeat: no-repeat;
  background-position: center center;
  }
  .example-slider .fnc-slide-3 .fnc-slide__inner,
  .example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: url("../img/index/mascotas.png");
    background-size: cover;
    width:115%;
  background-repeat: no-repeat;
  background-position: center center;
  }
  .example-slider .fnc-slide-3 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
  .example-slider .fnc-slide-4 .fnc-slide__inner,
  .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url("../img/index/diseñosexclusivos.png");
    background-size: cover;
    width:115%;
  background-repeat: no-repeat;
  background-position: center center;
  }
  .example-slider .fnc-slide-4 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  .example-slider .fnc-slide__heading,
  .example-slider .fnc-slide__action-btn,
  .example-slider .fnc-nav__control {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  }
  
  /* COLORFUL SWITCH STYLES 
     ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
  .colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
  }
  .colorful-switch:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 190px;
    height: 87.1428571429px;
    border-radius: 37.1428571429px;
    background: #314239;
    transition: background-color 0.3s;
  }
  .colorful-switch:hover:before {
    background: #4C735F;
  }
  .colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
  }
  .colorful-switch__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
    transition: transform 0.5s;
    transform: translate3d(-360px, 0, 0);
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
    transform: translate3d(0, 0, 0);
  }
  .colorful-switch__dot {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-left: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
    transform: translate3d(-80.3571428571px, 0, 0);
  }
  .colorful-switch__on {
    position: absolute;
    left: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
    transform: translate3d(-80.3571428571px, 0, 0);
  }
  .colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transform-origin: 100% 50%;
    transform: rotate(45deg) scale(0) translateZ(0);
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(45deg) scale(1) translateZ(0);
  }
  .colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
  }
  .colorful-switch__on__inner:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
  }
  .colorful-switch__on__inner:after {
    right: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
  }
  .colorful-switch__off {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-left: -20.5714285714px;
    margin-top: -20.5714285714px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
    transform: translate3d(-80.3571428571px, 0, 0);
  }
  .colorful-switch__off:before, .colorful-switch__off:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    transition: transform 0.25s 0.25s;
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-delay: 0s;
  }
  .colorful-switch__off:before {
    transform: rotate(45deg) scaleX(1) translateZ(0);
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
    transform: rotate(45deg) scaleX(0) translateZ(0);
  }
  .colorful-switch__off:after {
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(-45deg) scaleX(1) translateZ(0);
  }
  .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-timing-function: ease;
    transform: rotate(-45deg) scaleX(0) translateZ(0);
  }

/**************************gallery********************************/

/******************************star client********************************/
.customer {
    margin-top: 100px;
}

.customer h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    color: #D9AD5B;
}

.customer .grid {
    grid-template-columns: repeat(2, 1fr);
}

.customer .para {
    background-color: #212121;
    color: white;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 30px 30px 30px 10px;
    font-family: 'Tilt Warp', cursive;


}

.customer .para::after {
    content: '';
    position: absolute;
    left: 0;
    border-top: 60px solid #212121;
    border-right: 60px solid transparent;

}

.customer .image {
    margin-top: 60px;
}

.customer .img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
}
.customer .img img{
  border-radius: 45px;
}

.customer .text {
    margin-top: 20px;
}

.customer .text p {
    color: #0e6c66;
    font-size: 14px;
    font-family: 'Tilt Warp', cursive;


}

/******************************star client********************************/

/*************************footer**************************************/

footer {
    margin-top: 100px;
    background: #212121;
    color: white;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

footer .item {
    width: 30%;
    margin-left: 0;
}

* {
    box-sizing: border-box;
}
.item label{
    font-family: 'Tilt Warp', cursive;
}

.container_footer {
    /* width: 100%;
    max-width: 900px; */
    padding: 32px 64px;
    margin: auto;
    background-color: #000;
}

.social {
    /*las imágenes usadas tienen width de 48px*/
    width: 48px;
    position: fixed;
    right: 0;
}

/* Extra centrado vertical*/

.social {
    /*border:1px solid #000;*/
    top: 50%;
    height: 205px;
    /*para poner height 192 deberíamos haber indicado en el reset de estilos font-size:0;*/
    margin-top: -100px;

}

.social img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.logo_footer {
    width: 50%;
}

.logo_footer h2 {
    margin-top: 30px;
    font-size: 50px;
    margin-left: 25px;
}

.item h2 {
    font-size: 40px;
}

.legal {
    padding: 20px;
    text-align: center;
    background-color: white;
    color: black;
}

.legal i {
    color: #0e6c66;
    font-size: 25px;
}

/*************Scroll To Top Button********************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /* background-color: #0e6c66; */
    background-color: #ED213A;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
border: 1px solid #ED213A;
color: #ED213A;
background: none;
}


/***************************scroll animation****************************/
/* .hidden{
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
  transition: opacity 0.5s ease-in-out;
}
.hidden2{
  opacity: 1;
  filter: blur(5px);
  transition: opacity 1s, filter 1s;
  transition: opacity 0.5s ease-in-out;
}


.show{
  opacity: 1;
  transition: all 1s;
  filter: blur(0);
  transform: translateX(0)
}


@media (prefers-reduced-motion){
  .hidden{
    transition: none;
  }
  .hidden2{
    transition: none;
  }
} */
/*************************footer**************************************/


@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {

    header {
        height: 130vh;
    }

    .logo h2 {
        margin-top: 0;
        font-size: 20px;
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid .item {
        margin: 0;

    }
    .container {
        background-size: cover;
        background-position: center;
      }

    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .home {
        display: flex;
        flex-direction: column-reverse;
    }

    .home .left h2 {
        font-size: 35px;
        text-align: center;
        color:#D9AD5B;
    }

    .home .left p {
        font-size: 15px;
        text-align: justify;
    }

    .home .right img {
        width: 110%;
        height: 200%;
        width: 100%;
        height: auto;
    }

    .about .content .left {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 45px;
    }

    .home .left {
        padding: 0;
        margin: 0;
        text-align: justify;
    }

    .left .img_enter {
        margin: 0;
    }

    .img_enter {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .content .img_enter img {
        width: 410px;
        height: auto;
        margin: 0;

    }

    .content .right h2 {
        margin: 0;
    }

    .content .right p {
        margin: 0;
    }

    .container_A {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container_A h2 {
        font-size: 35px;
    }

    .about img {
        margin-top: 70px;

    }

    .content .right h2 {
        font-size: 35px;
        text-align: center;
    }

    .content .right p {
        font-size: 20px;
        text-align: center;
    }

    .content button {
        margin: 0 auto;
    }

    .button_gallery {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .button_gallery button {
        font-size: 18px;
    }

    div#quad {
        width: 80%;
        margin-top: 120px;
        height: 220px;
    }

    .container {
        margin: 0;
    }

    .logo_footer h2 {
        font-size: 30px;
    }

    .container .item {

        padding: 35px;
    }

    footer .grid,
    .customer .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .item {
        width: 75%;
    }

    .right p {
        margin-left: 120px;
    }

    .right button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .social {
        margin-right: 25px;
    }

    .item h2 {
        font-size: 20px;
    }

    .logo_footer h2 {
        font-size: 20px;
    }

    #myBtn {
        margin-bottom: 50px;
        
    }
   

}

@media (min-width: 481px) and (max-width: 767px) {
    header {
        height: 130vh;
    }

    .logo h2 {
        margin-top: 0;
        font-size: 20px;
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid .item {
        margin: 0;

    }

    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .home {
        display: flex;
        flex-direction: column-reverse;
    }

    .home .left h2 {
        font-size: 35px;
        text-align: center;
        
    }
    .home .left p {
        font-size: 15px;
        text-align: justify;
    }

    .home .right img {
        width: 110%;
        height: 200%;
        width: 100%;
        height: auto;
    }

    .about .content .left {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 45px;
    }

    .home .left {
        padding: 0;
        margin: 0;
        text-align: justify;
    }

    .left .img_enter {
        margin: 0;
    }

    .img_enter {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .content .img_enter img {
        width: 410px;
        height: auto;
        margin: 0;

    }

    .content .right h2 {
        margin: 0;
    }

    .content .right p {
        margin: 0;
    }

    .container_A {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container_A h2 {
        font-size: 35px;
    }

    .about img {
        margin-top: 70px;

    }

    .content .right h2 {
        font-size: 35px;
        text-align: center;
    }

    .content .right p {
        font-size: 20px;
        text-align: center;
    }

    .content button {
        margin: 0 auto;
    }

    .button_gallery {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .button_gallery button {
        font-size: 18px;
    }

    div#quad {
        width: 80%;
        margin-top: 120px;
    }

    .container {
        margin: 0;
            background-size: cover;
            background-position: center;
    
    }

    .logo_footer h2 {
        font-size: 30px;
    }

    .container .item {

        padding: 35px;
    }

    footer .grid,
    .customer .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .item {
        width: 75%;
    }

    .right p {
        margin-left: 120px;
    }

    .right button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .social {
        margin-right: 25px;
    }

    .item h2 {
        font-size: 20px;
    }

    .logo_footer h2 {
        font-size: 20px;
    }

    #myBtn {
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    header {
        height: 130vh;
    }
    header nav ul {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.253);
        overflow: hidden;
        transition: max-height 0.5s;
        text-align: center;
    }

    header nav ul li {
        display: block;
        margin: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    header .navbar span {
        color: white;
        display: block;
        cursor: pointer;
    }
    .logo h2 {
        margin-top: 0;
        font-size: 20px;
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid .item {
        margin: 0;

    }

    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .home {
        display: flex;
        flex-direction: column-reverse;
    }

    .home .left h2 {
        font-size: 35px;
        text-align: center;
        color:none;
    }

    .home .left p {
        font-size: 15px;
        text-align: justify;
    }

    .home .right img {
        width: 110%;
        height: 200%;
        width: 100%;
        height: auto;
    }

    .about .content .left {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 45px;
    }

    .home .left {
        padding: 0;
        margin: 0;
        text-align: justify;
    }

    .left .img_enter {
        margin: 0;
    }

    .img_enter {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .content .img_enter img {
        width: 410px;
        height: auto;
        margin: 0;

    }

    .content .right h2 {
        margin: 0;
    }

    .content .right p {
        margin: 0;
    }

    .container_A {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container_A h2 {
        font-size: 35px;
    }

    .about img {
        margin-top: 70px;

    }

    .content .right h2 {
        font-size: 35px;
        text-align: center;
    }

    .content .right p {
        font-size: 20px;
        text-align: center;
    }

    .content button {
        margin: 0 auto;
    }

    .button_gallery {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .button_gallery button {
        font-size: 18px;
    }

    div#quad {
        width: 80%;
        margin-top: 120px;
    }
    .container {
        background-size: cover;
        background-position: center;
        margin: 0;
      }
  

    .logo_footer h2 {
        font-size: 30px;
    }

    .container .item {

        padding: 35px;
    }

    footer .grid,
    .customer .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .item {
        width: 75%;
    }

    .right p {
        margin-left: 120px;
    }

    .right button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .social {
        margin-right: 25px;
    }

    .item h2 {
        font-size: 20px;
    }

    .logo_footer h2 {
        font-size: 20px;
    }

    #myBtn {
        margin-bottom: 50px;
    }


}

@media only screen and (min-width : 1824px) {

    header {
        height: 1950px;
    }
    
    .container {
        display: flex;
        flex-direction: column;
    }
    
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .home {
        display: flex;
        flex-direction: column;
    }
    
    .home .right img {
        width: 200%;
        height: 200%;
    
    }
    
    .about img {
        margin-top: 70px;
    }
    
    footer .grid,
    .customer .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .right p {
        margin-left: 120px;
    }
    
    .right button {
        margin-left: 120px;
        padding: 10px;
    }
    
    .right h2 {
        margin-left: 120px;
    } 
 }
   