.servicios {
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #a70e69;
    text-align: center;
    border-radius: 50px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    background-color: #ec3e6a;
}
.btn-servicio {
    font-family: 'Prompt', sans-serif;
    padding: 15px;
    border-radius: 33px;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 50px auto;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    width: 200px;
    -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 2px rgb(255 255 255 / 50%);
}
.btn-servicio:hover {
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 0 0 4px rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 4px rgb(255 255 255 / 50%);
    color: #111;
    background-color: #FFF;
    text-decoration: none;
}
.btn-siguiente {
    padding: 15px 40px;
    border: 1px solid #000;
    border-radius: 33px;
    display: inline-block;
    margin-top: 50px;
    font-size: 15px;
    color: #000; 
}
.btn-verprecios {
	padding: 15px 40px;
    border: 1px solid #333;
    border-radius: 33px;
    display: inline-block;
    margin-top: 50px;
    font-size: 15px;
    color: #333;
}
.home-slider {
	height: 430px !important;
}
.float-separator2 {
    margin: 10px 0;
    float: none;
    display: inline-block;
    width: 75px;
    height: 1px;
    background: #666;
}
#section1 h2 {
    color: #444;
}
#section1 h4 {
    font-size: 30px;
}
#section2 {
	height: 630px;
}
#section3 {
	background-color: black;
	height: 630px;
}
#section4 {
	background-color: yellow;
	height: 630px;
}
#section5 {
	background-color: green;
	height: 630px;
}
.ptop {
    padding-top: 30px; 
}
.brand-logo {
    width: 530px;
    margin-bottom: 30px;
}
.ptopzero {
    padding-top: 0;
}
.scroll-down .ask-to-scroll .arrow span {
    background: transparent;
}

.logo-mobile {
    display: none;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    background: url(../images/whatsapp.svg);
    height: 50px;
}

.brand-logo {
    width: 530px;
    margin: 30px auto;
    display: block;
}
 .btn-downscrolling {
     width: 100%;
     position: absolute;
     bottom: 0;
     margin: 20px auto;
}

.box-next {
    display: inline-block;
    width: 100%;
    background-size: 100%;
    background-position-y: 0;
    background-image: url(../images/slider4.jpeg);
}

