body{
    width: 100%;
    margin: 0px;
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
/* --- TOOLS --- */
.text-center{
    text-align: center;
}
/* --- END TOOLS --- */
header{   
    width: 100%;
    height: 600px;
    background-image: url(../../../img/frontend/business/backwround-one.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.body_index{
    background-image: url(../../../img/frontend/business/backwround-one.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-width: 100%;
    height: auto;
}
.header-home{ 
    width: 100%;
    height: auto;
    max-height: 93px;
    background-color: #0061A8;
    position: fixed;
    z-index: 999;
}
.inside-header{
    padding: 0.5em;
}
.help-contac-head{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.help-contac-head a:hover{
    color: #FFFFFF;
}
.link{ 
    list-style: none;
    font-size: 18px;
    color: #FFFFFF;
    padding: 2px 7px
}
.img-whatsapp{
    width: 20px;
}
.shadow-blue{
    background-color: rgba(0, 97, 168, 0.63);
    width: 100%;
    height: 600px;
}
.shadow-blue-inside{
    width: 100%;
    height: 100%;
    padding-top: 200px;
    text-align: center;
}
.shadow-blue-inside h1{
    font-size: 36px;
    color: #FFFFFF;
}
.shadow-blue-inside p{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 100;
}
.btn-lang{
    display: inline-block;
    background: #F93D79;
    padding: 1em 3em;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 10px;
    min-width: 200px;
    position: relative;
    animation: btn-lang 1.2s;
}
.btn-lang:hover{
    color: #fff;
}
.container-info-home{
    margin-top: 200px;
    text-align: center;
}
.container-info-home img{
    margin-bottom: 40px;
}
.container-info-home h3{
    color: #FFFFFF;
    font-size: 26px;
    
}
main{
    text-align: center;
}
.background-two{
    width: 100%;
    height: auto;
    background-color: #0061A8;
}
.background-tre{
    width: 100%;
    height: auto;
    background-color: #F93D79;
}
.video{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.cont-video{
    width: 100%;
    max-width: 525px;
}
.text-video h3{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.text-video p{
    font-size: 20px;
    font-weight: 200;
    color: #FFFFFF;
}
.title-what-is-micab{
    font-size: 32px;
    color: #0061A8;
    font-weight: bold;
    margin: 0px auto;
    text-align: center;
}
footer{
    background-color: #3381B9; 
    width: 100%; 
    height: auto; 
    padding: 40px 0px 20px 0px;
}
.space{
    display: flex; 
    justify-content: space-between;
}
.order{
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
}
.cont-term{
    display: flex; 
    max-width: 430px; 
    align-items: center;
}
.list a{
    list-style: none;
    color: #FFFFFF;
    font-size: 1em;
    text-align: center;
}
.termsandConditions{
    background-color: #FFF;
    width: 100%;
    height: auto;
    margin: 110px 0px 30px 0px;
    padding: 2em;
}
.termsandConditions h1{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #006FB5;
}
.termsandConditions p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    white-space: normal;
    color: #006FB5;
    margin-left: 2em;
}
.termsandConditions strong{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #696969;
}
/* --- ALERTIFY --- */
.alertify .ajs-header{
    background-color: #0061A8;
    font-family: sans-serif; 
    font-size: 25px; 
    color: #FFFFFF; 
    font-weight: 700;
}
.alertify .ajs-body .ajs-content{
    font-family: sans-serif;
    font-size: large;
}
/* --- END ALERTIFY --- */
/* --- START @KEYFRAMES ---*/
@keyframes btn-lang{
    from {top: 0px; left: -250px;}
    to {top: 0px; left: 0px;}
}
/* ---END @KEYFRAMES--- */
/* --- MEDIA QUERYS --- */
@media (max-width: 991px){
    .ul{
        padding-top: 30px;
    }
    .line{
        display: none;
    }
    .link{
        display: flex;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }
    .icon-service{
        width: 100%;
        max-width: 240px;
    }
    .space{
        display: flex; 
        justify-content: space-around;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px){
    .link_line{
        display: none;
    }
    .help-contac-head{
        align-items: flex-start;
    }
    .video .row{
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }
    .text-video h3{
        margin: 0px auto 10px auto;
    }
    .icon-redes{
        text-align: center;
        margin: 20px 0px 15px 0px;
    }
    .icon-redes img{
        width: 53px;
    }
    .container-info-home{
        margin-top: 150px;
        text-align: center;
    }
}
@media (max-width: 449px){
    .line{
        display: none;
    }
    .container-info-home{
        margin-top: 120px;
        text-align: center;
    }
    .container-info-home img{
        margin-bottom: 20px;
    }
}
/* --- END MEDIA QUERYS --- */