/* - - - - - - - - - - - - - - - 
CSS para pantallas 1600px
Desarrollado por: CAMBIAR
Para: CAMBIAR
Fecha: CAMBIAR
Ultima modificación por: CAMBIAR
Fecha: CAMBIAR
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

.submenu {

    width: auto;
    right: auto;
    position: absolute;
    display: none;
    transition: all .5s ease;
    background: #2352f0;
    z-index: 11111;
    padding-bottom: 2%;
     padding-right: 1.2%;
    padding-left: 5%;

	
}

nav{
	display: flex; 
	justify-content: space-between;
    height: 135px;
}
.img-header-fn {
	width: 85%;}

.cont-title-net {

    padding-top: 4vw;
}
.fracxnet {

    height: 7vw;
}
/* CREDENCIALIZACION*/

.section1-f-cre {
    background-color: #e1e6ff;
    height: 50vw;
	
	display: flex;
}
.instalation-cre {

    display: flex;
    margin: auto;
    margin-left: 124px;
}

.item-inst-cre {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
	height: 20vw;
    justify-content: space-around;
}
.instalation-cre h4{
	color: rgb(0,5,159);
    font-family: 'Karla-Bold';
    font-size: 3vw;
}

.mockupcre{
	width: 50vw;
    max-width: 603px;
    max-height: 735px;
}

.title-advantages-cre {
    width: 21%;
    height: 5vw;
    background-color: #dbf431;
	display: flex;
    position: relative;
    bottom: 5%;
    left: 5%;
}
.title-advantages-cre p {
    font-family: 'Effra_Std_Rg';
    margin: auto;
    color: #00059f;
    font-size: 1.2vw;
    text-transform: uppercase;
}

.container-advantages-f-cre {
      margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    top: 15vw;
    flex-wrap: wrap;
    height: 75%;
    margin-bottom: 10%;
}
.cont-title-cre {
    display: flex;
    justify-content: space-between;
    padding-right: 21vw;
    margin-top: 5%;
}




