/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
    .container{max-width: 1250px !important}
}
    .btn2{
    padding: 10px 25px !important;
}
.section-mod{
    padding: 120px 0;
}
.p0{padding: 0 !important}
.mb-20{margin-bottom: 20px;}
.mb-10{margin-bottom: 10px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}


.boxcontainer{
    position: relative;
    display: flex;
    height: 17rem;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
}
.boxcontainer .scrolling{
    width: 100%;;
    position: absolute;
    transition-duration: 9s;

}
.boxcontainer .thebg{
    position: absolute;
    top: 0;
    z-index: 9999
}

.boxcontainer:hover .scrolling {
    transform: translate3d(0,-1500px,0);
}
.responsiveness {
    height: 46.5rem;
}
.responsiveness .xxl {
    width: 50rem;
}
.responsiveness .xxl {
    position: absolute;
    left: 50%;
    width: 56rem;
    bottom: 0;
    transform: translateX(-50%);
}
.responsiveness .xl {
    position: absolute;
    left: 0%;
    width: 32rem;
    bottom: 0;
}
.responsiveness .md {
    position: absolute;
    width: 21rem;
    right: 0%;
    bottom: 0;
}
.responsiveness .sm {
    width: 6rem;
    right: 31%;
    bottom: 0;
    position: absolute;
}
.videoplay{
    width: 100%;
    display: flex;
    height: 100%;
}
.col-center{
    margin: auto;float: none;
}
.subscribe-wrapper .subscribe-input {
    width: 100%;
    border: 0;
    font-size: 20px;
    outline: 0;
    font-weight: 300;
    background: center;
    line-height: 1.6em;
    color: #7a7a84;
    padding: 5px 0;
    border-bottom: 1px solid;
    letter-spacing: 2px;
}
.subscribe-wrapper .subscribe-input-send {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 5px;
    border: 0;
    background: 0 0;
    padding-right: 0;
    cursor: pointer;
    font-size: 25px;
    text-transform: capitalize;
    color: #7a7a84;
    letter-spacing: .05em;
}
.videoplay100{
    background-color: #000;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: auto;
        z-index: -3;
}

 .ddd_1{
     line-height: 1 !important;
     margin-bottom: 0 !important;
     position: absolute;
     color: transparent;
     -webkit-text-stroke: 2px #7a7a84;
     font-size: 130px;
     left:140px;

     transform: translate(0px, 0px);
     transition-duration: 1s;

 }
 .boxrotator{
    min-height: 420px;
     position: relative;
     overflow: hidden;
     background:white;padding:40px
 }
 .rotator_text{

     height: 20vh;

 }
 .col-md-4.e:hover .ddd_1{
     transition-duration: 4s;
    transform: translate3d(-420px,0px, 0px);
 }

 .col-md-4.e:hover .boxrotator{
     background-color: #3b3d44;
 }
.col-md-4.e a:hover h6,
.col-md-4.e:hover h6,
.col-md-4.e:hover p{
    color: #fff !important;
}

.col-md-4.e a h6,
.col-md-4.e h6,
.col-md-4.e p{
    color: #000 !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay{
    position: relative;
}

.listBox:before{
    content:"";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: black;
    bottom: -40px;
}
.listBox{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.listBox li:before{
    content: "";
    height: 35px;
    width: 1px;
    background-color: black;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 1px);
}
.listBox.d19 li{max-width: 19%;}
.listBox li{
    background-color: white;
    position: relative;
    width: 20%;
    height: 28vh;
    padding: 85px 20px 0px 20px;
}

.panel-title{
    font-size: 1rem !important;
    padding-bottom: 20px;
}
.panel-heading{position: relative;}
.panel-heading:after {
    transform: scaleX(0);
    transform-origin: right;
    background: #3b3d44;
}
.panel-heading:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.panel-heading:after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform .75s ease-out;
}
.accordion-style1 .panel-heading i {
    font-size: 24px;
    color: #626262;
}
.mb-120{
    margin-bottom: 120px;
}

