@font-face{
    font-family: Lato-Regular;
    src: url(/f/Lato-Regular.ttf);
}
@font-face{
    font-family: Lato-Bold;
    src: url(/f/Lato-Bold.ttf);
}
@font-face{
    font-family: Lato-Black;
    src: url(/f/Lato-Black.ttf);
}
@font-face{
    font-family: MyriadPro-Bold;
    src: url(/f/MyriadPro-Bold.otf);
}
@font-face{
    font-family: MyriadPro-Regular;
    src: url(/f/MyriadPro-Regular.otf);
}
*{
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.Header {
    background-color: #1D2959;
    max-width: 100%;
    max-height: 75px;
	min-height: 75px;
	z-index: 99;
}

.divHeaderLogo {
    margin-left: 30px;
    margin-top: 25px;
    float: left;
}

.divMenuContactoHeader {
    float: right;
    margin-top: 5px;
    margin-right: 0;
    
}

.menuContactoHeader {
    list-style-type: none;
    font-family: Lato-Regular;
    font-size: 12px;
    color: #FFF;
    margin-right: 30px;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
}
.menuContactoHeader > li > a{
	text-decoration: none;
}
.menuContactoHeader > li > a:visited{
	color: #FFF;
}
.menuContactoHeader > li > a:link{
	color: #FFF;
}
.menuContactoHeader > li{
    display: inline-block;
	cursor: pointer;
}
.divMenuInicioHeader {
    float: right;
	margin-right: 20px;
}
/* Termina menu de contacto*/

/*Menu de navegacion de la pagina*/
nav{

}
nav ul {
	position: relative;
	display: flex;
	width: 600px;
	flex-direction: row;
	justify-content: space-around;
	margin-right: 30px;
    margin-top: 10px;
	text-align: right;
	}
	
nav ul li {
	list-style: none;
	color: #FFF;
	font-family: Lato-Regular;
    font-size: 18px;
	}

nav a {
	display:block;
	color:#FFF;
	text-decoration:none;
}

nav a:hover { 
	cursor: pointer;
}

/* Hide Dropdowns by Default */
nav ul ul {
	margin-right: -50px;
	background-color: #d6d6d6;
	max-width: 200px;
	border: 10px solid #d6d6d6;
	z-index: 1;
	visibility:hidden;
    opacity:0;
	filter:alpha(opacity=0);
    -webkit-transition:500ms ease;
    -moz-transition:500ms ease;
    -o-transition:500ms ease;
    transition:500ms ease;
	transform: translateX(-30px);
}
nav ul ul a{
	color:#525D6D;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:block;
	margin-top: -1px;
	visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	float:none;
	display:list-item;
	width: 100%;
	position: relative;
	font-family: MyriadPro-Regular;
	color: #525D6D;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	list-style-type: none;
	border-bottom: 1px solid #ACACAC;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top: 70px;
	left:170px;
	font-family: MyriadPro-Regular;
	color: #525D6D;
	font-size: 12px;
	list-style-type: none;
	max-width: 150px;
	background-color: #d6d6d6;
	margin-top: -100px;

}

/* Termina Menu Principal*/

/* Menu Peque*/
.menupeque{
	background-color: #525D6D;
	z-index: 99;
	position: relative;
	text-align: center;
	font-family: Lato-Bold;
	font-size: 18px;
	color: #FFF;
	width: 200px;
	list-style: none;
	padding: 10px;
	border-radius: 5px;
	display: none;
	overflow: hidden;
}
.menupeque a{
	color: #FFF;
	text-decoration: none;
}
.menupeque ul a{
	color: #000;
}
.menupeque ul{
	font-family: Lato-Regular;
	font-size: 14px;
	list-style: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out;
}
.menupeque li:hover ul{
	max-height: 600px;
	cursor: pointer;
	padding: 2px;
}
.menupeque li{
	padding: 5px;
}
.menupeque li:hover{
	background-color: #d6d6d6;
	color: #000;
	cursor: pointer;
}
.menupeque ul li:hover{
	background-color: #FFF;
	color: #525D6D;
	cursor: pointer;
}
#tercernivel{
	background-color: #525D6D;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out;
}
#tercernivel a{
	color: #FFF;
}
#segundonivel:hover #tercernivel{
	max-height: 600px;
	cursor: pointer;
	background-color: #1E2A5A;
	color: #FFF;
}

