@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,600;0,6..12,900;0,6..12,1000;1,6..12,400;1,6..12,500;1,6..12,700;1,6..12,800&family=Poppins:ital,wght@0,400;0,600;0,700;1,300;1,500&family=Roboto:ital,wght@1,300;1,400;1,500;1,700&family=Sora:wght@200;300;400;500&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}
body{
    width: 100%;
    /* background: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%); */
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
    background: #C9CCD3;
    /* background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: lighten; */
    background: whitesmoke;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgb(189, 166, 206, 0.8);
    transition: all 100ms;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
}
.container_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo{
    margin: 10px 0px 10px 40px;
}
nav{
    margin: 10px 40px 10px 0px;
}
nav > a{
    text-decoration: none;
    color: rgba(5, 74, 110, 0.7);
    font-size: 18px;
    font-weight: 600;
}
.nav_enlace{
    margin-left: 1px;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    padding: 9px 30px;
}
.nav_enlace:hover{
    background: #B4D3D9;
}
.nav_enlace:nth-child(1).active{
    background:#B4D3D9;
    /* color: #f68084b3; */
    color:#fff;
}
.nav_enlace:nth-child(2).active{
    background:#B4D3D9;
    color: #fff;
}
.nav_enlace:nth-child(3).active{
    background: #B4D3D9;
    color: #fff;
}
.nav_enlace:nth-child(4).active{
    background:#B4D3D9;
    color: #fff;
}
.nav_enlace:nth-child(5).active{
    background: #B4D3D9;
    color: #fff;
} 

/* Esta de abajo es mi clase inventada */

.mov_nav{
    height: 100px;
    box-shadow: 0px 6px 20px rgba(142, 38, 87,0.4);
}







/* Pagina politica */

.container_politic > .titu_ppl{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    background: linear-gradient(#6b80bb, #eea2a2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container_datos > .privacidad{
    width: 100%;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    color: #054a6e;
    margin-bottom: 15px;
    margin: auto;
    margin-top: 10px;
    padding: 60px;
    gap: 20px;
    font-size: 17px;
    font-weight: 300;
}



















/* Aqui comienza el footer */

footer{
    width: 100%;
    /* background:  rgba(0, 0, 0, 0.72); */
    background: rgb(55, 55, 55, 0.7);
    padding: 14px;
}
.container_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.section > dt > dl > a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.section > dt > em{
    color: #fff;
    justify-content: center;
}

.section > dt > dl > a:hover{
    color: rgb(220, 20, 60, 0.7);
}
.icon_personal{
    padding: 12px;
}
.section > em{
    color: rgb(198, 198, 198);
    font-size: 8px;
    /* justify-content: center; */
    text-align: center;
} 


/* Media Querys de home*/

@media (max-width:900px){
    .container_main{
        height: 100%;
        margin-top: 80px;
        justify-content: center;
    }
    .row_main{
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: wrap;
    }
    .img_main{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .container_servicios{
        margin-top: 40px;
    }
    .column_info{
        flex-direction: column;
        justify-content: center;
    }
    .column_info > h2{
        margin-top: 40px;
        text-align: center;
    }

    .column_info > p{
        width: 100%;
    }
    
    .mov_nav{
        height: 150px;
        box-shadow: 0px 6px 20px rgba(122, 122, 122, 03);
        background: white;
    }
}










    


 @media (max-width:700px){
        .container_main{
            height: 100%;
            margin-top: 80px;
            justify-content: center;
        }
        .row_main{
            flex-direction: column-reverse;
            align-items: center;
            flex-wrap: wrap;
        }
        .img_main{
            margin-top: 100px;
            margin-bottom: 50px;
        }

        @media (max-width:900px){
            .container_main{
                height: 100%;
                margin-top: 60px;
                justify-content: center;
            }
            .row_main{
                flex-direction: column-reverse;
                align-items: center;
                flex-wrap: wrap;
            }
            .img_main{
                margin-top: 100px;
                margin-bottom: 50px;
            }
      
        


 }
    @media screen and (max-width:560px){
    
        .containerp{
            width: 100%;
            height: auto;
            padding: 10px;
            display: grid;
            gap: 8px;
            margin-top: 100px;
        }
        .containerp .tarjeta{
            height: 250px;
            width: 60px;
            margin-top: 6px;
        }
        .containerp .tarjeta .capa p{
            text-align: justify;
            margin: 10px;
            font-size: 16px;
        }
    }   
    }
