/* Pantallas muy grandes */
@media (min-width: 1200px) {
/*** Navbar Start ***/
    .navbar {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
/*** Navbar End ***/

/*** Container Start ***/
    .container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
/*** Container End ***/

/*** Header Start ***/
    .header {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .header-content {
        width: 90%;
        padding: 100px 50px 50px 50px;
    }

    .header-div-1 {
        width: 60%;
    }

    .txt-header-1 {
        width: 60%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .txt-header-2 {
        width: 80%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .txt-header-3 {
        width: 60%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .header-div-2 {
        width: 40%;
        height: auto;
    }

    .header-div-2 img {
        width: 70%;
        height: auto;
    }
/*** Header End ***/

/*** Install Start ***/
    .install {
        width: 100%;
    }

    .install-content {
        display: flex;
        justify-content: space-between;
        width: 90%;
        height: 150px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .install-txt {
        width: 50%;
        height: auto;
        padding-top: 30px;
    }

    .install-txt h2 {
        font-size: 25px;
    }

    .install-btn {
        width: 50%;
        height: auto;
        padding-top: 20px;
        padding-right: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
/*** Install End ***/

/*** Info Start ***/
    .info {
        width: 100%;
    }

    .info-content {
        width: 90%;
    }

    .info-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .txt-p {
        font-size: 16px;
        color: #323337;
        padding: 0 250px;
        margin-bottom: 35px;
    }
/*** Info End ***/

/*** Services Start ***/
    .services {
        width: 100%;
    }

    .services-content {
        width: 90%;
    }

    .services-group {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
/*** Services End ***/

/*** Blog Start ***/
    .blog {
        width: 100%;
    }

    .blog-content {
        width:100%;
    }
/*** Blog End ***/

/*** Plans Start ***/
    .plan {
        width: 100%;
    }

    .plan-content {
        width: 90%;
    }

    .plan-1 {
        width: 32%;
    }

    .div-exclusive {
        width: auto;
        height: 160px;
    }
/*** Plans End ***/

/*** Dev Start ***/
    .dev {
        width: 100%;
    }

    .dev-content {
        width: 90%;
    }
/*** Dev End ***/

/*** Clients Start ***/
    .client {
        width: 100%;
    }

    .client-content {
        width: 90%;
    }

    .client-group {
        width: 100%;
    }

    .client-1-div {
        width: 50%;
        height: 325px;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
    }
    
    
    .client-2-div {
        width: 50%;
        height: 325px;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
    }
/*** Clients End ***/

/*** Records Start ***/
    .records {
        width: 100%;
    }

    .records-content {
        width: 90%;
    }

    .records-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .records-1-div {
        width: 50%;
        height: auto;
    }
    
    
    .records-2-div {
        width: 50%;
        height: auto;
    }  

    .records-img img {
        width: 80%;
        height: 100%;
        margin-left: 15px;
        padding: 0;
    }

    .records-box {
        display: block;
        justify-content: center;
        flex-direction: column;
        width: 261px;
        height: 190px;
        margin: 10px;
        border-radius: 0px;
        background: #FFFDFC;
        box-shadow:  9px 9px 24px #a8a7a6,
                 -9px -9px 24px #ffffff;
    }

    .records-div-row {
        display: block;
        justify-content: space-between;
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    
    .records-div-box {
        display: flex;
        justify-content: space-between;
    }
/*** Records End ***/

/*** Subscribe Start ***/
    .subscribe {
        width: 100%;
    }

    .subscribe-content {
        width: 90%;
    }

    .subscribe-group {
        width: 100%;
    }

    .subscribe-div-2 #input-subscribe {
        width: 520px;
        height: 46px;
    }
/*** Subscribe End ***/

/*** Footer Start ***/
    .footer {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .footer-content {
        width: 90%;
    }

    .li-social-footer {
        width: 90%;
        height: auto;
        display: flex;
    }

    .li-social-footer a {
        color: #FFFDFC;
        font-size: 25px;
    }
/*** Footer End ***/
}

/* Tablets en horizontal y pantallas medianas*/
@media (min-width: 768px) and (max-width:1199px) {
/*** Navbar Start ***/
    .navbar {
        position: fixed;
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

    .logo{
        font-size: 18px;
        padding-bottom: 5px;
    }

    .navbar ul li a {
        font-size: 16px;
        padding: 18px 12px;
    }
/*** Navbar End ***/

/*** Container Start ***/
    .container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
/*** Container End ***/

/*** Header Start ***/
    .header {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header-content {
        width: 90%;
        padding: 100px 50px 50px 50px;
    }

    .header-div-1 {
        width: 60%;
    }

    .txt-header-1 {
        width: 90%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .txt-header-1 h1 {
        font-size: 28px;
    }

    .txt-header-2 {
        width: 90%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .txt-header-2 p {
        font-size: 13px;
    }

    .txt-header-3 {
        width: 90%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .header-div-2 {
        width: 40%;
    }

    .header-div-2 img {
        width: 60%;
        height: auto;
    }
/*** Header End ***/

/*** Install Start ***/
    .install {
        width: 100%;
    }

    .install-content {
        display: flex;
        justify-content: space-between;
        width: 95%;
        height: 150px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .install-txt {
        width: 60%;
        height: auto;
        padding-top: 30px;
    }

    .install-txt h2 {
        font-size: 20px;
    }

    .install-txt p {
        font-size: 13px;
    }

    .install-btn {
        width: 20%;
        height: auto;
        padding-top: 20px;
        margin-right: 10px;
    }
/*** Install End ***/

/*** Info Start ***/
    .info {
        width: 100%;
    }

    .info-content {
        width: 90%;
    }

    .info-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .txt-p {
        width: 100%;
        font-size: 14px;
        color: #323337;
        padding: 0;
        margin-bottom: 35px;
    }
/*** Info End ***/

/*** Services Start ***/
    .services {
        width: 100%;
    }

    .services-content {
        width: 90%;
        height: auto;
    }

    .services-group {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .services-div {
        width: 32%;
        height: auto;
    }

    .services-div-1 {
        width: 100%;
    }

    .services-div {
        width: 100%;
        height: auto;
    }
/*** Services End ***/

/*** Blog Start ***/
    .blog {
        width: 100%;
    }

    .blog-content {
        width:100%;
    }
/*** Blog End ***/

/*** Plans Start ***/
    .plan {
        width: 100%;
    }

    .plan-content {
        width: 90%;
    }

    .plan-group {
        width: 100%;
    }

    .plan-1 {
        width: 40%;
    }

    .txt-p-white {
        padding: 0 0;
    }

    .div-exclusive {
        width: auto;
        height: 160px;
    }
/*** Plans End ***/

/*** Dev Start ***/
    .dev {
        width: 100%;
    }

    .dev-content {
        width: 98%;
    }

    .dev-group {
        width: 100%;
    }

    .dev-1 {
        width: 30%;
        height: auto;
    }

    .dev-img {
        width: 100%;
        height: auto;
    }

    .dev-img img {
        width: 100%;
    }

    .txt-dev {
        width: 100%;
        margin: 0;
        padding: 8px 0;
    }

    .txt-dev h3  {
        font: 15px;
    }

    .txt-dev p {
        font-size: 14px;
    }
/*** Dev End ***/

/*** Clients Start ***/
    .client {
        width: 100%;
    }

    .client-content {
        width: 90%;
    }

    .client-group {
        width: 100%;
    }

    .client-1-div {
        width: 50%;
        height: 325px;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
    }


    .client-2-div {
        width: 50%;
        height: 325px;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
    }
/*** Clients End ***/

/*** Records Start ***/
    .records {
        width: 100%;
    }

    .records-content {
        width: 90%;
    }

    .records-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .records-1-div {
        width: 50%;
        height: auto;
    }
    
    
    .records-2-div {
        width: 50%;
        height: auto;
    }    

    .records-img img {
        width: 90%;
        height: auto;
        margin-left: 15px;
        padding: 0;
    }

    .records-box {
        display: block;
        justify-content: center;
        flex-direction: column;
        width: 261px;
        height: 190px;
        margin: 10px;
        border-radius: 0px;
        background: #FFFDFC;
        box-shadow:  9px 9px 24px #a8a7a6,
                 -9px -9px 24px #ffffff;
    }

    .records-div-row {
        display: block;
        justify-content: space-between;
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    
    .records-div-box {
        display: flex;
        justify-content: space-between;
    }
/*** Records End ***/

/*** Subscribe Start ***/
    .subscribe {
        width: 100%;
    }

    .subscribe-content {
        width: 90%;
    }

    .subscribe-group {
        width: 100%;
    }

    .subscribe-div-2 #input-subscribe {
        width: 520px;
        height: 46px;
    }
/*** Subscribe End ***/

/*** Footer Start ***/
    .footer {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .footer-content {
        width: 90%;
    }

    .li-social-footer {
        width: 90%;
        height: auto;
        display: flex;
    }

    .li-social-footer a {
        color: #FFFDFC;
        font-size: 25px;
    }
/*** Footer End ***/
}

/* Moviles en horizontal o tablets en vertical */
@media (max-width: 767px) {
/*** Navbar Start ***/
    .checkbtn {
        display: block;
    }

    .navbar ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #FFFDFC;
        top: 60px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    .navbar ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    .navbar ul li a{
        font-size: 20px;
        color: #050659;
    }

    .navbar ul li a:hover {
        font-size: 20px;
        color: #FFFDFC;
        background-color: #3498db;
    }

    #check:checked ~ ul {
        left: 0;
    }

    .navbar {
        width:100%;
        padding: 0px 15px 0px 15px;
    }

    .logo{
        font-size: 20px;
    }

    .navbar ul li a {
        font-size: 14px;
        padding: 17px 8px;
    }
/*** Navbar End ***/

/*** Container Start ***/
    .container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
/*** Container End ***/

/*** Header Start ***/
    .header {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header-content {
        display: block;
        width: 100%;
        padding: 100px 50px 0px 50px;
    }

    .header-div-1 {
        width: 100%;
        height: 250px;
    }

    .txt-header-1 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .txt-header-1 h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .txt-header-2 {
        width: 90%;
        height: auto;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .txt-header-2 p {
        font-size: 13px;
    }

    .txt-header-3 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .header-div-2 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .header-div-2 img {
        width: 60%;
        height: auto;

    }
/*** Header End ***/

/*** Install Start ***/
    .install {
        width: 100%;
    }

    .install-content {
        flex-direction: column;
        text-align: center;
        width: 95%;
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .install-txt {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .install-txt h2 {
        font-size: 20px;
    }

    .install-txt p {
        font-size: 15px;
    }

    .install-btn {
        width: 100%;
        height: auto;
    }
/*** Install End ***/

/*** Info Start ***/
    .info {
        width: 100%;
    }

    .info-content {
        width: 90%;
    }

    .info-group {
        display: block;
        justify-content: center;
        margin-bottom: 50px;
    }

    .info-content h2 {
        font-size: 25px;
        line-height: 30px;
        color: #323337;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 15px;
    }

    .txt-p {
        width: 100%;
        font-size: 14px;
        color: #323337;
        padding: 0;
        margin-bottom: 35px;
    }
/*** Info End ***/

/*** Services Start ***/
    .services {
        width: 100%;
    }

    .services-content {
        width: 85%;
        height: auto;
        align-items: center;
    }

    .services-group {
        width: 100%;
        height: auto;
    flex-direction: column;
    }

    .services-div {
        width: 100%;
        height: auto;
        margin: 30px 12px;
    }

    .services-1 {
        width: 90%;
    }

    .services-div img {
        width: 50%;
        height: auto;
    }
/*** Services End ***/

/*** Blog Start ***/
    .blog {
        width: 100%;
    }

    .blog-content {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        transition: .5s;
        cursor: pointer;
    }

    .blog-1 {
        flex: 1 0 auto;
        margin: 0 20px;
        width: 50%;
        height: 50%;
    }

/*** Blog End ***/

/*** Plans Start ***/
    .plan {
        width: 100%;
    }

    .plan-content {
        width: 70%;
    }

    .plan-group {
        width: 100%;
        display: block;
    }

    .plan-1 {
        width: 100%;
        margin: 30px 0px;
    }

    .txt-p-white {
        font-size: 14px;
        padding: 0 0;
    }

    .div-exclusive {
        border: #FFFDFC 10px solid;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .title-plan {
        padding: 30px 0 12px 0;
    }
/*** Plans End ***/

/*** Dev Start ***/
    .dev {
        width: 100%;
    }

    .dev-content {
        width: 98%;
    }

    .dev-group {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        transition: .5s;
    }

    .dev-1 {
        flex: 1 0 auto;
        margin: 0 20px;
        width: 40%;
        height: 40%;
    }

    .dev-img {
        width: 100%;
        height: auto;
    }

    .dev-img img {
        width: 100%;
    }

    .txt-dev {
        width: 100%;
        margin: 0;
        padding: 8px 0;
    }

    .txt-dev h3  {
        font: 15px;
    }

    .txt-dev p {
        font-size: 14px;
    }
/*** Dev End ***/

/*** Clients Start ***/
    .client {
        width: 100%;
    }

    .client-content {
        width: 90%;
    }

    .client-group {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        transition: .5s;
        scroll-snap-type: x mandatory;
    }

    .client-1-div {
        flex: 1 0 auto;
        margin: 0 20px;
        width: 100%;
        height: 40%;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
        scroll-snap-align: center;
    }


    .client-2-div {
        width: 50%;
        height: 325px;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
    }
/*** Clients End ***/

/*** Records Start ***/
    .records {
        width: 100%;
    }

    .records-content {
        width: 98%;
    }

    .record-group {
        width: 100%;
        display: block;
    }

    .records-1-div {
        width: 90%;
        height: auto;
        margin-bottom: 50px;
    }
    
    
    .records-2-div {
        width: 90%;
        height: auto;
    }  

    .records-img img {
        width: 50%;
        height: auto;
        margin-left: 15px;
        padding: 0;
    }

    .records-box {
        display: block;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 10px;
        border-radius: 0px;
        background: #FFFDFC;
        box-shadow:  9px 9px 24px #a8a7a6,
                -9px -9px 24px #ffffff;
    }

    .records-div-row {
        display: block;
        justify-content: space-between;
        text-align: center;
        width: 90%;
        height: auto;
        margin-top: 30px;
    }
    
    
    .records-div-box {
        flex-direction: column;
        width: 100%;
    }
/*** Records End ***/

/*** Subscribe Start ***/
    .subscribe {
        width: 100%;
    }

    .subscribe-content {
        width: 90%;
    }

    .subscribe-group {
        width: 98%;
    }

    .subscribe-content h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .subscribe-div-1 {
        width: 90%;
    }

    .subscribe-div-2 {
        width: 90%;
    }

    .subscribe-div-2 input {
        width: 90%;
    }

    .subscribe-div-3 {
        width: 90%;
    }

    .subscribe-div-2 #input-subscribe {
        width: 100%;
        height: 46px;
    }
/*** Subscribe End ***/

/*** Footer Start ***/
    .footer {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .footer-content {
        width: 90%;
    }

    .li-social-footer {
        width: 90%;
        height: auto;
        display: flex;
    }

    .li-social-footer a {
        color: #FFFDFC;
        font-size: 20px;
    }
/*** Footer End ***/
}

/* Moviles en vertical o pantallas pequeñas */
@media (max-width: 480px) {
/*** Navbar Start ***/
    .checkbtn {
        display: block;
    }

    .navbar ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #FFFDFC;
        top: 60px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    .navbar ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    .navbar ul li a{
        font-size: 20px;
        color: #050659;
        background-color: transparent;
    }

    .navbar ul li a:hover {
        font-size: 20px;
        color: #FFFDFC;
        background-color: #3498db;
    }

    #check:checked ~ ul {
        left: 0;
    }

    .navbar {
        width:100%;
        padding: 0px 15px 0px 15px;
    }

    .logo{
        font-size: 15px;
        padding: 0;
    }

    .navbar ul li a {
        font-size: 14px;
        padding: 17px 8px;
    }
/*** Navbar End ***/

/*** Container Start ***/
    .container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
/*** Container End ***/

/*** Header Start ***/
    .header {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header-content {
        display: block;
        width: 100%;
        padding: 100px 50px 0px 50px;
    }

    .header-div-1 {
        width: 100%;
        height: auto;
    }

    .txt-header-1 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .txt-header-1 h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .txt-header-2 {
        width: 90%;
        height: auto;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .txt-header-2 p {
        font-size: 13px;
    }

    .txt-header-3 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .header-div-2 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .header-div-2 img {
        width: 60%;
        height: auto;
        margin-top: 50px;
    }
/*** Header End ***/

/*** Install Start ***/
    .install {
        width: 100%;
    }

    .install-content {
        flex-direction: column;
        text-align: center;
        width: 95%;
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .install-txt {
        width: 100%;
        height: auto;
        padding-top: 30px;
        text-align: center;
    }

    .install-txt h2 {
        width: 90%;
        font-size: 15px;
        line-height: 20px;
    }

    .install-txt p {
        width: 90%;
        font-size: 13px;
    }

    .install-btn {
        width: 100%;
        height: auto;
    }
/*** Install End ***/

/*** Info Start ***/
    .info {
        width: 100%;
    }

    .info-content {
        width: 90%;
    }

    .info-group {
        display: block;
        justify-content: center;
        margin-bottom: 50px;
    }

    .info-content h2 {
        font-size: 22px;
        line-height: 30px;
        color: #323337;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 15px;
    }

    .txt-p {
        width: 100%;
        font-size: 14px;
        color: #323337;
        padding: 0;
        margin-bottom: 35px;
    }
/*** Info End ***/

/*** Services Start ***/
    .services {
        width: 100%;
    }

    .services-content {
        width: 85%;
        height: auto;
        align-items: center;
    }

    .services-content h2 {
        font-size: 22px;
    }

    .services-group {
        width: 100%;
        height: auto;
    flex-direction: column;
    }

    .services-div {
        width: 100%;
        height: auto;
        margin: 30px 12px;
    }

    .services-1 {
        width: 90%;
    }

    .services-div img {
        width: 50%;
        height: auto;
    }
/*** Services End ***/

/*** Blog Start ***/
    .blog {
        width: 100%;
    }

    .blog h2 {
        font-size: 20px;
    }

    .blog p {
        font-size: 13px;
        padding: 0 1rem;
    }

    .blog-content {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        transition: .5s;
        scroll-snap-type: x mandatory;
    }

    .blog-1 {
        flex: 1 0 auto;
        margin: 0 0px;
        width: 100%;
        height: 50%;
        scroll-snap-align: center;
    }
    /*** Blog End ***/

    /*** Plans Start ***/
    .plan {
        width: 100%;
    }

    .plan-content {
        width: 70%;
    }

    .plan-content h2 {
        font-size: 22px;
    }

    .plan-group {
        width: 100%;
        display: block;
    }

    .plan-1 {
        width: 100%;
        margin: 30px 0px;
    }

    .txt-p-white {
        font-size: 14px;
        padding: 0 0;
    }

    .div-exclusive {
        border: #FFFDFC 10px solid;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .title-plan {
        padding: 30px 0 12px 0;
    }

    .p-descrip-plan {
        font-size: 12px;
    }
/*** Plans End ***/

/*** Dev Start ***/
    .dev {
        width: 100%;
    }

    .dev-content {
        width: 100%;
    }

    .dev-content h2 {
        font-size: 22px;
    }

    .dev-group {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        transition: .5s;
        scroll-snap-type: x mandatory;
    }

    .dev-1 {
        flex: 1 0 auto;
        margin: 0 50px;
        width: 100%;
        height: 50%;
        scroll-snap-align: center;
    }

    .dev-img {
        width: 100%;
        height: auto;
    }

    .dev-img img {
        width: 70%;
        height: 400px;
    }

    .txt-dev {
        width: 100%;
        margin: 0;
        padding: 8px 0;
    }

    .txt-dev h3  {
        font: 15px;
    }

    .txt-dev p {
        font-size: 14px;
    }
/*** Dev End ***/

/*** Clients Start ***/
    .client {
        width: 100%;
    }

    .client-content {
        width: 90%;
    }

    .client-content h2 {
        font-size: 22px;
    }

    .client-group {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        transition: .5s;
        scroll-snap-type: x mandatory;
    }

    .client-1-div {
        flex: 1 0 auto;
        margin: 0 20px;
        width: 100%;
        height: 40%;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
        scroll-snap-align: center;
    }


    .client-2-div {
        width: 50%;
        height: 325px;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        padding-bottom: 0px;
    }
/*** Clients End ***/

/*** Records Start ***/
    .records {
        width: 100%;
    }

    .records-content {
        width: 98%;
    }

    .records-content h2 {
        font-size: 22px;
    }

    .record-group {
        width: 90%;
        height: auto;
        display: block;
    }

    .records-1-div {
        width: 70%;
        height: auto;
        margin-bottom: 50px;
    }


    .records-2-div {
        width: 90%;
        height: auto;
    }  

    .records-img img {
        width: 50%;
        height: auto;
        margin-left: 15px;
        padding: 0;
    }

    .records-box {
        display: block;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 10px;
        border-radius: 0px;
        background: #FFFDFC;
        box-shadow:  9px 9px 24px #a8a7a6,
                -9px -9px 24px #ffffff;
    }

    .records-div-row {
        display: block;
        justify-content: space-between;
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }


    .records-div-box {
        flex-direction: column;
        width: 100%;
    }

    .items-box-records h2 {
        font-size: 30px;
    }
/*** Records End ***/

/*** Subscribe Start ***/
    .subscribe {
        width: 100%;
    }

    .subscribe-content {
        width: 70%;
    }

    .subscribe-group {
        width: 80%;
    }

    .subscribe-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .subscribe-div-1 {
        width: 100%;
    }

    .subscribe-div-2 {
        width: 100%;
    }

    .subscribe-div-2 input {
        width: 100%;
    }

    .subscribe-div-3 {
        width: 100%;
    }

    .subscribe-div-2 #input-subscribe {
        width: 100%;
        height: 46px;
    }
/*** Subscribe End ***/
    .footer {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .footer-content {
        display: block;
        width: 90%;
        height: auto;
    }

    .footer-group {
        width: 90%;
        height: auto;
        display: block;
    }

    .li-social-footer {
        width: 90%;
        height: auto;
        display: block;
    }

    .li-social-footer a {
        color: #FFFDFC;
        font-size: 25px;
    }

    .copyright {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 0;
    }

    .copyright p {
        font-size: 12px;
    }

/*** Footer End ***/
}