/*  import google fonts */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* all similar content styling codes */
section{
    padding: 100px 0;
}

.max-width{
    max-width: 1350px;
    padding: 0 60px;
    margin: auto;
}
.about{
    padding-bottom: 11em;
}
.about, .services, .skills, .teams, .contact, footer{
    font-family: 'Poppins', sans-serif;
}
.about .about-content,
.services .serv-content,
.skills .skills-content,
.contact .contact-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.text-v{
    color: #111;
    position: relative;
    text-align: center;
    margin-bottom: 5%;
    font-size: 1.2em;
}
#read-more{
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: rgb(39, 65, 124);
    font-weight: bold;
    border: none;
    background: none;
    padding: 0 2%;
    font-size: 17px;
    margin: 0;
}
.call_to_touch{
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
}

.tel_cont{

}
.tel_cont{
    
}
.whats_m {
    padding: 3% 0;
    color: #fff;
    background: #25d366;
    border-radius: 50px;
    width: 170px;
    min-width: 120px;
}
.whats_m div{
     /* grid-gap: 10px; */
    display: flex;
    justify-content: center;
    grid-gap: 12px;
    align-items: center;
}
.whats_m i{
        color: #fff!important;
    font-size: 20px;
}
section .title{
    position: relative;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: -1px;
        color: #6461b5;
}
section .title::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 70px;
    height: 20px;
    transform: translateX(-50%);
    border-radius: 0;
    border-bottom: 7px dotted #6461b5;
}
section .title::after{
    position: absolute;
    bottom: -8px;
    left: 50%;
    font-size: 20px;
    color: #ff6500;
    padding: 0 5px;
    background: #fff;
    transform: translateX(-50%);
}
.content-h{
    background: #6461b5;
    width: 100%;
}
#ajust-call::before{
    content: attr(data-label);
    position: absolute;
    right: -400%;
    font-size: 15px;
    color: #fff;
    width: 150px;
    text-align: right;
}

.head-0{
    padding: 7px 0;
    margin: 0;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 2;
    display: flex;
}
.head-0 ul{
    display: flex;
    width: 50%;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}
.head-0 ul>li{
    position: relative;
    list-style: none;
    margin: auto 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    cursor: pointer;
    color: #ffffff;
    background: none;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 1%;
}
.head-0 ul>li>i{
    font-size: 17px;
}

#about-0{
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    width: 425px;
    height: 100%;
}
#about-0 img{
    width: 50%;
}
#about-0 li{
        position: relative;
    border: 2px solid #eee;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 10%;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    transition: 0.2s;
}

#ajust-title{
    color: #fff;
}

/* notepad */

.notepad {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 4px hsla(0, 0%, 0%, .25);
    position: relative;
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, rgba(173, 216, 230, 0.31) 30px, rgba(173, 216, 230, 0.31) 32px), linear-gradient(to right, transparent 0, transparent 2rem, rgba(255, 182, 193, 0.48) 2rem, rgba(255, 182, 193, 0.48) 2.2rem, transparent 2.2rem);
    padding: 30px 20px 30px 40px;
    width: 350px;
    transform: rotate(-0.5deg);
    margin: 1.5em 0;
}
.notepad::after{
    content: '';
    position: absolute;
    right: 5%;
    top: 4%;
    width: 40px;
    height: 40px;
    background-image: url('../images/secure.svg');
    background-size: cover;
    z-index: 0;
}
.notepad p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.7;
    color: #3c3b3b;
}
.notepad strong{
    color: #222;
}
/* navbar styling */
.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 7px 0;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
    z-index: 3;
}
.navbar.sticky{
    padding: 5px 0;
    background: #fff;
    top: 0;
}
.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo a{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.logo{
    width: 100px;
    height: 100px;
    object-fit: cover; 
    position: relative;
}
.navbar .logo img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
    position: relative;
}
.navbar .logo::before{
}
.navbar .logo::after{
    content: '';
    position: absolute;
    left: -5%;
    background: #fff;
    width: 40%;
    height: 100%;
    top: 0;
    z-index: -1;
    transform: skew(-50deg, 0deg);
    transition: all 0.3s ease;
}
.navbar.sticky .logo::after{
    transition: all 0.3s ease;
    transform: skew(0deg, 0deg)!important;
}
.navbar .logo a span{
    color: #ff6500;
    transition: all 0.3s ease;
}
.navbar.sticky .logo a span{
    color: #fff;
}
.navbar .menu {
    width: 100%;
    text-align: end;

}
.navbar .menu li{
    list-style: none;
    display: inline-block;
    margin:  0 1%;
}
.navbar .menu li a{
    display: block;
    color: #111;
    font-size: 18px;
    font-weight: normal;
    transition: color 0.3s ease;
    position: relative;
}
.cancel-i:before{
    font-family: "Font Awesome 5 Brands";
    content: "\f067"!important;
}   

.navbar .menu li>a>button{
    padding: 5% 0;
    color: #fff;
    background: #25d366;
    font-size: 17px;
    width: 185px;
    border: 1px solid #25d366;
    border-radius: 50px;
    cursor: pointer;
}
.navbar .menu li a:hover{
    color: #6360b4;
}
.navbar.sticky .menu li a:hover{
    color: #6360b4;
}

.pulsingButton {
    text-align: center;
    white-space: nowrap;
    display: block;
    box-shadow: 0 0 0 0 rgb(37 211 102);
    border-radius: 10px;
    background-color: #25d366;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;
    margin: 0!important;
    width: 190px;
    letter-spacing: 0.5px;
}

/* Hover animated */
button.pulsingButton:hover {
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      animation: none;
      color: #ffffff;
}

    /* Animation */
@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

