*{
    margin:0;
    padding:0;
    text-decoration:none;
    font-family: "open_sansregular", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root{
    --color-azul:#013543;
}

section{
    margin-top:2em;
    margin-bottom:2em;
}

.inner-width{
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
}

.inner-width .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1,h2,h3, h1>span{
    font-family: sans-serif!important;
    color:var(--color-azul);
}

h2>span{
    font-family: sans-serif!important;
}

ul{
    list-style: none;
}

p{
    color:#585858;
}

a{
    transition: .2s linear;
}

a:hover{
    color:#fbb529!important;
}

a,
a:hover{
    text-decoration:none !important;
}

h2>span{
    font-weight: 600;
}

/*#region-----Navbar------------------*/
.header{
    background-color:#fff;
    width:100%;
    top:0;
}

.header .inner-width{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top:1em;
}

.logo{
    width:266px;
    height:87px;
    background-image: url("Img/Logos/sysmed-logo.png");
    background-size: contain;
    background-repeat:no-repeat;
    text-indent: -99999px;
}

.navbar-menu{
    display:flex;
    flex-direction:column;
    align-items: center;
}

.navbar-menu a{
    color:var(--color-azul);
    font-size:15px;
    margin-right:.4em;
}

.navbar-menu a:hover{
    color:#fbb529;
    text-decoration: none;
}

.navbar-menu>a{
    margin-top:1em;
}

.navbar-menu span{
    border-left: 2px solid black;
    padding-left: .4em;
    margin-left: .2em;
    font-weight: 600;
}

.boton{
    background-color:#fbb529;
	border-radius:28px;
    color:var(--color-azul);
    font-weight: 600;
	padding:.5em 1em;
    text-decoration:none;
    box-shadow: 0px 4px 0px 0px #db9f29;
    transition: .2s linear;
    font-family: sans-serif;
}

.boton:hover{
    color:#fff!important;
    box-shadow: 0px 1px 0px 0px #db9f29;
}

#contacto-header{
    display:flex;
    margin-top:2em;
    margin-bottom:2em;
}

#contacto-header span a{
    margin-left:0;
}

/*#endregion*/


/*#region-----Banner------------------*/

#banner{
    min-height:600px;
    background: url("Img/Banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    margin-top:.5em;
    margin-bottom:0;
}

#banner .inner-width{
    display:flex;
    align-items:center;
    justify-content: center;
    height: 100%;
}

#banner .content{
    width:100%;
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 2em;
}

#banner .content>div:first-of-type{
    width:100%;
    text-align:center;
}

#banner .content h1{
    font-size:3em;
    font-weight: 600;
    color:var(--color-azul);
    text-align: center;
    line-height: 1.4em;
    margin-bottom:0;
}

#banner h1 span{
    display:block;
    font-size:1.4em;
    font-weight: 600;
}

#banner h2{
    color:var(--color-azul);
    font-size: 2em;
    font-weight: 600;
}

#banner h2>span{
    display:block;
}

#banner p{
    font-size:1.5em;
    color:#089cd5;
    line-height: 1.2em;
    font-weight: 600;
}

#banner p span{
    display:block;
}

.formulario{
    width:100%;
    background: rgba(0, 0, 0, 0.2);
    margin-left:auto;
    padding:2em;
}

.formulario form{
    display:flex;
    flex-direction: column;
}

.form-control{
    width:100%!important;
}

.form-control-area {
    width: 100%;
    height: 100px!important;
    float: right;
    border: 1px solid #ced4da;
    padding-left: 12px;
    padding-right: 12px;
    color: #495057;
}

.input-radius {
    border-radius: 8px !important;
    resize: none;
}

.formulario .form-group:last-of-type{
    align-self: center;
}

/*#endregion*/

/*#region-----Funciones------------------*/
#funciones{
    color:var(--color-azul);
    padding-top:2em;
    padding-bottom:2em;
    text-align: center;
    margin-top:0;
}

#funciones h2{
    font-size:2.5em;
    margin-top:1em;
}

#funciones .boton{
    display: block;
    font-size: 1.5em;
    margin: auto;
    width: 250px;
}

.funciones{
    min-height:360px;
    margin-bottom: 4em;
}

/*#endregion*/

