*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-image: url(../img/fondo1.jpg);
    background-attachment: fixed;
}
.navegation{
    display: flex;
    justify-content: space-between;
}
.styleCard{
    background: transparent;
}
.nab{
    position: sticky;
    top: 0px;
    z-index: 1;
}
.tip{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: .7rem;
}
.tip1, .tip2{
    opacity: 1;
transition: opacity 1s ease 0s;
}
.tip1:hover{
    opacity: 0.6;
}
.tip2:hover{
    opacity: 0.6;
}
.cardSty{
    box-shadow: 0 0 16px #ffd8c8;
}
.cardSty:hover{
    box-shadow: 0 0 2px #ffff  , 0 0 5px #ffff  , 0 0 10px #ffff  , 0 0 25px #ffff  ;
    transition: all 1s ease;
}
.cardsty1{
    margin-top: 2rem;
    margin-bottom: 10rem;
}

.styleimg{
    display: inline-block;
}
.estilo1{
    text-align:start;
    color: white;
    line-height: 190%;
    margin-left: 20px;
    border: 0;
}
.estilo2{
    font-size: 1rem;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: 0;
}
.estilo0{
    background-color: #344c64;
    border: 0;
}
.estilo7{
    text-align: center;
    width: 60rem;
    background-color: black;
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
}
.estilo3{
    align-items: start;
    text-align: start;
    border: 0;
}
.estilo11{
    background-color:  #ececec;
    color: black;
}
.estilo12{
    background-color: black;
}
.sty1{
    background: transparent;
    border: 0;
}
.sty2{
    background: transparent;
    border: 0;
}
.sty3{
    margin: 10px;
    padding: 8px;
    border-radius: 10px;
    width: 100px;
    background-color: white;
    color: black;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.sty3:hover{
    background-color:  #135435;
    color: white;

}
.sty4{
    background: transparent;
    border: 0;
    margin-top: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.sty5{
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-align: start;
    color: white;
}
.sty6{
    text-align: start;
    color: white;
    font-size: 1.2rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.sty7{
    margin-top: 25px;
    text-align: start;
}
.sty8{
    background: transparent;
    border: 0;
    width: 29rem;
}
.sty9{
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.espacioHome{
    width: 200px;
    height: 100px;
}
.espacioCompany{
    width: 200px;
    height: 115px;
}
.espacioServices{
    width: 200px;
    height: 80px;
}
.hov1{
    opacity: 1;
transition: opacity 1s ease 0s;
}
.hov1:hover{
    opacity: 0.53;
}