/******SCROLL ANIMATED ****/
.scroll-container {
}
.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******END ANIMATED IN SCROLL ***/


/*** DROPDOWN MENU ****/
        .dropdown-w-one{
            position: relative;
        }

        .dropdown-w-one div{
            position: absolute;
            width: 210px;
            top: 50px;
            padding: 0% 0% 0% 0%;
            margin: 0% 0% 0% 0%;
            background-color: #fff;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease 0s;
            transform: translateY(15px);
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
        }
        .dropdown-w-one div:after{
            position: absolute;
            left: 17%;
            margin-left: -8px;
            top: -8px;
            height: 16px;
            width: 16px;
            background-color: #00225a;
            box-shadow: -2px -2px 2px 0 rgba(0,0,0,0.2);
            content: "\00a0";
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: 150ms ease color,150ms ease background-color;
            z-index: 0;
            border-radius: 100%;
        }

        .dropdown-w-one:hover div{
            opacity: 1;
            visibility: visible;
            padding: 0% 0% 0% 0%;
            transition: all 0.3s ease 0s;
            transform: translateY(0px);
        }

        .dropdown-w-one ul{
            display: block;
            margin: 0% 0% 0% 0%;
            padding: 5% 0%;
            width: 100%;
            background-color: #ffffffe3;
            border-radius: 5px;
            border: none;
        }

        .dropdown-w-one li{
            font-family: 'Roboto Condensed', sans-serif;
            width: 100%;
            padding: 5% 10%;
            margin: 0% 0% 0% 0%;
            color: #111;
            text-align: left;
            border-radius: 0px;
            cursor: pointer;
        }
        .dropdown-w-one .menu-btn i{
            transition: 0.3s;
            transform: rotate(0deg);
            font-size: 0.8em;
        }
        .dropdown-w-one .menu-btn:hover i{
            transition: 0.3s;
            transform: rotate(180deg);
        }

        .active-dropdown li:hover{
            color: #fff;
            background: #00225a;
        }
        .active-dropdown li{
                position: relative;
        }
        .active-dropdown li>i{
            position: absolute;
            right: 10%;
            color: #ddd;
            transition: 0.3s;
            transform: rotate(0deg);
        }
        .active-dropdown li:hover i{
            transition: 0.3s;
            transform: rotate(-90deg);
        }

        .active-dropdown{
            text-align: center;
        }

        .active-dropdown p{
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 1.5px;
            color: #333;
            width: fit-content;
            background-color: #0000;
            text-align: center;
            margin: auto;
            margin-bottom: 15px;
            padding: 0% 10%;
            border-radius: 5px;
            border: 1.5px solid #cfa54bab;
        }

/**** SECOND DROPDOWN *****/
        .dropdown-w-one-0{
            position: relative!important;
        }

        .dropdown-w-one-0 div{
            position: absolute!important;
            width: 210px!important;
            top: 0!important;
            padding: 0% 0% 0% 0%!important;
            margin: 0% 0% 0% 0%!important;
            background-color: #fff!important;
            opacity: 0!important;
            visibility: hidden!important;
            transition: all 0.3s ease 0s!important;
            transform: translateY(15px)!important;
            border-radius: 3px 3px 3px 3px!important;
            box-shadow: 0 0 5px rgba(0,0,0,0.5)!important;
            right: -100%;
        }
        .dropdown-w-one-0 div:after{
            position: absolute!important;
            left: 17%!important;
            margin-left: -8px!important;
            top: -8px!important;
            height: 16px!important;
            width: 16px!important;
            background-color: #00225a!important;
            box-shadow: -2px -2px 2px 0 rgba(0,0,0,0.2)!important;
            content: " "!important;
            -webkit-transform: rotate(45deg)!important;
            -ms-transform: rotate(45deg)!important;
            transform: rotate(45deg)!important;
            transition: 150ms ease color,150ms ease background-color!important;
            z-index: 0!important;
            border-radius: 100%!important;
            display: none;
        }

        .dropdown-w-one-0:hover div{
            opacity: 1!important;
            visibility: visible!important;
            padding: 0% 0% 0% 0%!important;
            transition: all 0.3s ease 0s!important;
            transform: translateY(0px)!important;
        }

        .dropdown-w-one-0 ul{
            display: block!important;
            margin: 0% 0% 0% 0%!important;
            padding: 5% 0%!important;
            width: 100%!important;
            background-color: #ffffffe3!important;
            border-radius: 5px!important;
            border: none!important;
        }

        .dropdown-w-one-0 li{
            font-family: 'Roboto Condensed', sans-serif!important;
            width: 100%!important;
            padding: 5% 10%!important;
            margin: 0% 0% 0% 0%!important;
            color: #111!important;
            text-align: left!important;
            border-radius: 0px!important;
            cursor: pointer!important;
        }
        .dropdown-w-one-0 .menu-btn i{
            transition: 0.3s!important;
            transform: rotate(0deg)!important;
            font-size: 0.8em!important;
        }
        .dropdown-w-one-0 .menu-btn:hover i{
            transition: 0.3s!important;
            transform: rotate(180deg)!important;
        }

        .active-dropdown-0 li:hover{
            color: #fff!important;
            background: #00225a!important;
        }
        .active-dropdown-0 li{
                position: relative!important;
        }
        .active-dropdown-0 li>i{
            position: absolute!important;
            right: 10%!important;
            color: #ddd!important;
            transition: 0.3s!important;
            transform: rotate(0deg)!important;
        }
        .active-dropdown-0 li:hover i{
            transition: 0.3s!important;
            transform: rotate(-90deg)!important;
        }

        .active-dropdown-0{
            text-align: center!important;
        }

        .active-dropdown-0 p{
            font-family: 'Roboto Condensed', sans-serif!important;
            font-size: 18px!important;
            font-weight: bold!important;
            letter-spacing: 1.5px!important;
            color: #333!important;
            width: fit-content!important;
            background-color: #0000!important;
            text-align: center!important;
            margin: auto!important;
            margin-bottom: 15px!important;
            padding: 0% 10%!important;
            border-radius: 5px!important;
            border: 1.5px solid #cfa54bab!important;
        }
