*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    background-color: #FFFFFF;
}

body{
    background-color: transparent;
    font-family: sans-serif;
    position: relative;
    float: none;
    height: auto;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:10px;
}

body::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar:horizontal {
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #F05523;
    border-radius: 20px;
    border: 2px solid transparent;
}

body::-webkit-scrollbar-track {
    border-radius: 20px; 
    background-color: transparent;
}

.seccion-general{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    overflow-x: hidden;
}

.seccion-general header{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
    border-bottom: solid 1px #C5C5C5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.seccion-general header.scroll-web{
    background-color: #FFFFFF;
    border-bottom: solid 1px #C5C5C5;
    position: fixed;
}

.seccion-general header .a-logo{
    width: 250px;
    height: auto;
    float: left;
    background-color: transparent;
}

.seccion-general header .a-logo img{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
}

.seccion-general header nav{
    width: 650px;
    height: 80px;
    background-color: transparent;
    float: left;
    margin-top: 0px;
}

.seccion-general header nav button{
    display: none;
    visibility: hidden;
}

.seccion-general header nav ul{
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    list-style-type: none;
    padding-top: 21px;
}

.seccion-general header nav ul li{
    width: auto;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
}

.seccion-general header nav ul li .ul-subservicios{
    width: 500px;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 0px;
    opacity: 0;
    display: none;
    transform: translateY(-50px);
    transition: ease .4s transform, opacity ease .4s;
}

.seccion-general header nav ul li:hover > .ul-subservicios{
    opacity: 1;
    display: block;
    transform: translateY(0px);
    transition: ease .4s transform, opacity ease .4s;
}

.seccion-general header nav ul li .ul-subservicios li{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
}

.seccion-general header nav ul li .ul-subservicios li a{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    float: left;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Sarabun", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}

.seccion-general header nav ul li .ul-subservicios li a:hover{
    background-color: #F05523;
    color: #FFFFFF;
}

.seccion-general header nav ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    text-decoration: none;
    cursor: pointer;
    font-family: "Sarabun", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.seccion-general header nav ul li a.scroll-web{
    color: #000000;
}

.seccion-general header nav ul li a:hover{
    color: #F05523;
}

.seccion-general header nav ul li .btn-pricing-oculto{
    display: none;
    visibility: hidden;
}

.btn-icono-rss{
    width: 350px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.btns-rss{
    width: 45px;
    height: 45px;
    background-color: transparent;
    float: left;
    border: solid 1px #FFFFFF;
    border-radius: 60px;
    position: relative;
    margin-top: 7px;
}

.btns-rss.scroll-web{
    border: solid 1px #F05523;
}

.btns-rss img{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btns-rss:hover{
    border: solid 1px #F05523;
    background-color: #F05523;
}

.btns-rss.scroll-web:hover{
    border: solid 1px #000000;
    background-color: #000000;
}

.btn-pricing{
    width: 180px;
    height: 50px;
    float: left;
    background-color: #F05523;
    padding: 15px;
    padding-top: 12px;
    display: inline-flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border: 2px solid #F05523;
    margin-top: 2px;
}

.btn-pricing span{
    width: auto;
    height: auto;
    float: left;
    background-color: transparent;
    font-family: "Sarabun", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.btn-pricing img{
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.btn-pricing:hover{
    background-color: transparent;
    border: 2px solid #FFFFFF;
}

.btn-pricing:hover span{
    color: #FFFFFF;
}

.btn-pricing.scroll-web:hover{
    background-color: transparent;
    border: 2px solid #F05523;
}

.btn-pricing:hover span.scroll-web{
    color: #F05523;
}

.btn-icono-rss button{
    display: none;
    visibility: hidden;
}







footer{
    width: 100%;
    height: auto;
    background-color: #000000;
    float: left;
    padding-top: 60px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-footer{
    width: 1400px;
    height: auto;
    display: inline-flex;
    justify-content: space-between;
    float: left;
    background-color: transparent;
    padding-bottom: 60px;
}

.contenedor-logo-footer{
    width: 100px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-logo-footer img{
    width: 100px;
    height: auto;
    float: left;
    background-color: transparent;
}

.titulo-seccion-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    color: #F05523;
    text-align: left;
    letter-spacing: 1px;
}

.contenedor-menu-footer{
    width: 10%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-menu-footer ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    list-style: none;
    list-style-position: inside;
}

.contenedor-menu-footer ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 10px;
}

.contenedor-menu-footer ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #A0A0A0;
    text-align: left;
    letter-spacing: .5px;
    text-decoration: none;
    transform: translateX(0px);
    transition: transform ease .2s, color ease .2s;
}

.contenedor-menu-footer ul li a:hover{
    color: #F05523;
    transform: translateX(20px);
    transition: transform ease .2s, color ease .2s;
}

.contenedor-logo-studio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 30px;
}

.contenedor-logo-studio img{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-sevicios-footer{
    width: 25%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-sevicios-footer ul{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    list-style: none;
    list-style-position: inside;
}

.contenedor-sevicios-footer ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 10px;
}

.contenedor-sevicios-footer ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #A0A0A0;
    text-align: left;
    letter-spacing: .5px;
    text-decoration: none;
    transform: translateX(0px);
    transition: transform ease .2s, color ease .2s;
}

.contenedor-sevicios-footer ul li a:hover{
    color: #F05523;
    transform: translateX(20px);
    transition: transform ease .2s, color ease .2s;
}

.contenedor-datos-footer{
    width: 25%;
    height: auto;
    background-color: transparent;
    float: left;
}

.direccion-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: .5px;
    margin-top: 20px;
}

.tel-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 10px;
}

.email-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 10px;
}