a.light-btn {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    margin: 30px 0;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 35px;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.light-btn:hover {
    text-decoration: none;
}

a.light-btn.colored {
    overflow: hidden;
    border: none;
    background: transparent;
}

a.light-btn.colored:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    border-radius: 35px;
    background: #FFFFFF;
    background: #ec3e6a;
    background: -webkit-gradient(linear, right top, left top, from(#ec3e6a), to(#f9bf4d));
    background: linear-gradient(to left, #ec3e6a, #f9bf4d);
}

a.light-btn i {
    font-size: 25px;
    margin-left: 0;
}

 .member-social {
     margin-top:0;
}
 .member-social li {
     width: 70px;
     border: 3px solid #ee3b68;
     color: #ee3b68;
     border-radius: 50px;
     height: 70px;
     background: transparent;
     display: inline-block;
}
.member-social li a {
     display: block;
     line-height: 65px;
     font-size: 25px;
     color: #ee3b68;
}

.member-social li a:hover {
     color: #ee3b68 !important;
}

.slogan {
         width: 100%;
         margin: 30px 0;
    }

    .ask-to-scroll {
     position: relative;
     top: 0;
     left: 3px;
     display: inline-block;
     width: 16px;
     height: 20px;
     text-align: left;
     vertical-align: middle;
}
 .ask-to-scroll .arrow {
     position: absolute;
     width: 9px;
     height: 5px;
}
 .ask-to-scroll .arrow span {
     position: absolute;
     width: 7px;
     height: 2px;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     background: #FFF;
}

a.light-btn.btn-continuar.btn-contacto {
    border: 3px solid #DDD;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}
a.light-btn i {
    font-size: 25px;
    margin-left: 0;
}
a.light-btn.btn-continuar {
    color: #333;
    border: 3px solid #362a90;
    margin: 0;
}

.light-btn {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    margin: 0;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    color: #362a90;
    border: 3px solid #FFF;
    border-radius: 35px;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.perfecto {
    width: 140px;
    position: absolute;
    left: -150px;
    top: -5px;
}

.btn-continuar .ask-to-scroll .arrow span {
    background: #362a90;
}

#contact-form input[type="text"], textarea {
    text-align: left;
    color: #333;
    font-size: 14px;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    padding-left: 15px;
    background: none;
    margin-bottom: 20px;
    border: 0;
    background-color: #EEE;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.mb60 {
    margin-bottom: 60px !important;
}

.opendesktop {
    left: 0;
}

.bgazul {
    background-image: url("images/bg-white.png");
    background-color: #362A90;
    height: 100%;
}

.auth-page-wrapper .auth-page-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
}

.sliding-menu a i.icons {
    top: 7px;
    left: 50px;
    font-size: 20px;
}

.pricing-box {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    padding: 20px;
    background-color: #FFF;
}

.pricing-price {
    position: relative;
    padding: 1.5rem 0;
    color: #333;
    font-size: 20px;
    line-height: 1;
}

.campotexto {
    text-align: left;
    color: #333;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    padding-left: 15px;
    background: none;
    margin-bottom: 20px;
    border: 0;
    background-color: #EEE;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.checkout { max-width: 1100px; margin: 0 auto; padding: 20px; box-sizing: border-box; font-family: Arial, sans-serif; }
  .checkout-form { display: flex; gap: 30px; align-items: flex-start; }
  .checkout-left { flex: 1 1 60%; background:#fff; padding:20px; border:1px solid #e6e6e6; border-radius:6px; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
  .checkout-right { flex: 0 0 340px; background:#fafafa; padding:20px; border:1px solid #e6e6e6; border-radius:6px; }
  h2,h3 { margin: 0 0 12px 0; font-weight:600; }
  .field-row { margin-bottom:12px; }
  label { display:block; margin-bottom:6px; font-size:14px; color:#333; }
  input[type="text"], input[type="email"], input[type="tel"], textarea { width:100%; padding:10px; border:1px solid #ccc; border-radius:4px; box-sizing:border-box; font-size:14px; }
  textarea { resize: vertical; }
  .required { color:#c0392b; }
  table.order-review { width:100%; border-collapse: collapse; margin-bottom:12px; font-size:14px; }
  table.order-review th, table.order-review td { padding:8px 6px; border-bottom:1px solid #eee; text-align:left; }
  table.order-review thead th { border-bottom:2px solid #ddd; }
  .place-order { width:100%; padding:12px; border:0; background:#2d9cdb; color:#fff; font-size:16px; border-radius:6px; cursor:pointer; }
  .place-order:hover { opacity:0.95; }
  .terms { margin-bottom:12px; font-size:13px; }
  @media (max-width: 880px) {
    .checkout-form { flex-direction: column; }
    .checkout-right { width:100%; flex: 0 0 auto; }








































.sigueme .ask-to-scroll .arrow span {
     background: #362A90 !important;
}

 .ask-to-scroll .arrow span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .ask-to-scroll .arrow span:nth-child(2) {
     left: 4px;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .ask-to-scroll .arrow:nth-child(1) {
     top: 0;
     -webkit-animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
     animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
     opacity: 0;
}
 .ask-to-scroll .arrow:nth-child(2) {
     top: 7px;
     -webkit-animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
     animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}
 .ask-to-scroll .arrow:nth-child(3) {
     top: 12px;
     -webkit-animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
     animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}
 @-webkit-keyframes chevron1 {
     0%, 10% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 0;
    }
     100%, 58% {
         -webkit-transform: translateY(7px);
         transform: translateY(7px);
         opacity: 1;
    }
}
 @keyframes chevron1 {
     0%, 10% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 0;
    }
     100%, 58% {
         -webkit-transform: translateY(7px);
         transform: translateY(7px);
         opacity: 1;
    }
}
 @-webkit-keyframes chevron2 {
     0%, 5% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 37% {
         -webkit-transform: translateY(5px);
         transform: translateY(5px);
         opacity: 1;
    }
}
 @keyframes chevron2 {
     0%, 5% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 37% {
         -webkit-transform: translateY(5px);
         transform: translateY(5px);
         opacity: 1;
    }
}
 @-webkit-keyframes chevron3 {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 32% {
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
         opacity: 0;
    }
}
 @keyframes chevron3 {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 32% {
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
         opacity: 0;
    }
}



@media only screen and (max-width: 793px) and (min-width: 334px) {  
    .btn-downscrolling {
        display: block;
        right: 160px;
        text-align: right;
    }
    .servicios {
        display: block;
        margin: 30px;
    }

    .tsection {
        display: block;
    }

    .btn-servicio {
        margin: 0 auto;
    }

    .parallax-slide-container {
        top: 15%;
    }
    .logo-holder {
        display: none;
    }
    .policy-box {
        display: none;
    }
    .sidedar-social {
        bottom: 30px;
        left: 0;
    }
    .home-slide-container {
        top: 23%;
    }
    .box a span.project-title {
        font-size: 15px;
    }
    .box a span.project-subtitle {
        font-size: 15px;
        padding: 5px 0 0 0;
    }
    .project-info li span {
        width: 70%;
    }
    .perfecto {
        display: block;
        position: relative;
        left: 0;
        width: 100px;
        top: -20px;
    }
    .page-header {
        padding: 30px 0;
    }
    .white-bg {
        padding: 0 0 30px 0;
    }
    a.light-btn.btn-continuar.btn-contacto {
        font-size: 13px;
    }
} 

@media only screen and (max-width: 693px) and (min-width: 412px) {
    .logo-holder {
        display: block;
    }
    .btn-downscrolling {
        display: block;
        text-align: center;
        right: 0;
    }
    .white-bg {
        padding: 30px 0 30px 0;
    }
    .box a span.project-title {
        font-size: 23px;
    }
    .box a span.project-subtitle {
        font-size: 20px;
    }
    .brand-logo {
        width: 100%;
        margin: 0;
    }
    #contact-form input[type="submit"] {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {

    .portfolio-parallax p {
        margin: 0 10px 0 0;
    }

    .home-slide-container {
        top: 25%;
    }

    .slides-fullscreen-img {
        background-position-x: 50%;
    }

    .logo-mobile {
        display: block;
        margin: 0 auto;
        width: 30%;
    }

    #left-part .brand-logo {
        display: block;
    }

    .opendesktop {
        left: -300px
    }

}