/****WHATS ***/
.button-whatsapp{
        margin: 0;
        padding: 0;
        border:none;
        outline: none!important;
        position: fixed;
        z-index: 5;
        bottom: 50px;
        left: 20px;
        border-radius: 50px;
        display: flex;
        justify-content: flex-start;
        background-color: #0000;
        cursor: pointer;
    }

    .button-whatsapp p{
        width: 60px;
        height: 60px;
        margin: 0px;
        padding: 0px;
        display: flex;
        background-color: #28a745;
        border-radius: 50px;
    }

    .button-whatsapp p>i{
        margin: auto;
        font-size: 30px;
        color: #fff;
    }

    .button-whatsapp h2{
        background-color: #28a745;
        color: #fff;
        font-size: 19px;
        width: 0px;
        height: 40px;
        border-radius: 15px;
        margin: 10px 0px 10px 10px;
        padding: 5px 0px;
        visibility: hidden;
        opacity: 0;
        transition: 0.2s;
        transform: translateX(-30px);
        display: flex;
        font-weight: normal;
        align-items: center;
        align-self: center;
        align-content: center;
        justify-content: center;
        letter-spacing: 1px;
    }

    .button-whatsapp-ative h2{
        background-color: #28a745;
        color: #fff;
        font-size: 19px;
        width: 180px;
        height: 40px;
        border-radius: 50px;
        margin: 10px 0px 10px 10px;
        padding: 5px 0px;
        visibility: visible;
        opacity:1;
        transition: 0.2s;
        transform: translateX(0px);
        display: flex;
        font-weight: normal;
        align-items: center;
        align-self: center;
        align-content: center;
        justify-content: center;
        letter-spacing: 1px;
    }

    .slide-1{
        background-image: url(../images/slide/slide4.jpg);
    }
    .slide-2{
        background-image: url(../images/slide/slide5.jpg);
    }
    .slide-3{
        background-image: url(../images/slide/slide6.jpg);
    }
    .slide-4{
        background-image: url(../images/slide/slide4.jpg);
    }
    .slide-5{
        background-image: url(../images/slide/slide5.jpg);
    }
    .banner-m{
        background-image: url(../images/slide/slide6.jpg);
    }

/***sections ***/

.other-sections{
    height: 45vh!important;
    min-height: 300px!important;
    background-position: top!important;
}
.other-sections h2 {
    font-size: 45px!important;
}
.other-sections h3 {
    font-weight: normal;
    margin-top: 5%;
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Roboto';
}
.other-sections h3>small{
    cursor: pointer;
}
.other-sections h3>small:hover{

}
.other-sections h3>i{
    font-size: 15px;
    color: #ff6500;
}

/* menu btn styling */
.menu-btn{
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}
.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 42px;
    background: #ff6500;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    font-size: 30px;
    border-radius: 6px;
    border-bottom-width: 2px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover{
    filter: brightness(90%);
}

.profile{
    width: 400px;
    height: 400px;
    border-radius: 100%;
    margin: 0 5%;
    position: relative;
}

