body
{
    margin: 0px !important;
    font-family: 'Albert Sans', sans-serif;
   
}

#app {
    overflow: hidden;
}
/*header*/
.ocultar_{
    display: none;
}
.nav__home{
    background-color: transparent;
    font-size: 13px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
}
.header__enlace__home{
    font-family: 'Albert Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* identical to box height */
    
    text-align: center;
    
    /* Negro */
    
    color: #fff !important;
}

.header__enlace__home:hover{
    font-family: 'Albert Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* identical to box height */
    
    text-align: center;
    
    /* Negro */
    
    color: #22A0A9 !important;
}

.letraenlace:hover{
    
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    text-align: right; 
    color: #DA4335;
    }


.btn-privada{
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    
    
    color: #fff !important;
    background: var(--verde, #DA4335);
  

}



.bg__privada{
    position:absolute;
    width:315px;
    height:500px;
    top:41px;
    right:
     1px;z-index:1;
}



.activesoli{
    background-color:#22A0A9 !important;
}

        

    .container{
    	max-width:1260px !important;
    	}
    	
     .header__enlace{
        font-family: 'Albert Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /* identical to box height */
        
        text-align: center;
        
        /* Negro */
        
        color: #020202 !important;
     }  
     .header__enlace:hover{
        font-family: 'Albert Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /* identical to box height */
        
        text-align: center;
        
        /* Negro */
        
        color: #22A0A9 !important;
     }   

    

    .activeheader{
        font-family: 'Albert Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;

        color: #22A0A9 !important;
        
    }
    .activeheader:hover{
        font-family: 'Albert Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;

        color: #22A0A9 !important;
        
    }





    /*footer*/
    
    .fondofooter{
        
        height: 50px;
    }
 
    .fondofooterseccion{
        
       background-color:#22A0A9;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
       
        
    }
    .footer__titulo{
        color: #FFF;

        font-family: "Albert Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

    }
    .footer__secciones{
        color: #FFF;

        font-family: "Albert Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /* identical to box height */
        text-decoration: none;
        
        
        
    }
    .footer__secciones:hover{
        color: #000;

        font-family: "Albert Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
       
    }

    

    .newsletter{
        margin: 5px 0px;
        background-color: white;   
    }
    .btn-newsletter
    {
        background-color: #F1BF5C; 
        color: white;
    }
    .form-control::placeholder{
        font-family: 'Albert Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 45px;
        /* identical to box height, or 375% */
        
        
        /* Gris */
        
        color: #726F6D;
    }

    .input-group-text{
        font-family: 'Albert Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        color:#DA4335;
    } 
    .iconofooter{
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 17px;
        color: #FA2F38;
    }
    .fondofooter2{
        background-color: #FA2F38;
        height: 50px;
    }
    .circulo i{
      
        border: 1x solid grey;
        padding: 10px

    }


    .newsletter input{
    
        font-family: 'Albert Sans';
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: #000;
        padding: 6px 0px 5px 19px;
        background: #FAFAF9;
        width: 85%;
        height: 48px;
        /* border-radius: 22px; */
        border:none; margin-bottom:39px;
        }
        
        .newsletter button{
        bottom: 0;
        position: absolute;
        top: -42%;
        right: 19%;
        /* width: 54px; */
        /* height: 54px; */
        border: none;
        background-color: transparent;
        }
        
        .newsletter i{
        color: grey;
        font-size: 19px;
        }