.contenedor-rss-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
}

.contenedor-rss-footer a{
    width: 45px;
    height: 45px;
    background-color: transparent;
    float: left;
    border: solid 1px #FFFFFF;
    border-radius: 60px;
    position: relative;
    margin-right: 20px;
}

.contenedor-rss-footer a img{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contenedor-rss-footer a:hover{
    border: solid 1px #F05523;
    background-color: #F05523;
}

.contenedor-registro-aviso-footer{
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
    background-color: transparent;
}

.contenedor-registro-aviso-footer p{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    text-align: left;
    letter-spacing: .5px;
}

.contenedor-registro-aviso-footer a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    text-align: left;
    letter-spacing: .5px;
    text-decoration: none;
}

.contenedor-registro-aviso-footer a:hover{
    color: #F05523;
}








@media only screen and (max-width: 1580px){

    .seccion-general header nav{
        width: 40%;
    }





    
    .contenedor-general-footer{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }
}








@media only screen and (max-width: 1380px){

    .seccion-general header{
        padding-bottom: 20px;
    }

    .seccion-general header nav{
        width: 350px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -150vw;
        z-index: 100;
        background-color: #FFFFFF;
        transition: right ease .4s;
    }

    .seccion-general header nav.muestra-menu{
        right: 0vw;
        transition: right ease .4s;
    }

    .seccion-general header nav #btnCerrarMenu{
        width: 50px;
        height: 50px;
        float: right;
        background-color: transparent;
        padding: 10px;
        display: block;
        visibility: visible;
        margin-top: 20px;
        appearance: none;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .seccion-general header nav #btnCerrarMenu img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .seccion-general header nav ul{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding-top: 20px;
        float: left;
    }
    
    .seccion-general header nav ul li{
        width: 100%;
        height: auto;
    }

    .seccion-general header nav ul li .ul-subservicios{
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
        position: relative;
        top: unset;
        left: unset;
        padding-top: unset;
        opacity: 0;
        display: none;
        transform: unset;
        transition: unset;
    }
    
    .seccion-general header nav ul li:hover > .ul-subservicios{
        opacity: 1;
        display: block;
        transform: unset;
        transition: unset;
        background-color: #F05523;
    }
    
    .seccion-general header nav ul li .ul-subservicios li{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }
    
    .seccion-general header nav ul li .ul-subservicios li a{
        width: 100%;
        height: 100%;
        background-color: transparent;
        float: left;
        padding: 20px;
        text-decoration: none;
        cursor: pointer;
        font-family: "Sarabun", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        color: #FFFFFF;
    }
    
    .seccion-general header nav ul li .ul-subservicios li a:hover{
        background-color: #000000;
        color: #FFFFFF;
    }
    
    .seccion-general header nav ul li a{
        width: 100%;
        color: #000000;
        padding: 20px;
        text-align: right;
    }
    
    .seccion-general header nav ul li a.scroll-web{
        color: #000000;
    }
    
    .seccion-general header nav ul li a:hover{
        color: #FFFFFF;
        background-color: #F05523;
    }

    .btn-icono-rss{
        width: 420px;
    }

    .btn-icono-rss button{
        display: block;
        visibility: visible;
        width: 50px;
        height: 50px;
        float: right;
        background-color: transparent;
        padding: 5px;
        outline: none;
        border: none;
        appearance: none;
        margin-top: 5px;
    }

    .btn-icono-rss button img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
    

    





    
    .contenedor-general-footer{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-sevicios-footer{
        width: 30%;
    }
}