.swiper-slider-clients .swiper-slide {
    padding: 5px;
}
.whitebars{position: relative;}
.whitebars:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.whitebars:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.bubble.S:before{
    content: "S";
    right: -22px;
    top: -23px;
    background-color: #7f73e4;
}

.bubble.F:before{
    content: "F";
    left: -22px;
    bottom: -23px;
    background-color: #aee473;
}

.bubble.L:before{
    content: "L";
    left: -22px;
    bottom: -23px;
    background-color: #e47373;
}

.bubble.M:before{
    content: "M";
    right: -22px;
    top: -23px;
    background-color: #d873e4;
}
.bubble:before{
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;

    color: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 20px !important;

}
.bubble{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 2px 8px 0px #d0d0d0;
    position: relative;
    margin-bottom: 40px;
}
.mb-0P{
    width: 80%;
    margin: auto;
    list-style: none;
}
.mb-0P li:before{
    content: "";
    left: -15px;
    position: absolute;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #FF783C;
    border-radius: 100px;
}
.mb-0P li{margin-bottom: 20px;position: relative;}
.mb-0P p{margin-bottom: 0;}


.gold{
    color: #B18F62;
}
h2{font-weight: 400 !important}
.linestyle{
    padding-top: 120px;
    padding-left: 60px;
    border-left: 1px solid #DED5C8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
}
.grid-item:hover a img {
    transform: scaleX(1.05) translateX(6px);
}
.grid-item img {
    display: block;
    transform: scaleX(1.05) translateX(0);
    transition: transform .45s cubic-bezier(.61,1,.88,1);
}
.grid-item-double.design{max-width: 25%}