.profile img{
    width: 400px;
    height: 400px;
    border-radius: 100%;
    object-fit: cover;
}
.profile::after{
    content: "";
    width: 50px;
    height: 50px;
    background: #ff6500;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.fondo-0{
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(to bottom, #434343, #000000);
    background: linear-gradient(to left, #43434300,#1111111a,  #000000d9);
    */
}
/* home section styling */
.home{
    display: flex;
    height: 100vh;
    background-size: cover!important;
    background-position: bottom;
    color: #fff;
    min-height: 500px;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    z-index: 1;
}
.medium{
    height: 100%!important;
    padding: 25px 0!important;
    min-height: 460px;
}
.medium .home-content .text-2{
    font-size: 60px!important;
        padding-right: 10%;
}
.medium .home-content .text-2 strong{
    color: #ff6500;
}
.medium .home-content a{
    color: #ff781f!important;
    border: 2px solid #ff6500!important;
}
.medium .home-content a:hover{
    background: #ff6500;
    color: #fff!important;
    border: 2px solid #ff6500;
    transition: all 0.3s ease;
}
.home-content{
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding: 60px 0;
    line-height: normal;
    width: 50%;
}
.home .max-width{
  width: 100%;
  display: flex;
}
.home .max-width .row{
  margin-right: 0;
}
.home .home-content .text-1{
    font-size: 18px;
    color: #333;
}
.home .home-content .text-2{
    font-family: 'Fredoka One', cursive;
    font-size: 52px;
    font-weight: 600;
    margin-left: -3px;
    color: #6360b4;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 15px 0;
    text-transform: uppercase;
}
.home .home-content .text-3{
    font-size: 24px;
    margin: 5px 0;
    color: #333;
}
.home .home-content .text-3 span{
    color: #ff6500;
    font-weight: 500;
}
.home .home-content a{
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    padding: 12px 36px;
    margin-top: 20px;
    font-weight: 400;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #e4a40f;
    background: #e4a40f;
    transition: all 0.3s ease;
}
.home .home-content a:hover{
    background: none;
    color:#e4a40f;
    border: 2px solid#e4a40f;
    transition: all 0.3s ease;
}
/*** BUTTON TO WHATS ***/
.active-c{
    bottom: 10%!important;
    transition: all 0.3s ease!important;
    display: block!important;
    opacity: 1!important;
    transform: translateY(15px)!important;
}
.button-to-whats{
    position: fixed;
    bottom: 5%;
    z-index: 100;
    right: 5%;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.button-to-whats button{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: none;
    background: #0000;
    cursor: pointer;
}
.button-to-whats button>i{
    color: #fff;
    font-size: 2em;
}
.contact-to{
    position: fixed;
    width: 350px;
    height: 240px;
    right: 6%;
    background: #fff;
    bottom: 0;
    z-index: 99;
    border-radius: 10px;
    padding: 1%;
    overflow-y: hidden;
    transition: all 0.3s ease;
    display: none;
    opacity: 0;
    transform: translateY(0px);
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 50%);
}
.contact-to ul{
    width: 100%;
    list-style: none;
    /* padding: 5%; */
    /* height: 100%; */
    display: grid;
    grid-template-columns: 28% 68%;
    border-left: 5px solid #25d366;
    background: #fff;
    grid-gap: 10px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    margin: 5% 0;
}
.contact-to ul>li{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.contact-to ul>li>img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 10%;
}
.contact-to ul>li>h2{
    font-weight: normal;
    font-size: 1em;
}
.positions{
    position: relative;
}
.floating__0{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.floating__0 img{
    animation: float 6s ease-in-out infinite;
}

.rotates{
    right: auto;
    left: 0;
    top: 1%;
    animation: float 6s ease-in-out infinite;
}

.rotates img{

    transform: rotate(-10deg);
}
/*** BOTONS TO CAROUSEL ******/
    .desc {

   }

   .hero-img{
        position: relative;
        width: 100%;
        height: 100vh;   
    }

   .hero-img img{
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
   }


   .hero-img:before {
       background: rgba(0, 0, 0, 0.38);
       content: '';
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
   }

   .btn-gradient-bg {
       color: #fff;
       display: inline-block;
       padding: 11px 33px;
       background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
       border-radius: 30px;
   }
   .delay-1 {
        animation-delay: .2s;
   }
   .delay-2 {
        animation-delay: .4s;
   }    
   .delay-3 {
        animation-delay: .6s;
   }    
   .delay-4 {
        animation-delay: .8s;
   }

   .slider-counter {
        z-index: 99;
        bottom: 5%;
        position: absolute;
        text-align: center;
        right: 5%;
        color: #eeeeee54;
        font-weight: normal;
        font-size: 1.1em;
   }
   @media (max-width: 767px){
       .slider-counter {
        font-weight: 600;
        bottom: 0;

       }
   }
   @media (max-width: 576px){
       .slider-counter {
        font-weight: 500;
        bottom: 0;

       }
   }

   .hero_carosel .owl-nav button.owl-prev,.hero_carosel .owl-nav button.owl-next{
      position: absolute;
      bottom: 50%;
      color: #000;
   }

   .hero_carosel .owl-nav button.owl-prev{
      left: 5%;
      width: 50px;
      height: 50px;
      border: 2px solid #fff!important;
      border-radius: 100%;
   }

   .hero_carosel .owl-nav button.owl-next{
      right: 5%;
      width: 50px;
      height: 50px;
      border: 2px solid #fff!important;
      border-radius: 100%;
   }

  .hero_carosel i.owl-direction {
       margin: 0 13px;
       font-size: 1.5em;
       padding: 0;
       color: #fff;
       transition: 0.3s;
   }

    .hero_carosel i.owl-direction:hover{
        color: #fff;
        transition: 0.3s;
    }

   .hero_carosel .owl-nav button.owl-next,.hero_carosel .owl-nav button.owl-prev{
       outline: 0;
       background: none;
       display: none;
       transition: 0.3s;
    }/********HOVER SEGUNDA CLASE **/
    .hero_carosel:hover .owl-nav button.owl-next{
        display: block;
        transition: 0.3s;
    }
    .hero_carosel:hover .owl-nav button.owl-prev{
        display: block;
        transition: 0.3s;        
    }


    .tag{
    }

    @keyframes fadeInUp{
        0%{
            opacity:0;
            transform:translate3d(0,100%,0)
        }to
        {
            opacity:1;
            transform:translateZ(0)
        }
    }
    .fadeInUp{
        animation-name:fadeInUp
    }
/* about section styling */
.about .title::after{
    content: "";
}
.about .about-content ul{
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    width: 100%;
}
.about .about-content ul>li{
    list-style: none;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    position: relative;
    text-align: center;
}
.about .about-content ul>li>h2{
    color: #fff;
    background: #ff6500;
    font-size: 1.2em;
    position: relative;
    top: -1.5em;
    margin: 0;
    padding: 0 5%;
    font-weight: normal;
}
.about .about-content ul>li>p{
    padding: 0 5%;
    text-align: left;
    font-size: 1em;
}
.about .about-content ul>li>button {
    padding: 2% 10%;
    color: #ff6500;
    background: none;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    margin: 4% 0;
    border: 2px solid #ff6500;
    font-weight: bold;
}
.about .about-content ul>li>img{
    width: 100%;
    border-radius: .25rem;
}
.about .about-content ul>li>img:hover{
    transform: scale(1.0);
}
.about .about-content .left{
    width: 40%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.about .about-content .left img{
    height: 500px;
    width: 400px;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    position: relative;
    /*
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 50%);
    */
    filter: drop-shadow(2px 4px 4px #585858);
    margin: 0 auto;
}
#sub__img{
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 280px;
    height: 300px;
    z-index: 1;
    padding: 3.5%;
    background: #ffffffcf;
    border-radius: 20px;
}
.about .about-content .left::after{
    content: '';
    position: absolute;
    left: 2.5%;
    bottom: -4%;
    width: 350px;
    height: 350px;
    background: #00225a;
    z-index: -1;
    border-radius: 5px;
}
#left-none::after{
    content: '';
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 120px;
    height: 120px;
    background: #e4a40f;
    z-index: 1;
    border-radius: 100%;
    top: auto;
    margin: auto 0;
    animation: float 3s ease-in-out infinite;
}
#left-none::before{
}
.corte_sec{
    width: 100%;
    position: absolute;
    bottom: -15%;
}
.corte_sec svg{
    background: none;
    margin-bottom: -10px;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
}
.corte_sec path {
    fill: #fff;
}
.botons_emp{
    width: 35%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 2em;
}
.botons_emp ul{
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    width: 100%;
    text-align: center;
}
.botons_emp ul>li{
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 5%;
    cursor: pointer;
    text-shadow: 0 0 black;
    font-size: 18px;  
}
.ena{
    background: #fbb419;
    border: 2px solid #fbb419!important;
}
.about .about-content .right{
    width: 55%;
}
.about .about-content .right .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about .about-content .right .text span{
    color: #111;
}
.about .about-content .right p{
    text-align: left!important;
}
.about .about-content .right a{
    display: inline-block;
    background: #00225a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #00225a;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}
.about .about-content .right a:hover{
    color: #00225a;
    background: none;
}
.about .about-content .right a>i{
    font-size: 15px;
}
/*** GALLERY REST ******/
.gallery-rest{
    width: 100%;
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.gallery-rest div{
    width: 100%;
    margin: 0%;
    padding: 0%;
    position: relative;
    cursor: pointer;
}

.gallery-rest div>img{
    width: 100%;
    cursor: pointer;
}

.gallery-rest div>span{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    background-color: #0000005e;
    transition: 0.3s;
    color: #ffffff94;
}

.gallery-rest div>span>p{
    font-family: 'Raleway', sans-serif;
    margin: auto;
    padding: 0% 10%;
    font-size: 30px;
    text-align: center;
    letter-spacing:0.5px;
    color: #fff;
}

.gallery-rest div>span:hover {
    background-color: #0000;
    transition: 0.3s;
    color: #fff;
}
.opacity{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/back.webp) repeat center;
    opacity: 0.94;
    left: 0;
    background-position: bottom;
    background-size: cover;
}
.add_contact .title{
    position: relative;
}   
.add_contact .title i{
    position: absolute;
    top: 15%;
    left: 0;
    cursor: pointer;
}
.corte{
    width: 100%;
}
.corte svg{
    background: #035392;
    margin-bottom: -10px;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
}
.corte path{
    fill: #fff;
}
/* services section styling */
.services, .teams{
    color: #111;
    position: relative;

}
.teams__ajust{
    background: #035392;
     padding-bottom: 10em;
}
.services .title::before,
.teams .title::before{
    background: none;
}
.services .title::after,
.teams .title::after{
    background: #111;
    content: "";
}
.menu-options{
    width: 100%;
    display: flex;

}
.menu-options .side-left{
    width: 40%;
}
.menu-options .side-left ul{
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    height: 100%;
}
.menu-options .side-left ul>li{
    background: #fff;
    margin: 2% 0;
    display: flex;
    align-items: center;
    padding: 0 9%;
    color: #999;
    cursor: pointer;
    position: relative;
    border-left: 5px solid #fff;
    transition: 0.3s;
}
.menu-options .side-left ul>li:hover{
    transition: 0.3s;
    border-left: 5px solid #ff6500;
}

.menu-options .side-left ul>li::after{
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    right: 3%;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: 0.3s;
}
.enable-options{
    color: #222!important;
    position: relative;
    border-left: 7px solid #ff6500!important;
    transition: 0.3s;
}
.enable-options::after{
    right: -3%!important;
    transition: 0.3s;
}
.menu-opc{
    display: none;
}
.enable-s{
    width: 100%!important;
    border-radius: 0!important;
    top: 0!important;
    height: 100%!important;
    margin: auto!important;
    bottom: 0!important;
}

.menu-options .side-left ul>li:hover:after{
    transition: 0.3s;
    right: -3%;
}
.menu-options .side-left ul>li>h3{
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: -1px;
}
.menu-options .side-right{
    width: 60%;
    position: relative;
}
.menu-options .side-right .elements img{
    width: 100%;
    height: 490px;
    object-fit: cover;
    object-position: bottom;
}
.menu-options .side-right .elements ul{
    position: relative;
    padding: 0;
    list-style: none;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    padding-top: 5%;
    /* display: none; */
}
.menu-options .side-right .elements ul>li{
    color: #fff;
    border: 2px solid #fff;
    padding: 2.5% 5%;
    margin: 0 5%;
    text-align: center;
    cursor: pointer;
}


.menu-options .side-right .elements span{
    position: absolute;
    bottom: 15%;
    width: 75%;
    background: #000000c7;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5%;
    border-radius: 5px;
}
.menu-options .side-right .elements span>h4{
    color: #fff;
    font-size: 2em;
    margin: 2% 0;
}
.menu-options .side-right .elements span>p{
    color: #fff;
    font-size: 17px;
    margin: 2% 0;
}
.menu-options .side-right .elements span>a{
    color: #fff;
    border: 2px solid #fff;
    padding: 2% 5%;
    margin: 0 0;
    cursor: pointer;
    margin: 0 2.5%;
    width: 35%;
}
.menu-options .side-right .elements span>a>i{
    margin-left: 10px;
}
.services .serv-content .card{
    width: calc(25% - 20px);
    background: #fff;
    color: #222;
    text-align: center;
    border-radius: 6px;
    padding: 50px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.services .serv-content .card img{
    width: 100%;
}
.services .serv-content .card:hover{
    background: #fff;
}
.services .serv-content .card .box{
    transition: all 0.3s ease;
}
.services .serv-content .card:hover .box{
    transform: scale(1.05);
}
.services .serv-content .card i{
    font-size: 50px;
    color: #666;
    transition: color 0.3s ease;
}
.services .serv-content .card:hover i{
    color: #00225a;
}
.services .serv-content .card .text{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}
.services .serv-content .card p{
    display: none;
}
/* skills section styling */

.skills .title::after{
    content: "";
}
.skills .skills-content .column{
    width: calc(50% - 30px);
}
.skills .skills-content .left .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.skills .skills-content .left p{
    text-align: justify;
}
.skills .skills-content .left a{
    display: inline-block;
    background: #ff6500;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #ff6500;
    transition: all 0.3s ease;
}
.skills .skills-content .left a:hover{
    color: #ff6500;
    background: none;
}
.skills .skills-content .right .bars{
    margin-bottom: 15px;
}
.skills .skills-content .right .info{
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between;
}
.skills .skills-content .right span{
    font-weight: 500;
    font-size: 18px;
}
.skills .skills-content .right .line{
    height: 5px;
    width: 100%;
    background: lightgrey;
    position: relative;
}
.skills .skills-content .right .line::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #ff6500;
}
.skills-content .right .html::before{
    width: 90%;
}
.skills-content .right .css::before{
    width: 60%;
}
.skills-content .right .js::before{
    width: 80%;
}
.skills-content .right .php::before{
    width: 50%;
}
.skills-content .right .mysql::before{
    width: 70%;
}

/* teams section styling */
.init-i{
    text-align: center;
    margin: 0!important;
    transition: all 0.3s ease;
}
.init-i p{
    font-size: 14px;
    text-align: left;
}
.init-i:hover p{
    transition: all 0.3s ease;
}
.init-i:hover img{
    transition: all 0.3s ease;
}

.init-i img{

}

.teams .title::after{
    content: "";
}
.teams .carousel .card{
    position: relative;
    background: #035392;
    color: #fff;
    border-radius: 30px;
    padding: 25px 25px;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 400px;
    align-items: flex-start;
    display: flex;
    border: 1px solid #eee;
}
.teams .carousel .card:hover{
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.teams .carousel .card::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    background: #00225a;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 5px 5px;
    transition: 0.2s;
    margin: 0 auto;
    right: 0;
}
.teams .carousel .card:hover:before{
    transition: 0.2s;
    width: 100%;
}
.teams .carousel .card:hover{
    border: 1px solid #eee;
    transition: 0.2s;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    transform: scale(1.01);
}
.teams .carousel .card .box{
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    margin: auto 0;
    text-align: left;
}
.teams .carousel .card .box{
    padding: 0;
}
.teams .carousel .card:hover .box{
}
.teams .carousel .card:hover img{
    border-radius: 70% 30% 15px 15px;
     transition: all 0.3s ease;
}
.teams .carousel .card .text{
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 10px 0;
}
.teams .carousel .card img{
    width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30% 70% 15px 15px;
    height: 160px;
    object-fit: cover;
}
.teams .carousel .card button{
    position: absolute;
    background: none;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 30px;
    border-radius: 10px;
}
.teams .carousel .card:hover img{
    border-color: #fff;
}
.owl-dots{
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}
.owl-dot{
    height: 13px;
    width: 13px;
    margin: 0 5px;
    outline: none!important;
    border-radius: 50%;
    border: 2px solid #fff!important;
    transition: all 0.3s ease;
}
.owl-dot.active{
    width: 35px;
    border-radius: 14px;
}
.owl-dot.active,
.owl-dot:hover{
    background: #fff!important;
}
#ajust-title::before{
    display: none;
    /*
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 70px;
    height: 4px;
    background: #032358;
    transform: translateX(-50%);
    border-radius: 10px;
    */
}
#ajust-title::after{
    width: 70px;
    background: none;
    border-bottom: 7px dotted #f7f7f7;
}
.floating__1{
        position: absolute;
    right: 10%;
    bottom: 2%;
}

/* contact section styling */
.contact{
    color: #111;
    background-size: cover;
    background-position: center;
    position: relative;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease;
    margin-left: 100%;
    overflow-y: scroll;
    background: #fff;
}

.add_contact{
    margin-left: 0!important;
    transition: all 0.3s ease;
}
.contact .contact-content{
    position: relative;
    z-index: 1;
}
.opacity-end {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.82;
    left: 0;
}
.contact .title::after{
    content: "";
}
.contact .contact-content .column{
    width: calc(50% - 30px);
}
.contact .contact-content .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1px;
    color: #6461b5;
}
.contact .contact-content .left p{
    text-align: justify;
}
.contact .contact-content .left .icons{
    margin: 10px 0;
}
.contact .contact-content .row{
    display: flex;
    height: 65px;
    align-items: center;
}
.contact .contact-content .row .info{
    margin-left: 30px;
}
.contact .contact-content .row i{
    font-size: 25px;
    color: #6461b5;
}
.contact .contact-content .info .head{
    font-weight: 500;
}
.contact .contact-content .info .sub-title{
    color: #333;
    cursor: pointer;
}
.contact .right form .fields{
    display: flex;
}
.contact .right form .field,
.contact .right form .fields .field{
    height: 100%;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
}
.contact .right form .textarea{
    height: 80px;
    width: 100%;
}
.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea{
    height: 45px;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    margin: 1% 0;
}
.contact .right form .field select{
    height: 45px;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    margin: 1% 0;

}

