/*
font-family: 'Kanit', sans-serif;
font-family: 'Sriracha', cursive;
*/

*{
    border-style:none;
    font-family: 'Lexend', sans-serif;
}

header, h1, h2, img{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.separador{
    height: 1px;
    width: 80%;
    background-color: #1A1A1A;
    opacity: .25;
    margin: 0 auto;
}

.title_border{
    width: 160px;
    height: 4px;
    background-color: #003966;    
    margin: 0 auto 40px;    
}

h2{
    font-size: 36px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

input[type="submit"]{
    cursor: pointer;
}

input[type="text"], input[type="number"], input[type="email"]{
    padding: 0 !important;
}

textarea{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.texts{
    width: 950px;
    margin: 60px auto;
}

.texts p{
    text-align: center;
    margin: 25px 0;
    font-weight: 400;
}

.texts h3{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 3px;
}

/*_________HEADER_________*/

#subheader{
    background-color: #003966;
    padding: 10px 0;
}

#subheader span{
    color: white;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    display: block;
    margin-right: 20px;
}

#subheader span a{
    color: white;
    text-decoration: none;
}

#subheader span a:hover{
    color: #35AADF;
}

header{
    height: 100px;
    border-bottom: 1px solid #1A1A1A;
}

header img{
    float: left;
    margin-top: 18px;
    margin-left: 50px;
    width: 145px;
}

header nav{
    float: right;
    margin-top: 35px;
    margin-right: 50px;
}

header nav a{
    display: inline-block;
    margin-left: 40px;
    padding: 5px 10px;  
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

header nav a:hover{
    color: #EB3C03;
}
    
#abrir_menuresp{
    display: none;
    float: right;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 35px;
    width: 30px;
}

#menuResp{
    display: none;
    position: fixed;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10000;
    background-color: rgba(26, 26, 26, .98);
}

#menuResp nav{
    padding-top: 15vh;
}

#menuResp a{
    display: block;
    padding: 20px 0;
    margin: 20px 0;
    color: white;
    text-decoration: none;
    text-align: center;
}

#menuResp a:hover{
    color: #EB3C03;
}

#menuResp img{
    position: absolute;
    bottom: 30px;
    width: 10%;    
    left: 40%;
    padding: 20px 5%;
}


/*_________FOOTER_________*/

footer{
    background-color: #003966;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding: 40px 0 30px;
    margin-top: 50px;
}

footer #footer_logo{
    display: block;
    width: 200px;
    margin: 0 auto;
}

footer .title_border{
    margin: 0;
    margin-bottom: 20px;
}

footer .footer_campo{
    margin: 9px 0;
}

footer .footer_campo a{
    color: white;
    text-decoration: none;
}

footer .footer_campo a:hover{
    color: #EB3C03;
}

footer .footer_campo img{
    vertical-align: middle;
}

footer #multisoft_uruguay{
    float: left;
    margin-left: 30px;    
}

footer #multisoft_usa{
    float: right;
    margin-right: 30px;        
}

footer h3{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}

footer #multisoft_usa .footer_campo img{
    margin-left: 12px;    
}

footer #multisoft_usa .footer_campo{
    text-align: right;
}

footer #multisoft_usa h3{
    text-align: right;
}

footer #multisoft_uruguay .footer_campo img{    
    margin-right: 12px;
}

footer nav{
    margin: 20px auto 0;
    width: 776px;
}

footer nav a{
    color: white;
    text-decoration: none;
    margin: 0 20px;
}

footer nav a:hover{
    color: #EB3C03;
}

#botfooter{
    color: white;
    font-size: 14px;
    padding: 8px 0;
    background-color: #003966;
    font-weight: 500;
}

#botfooter a{
    float: left;  
    margin-left: 30px;  
    color: white;
    text-decoration: none;
}

#botfooter a:hover{
    color: #1A1A1A;
}

#botfooter span{
    float: right;
    margin-right: 30px;
}

.hero-video-section {
height: 50vh;
position: relative;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}

/*_________CABECERA_________*/

.cabecera{
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.cabecera h2{
    color: white;
    font-size: 48px;
    font-weight: 600;
    padding-top: 170px;
}

#cabecera_contacto{
    background-image: url(../img/cabecera/contacto.png);    
}

#cabecera_servicios{
    background-image: url(../img/cabecera/servicios.png);    
}

#cabecera_nosotros{
    background-image: url(../img/cabecera/nosotros.png);    
}

#cabecera_marcas{
    background-image: url(../img/cabecera/marcas.png);    
}

#cabecera_especialistas{
    background-image: url(../img/cabecera/especialistas.png);    
}

#cabecera_contactenos{
    background-image: url(../img/cabecera/contactenos.png);    
}

#cabecera_desarrollo{
    background-image: url(../img/cabecera/desarrollo.png);    
}

#cabecera_onpremise{
    background-image: url(../img/cabecera/onpremise.png);    
}

