/*estilos imagen inicial*/
.secciones .inicial{
    background-image: url(../imagenes/familiar.jpg);
   
}
.secciones .inicial__caja-texto{
    margin-bottom: 40px;
}
.inicial__texto{
    margin-bottom: 10vw;
    left: -30px;
}
.secciones .inicial__triangulo{
  
    border-left-color: #1AB191;
    border-bottom-color: #1AB191;
}
/*negocioss*/
.negocios__icono-ico{
    font-size: 5em;
    color: #1AB191;
}
.negocios__icono-texto{
    margin: 20px auto;
}
.negocios__text{
    font-size: .8em;
}
.negocios__mas-form{
    color: #1AB191;
}
.negocios__mas-form:hover{
    font-size: 1.1em;
    color: black;
}

@media only screen and (min-width: 768px){
/*estilo inicial*/
.secciones .inicial__caja-texto{
    margin-bottom: 25px;
}

}

