
.make {
    display: flex;
    justify-content: center;
    margin: 9%;
}
/*text styles*/
*{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.title_blue{
	font-size: 48px;
	font-weight: 300;
	color: #2E4092;
}

.title_white{
	font-size: 48px;
	font-weight: 300;
	color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px){ 
	.title_blue , .title_white{
	    font-size: 30px;
	}
}

.subtitle{
	font-size: 26px;
	color: #000000;
}
.subtitle_blue{
    font-size: 24px;
    color: #2E4092;
}
@media only screen and (min-width: 320px) and (max-width: 1024px){ 
	.subtitle{
	    font-size: 24px;
	}
}

.subtitle-2{
	font-size: 24px;
	color: #000000;
}

@media only screen and (min-width: 320px) and (max-width: 767px){ 
	.subtitle-2 , .subtitle_blue {
	    font-size: 20px;
	}
}

.text_black{
	color: #000000;
    font-size: 18px;
}

.text_white{
	color: #FFF;
    font-size: 18px;
}

.nav--text_static {
    font-weight: 600;
    font-size: 18px;
    color: #7D7B7D;
}
.nav--text_active {
    font-weight: 600;
    font-size: 18px;
    color: #ff3860;
}
.nav--text_static:hover {
    font-weight: 600;
    font-size: 18px;
    color: #FF0000;
}
.link_red {
    font-size: 24px;
    color: #FF0000;
}

.link_red:hover {
    color: #FF0000;
    text-decoration: underline;
}

.link_white {
    font-size: 24px;
    color: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 767px){ 
	.link_red , .link_white  {
	    font-size: 17px;
	}
}

hr.color_center{
    background-color: #FF0000;
    border: none;
    display: block;
    width: 10%;
    height: 1px;
    margin: auto;
    
}

hr.color {
    background-color: #FF0000;
    border: none;
    display: block;
    width: 10%;
    height: 1px;
}

#center{
    text-align: center;
}
button.button_blue {
    background-color: #2E4092;
    border-color: transparent;
    color: #fff;
    width: 100px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
}
.textarea-blue{
    display: block;
    max-height: 600px;
    max-width: 100%;
    min-height: 120px;
    min-width: 100%;
    padding: 0.625em;
    resize: vertical;
    border-color: #3273dc;
    font-size: 1rem;
}

/*text styles end*/

/*header*/

/*nav*/

header{
    background-image: url(../img/landing--background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4%;
}

.header--about-us{
    background-image: url(../img/header--about-us.png);
    background-size: cover;
    background-position: center;

}
header.header--contact{
    background-image: url(../img/header--contact.png);
    background-size: cover;
    background-position: center bottom;

}

header.header--service-desk{
    background-image: url(../img/header--service-desk.png);
    background-size: cover;
    background-position: center bottom;

}
header.header--admin-dispositivos{
    background-image: url(../img/header--admin-dispositivos.png);
    background-size: cover;
    background-position: center bottom;

}

header.header--admin-activos{
    background-image: url(../img/header--admin-activos.png);
    background-size: cover;
    background-position: center bottom;

}

header.header--antivirus{
    background-image: url(../img/header--antivirus.png);
    background-size: cover;
    background-position: center bottom;

}
header.header--workflows{
    background-image: url(../img/header-workflows.png);
    background-size: cover;
    background-position: center bottom;

}

header.header--respaldos{
    background-image: url(../img/header--respaldos.png);
    background-size: cover;
    background-position: center bottom;

}

header.header--prevencion{
    background-image: url(../img/header--prevencion.png);
    background-size: cover;
    background-position: center bottom;

}

.nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 4%;
}


.nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.nav-item {
    padding: 0px;
}
.nav-item img {
    max-height: initial;
}

ul.header--menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

ul.header--menu> li {
    list-style-type: none;
    text-align: initial;
    padding: 1% 2%;
    
}

ul.header--sub-menu {
	display: none;
    position: absolute;
    background-color: #FFF;
}
ul.header--sub-menu> li {
    margin: 2% 0 2% 0;
    padding: 2% 2%;
}

    