#cabecera_cloud{
    background-image: url(../img/cabecera/cloud.png);    
}

#cabecera_multiparking{
    background-image: url(../img/cabecera/multiparking.png);    
}

#cabecera_multiefactura{
    background-image: url(../img/cabecera/multiefactura.png);    
}

#cabecera_pericles{
    background-image: url(../img/cabecera/pericles.png);    
}

#cabecera_ciberseguridad{
    background-image: url(../img/cabecera/ciberseguridad.png);    
}

#cabecera_migracion{
    background-image: url(../img/cabecera/migracion.png);    
}

#cabecera_rpa{
    background-image: url(../img/cabecera/rpa.png);    
}



/*_________HOME_________*/

#home_about{
    width: 1000px;
    margin: 10px auto;
}

#home_about p{
    text-align: center;
    font-size: 20px;    
}

#home_servicios{
    width: 1200px;
    margin: 60px auto;
}

.home_servicios_min{
    width: 380px;
    height: 310px;
    margin: 10px;
    background-color: transparent;
    border-radius: 20px;
    float: left;
    transition: .3s;
}

.home_servicios_min:hover{
    background-color: #EDEBEA;
    box-shadow: #003966 2px 2px 2px 0px;
    transition: .3s;
}

.home_servicios_min *{
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #1A1A1A;
}

.home_servicios_min h3{
    font-size: 19px;
    font-weight: 600;
    width: 90%;
    text-transform: uppercase;
    height: 45px;
}

.home_servicios_min span{
    font-size: 15px;
    padding-top: 20px;
    width: 90%;
}

.home_servicios_min img{
    padding: 30px 0 25px;
}

#home_marcas{
    width: 1200px;
    margin: 60px auto;
}

.home_marcas_min{
    width: 380px;
    margin: 10px;
    float: left;
    color: #1A1A1A;
}

.home_marcas_min *{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}

.home_marcas_min h3{
    padding-top: 25px;
}

#home_marcas a{
    text-decoration: none;    
}

.home_marcas_min:hover{
    color: #EB3C03;
}

#home_contacto{
    width: 1200px;
    margin: 60px auto;
}

#home_form{
    width: 30%;
    top: 80px;
    left: 35%;
    background-color: white;
    position: absolute;   
    padding: 25px 0;
}

.home_cabecera{
    position: relative;
}

#home_form input, #home_form textarea{
    display: block;
    outline: none;
    border: 1px solid #1A1A1A;
    width: 90%;
    margin: 0 auto;
    height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

#home_form textarea{
    padding: 15px 0;
    resize: none;
    height: 150px;
}

#home_form input[type="submit"]{ 
    background-color: #1A1A1A;
    color: white;    
    font-size: 20px;
    font-weight: 600;
    transition: .2s;
}

#home_form input[type="submit"]:hover{
    transition: .2s;
    background-color: #EB3C03;
}

#home_form span{
    text-align: center;
    display: block;
    
}

#home_separador{
    height: 400px;
}



/*_________HOME BANNER_________*/

#home_slider{
    width: 100%;
    /*display: none;*/
}

.mySlides{
    display: none;
}

.w3-content{
    max-width: unset;
}

.mySlides img{
    width: 100%;
}

#home_slider_resp{
    display: none;
    width: 100%;
}

#home_slider_buttons{
    width: 102px;
    margin: 10px auto 0;
}

#home_slider_buttons button{
    width: 20px;
    height: 20px;
    margin: 0 1px;
    background-color: #EB3C03;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

#home_slider_buttons button:hover{
    background-color: #1A1A1A;
}


/*_________SOBRE NOSOTROS_________*/

#sobrenosotros_fundadores{
    width: 1200px;
    margin: 60px auto;
}

.fundadores_div{
    float: left;
    width: 400px;
    margin: 0 100px;
}

.fundadores_div *{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.fundadores_div img{
    border-radius: 100px;
}

.fundadores_div h3{
    margin: 30px 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.fundadores_div span{
    font-size: 16px;
    height: 90px;
}

.fundadores_div a{
    margin-top: 20px;
}



/*_________ESPECIALISTAS_________*/

#especialistas_div{
    width: 1000px;
    margin: 60px auto;    
}

#especialistas_div img{
    width: 150px;
    margin: 50px;
    float: left;
    display: block;
}

#especialistas_div p{
    text-align: center;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
}



/*_________CONTACTO_________*/

#contacto_div{
    width: 900px;
    margin: 60px auto;    
}

#contacto_div p{
    text-align: center;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
}

#contacto_div .contacto_subdivs{
    float: left;
    width: 50%;
}

#contacto_div form input, #contacto_div form textarea, .g-recaptcha{
    display: block;
    outline: none;
    border: 1px solid #1A1A1A;
    width: 90%;
    margin: 0 auto;
    height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