/*#region-----Funciones equipo------------------*/
#funcionesEquipo{
    color:var(--color-azul);
    padding-top:2em;
    padding-bottom:4em;
    text-align: center;
    margin-top:0;
    background-color:#dfdede;
}

#funcionesEquipo h2{
    margin-top:1em;
    margin-bottom:2em;
    font-size: 2.5em;
}

#funcionesEquipo .boton{
    display: block;
    font-size: 1.5em;
    margin: auto;
    width: 250px;
}

.funciones-equipo{
    min-height:740px;
    margin-bottom: 4em;
}

/*#endregion*/

/*#region-----Beneficios------------------*/

#beneficios{
    padding-top:2em;
    padding-bottom:2em;
    text-align: center;
    margin-top:0;
    margin-bottom:4em;
}

#beneficios .inner-width .content{
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#beneficios h2{
    color:var(--color-azul);
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 2em;
}

#beneficios h2>span{
    font-weight: 600;
}

.beneficios-columna{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    margin:0 auto;
}

.beneficios-info{
    width: 80%;
    font-size: 1.2em;
    margin-bottom:3em;
}

.beneficios-info p{
    color:#888888;
    margin-bottom:.5em;
    font-size:1.2em;
    font-weight: 600;
    text-align: left;
}

.beneficios-info p>span{
    display:block;
}

.beneficios-info p + span{
    display:block;
    border-radius: 28px;
    padding: .2em 3em;
    margin-bottom:.5em;
}

.beneficios-info .borde-color{
    background-color:#099cd4;
}

#beneficios .boton{
    display: block;
    font-size: 1.5em;
    margin: auto;
    width: 250px;
}

/*#endregion*/


/*#region-----Ventajas------------------*/

#flecha{
    background-color:#fbb529;
    margin-bottom:0;
}

#flecha .fondo{
    width:250px;
    height:160px;
    background-image: url("Img/Mobile/Flecha-Mobile.png");
    background-repeat:no-repeat;
    background-position:center;
}

#flecha h2{
    text-align:center;
    margin-top:1em;
    margin-bottom:3em;
    color:#fff;
}

#flecha span:nth-of-type(2){
    display:block;
    font-weight: 500;
}

/*#endregion*/


/*#region-----Prefooter------------------*/

#prefooter{
    background-color:#e16811;
    margin-top:0;
    margin-bottom:0;
    padding-top:2em;
    padding-bottom:2em;
}

#prefooter h2{
    text-align:center;
    color:#fff;
    font-weight: 600;
}

/*#endregion*/

/*#region-----Footer------------------*/
footer {
    color: #FFF;
    background: #232323;
    padding: 2em 0;
}

footer .inner-width .content{
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

footer a:hover{
    color:#fbb529;
}

.columna{
    width:100%;
    display:inline-block;
    vertical-align:top;
    margin-top:1em;
    margin-bottom:2em;
    margin-right:2em;
}

.columna h2{
    font-size:1.8em;
    padding-bottom:.3em;
    border-bottom: 1px solid #fff;
    margin-bottom:.5em;
}

.columna span{
    font-weight: 600;
}

.columna p{
    margin-bottom:0;
}

.columna h2,
.columna p,
.columna a{
    color:#fff;
}

.columna:first-of-type {
    order:2;
}

.columna:nth-of-type(2) {
    order:3;
}

.columna:last-of-type {
    display: flex;
    flex-direction: column;
    width: 100%;
    order:1;
}

.columna:last-of-type > div:first-of-type{
    width: 100%;
}

.columna:nth-of-type(3) .contacto{
    margin-bottom:.5em;
}

.lista-productos{
    margin-bottom: .5em;
}

.datafiscal{
    text-align: center;
}

.datafiscal img {
    width: 20%;
    margin-top: 1em;
    opacity: 0.8;
}

#mapa {
    width: 100%;
    height: 300px;
    margin-top: 1em;
}

footer .formulario{
    background-color:transparent;
    margin-top:1em;
    padding:0;
}