/* Termina menu peque*/


.Contenido {
    background-color: #FFF;
    margin: auto;
    max-width: 100%;
}

.divSlider {
    min-height: 45vw;
	z-index: -1;
	overflow: hidden;
}

.divContenedorSlider {
    position: relative;
    overflow: hidden;
    display: none;
}

.sliderTexto {
    font-family: Lato-Bold;
    font-size: 5vw;
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: 25%;
	text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
}

.imgSlider {
    width: 100%;
}

.btnInfoSlider {
    background-color: #515C6C;
    border: 1px solid #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 5px;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 30vw;
    height: 5vw;
    font-family: MyriadPro-Bold;
    font-size: 2vw;
    color: #FFF;
	cursor: pointer;
}

.bolitaSlider {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divDivisiones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.divDivisionesDiv{
    width: 33%;
    max-width: 335px;
    min-width: 335px;
}



.tituloDivisiones {
    font-family: Lato-Black;
    font-size: 22px;
    color: #1E2A59;
    margin-top: 30px;
    margin-bottom: 30px;
}

.subtituloDivisiones {
    font-family: Lato-Regular;
    font-size: 15px;
    color: #4C4C4C;
}

.btnInfoDivisiones {
    width: 140px;
    height: 30px;
    background-color: #1D2959;
    border-style: none;
    font-family: Lato-Black;
    font-size: 18px;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 1px;
	cursor: pointer;
}

.textoDivisiones {
    font-family: Lato-Regular;
    font-size: 15px;
    color: #000;
    padding: 10px;
    max-width: 235px;
}

.divServicios {
    background-image: url(/i/lap.png);
    min-height: 454px;
    background-position: right;
    overflow: hidden;
    background-size: cover;
}

.contenidoServicios {
    float: right;
    margin-right: 10%; 
    width: 350px;
}

.txtServicios {
    font-family: MyriadPro-Bold;
    font-size: 45px;
    color: #1E2A59;
    text-align: left;
    margin-top: 15%;
}

.hr1 {
    background-color: #1D2959;
    height: 3px;
    width: 68px;
	display: inline-block;
	border-style: none;
	position: absolute;
	z-index: 1;

}

.hr2 {
    background-color: #7F7F7F;
    width: 100%;
	display: inline-block;
	border-style: none;
	height: 1px;
	position: absolute;
	margin-top: 1px;
}

.listaServicios {
    margin-top: 30px;
    list-style-position: outside;
    list-style-image:url(/i/flecha2.png);
    font-size: 15px;
    font-family: Lato-Regular;
    color: #000;
}
.listaServicios > li{
    margin-bottom: 2.5px;
}

.btnLeerMas {
    background-color: #1D2959;
    width: 326px;
    height: 51px;
    text-align: center;
    margin-top: 20px;
    border-style: none;
    font-family: MyriadPro-Bold;
    font-size: 22.6px;
    color: #FFF;
    border-radius: 5px;
	cursor: pointer;
}

.divEncabezadoClientes {
    background-color: #1D2959;
    min-height: 98px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.divEncabezadoClientes >div{
    width: 50%;
    min-width: 305px; 
    font-family: Lato-Black;
    font-size: 30px;
    color: #FFF;
    margin: auto;
    text-align: center;
}

.btnCotizacion {
    background-color: #515C6C;
    width: 303px;
    height: 39px;
    color: #FFF;
    border-radius: 3px;
    font-family: Lato-Black;
    font-size: 22.26px;
    border-style: none;
	cursor: pointer;
}

.divFlechitaAbajo {
    text-align: center;
}

.divIconos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    justify-content: center;
    
}
.divIconos > div{
    width: 25%;
    min-width: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;

    

}

.imgApparel{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgApparel:hover{
    content: url(/i/logos/apparel2.png);
}
.imgBellenit{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgBellenit:hover{
    content: url(/i/logos/bellenit.png);
}
.imgFicma{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgFicma:hover{
    content: url(/i/logos/ficma2.png);
}
.imgFomec{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgFomec:hover{
    content: url(/i/logos/fomec2.png);
}
.imgHerseg{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgHerseg:hover{
    content: url(/i/logos/herseg2.png);
}
.imgHobby{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgHobby:hover{
    content: url(/i/logos/hobby2.png);
}
.imgIcsa{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgIcsa:hover{
    content: url(/i/logos/icsa2.png);
}
.imgIku{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgIku:hover{
    content: url(/i/logos/iku2.png);
}
.imgJuridicos{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgJuridicos:hover{
    content: url(/i/logos/juridicos2.png);
}
.imgLn{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgLn:hover{
    content: url(/i/logos/ln2.png);
}
.imgM9c{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgM9c:hover{
    content: url(/i/logos/mgc2.png);
}
.imgMetlag{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgMetlag:hover{
    content: url(/i/logos/metlag2.png);
}
.imgMgc{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgMgc:hover{
    content: url(/i/logos/mgc2.png);
}
.imgOdonto{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgOdonto:hover{
    content: url(/i/logos/odonto2.png);
}
.imgParati{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
}
.imgParati:hover{
    content: url(/i/logos/parati2.png);
}
.imgGamestage{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
	width: 200px;
}
.imgGamestage:hover{
    content: url(/i/logos/gamestage2.png);
}
.imgCarnes{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
	width: 200px;
}
.imgCarnes:hover{
    content: url(/i/logos/logocarnes2.png);
}
.imgBuenhotel{
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    top: 50%;
    transform: translate(0, -50%);
	width: 200px;
}
.imgBuenhotel:hover{
    content: url(/i/logos/buenhotel2.png);
}



.divComentarios {
    background-image: url(/i/lap2.png);
    width: 100%;
    min-height: 413px;
    text-align: center;
    position: relative;
	background-size: contain;
}

.divEncabezadoComentario {
    font-family: MyriadPro-Bold;
    font-size: 40px;
    color: #1E2A59;
    text-align: center;
    width: 100%;
    margin-top:5%;
}

.hrComentarios {
    background-color: #1D2959;
    height: 3px;
    width: 68px;
    margin-top:10px;
}

.divCitaComentarios {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-top: 5%;
}

.txtComentario {
    max-width: 70%;
    font-family: Lato-Bold;
    font-size: 15px;
    color: #000;
    margin: 0;
}



.Comilla1 {
    margin-right: 10px;
}

.Comilla2 {
    margin-left: 10px;
}

.txtAutor {
    font-family: MyriadPro-Bold;
    font-size: 25px;
    color: #1E2A59;
    margin-top: 4.5%;

}

.txtUrl {
    color: #00719B;
    font-family: MyriadPro-Regular;
    font-size: 18px;

}

.puntitoComentarios {
    margin-top: 3%;
	cursor: pointer;
}

.divMenuFooter {
    background-color: #1D2959;
    min-height: 257px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.divContenedor{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    margin: auto;
    min-width: 250px;
}
.divContenedorHijo{
    width: 50%;
    min-width: 255px;
    margin-top: 50px;
    justify-content: center;
    
}

.txtPiePagina {
    font-family: Lato-Regular;
    font-size: 14px;
    color: #FFF;
    width: 220px;
    margin-top: 20px;
}

.txtTituloPiePagina {
    font-family: Lato-Black;
    font-size: 22.26px;
    color: #FFF;
    display:
}

.menuPieSecciones {
    list-style-type: none;
    font-family: Lato-Regular;
    color: #FFF;
    font-size: 15px;
    margin-top: 25px;
}
.menuPieSecciones > li > a{
	text-decoration: none;
}
.menuPieSecciones > li > a:visited{
	color: #FFF;
}
.menuPieSecciones > li > a:link{
	color: #FFF;
}
.menuPieSecciones > li {
    margin-bottom: 10px;
	cursor: pointer;
}

.menuPieServicios {
    margin-top: 25px;
    font-family: Lato-Regular;
    font-size: 15px;
    color: #FFF;
    list-style-image: url(/i/flechitablanca.png);
    list-style-position: inside;
}
.menuPieServicios > li > a{
	text-decoration: none;
}
.menuPieServicios > li > a:visited{
	color: #FFF;
}
.menuPieServicios > li > a:link{
	color: #FFF;
}
.menuPieServicios > li{
    margin-bottom: 10px;
	cursor: pointer;
}

.menuPieContacto {
    margin-top: 25px;
    font-family: Lato-Regular;
    font-size: 15px;
    color: #FFF;
    list-style-position: inside;
    margin-right: 50px;
}
.menuPieContacto > li > a{
	text-decoration: none;
}
.menuPieContacto > li > a:visited{
	color: #FFF;
}
.menuPieContacto > li > a:link{
	color: #FFF;
}
.icoMapa{
    line-height: 17px;
    background-image: url(/i/mapa.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
}
.icoTelefono{
    line-height: 17px;
    background-image: url(/i/telefono.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
}
.icoMail{
    line-height: 10px;
    background-image: url(/i/correo.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
}

.divPiePagina {
    background-color: #1A3D7F;
    min-height: 60px;
    position: relative;
}

.txtDerechos {
    font-family: 'Century Gothic';
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ContenedorMenusHeader {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.logoPiePagina {
    margin-left: 35px;
    width: 131px;
    height: 23px;
}

.ContenidoComentarios {
    display: flex;
    flex-direction: column;
}
.divMenusDropdown {
    display: none;
    float: right;
	margin-right: 30px;
	z-index: 1;
}
.fa-bars{
    color: #FFF;
}


.divColapsableConsultoria{
    overflow: hidden;
}
.smooth { transition: max-height 1s }


.divColapsableSoftware {
    overflow: hidden;
}

.divColapsableHardware {
    overflow: hidden;
}

.imgLogoHeader {
    max-width: 168px;
    width: 13vw;;
    min-width: 80px;
}


.divMenuIcono {
	text-align: right;
	margin-top: 15px;
}
.circulito {
  height: 10px;
  width: 10px;
  background-color: #CCC;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid black;
}
.circulito:hover{
	height: 10px;
  	width: 10px;
	background-color: transparent;
	border: 1px solid #FFF;
}
.divMapaContacto {
	min-height: 450px;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap; 
}

.divMapa {
	width: 60%;
}

.divInfoMapa {
	width: 40%;
	margin: auto;
	justify-content: center;
}

.mapaContactanos {
	font-family: Lato-Black;
	font-size: 40px;
	color: #1E2A59;
	text-align: center;
	margin-bottom: 20px;
}

.menuMapaContacto {
	font-family: MyriadPro-Regular;
	font-size: 18px;
	color: #000;
	max-width: 250px;
	margin-top: 30px;
	list-style: none;
	text-align: center;
}
.menuMapaContacto >li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.menuMapaContactoDireccion:before{
	position: absolute;
  	top: 0;
  	left: 0;
	font-family: FontAwesome;
	content: '\f041';
	list-style-position: outside;
	color: #1D2959;
}
.menuMapaContactoTelefono:before{
	position: absolute;
  	top: 0;
  	left: 0;
	font-family: FontAwesome;
	content: '\f095';
	list-style-position: outside;
	color: #1D2959;
}
.menuMapaContactoCorreo:before{
	position: absolute;
  	top: 0;
  	left: 0;
	font-family: FontAwesome;
	content: '\f0e0';
	list-style-position: outside;
	color: #1D2959;
}

.divFormularioContacto {
	display: flex;
	flex-direction: column;
	background-color: #D1D1D1;
	justify-content: center;
	height: 554px;
	
}

.divFormularioTexto {
	font-size: 16.59px;
	font-family: MyriadPro-Regular;
	color: #000;
	text-align: center;
	margin: auto;
	margin-bottom: 0;
	max-width: 653px;
	width: 55.81vw;
}

.divFormFormulario {
	margin: auto;
	max-width: 50vw;
	text-align: center;
	justify-content: center;
}

.txtNombreIzq {
	width: 100%;
	max-width: 311px;
	height: 32px;
	font-family: Lato-Bold;
	font-size: 15.06px;
	margin-bottom: 25px;
}

.txinfo {
	max-width: 653px;
	width: 100%;
	height: 143px;
	font-family: Lato-Bold;
	font-size: 15.06px;
	margin-bottom: 25px;

}

.btnEnviar {
	max-width: 653px;
	width: 55.81vw;
	height: 53px;
	background-color: #1D2959;
	color: #FFF;
	border-style: none;
	font-family: Lato-Black;
	font-size: 25px;
}

.txtNombreDer {
	width: 100%;
	max-width: 311px;
	height: 32px;
	font-family: Lato-Bold;
	font-size: 15.06px;
	margin-bottom: 25px;
}

.flexInputs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}
.flexInputs > div{
	width: 50%;
}

.divObjetivoCliente {
	text-align: center;
	margin: auto;
	justify-content: center;
	}

.divEncabezadoObjetivos {
	font-family: Lato-Black;
	font-size: 30px;
	color: #1E2A59;
	padding-top: 30px;
}

.divTextoObjetivos {
	font-family: Lato-Regular;
	font-size: 20px;
	padding: 30px;
	max-width: 880px;
	
}

.divQueHicimos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.divQuehicimosContenido {
	margin-left: 30px;
	width: 40%;
}

.divQuehicimosImagen {
	text-align: center;
	margin: auto;
	width: 600px;
	margin-top: 50px;
}

.divComarcaGaleriaTitulo {
	font-family: Lato-Black;
	font-size: 30px;
	margin-left: 80px;
	margin-top: 30px;
}

.divEncabezadoClientesGaleria {
	background-color: #1D2959;
    min-height: 98px;
    max-width: 100%;
	color: #FFF;
	text-align: left;
	display: flex;
	margin: 0;
}

.divComarcaGaleriaImagenes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}
.divComarcaGaleriaImagenes > div > img{
	top: 50%;
    transform: translate(0, -50%);
	position: relative;
}
.divComarcaGaleria {
	margin: 0;
}



.divProyectosRelacionadosEnlaces {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 100px;
	margin-top: 30px;
}

.divProyectoItem {
	width: 355px;
	height: 520px;
	background-color: #D1D1D1;
	margin-bottom: 30px;
}

.divTituloProyecto {
	font-family: Lato-Black;
	font-size: 20px;
	color: #1E2A59;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.divSubtituloProyecto {
	color: 000;
	font-family: MyriadPro-Regular;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.btnVerProyecto {
	width: 355px;
	background-color: #1D2959;
	height: 35px;
	text-align: center;
	color: #FFF;
	border-style: none;
	font-family: Lato-Black;
	font-size: 18px;
	margin-top: 15px;
	cursor: pointer;
	
	
}

.divGaleriaLink {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	font-style: Lato-Black;
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	text-decoration: none;
}

.divCallcenterLogo {
	width: 100%;
	height: 202px;
	background: #660000; /* Old browsers */
	background: -moz-linear-gradient(left, #660000 0%, #880a0e 51%, #880a0e 51%, #880a0e 51%, #660000 100%, #660000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #660000 0%,#880a0e 51%,#880a0e 51%,#880a0e 51%,#660000 100%,#660000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #660000 0%,#880a0e 51%,#880a0e 51%,#880a0e 51%,#660000 100%,#660000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#660000',GradientType=1 ); /* IE6-9 */
}

.DivLogoIcsa {
	background-color: #000;
	height: 200px;
}

.divBannerDivisiones {
	margin-bottom: 30px;
	min-height: 250px;
	position: relative;
	overflow: hidden;
	background-image: url(/i/bannerdivisiones.png);
	z-index: -1;
	background-size: cover;
	
}

.divDivisionConsultoria {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	text-align: right;
}

.divDivisionesSoftware {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	background-color: #D2D2D2;
}

.divDivisionesMarketing {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	text-align: right;
	margin-top: 5%;
	margin-bottom: 100px; 
}

.TituloDivisiones {
	font-family: Lato-Black;
	font-size: 40px;
	color: #1E2A59;
}

.txtDescripcionDivisiones {
	font-family: MyriadPro-Regular;
	font-size: 15px;
	color: #000;
}

.btnPortafolio {
	width: 303px;
	height: 39px;
	background-color: #525D6D;
	border-style: none;
	border-radius: 5px;
	margin-top: 50px;
	font-family: Lato-Black;
	font-size: 22.26px;
	color: #FFF;
	cursor: pointer;
	margin-bottom: 50px;
}

.divBarraBannerServicios {
	background-color: #808080;
	margin-bottom: 0;
	z-index: 99;
	position: relative;
}

.menuDivisionesPage {
	color: #FFF;
	font-size: 32px;;
	font-family: Lato-Black;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	position: absolute;
	bottom: 10px;
}

.divClienteBh {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

.divLogoBh {
	width: 50%;
}

.difInfoBh {
	width: 50%;
}

.txtClientebh {
	font-family: MyriadPro-Bold;
	font-size: 30px;
	color: #1E2A5A;
}

.subClientebh {
	font-family: Lato-Regular;
	font-size: 20px;
}

.txtDescClientebh {
	font-family: Lato-Regular;
	font-size: 20px;
	max-width: 472px;
	
}

.txtSubtitulobh {
	font-family: MyriadPro-Bold;
	font-size: 20px;
}

.divBuscababh {
	text-align: center;
	background-image: url(/i/buscababackground.png);
	min-height: 296px;
	position: relative;
}

.divImagenConceptoBh {
	background-color: #1E2A5A;
	height: 416px;
}

.txtImagenConceptobh {
	font-family: Lato-Black;
	font-size: 28px;
	text-align: center;
	color: #FFF;
}

.divImgImagenConcepto {
	display: flex;
	flex-direction: row;
	margin: 5px;
	justify-content: center;
	margin-top: 50px;
	text-align: center;
	font-family: Lato-Regular;
	color: #FFF;
	font-size: 22px;
	margin-left: 100px;
	margin-right: 100px;
}

.divBuenHotelGaleriaImagenes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	overflow: hidden;
}

.divCallcenterGaleriaImagenes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 50px;
}

.divCallcenterGaleriaImagenes  > div{
	position: relative;
}
.divCallcenterGaleriaImagenes  > div:hover .callcenterHover{
	display: block;
	cursor: pointer;
}


.txtFraseNosotros {
	font-family: Lato-Regular;
	font-size: 19.2px;
}

.txtNosotrosPregunta {
	font-family: Lato-Black;
	font-size: 31.42px;
	color: #1E2A5A;
	opacity: 0.5;
	display: inline;
}

.divNosotrosDetalles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #D2D2D2;
	justify-content: center;
	margin: auto;
	margin-top: 210px;
}

.txtNosotrosTitulo {
	font-family: Lato-Black;
	font-size: 45px;
	color: #1E2A5A;
}

.txtNosotrosDescripcion {
	font-family: Lato-Regular;
	font-size: 15px;
}
.txtNosotrosDescripcion > b{
	font-family: Lato-Black;
	color: #042880;
	hyphens: manual;
}

.divNosotrosMisionVision {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 70px;
	margin-bottom: 90px;
	justify-content: space-between;
}
.divNosotrosMision{
	margin-right: 50px;
}
.divNosotrosVision{
	margin-left: 80px;
}
.divNosotrosMisionVision >div{
	max-width: 50%;
	width: 458px;
}

.imgNosotrosLaptop {
	float: right;
	margin-top: 80px;
	margin-bottom: 80px;
}

.divNosotrosBanner {
	position: absolute;
	overflow: hidden;
	background-image: url('/i/bannernosotros.png');
	width: 100%;
	height: 228px;
	background-size: cover;
	z-index: -1;
}

.txtBannerNosotros {
	font-family: Lato-Black;
	font-size: 42.96px;
	position: absolute;
	color: #FFF;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
}

.imgBannerPortafolio {
	margin-top: -100px;
	transform: scaleX(-1);
	width: 150%;
	z-index: -1;
	min-width: 1170px;
}

.divBannerPortafolio {
	overflow: hidden;
	height: 200px;
	text-align: center;
	position: relative;
	z-index: -1;

}

.txtBannerPortafolio {
	font-family: Lato-Bold;
	font-size: 40px;
	position: absolute;
	color: #FFF;
	top: 80%;
    left: 30px;
    transform: translate(0, -50%);
	text-align: center;
	text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
	z-index: 99;
}

.divCapaNosotros {
	background-color: #00327F;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}

.menuPortafolio {
	font-size: 22px;
	font-family: MyriadPro-Regular;
	color: #1E2A5A;
	display: flex;
	justify-content: space-between;
    width: 100%;
	-webkit-text-stroke: 1px #1E2A5A;
}
.menuPortafolio > li > a:link{
	color: #1E2A5A;
}
.menuPortafolio > li > a{
	text-decoration: none;
}
.menuPortafolio > li > a:visited{
	color: #1E2A5A;
}
.menuPortafolio > li {
	display: inline-block;
}
.menuPortafolio > li > img {
	margin-bottom: -3px;
	margin-right: 10px;
}

.divMenuPortafolio {
	margin-top: 30px;
	margin-bottom: 20px;
}

.divPortafolioContenedor {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 100px;

}
.divPortafolioContenedor > div{
	width: 358px;
	height: 315px;
	margin-top: 20px;
	position: relative;
}
.divPortafolioContenedor > div:hover .portafolioHover{
	display: block;
	cursor: pointer;
}
.aTituloPortafolio{
	font-family: Lato-Black;
	font-size: 15px;
	color: #1E2A5A;
	margin-left: 10px;
	margin-top: 15px;
}
.txtSubtituloPortafolio{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #555556;
	margin-left: 10px;
	margin-top: 5px;

}
.callcenterHover {
	width: 100%;
	height: 100%;
	background-color: #AE070B;
	opacity: 0.3;
	position: absolute;
	z-index: 99;
	display: none;
}
.portafolioHover {
	width: 100%;
	height: 100%;
	background-color: #1E2A5A;
	opacity: 0.5;
	position: absolute;
	z-index: 99;
	display: none;
}

.menuTercerNivel {
	right: -200px;
    position: absolute;
    top: -50px;
    background-color: #C6C6C6;
}

.BannerBh {
	height: 200px;
	background-image:url(/i/bannerbuenhotel.png);
	text-align: center;
	background-size: cover;
}


.imgLogoBuenHotel {
	position: absolute; 
	left: 50%; 
	top: 15%; 
	transform: translate(-50%);
}

@media screen and (max-width: 1023px) {
    .divDivisionesDiv {
        width: 100%;
        max-width: none;
    }
	.divMapa{
		width: 100%;
	}
	.divNosotrosDetalles > div {
		width: 85%;
	}
	.divNosotrosMisionVision > div{
		max-width: 85%;
		width: auto;
	}
}
@media screen and (max-width: 1060px){
	.divNosotrosMisionVision{
		flex-direction: column;
	}
	.divNosotrosMision{
		margin-top: 50px;
		margin-right: auto;
	}
	.divNosotrosVision{
		margin-bottom: 50px;
		margin-left: auto;
	}
}
@media screen and (max-width: 999px) {
	.divDivisionConsultoria > div{
		width: 85%;
	}
	.divDivisionesSoftware > div{
		width: 85%;
	}
	.divDivisionesMarketing > div{
		width: 85%;
	}
	
}
@media screen and (max-width: 800px){
	.menuDivisionesPage {
		flex-direction: column;
		height: 100%;
		height: 250px;
	}
	.menuDivisionesPage > div{
		position: relative;
		flex-direction: column;
	}
}
@media screen and (max-width: 680px){
	.ContenedorMenusHeader{
        display: none;
    }
	 .divMenusDropdown{
        display: block;
    }
	.flexInputs{
		flex-direction: column;
	}
}
@media screen and (max-width: 600px){
    .Comilla1{
        display: none;
    }
    .Comilla2{
        display: none;
    }
    .txtComentario{
        margin: auto;
    }
    .contenidoServicios{
        float: none;
        margin: auto;
    }
    
}


.divNosotrosFrases {
	
}

.divDivisionConsultoriaImg {
	text-align: left;
}

.divDivisionConsultoriaCont {
	width: 52.5%; 
	margin-right: 2.5%; 
	margin-bottom: 50px;
}

.divDivisionesSoftwareCont {
	width: 50%; 
	margin-left: 2.5%; 
	margin-top: 50px;
}

.divDivisionesSoftwareImg {
	width: 470px; 
	margin-right: 0;
}

.divDivisionesMarketingImg {
	width: 450px;
}

.divDivisionesMarketingCont {
	width: 40%; 
}

.divNosotrosDetallesCont {
	width: 45%; 
	margin-left: 85px;
}

.divNosotrosDetallesImg {
	min-width: 35%; 
	margin-right: 0;
}

.portafolioWeb {
	border: 3.5px solid #D2D2D2;
}

.portafolioApp {
	background-color: #1E2A5A;
}

.DivisionesOtroDiv {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
	z-index: 10;
}