#contacto_div form span{    
    text-align: center;
    display: block;
}

#contacto_div form textarea{
    padding: 15px 0;
    resize: vertical;
    height: 255px;
    resize: none;
}

#contacto_div form input[type="submit"], .g-recaptcha{
    background-color: #1A1A1A;
    color: white;
    font-size: 20px;
    font-weight: 600;
    transition: .2s;
    width: 25%;
    margin-top: 20px;
    cursor: pointer;
}

#contacto_div form input[type="submit"]:hover{
    transition: .2s;
    background-color: #EB3C03;
}

#contacto_div form input[type="submit"]:hover, .g-recaptcha:hover{
    transition: .2s;
    background-color: #EB3C03;
}




/*_________SERVICIOS_________*/

.servicios_btn{
    display: block;
    width: 220px;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 0;
    color: white;
    text-decoration: none;
    text-align: center;
    background-color: #EB3C03;
    margin: 10px auto;
    transition: .2s;
}

.servicios_btn:hover{
    background-color: #1A1A1A;
    transition: .2s;
}

#servicios_infra_div{
    width: 1200px;
    margin: 0 auto 40px;
}

#servicios_infra_div div{
    width: 300px;
    padding: 50px 25px;
    margin: 0 25px;
    background-color: #1A1A1A;
    float: left;
}

#servicios_infra_div div h6{
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 40px;
}

#servicios_infra_div div span{
    display: block;
    text-align: center;
    color: white;
    margin: 20px 0;
}

#servicios_infra_div div .servicios_btn{
    margin-top: 50px;
}

#servicios_infra_div div .servicios_btn:hover{
    background-color: #EDEBEA;
    color: #EB3C03;
}

#texts_cloud img{
    width: 100%;
    margin: 30px 0;
}

#cloud_nav{
    margin: 50px auto 0;
    width: 1000px;
}

#cloud_nav a{
    color: #1A1A1A;
    text-decoration: none;
    margin: 0 auto;
    width: 1000px;
    font-weight: 400;
    font-size: 17px;
    margin: 0 25px;
}

#cloud_nav a:hover{
    color: #EB3C03;
}



/*_________MARCAS_________*/

#marcas_multiparking_div_img img{
    width: 30%;
    margin: 1.5%;
}

.marcas_btn{
    margin-bottom: 75px;
}

#marcas_multiefactura_div_img img{
    display: block;
    width: 80%;
    margin: 20px auto;
}

#marcas_pericles_div_img img{
    display: block;
    width: 100%;
    margin: 40px auto;
}



/*_________MOBILE_________*/



@media only screen and (max-width: 1000px){
    
    header img{
        margin-left: 10px;
    }
    
    header nav{
        display: none;
    }
    
    #subheader{
        display: none;
    }
    
    #home_about{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #home_servicios{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home_servicios_min{
        float: none;
        width: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 30px;
        height: auto;
    }
    
    .home_servicios_min h3{
        height: auto;
    }
    
    a{
        text-decoration: none;
    }
    
    #home_marcas{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home_marcas_min{
        width: auto;
        float: none;
        margin-bottom: 50px;
    }
    
    #home_contacto{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #home_form{
        width: 80%;
        left: 10%;
    }
    
    #contacto_div form input[type="submit"], .g-recaptcha{
        width: 50%;
    }
    
    footer #multisoft_uruguay, footer #multisoft_usa{
        float: none;
        margin: 0 auto;
        width: 70%;
    }
    
    .footer_divs *{
        text-align: center !important;
    }
    
    .title_border{
        margin: 0 auto !important;
    }
    
    .footer_divs img{
        display: none;
    }
    
    .footer_divs h3{
        margin-top: 30px;
    }
    
    footer nav{
        display: none;
    }
    
    #abrir_menuresp{
        display: block;
    }
    
    #menuResp{
        display: block;
    }
    
    .cabecera h2{
        width: 95%;
        margin: 0 auto;       
        padding-top: 150px;
        font-size: 42px;
    }
    
    #sobrenosotros_fundadores{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .fundadores_div{
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 75px;
    }
    
    .fundadores_div span{
        height: auto;
    }
    
    .texts{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #servicios_infra_div{
        width: 100%;
    }
    
    #servicios_infra_div div{
        float: none;
        margin: 25px auto;
        width: 85%;        
        padding: 50px 2.5%;
    }
    
    #cloud_nav{
        width: 100%;
    }
    
    #cloud_nav a{
        display: block;
        text-align: center;
        margin: 10px 0;
        width: 100%;
    }
    
    #especialistas_div{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #especialistas_div img{
        width: 60%;
        margin: 80px auto;
        display: block;
        float: none;
    }
    
    #contacto_div{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #contacto_div .contacto_subdivs{
        float: none;
        width: 100%;
    }
    
    #marcas_multiparking_div_img img{
        width: 100%;
        margin: 10px 0;
    }
    
}