.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus{
    border-color: #b3b3b3;
}
.contact .right form .textarea textarea{
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area{
  display: flex;
  align-items: center;
}
.right form .button-area button{
  color: #fff;
  display: block;
  width: 160px!important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #6461b5;
  border: 2px solid #6461b5;
  transition: all 0.3s ease;
}
.right form .button-area button:hover{
  color: #6461b5;
  background: none;
}
#sha{
    background: #fff;
    padding: 4.5%;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.shadow-end{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    background-image: url('../images/lapiz.png');
    background-size: cover;
    background-position: bottom;
}
/* footer section styling */
footer{
    padding: 0px 23px 5px;
    color: #fff;
    text-align: center;
    z-index: 5;
    position: relative;
    background: #fff;
}
footer span {
    font-size: 13px;
    color: #111;
}
footer span a{
    color: crimson;
    text-decoration: none;
    font-weight: bolder;

}
footer span a:hover{
    text-decoration: underline;
}
.end{
    display: flex;
    width: 100%;
    padding: 0;
    grid-gap: 20px;
}

.end-col{
    position: relative;
    width: 100%;
    background: #faf8d4;

}
.end-col::before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #eee;
    border-left: 50px solid #fff;
    box-shadow: 7px 7px 7px rgb(0 0 0 / 17%);
    position: absolute;
    top: 0;
    left: 0;
}
.end-col img{
    width: 35%;
    height: 100%;
    margin: 5% 0;
    background: #fff;
    padding: 3%;
    border-radius: 100%;
        box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.end-col h5{
    font-size: 1.5em;
    text-align: center;
    padding-left: 10px;
    margin: 5% 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10%;
    color: #000;
    position: relative;
}
.end-col h5::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 4px;
    background: #035392;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
}
.end-col ul{
    padding: 0 15%;
    width: 100%;
    margin: 0;
    text-align: left;
    list-style: none;
    padding-bottom: 5%;
}
.end-col ul>li{
    margin: 7% 0;
    position: relative;
    padding-left: 4%;
    font-size: 15px;
    color: #111;
    cursor: pointer;
}
.end-col ul>li>i{
    position: absolute;
    left: -10%;
    top: 10%;
    color: #035392;
    font-size: 25px;
}
#boton-resp{

}
    .desktop{
        display: block;

    }
    .mobil{
        display: none;
    }