.grid-item aside{
    font-family: Marcellus !important;
    font-size: 36px;
    color: white;
    position: absolute;
    bottom: 40px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 1;
    align-items: center;
}
.grid-item aside svg{
    /*fill: white;
    border-left: 1px solid rgba(255, 255, 255, .2);*/
    fill: none;
    stroke: currentColor;
}
svg  polyline {
    will-change: transform;
    transform: translateX(0);
    -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 200ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 200ms !important;
}
.grid-item:hover svg polyline {
    transform: translateX(3px);
}
footer .col-md-2 h5{
    font-size: 18px;
    margin-bottom: 30px;
}
footer .col-md-2 a{
    color: #7C7C7C;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}
form.Suscribe{
    position: relative;
}
form.Suscribe input{
    background-color: transparent;
    border-color: #b7b8be;
    color: #b7b8be;
    border: 0;
    border-bottom: 1px solid;
    padding: 10px;
    font-size: 14px;
}
form.Suscribe button{
    -webkit-appearance: none;
    background: transparent;
    border: none;
    position: absolute;
    color: white;
    fill: white;
    right: -10px;
    top: 6px;
}
a:hover polyline,
form.Suscribe button:hover svg polyline {
    transform: translateX(3px);
}
svg{
    fill: none;
    stroke: currentColor;
}
.subfooter a{margin-left: 20px;font-size: 14px}
.mb-80{margin-bottom: 80px}
.box2iTem{
    display: flex;
}
.box2iTem .contentInfo{
    background-color: #fbf9f9;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding: 40px;
}
.contentImg{
    overflow: hidden;
    width: 50%;
}
.contentInfo h3{
    font-size: 22px;
    line-height: 1.1;
}
.contentInfo a>div{margin-right: 10px}
.contentInfo a{
    font-size: 12px;
    display: flex;
}
p.lead{
    font-size: 25px !important;
    line-height: 1.3;
    font-weight: bold;
}



 .header-menu{padding:0;overflow:initial;}
 .header-menu .row {
     align-items: center;
     display: flex;
     height: 100%;
     justify-content: space-between;
     padding: 0 15px;
     position: relative;
     padding-right: 0;
 }
 .box-logo{padding-right: 75px;padding-left: 60px}
 .main-menu{
     height: 100%;
     flex-grow: 1;
     flex-shrink: 1;
     border-left: 1px solid #ded5c8;
 }
 .top-navigation{
     display: flex;
     height: 27%;
     align-items: center;
     border-bottom: 1px solid #ded5c8;
     justify-content: space-between;
 }
 .top-navigation ul{
     display: flex;
     list-style: none;
     margin: 0;
     padding: 0;
 }
 .top-navigation ul li a{display: block;color: #6A6A6A;font-size: 12px;font-weight: 300}
 .top-navigation ul li{
     padding:5px;
     padding-left: 40px;
     position: relative;
     padding-right: 53px;
 }
 .top-navigation ul li:not(:last-child):not(:only-child)::after {
     content: '';
     position: absolute;
     width: 1px;
     height: calc(80% + 2px);
     background-color: #ded5c8;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
 }






 .header-menu nav{
     padding-left: 48px;
         display: flex;
         height: 73%;
         align-items: center;
         justify-content: space-between;
 }
 .header-menu nav >ul{
        align-items: center;
        display: flex;
        height: 100%;
        position: relative;
        white-space: nowrap;
        list-style: none;
        padding: 0;
        margin-bottom: 0;

 }
 .header-menu nav >ul>li.has-child{
     margin-left: 0;
     height: 100%;
     margin: 0 33px;
     padding: 0;
     position: relative;
 }
.header-menu nav >ul>li.has-child>a {
     align-items: center;
     display: flex;
     height: 100%;
     position: relative;
     font-size: 12px;
     color: #000000;
     font-weight: 500;
     text-transform: uppercase;
     line-height: 2em;
     padding: 35px 0;
 }
 .has-child >a:before {
     content: '';
     width: 30px;
     position: absolute;
     top: calc(50% - 1px);
     background-color: currentColor;
     height: 1px;
     left: -40px;
     opacity: 1;
     transition: transform .3s ease-out;
     transform-origin: left;
     transform: scaleX(0);
 }
 .has-child >a.current-menu:before ,
 .has-child >a:hover:before {
     transform: scaleX(1);
 }


 nav ul ul {
     position: absolute;
     top: 100%;
     left: -36px;
     display: block;
     width: auto;
     height: 0%;
     overflow: hidden;
     z-index: 10;
     -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 200ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 200ms !important;
     background-color: #fff;
     border: 1px solid #ded5c8;
     z-index: -1;
     top:0;


 }

 .has-child:hover ul{
     height: 100%
 }

 .info {
     display: flex;
     height: 100%;
     align-items: center;
     margin: 0;
     padding: 0 20px;
 }
 .info svg.qodef-svg--menu g:nth-child(3), .info svg.qodef-svg--menu g:nth-child(4){
    -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: -webkit-clip-path .45s cubic-bezier(.45,.05,.15,.93);
        transition: clip-path .45s cubic-bezier(.45,.05,.15,.93);
        transition: clip-path .45s cubic-bezier(.45,.05,.15,.93),-webkit-clip-path .45s cubic-bezier(.45,.05,.15,.93);

 }
 .info:hover svg.qodef-svg--menu g:nth-child(3), .info:hover svg.qodef-svg--menu g:nth-child(4) {
     -webkit-clip-path: inset(0 50% 0 50%);
     clip-path: inset(0 50% 0 50%);
 }

 nav .info span{margin-right: 14px}
 nav .info {
     flex-shrink: 0;
     margin: 0;
     border-left: 1px solid #ded5c8;
     display: flex;
     align-items: center;
     height: 100%;
     margin-left: 66px;
     padding: 30px 45px;
     font-size: 12px;
 }

 .meet{font-size: 12px;margin-right: 47px}
 video {
     background-color: #000;
     height: auto;
     left: 50%;
     min-height: 100%;
     min-width: 100%;
     position: absolute;
     top: 50%;
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     width: auto;
     z-index: -3;
 }
 .scrollDown{
     position: absolute;
     bottom: 20px;
     transform: rotate(90deg);
     right: 100px;
 }
 a.scrollDown{
     color: #fff;
 }
 a.scrollDown:hover{
     opacity: .6;
 }
 .relative{position: relative;}
 select,
 textarea,
 .big-input{
    appearance:none;
    -webkit-appearance:none;
    border:0 !important;
    border-bottom: 1px solid #c5c5c5 !important;
 }