@media only screen and (max-width: 1180px){

    .contenedor-sevicios-footer{
        width: 36%;
        background-color: transparent;
    }
}









@media only screen and (max-width: 980px){

    .seccion-general header{
        padding-left: 70px;
        padding-right: 70px;
    }

    .btn-icono-rss{
        width: 250px;
    }
    
    .btns-rss{
        display: none;
        visibility: hidden;
    }





    .contenedor-general-footer{
        padding-left: 70px;
        padding-right: 70px;
        flex-wrap: wrap;
    }
    
    .contenedor-logo-footer{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .contenedor-logo-footer img{
        width: 100px;
    }

    .contenedor-menu-footer{
        width: 46%;
        margin-bottom: 30px;
    }

    .contenedor-sevicios-footer{
        width: 46%;
        margin-bottom: 30px;
    }

    .contenedor-datos-footer{
        width: 100%;
    }

    .contenedor-registro-aviso-footer{
        padding-left: 70px;
        padding-right: 70px;
    }
}








@media only screen and (max-width: 780px){

    .seccion-general header{
        padding-left: 50px;
        padding-right: 50px;
    }

    .btn-icono-rss{
        width: 200px;
    }
    
    .btns-rss{
        display: block;
        visibility: visible;
    }

    .btn-pricing{
        display: none;
        visibility: hidden;
    }

    .seccion-general header nav ul li .btn-pricing-oculto{
        display: block;
        visibility: visible;
        width: 100%;
        height: auto;
        background-color: #F05523;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        border: 2px solid #F05523;
        margin-top: 2px;
        padding: 20px;
    }

    .seccion-general header nav ul li .btn-pricing-oculto img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .seccion-general header nav ul li .btn-pricing-oculto span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        font-family: "Sarabun", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        color: #FFFFFF;
    }





    .contenedor-general-footer{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-menu-footer{
        width: 15%;
        margin-bottom: 30px;
    }

    .contenedor-sevicios-footer{
        width: 60%;
        margin-bottom: 30px;
    }

    .contenedor-registro-aviso-footer{
        padding-left: 50px;
        padding-right: 50px;
    }
}








@media only screen and (max-width: 580px){

    .seccion-general header{
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-icono-rss{
        width: 50px;
    }
    
    .btns-rss{
        display: none;
        visibility: hidden;
    }





    .contenedor-general-footer{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-menu-footer{
        width: 15%;
        margin-bottom: 30px;
    }

    .contenedor-sevicios-footer{
        width: 60%;
        margin-bottom: 30px;
    }

    .contenedor-registro-aviso-footer{
        padding-left: 30px;
        padding-right: 30px;
    }
}







@media only screen and (max-width: 480px){

    .seccion-general header{
        padding-left: 20px;
        padding-right: 20px;
    }





    .contenedor-general-footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-menu-footer{
        width: 100%;
        margin-bottom: 30px;
    }

    .contenedor-sevicios-footer{
        width: 100%;
        margin-bottom: 30px;
    }

    .contenedor-registro-aviso-footer{
        padding-left: 20px;
        padding-right: 20px;
    }
}








@media only screen and (max-width: 380px){

    .seccion-general header{
        padding-left: 10px;
        padding-right: 10px;
    }

    .seccion-general header nav{
        width: 100%;
    }





    .contenedor-general-footer{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-menu-footer{
        width: 100%;
        margin-bottom: 30px;
    }

    .contenedor-sevicios-footer{
        width: 100%;
        margin-bottom: 30px;
    }

    .contenedor-sevicios-footer ul{
        width: 48%;
    }

    .contenedor-registro-aviso-footer{
        padding-left: 10px;
        padding-right: 10px;
        flex-wrap: wrap;
    }

    .contenedor-registro-aviso-footer p{
        margin-bottom: 5px;
    }
}