/* responsive media query start */
@media (max-width: 1440px) {
    .other-sections{
    min-height: 350px!important;
}
}
@media (max-width: 1104px) {
    .head-0 {
        padding: 10px 20px;
    }
    .about .about-content .left img{
        height: 350px;
        width: 350px;
    }
    .navbar .logo::after{
        width: 35%;
    }
    .navbar .menu li a {
        font-size: 14px;

    }
    .navbar .menu li>a>button{
        width: 150px;
        font-size: 14px;
    }

}

.menu-btn .active{
    color: #fff!important;
}

@media (max-width: 991px) {
    .max-width{
        padding: 0 50px;
    }
    .navbar .logo::after{
        width: 50%;
    }
    .about .about-content ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .navbar .menu li a{
        color: #fff;
        width: 100%;
        position: relative;
    }
    .navbar .menu li a i{
        position: absolute;
        right: 5.5%;
        top: 5%;
        transition: all 0.3s ease;
        color: #fff;
    }
    .rotate-i{
        transition: all 0.3s ease;
        transform: rotate(180deg)!important;
    }

    .rotate-i-0{
        transition: all 0.3s ease;
        transform: rotate(180deg)!important;
    }


    .dropdown-w-one .menu-btn i {
        position: absolute;
        right: 7.5%;
    }
    .about .about-content .left img {
        height: 668px;
        width: 100%;
    }
    .about .about-content .left::after{
        display: none;
    }
    .pulsingButton{
        display: none;
    }
    .desktop{
        display: none;

    }
    .mobil{
        display: block;
    }
    .enabled-sub{
        display: block!important;
        transition: all 0.3s ease;
    }
    .submenu-m{
        transition: all 0.3s ease;
        display: none;
        position: relative;
        color: #fff;
    }
    .submenu-m ol{
        padding: 0;
        padding-left: 5%;
    }
    .submenu-m ol>li{
        font-size: 18px;
        margin: 3.5% 0;
    }
    .submenu-m ol>li>i{
        font-size: 17px;
        position: absolute;
        right: 5.5%;
        color: #fff;
    }
    .slide-1{
        background-image: url(../images/slide/movil4.jpg);
    }
    .slide-2{
        background-image: url(../images/slide/movil5.jpg);
    }
    .slide-3{
        background-image: url(../images/slide/movil6.jpg);
    }
    .slide-4{
        background-image: url(../images/slide/movil4.jpg);
    }
    .slide-5{
        background-image: url(../images/slide/movil5.jpg);
    }
    .banner-m{
        background-image: url(../images/slide/movil6.jpg);
    }

}
@media (max-width: 947px){
    .botons_emp{
        width: 70%;
    }
    .home-content{
        width: 100%;
    }
    .menu-btn{
        display: block;
        z-index: 999;
    }
    .dropdown-w-one .menu-btn i.active:before{
        content: "\f107";
    }
    .menu-btn i.active:before{
        content: "\f00d";
    }
    .navbar .menu{
        position: absolute;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: -1px;
        background: #000e;
        text-align: left;
        padding-top: 60px;
        transition: all 0.3s ease;
        padding-left: 10%;
    }
    .head-0{
        padding: 0.8rem 1.5rem;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 15px 0;
        font-size: 25px;
    }
    .home .home-content .text-2{
        font-size: 70px;
    }
    .home .home-content .text-3{
        font-size: 35px;
    }
    .home .home-content a{
        font-size: 23px;
        padding: 10px 30px;
    }
    .max-width{
        max-width: 930px;
    }
    .about .about-content .column{
        width: 100%;
    }
    .about .about-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .right{
        flex: 100%;
    }
    .services .serv-content .card{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .skills .skills-content .column,
    .contact .contact-content .column{
        width: 100%;
        margin-bottom: 35px;
    }
    .home{
        background-position: center;
    }
    .menu-options .side-left {
        width: 100%;
    }
    .menu-options .side-right {
        width: 100%;
    }
    .menu-options{
        flex-wrap: wrap;
    }
    .menu-options .side-left ul {
        width: 100%;
    }
    .menu-options .side-left ul>li::after{
        display: none;
    }
    .menu-options .side-left ul>li {
        width: 100%;
        height: 70px;
    }
    .teams .carousel .card{
        border: 2px solid #eee;
    }
    .medium .home-content .text-2 {
        font-size: 45px!important;
        padding-right: 15%;
    }
    .end-col{
        width: 100%;
    }
    .end{
        flex-wrap: wrap;
    }
    .end-col h5{
        margin: 2% 0;
        margin-bottom: 2%;
    }
    .end-col ul{
        padding-bottom: 2%;
    }
    .end-col img {
        width: 50%;
        margin: 0;
        height: 100%;
    }
    #ajust-call{
        background: #e75e04;
        border-radius: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ajust-call i{
        margin: 0 5px;
    }
    .navbar{
        background: #fff;
        padding: 0;
    }
    .navbar i{
        color: #111;
    }
    .navbar.sticky i{
        color: #6461b4;
    }
    .resp{
        display: none;
        
    }
}
@media (max-width: 768px) {
    .botons_emp{
        width: 100%;
    }
    .to_top{
        margin-top: 1%;
        margin-bottom: auto;
    }
    #ajust-call::before {
        content: attr(data-label);
        position: absolute;
        right: auto;
        left: 0;
    }
    #ajust-call{
        list-style: none;
        margin: auto 18px;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        cursor: pointer;
        color: #fff;
        background: none;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        padding: 2%;
        position: relative;
    }
    .rotates{
        top: -20%;
    }
    #sub__img{
        display: none;
    }
    .shadow-end {
            background-image: url(../images/lapiz_movil.png);
    }
    .navbar{
        z-index: 6;
    }
    .end-col img {
        width: 25%;
    }
}
@media (max-width: 690px) {
    .max-width{
        padding: 0 23px;
    }
    .opacity{
        opacity: 0.96;
    }
    .home .home-content .text-2{
        font-size: 60px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
    .home .home-content a{
        font-size: 20px;
    }
    .services .serv-content .card{
        width: 100%;
    }
    .about .about-content ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .navbar .logo img {
        width: 100px;
        padding: 5%;
    }
    .column{
        width: 50%!important;
    }
    .navbar .menu li a{
        font-size: 22px;
    }
    .navbar .sticky{
        padding: 0;
    }
    #ajust-call::before {
        display: none;
    }
    .head-0 ul{
        justify-content: space-between;
    }
    .head-0 ul>li{
        margin: auto 10px;
    }
    .globes{
        width: 40%;
    }
    .init-i p{
        font-size: 17px;
    }
    .teams__ajust {
        background: #035392;
        padding-bottom: 5em;
    }
    .notepad{
        padding: 10%;
    }
    .notepad p{
        font-size: 18px!important;
    }
}