.li--header-sub-menu:hover > ul.header--sub-menu{
	display: block ;
    position: absolute;
    
}

ul.header--sub-menu> li:hover{

	background: #FF0000;

	
}


ul.header--sub-menu> li:hover >a{

	color: #FFF;
	
}
/*nav toggle*/

.nav-toggle{
    background-color: transparent;
    border-style: solid;
    border-color: #FF0000;
    border-width: 1px;
}

.nav-toggle:hover {
    background-color: transparent;
    border-style: solid;
    border-color: #FF0000;
    border-width: 1px;
}

.nav-toggle span {
    background-color: #FF0000;
}
.nav-toggle.is-active  {
    background-color: #FF0000;
}

.nav-toggle.is-active span {
    background-color: #FFF;
}

.nav-right.nav-menu.is-active ul.header--menu {
    display: block;
    justify-content: center;
    align-items: center;
}

.nav-right.nav-menu.is-active ul.header--sub-menu {
    display: inherit;
    position: inherit;
    padding: 1%;
    border-left-style: solid;
    border-width: 1px;
    border-left-color: red;
}


/*nav end*/

/*header text*/

#header--content{
	padding: 15% 0 ;
}
.columns {
    margin-left: 0px; 
    margin-right: 0px; 
    margin-top: 0px; 
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 4%;
}
.main--align_bottom {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.align_bottom {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 768px){
	.main--align_bottom {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-end;
    padding-top: 11%;
    
    }
}


.header--link_right {
    margin-top: 5%;
}

/*header text end*/

/*main*/

.main {
    padding-top: 4%;
}
.main--solutions {
    padding-bottom: 4%;
}

.main--solutions-solution {
    height: 100%;
}

.main--solutions-solution-icon {
    width: 100%;
    align-self: flex-start;
}
.main--solutions-solution-subtitle {
    width: 100%;
    margin: 5% 0;
    align-self: flex-start;
}

.main--solutions-solution-link {
    width: 100%;
    margin: 5% 0;
    align-self: flex-end;
}

/*main about us*/
.main--card-aboutus {
    background-image: url(../img/card-aboutus--background.png);
    height: 100%;
    width: inherit;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18% 0;
}
.main--card-mision {
    background-image: url(../img/card-mision--background.png);
    height: 100%;
    width: inherit;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18% 0;
}
.main--card-valores {
    background-image: url(../img/card-valores--background.png);
    height: 100%;
    width: inherit;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18% 0;
}
.main--card-wishes {
    background-image: url(../img/card-wishes--background.png);
    height: 100%;
    width: inherit;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18% 0;
}
@media only screen and (min-width: 320px) and (max-width: 500px){
    .main--card-aboutus , .main--card-mision , .main--card-valores , .main--card-wishes {
       padding: 30% 0; 
    }
}

.card--text_left{
    display: flex;
    width: inherit;
    height: inherit;
    justify-content: center;
    align-items: center;
}
/*main admin dispositivos*/

.main--admin-dispositivos {
    background-color: #2E4092;
    width: inherit;
    padding: 5% 0;
}
/*main admin activos ,workflows, antivirus, respaldos y disponibilidad, prevencion de perdida de datos*/
.main--card-icons {
    display: flex;
    height: 100%;
    width: inherit;
    justify-content: center;
}

/*main end*/

/*section mejora*/
.mejora {
    background-image: url(../img/section--mejora-background.png);
    background-size: cover;
    height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
#section--mejora{
    padding: 8% 0;
}

.section--mejora_right {
    padding: 6% 0;
}

/*section mejora end*/


/*section empresas*/
.empresas {
    padding: 4% 0;
}

.section-empresas-logos {
    padding: 4% 0;
    display: flex;
    justify-content: center;
}
img.responsive {
    height: 100%;
    width: 100%;
}
/*section empresas end*/

/*footer*/
 footer{
    background-color:#2E4092 ;
 }
.footer--logo, .footer--mail, .footer--reserved-rights {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1190px){
    .mail-icon {
        width: 10%;
    }
}
/*footer end*/