.contacto-contenedor{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contacto-contenedor:first-child{
    width:100%;
}

.contacto-contenedor .formulario{
    width:100%;
}

.contacto:nth-last-of-type(2){
    margin-top:1em;
}

.contacto:nth-last-of-type(2){
    margin-top:1em;
}

.contacto:last-of-type{
    display: flex;
    align-items: center;
    margin-top:1em;
}

.contacto:last-of-type a{
    margin-right:1em;
}

.contacto:last-of-type a:nth-last-of-type(2){
    margin-top:2px;
}

.contacto:last-of-type a:last-of-type{
    margin-bottom:2px;
}

.logo-ms{
    display:block;
    width:140px;
    height:50px;
    background-image: url("Img/Logos/Mastersoft-logo-footer.png");
    background-repeat:no-repeat;
    text-indent: -9999px;
}

.logo-sperta-footer{
    display:block;
    width: 140px;
    height: 38px;
    background-image: url(Img/Logos/sysmed-logo-footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

/*#endregion*/


/*#region-----Media-Queries------------------*/

@media screen and (min-width:580px){

    /*-----Banner------------------*/

    .formulario{
        width:80%;
        margin:1em auto;
    }
}

@media screen and (min-width:768px){

    /*-----Banner------------------*/

    .formulario{
        width:60%;
        margin:1em auto;
    }

    /*-----Funciones------------------*/

    .funciones{
        min-height:360px;
    }

    .beneficios-info{
        width: 50%;
    }

    /*-----Funciones Equipo------------------*/

    .funciones-equipo{
        min-height:600px;
    }

    .img-equipo{
        width:690px;
    }

    /*--Footer--*/
    .contacto-contenedor{
        flex-direction: row;
    }

    .contacto-contenedor:first-child{
        width:40%;
    }
    
    .contacto-contenedor .formulario{
        width:40%;
        margin-top:0;
    }
}

@media screen and (min-width:900px){
    /*#region-----Navbar------------------*/

    .header .inner-width{
        flex-direction: row;
    }

    .navbar-menu{
        flex-direction:row;
    }

    .navbar-menu a{
        margin-left:2em;
    }

    .navbar-menu>a{
        margin-top:0;
    }

    #contacto-header{
        margin-top:0;
        margin-bottom:0;
    }

    /*-----Banner------------------*/

    #banner .content{
        padding: 2em;
    }

    #banner .content h1{
        text-align: left;
    }

    #banner .content>div:first-of-type{
        width:35%;
        text-align:left;
    }

    .formulario{
        width:40%;
        margin:0 0 0 auto;
    }

    /*#region-----Funciones------------------*/
    
    #funciones h2{
        font-size:2em;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    #funciones .boton{
        width: 320px;
    }

    /*#endregion*/

    /*#region-----Funciones Equipo------------------*/
	
	.img-equipo{
        width:750px;
    }
	
    #funcionesEquipo .boton{
        width: 320px;
    }

    /*#endregion*/

    /*#region-----Beneficios------------------*/

    #beneficios .inner-width .content{
        flex-direction: row;
        align-items: flex-end;
    }

    .beneficios-columna{
        width:40%;
        margin:0 2em;
    }

    #beneficios h2{
        margin-left: 1.1em;
        align-self: flex-start;
    }

    .beneficios-info{
        width: 30%;
    }

    #beneficios .boton{
        width:320px;
    }

    /*#region-----Ventajas------------------*/

    #flecha .fondo{
        width:433px;
        height:293px;
        background-image: url("Img/Flecha.png");
    }
    /*#endregion*/

    /*#region-----Footer------------------*/
    footer .inner-width .content{
        flex-direction: row;
        justify-content: space-between;
    }

    .columna{
        width:45%;
    }

    .columna:first-of-type {
        width:20%;
        order:1;
    }
    
    .columna:nth-of-type(2) {
        order:3;
        width:100%;
    }
    
    .columna:last-of-type {
        order:2;
        flex-direction:row;
        width:70%;
    }

    .contacto-contenedor .formulario{
        width: 50%;
    }

    .datafiscal{
        text-align: left;
    }

    .datafiscal img {
        width: 30%;
    }

    /*#endregion*/
}

@media screen and (min-width:1200px){

    .columna{
        width:25%;
    }
	
	/*#region-----Funciones Equipo------------------*/
	
	.img-equipo{
        width:850px;
    }

}

/*#endregion*/