* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'davregular', sans-serif;
}

body {
    background: linear-gradient(181deg,rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 1) 0%, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 74%);
}

/* Logo */
.logo-davivienda {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    z-index: 150;
}

/* Legal lateral */
.legal-lateral h2 {
    position: absolute;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    top: 170px;
    right: 25px;
    font-size: 10px;
    z-index: 3;
}


/* Barra limpia */
.custom-menu {
    padding: 10px 25px;
    margin-top: 10px;
}

/* Estilos generales del menú */
.menu-item {
    font-size: 16px; 
    font-family: 'davregular', sans-serif;
    color: #231f20 !important;
    padding: 3px 24px;
    border-radius: 50px;
    transition: 0.2s;
}


.menu-item.active {
    border: 1px solid #ED1C27; 
    font-family: 'davsemibold', sans-serif;
    color: #ED1C27 !important;
}


.navbar-toggler {
    border: none !important; 
}

.navbar-toggler:focus {
    box-shadow: none !important; 
}

/* Estilo del icono hamburguesa */
.navbar-toggler-icon {
    background-image: none !important; 
    width: 20px;
    height: 3px;
    background-color: #ed1c27; 
    position: relative;
    transition: 0.3s;
    border-radius: 50px;
    top: -10px;
}

/* Crear las otras dos líneas */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50px;
    width: 28px;
    height: 3px;
    background-color: #E3000F;
    transition: 0.3s;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}



/* Desktop/Mobile headers */
.desktop { display: block; margin-top: -10px;}
.mobile { display: none;  }



.cta-btn:hover {
    transform: scale(1.03);
}

.part-one{
    margin-top: 60px;
    margin-bottom: 40px;
}

.img-seguridad{
    width: 300px;
    margin-left: 40px;
}

.text-seguridad-uno{
    padding-top: 30px;
}

.text-seguridad-uno h2{
    font-family: 'davlight', sans-serif;
    font-size: 40px;
    line-height: 45px;
    color: #ED1C27;
    padding-bottom: 10px;
}

.text-seguridad-uno h2 strong{
    font-family: 'davsemibold', sans-serif;
}

.text-seguridad-uno h3{
    font-family: 'davlight', sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #231f20;
    padding-bottom: 10px;
}

.text-seguridad-uno h3 strong{
    font-family: 'davsemibold', sans-serif;
}

.text-seguridad-uno p{
    font-family: 'davlight', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #231f20;
    padding-bottom: 10px;
}

.text-seguridad-uno p strong{
    font-family: 'davsemibold', sans-serif;
}

.text-seguridad-uno p b{
    font-family: 'davsemibold', sans-serif;
    color: #ED1C27;
}




.tips-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tips-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

/* Imagen del ícono */
.tip-icon-img {
    width: 15px;       
    height: auto;
    margin-top: 15px;   
    flex-shrink: 0;
    margin-left: 70px;
}

.tips-list li p {
    font-size: 20px;
    line-height: 1.4;
    color: #231f20;
    font-family: 'davregular', sans-serif;
    margin: 0;
}

.tips-list li p strong {
    font-family: 'davsemibold', sans-serif;
}

.red {
    color: #ed1c27;
    font-family: 'davsemibold', sans-serif;
}


footer{
    margin-top: 5px;
}

.text-footer{
    font-family: 'davregular', sans-serif;
    font-size: .8rem;
}

.img-footer img{
    width: 200px;
    padding-bottom: 10px;
}


/* RESPONSIVE */
@media (max-width: 768px) {

    .logo-davivienda { width: 60px; }

    .legal-lateral h2 {
    top: 140px;
    right: 10px;
}

    .desktop { display: none; }
    .mobile { display: block;
    padding-top: -30px; }

    .part-one{
    margin-top: 15px;
    margin-bottom: 20px;
}

   .img-seguridad{
    display: none;
}



.text-seguridad-uno h2{
    font-family: 'davlight', sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}


.text-seguridad-uno h3{
    font-family: 'davlight', sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.text-seguridad-uno p{
    font-family: 'davlight', sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-bottom: -20px;
}

.tip-icon-img {
    margin-left: 0px;
}

.tips-list li p {
    font-size: 18px;
    line-height: 1.4;
    color: #231f20;
    font-family: 'davregular', sans-serif;
    margin: 0;
}

.tips-list li p strong {
    font-family: 'davsemibold', sans-serif;
}



}