@media (max-width: 500px) {
    section{
        padding: 70px 0;
    }
    .end-col ul>li>i {
        font-size: 20px;
    }
    .cubes{
        display: none;
    }
    .globes{
        display: none;
    }

    .column{
        width: 100%!important;
    }
    .home .home-content .text-2{
        font-size: 32px;
        padding: 0 0% 0 0;
    }
    .home .home-content .text-3{
        font-size: 22px;
    }
    .about .about-content .right .text,
    .skills .skills-content .left .text{
        font-size: 19px;
    }
    .contact .right form .fields{
        flex-direction: column;
    }
    .contact .right form .name,
    .contact .right form .email{
        margin: 0;
    }
    .right form .error-box{
       width: 150px;
    }
    .scroll-up-btn{
        right: 15px;
        bottom: 15px;
        height: 38px;
        width: 35px;
        font-size: 23px;
        line-height: 38px;
    }
    .head-0 {
        padding: 4% 0;
    }

    .head-0 ul>li {
        margin: auto 1px;
    }

    .menu-options .side-left ul>li {
        height: 75px;
    }
    section .title{
        font-size: 35px;
    }
    .menu-options .side-right .elements span {
        width: 95%;
    }
    .menu-options .side-right .elements span>a {
        width: 45%;
    }
    .menu-options .side-right .elements ul>li {
        font-size: 14px;
    }
    .end{
        padding-top: 7%;
    }
    .end-col ul>li {
        font-size: 13px;
    }
    .end-col h5{
        font-size: 19px;
        margin-bottom: 7%;
    }
    .navbar .logo::after {
        width: 88%;
        transform: none;
    }
    .about .about-content .right p {
        text-align: justify!important;
        font-size: 15px;
    }
    .about .about-content .left img {
        height: 350px;
        width: 100%;
    }
    .about .about-content .left{
        margin: 0 auto 40px;
    }
    #sha{
        border-radius: 5px;
        padding: 5%;
    }
    .menu-options .side-left ul>li>h3 {
        font-size: 1.3em;
    }
    .contact .contact-content .text {
        padding-bottom: 15px;
        text-align: center;
    }
    .other-sections h2 {
        font-size: 35px!important;
    }
    .other-sections h3 {
        font-size: 1.2em;
    }
    .other-sections{
        min-height: 300px!important;
        height: 35vh!important;
    }
}   
@media (max-width: 360px) {
    .head-0 {
        padding: 0.8rem 0;
    }
}