@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --green: #7ac147;
    --violet: #6b5c93;
    --gray: #737373;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

p {
    padding: 10px 0px;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #7ac147 ;
	padding: 0;
	margin: 0;
    transition: all 0.5s ease-in-out;
}
a:hover {
    color: #333333
}


html {
    background: linear-gradient(45deg, #f2f2f2 0, #f2f2f2 40%, #fafafa 40%, #fafafa 60%, #ffffff 60%, #ffffff 100%);
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
}

.quote{
	width: 100%;
	margin: 20px 0px;
	font-family: "Sacramento", cursive;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	
}

/* ///////////////////////////////////////////////////////////////// */

.section-purple {
    width: 100%;
    background-color: var(--violet);
    color: #ffffff;
    padding: 40px 0px;
}

.contain {
    max-width: 1400px;
    margin: auto;
}

/* //////////////////////////// B O T O N E S ///////////////////////////////////// */

.boton {
    background-color: var(--green);
    border-radius: 2px;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; 
    letter-spacing: 1px; 
    margin: 10px 0px;
    transition: 0.3s ease-in-out;
}

.boton:hover {
    background-color: var(--violet);
    cursor: pointer;
    color: white;
    box-shadow: 0 70px 0 0 rgb(100, 80, 159) inset;
    letter-spacing: 2px;

}



.styled {
    margin: auto;
    padding: 10px;
    background-color: white;
    border: 1px solid gray;
    font-family: "Hepta Slab", serif;
    transition: all 0.5s ease-in-out;

}

.styled:hover {
    background-color: #525252;
    color: white;
    cursor: pointer;

}

/* ------------------------- type --------------------------- */


h1 {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -1px;
}

h2 {
    font-size: 25px;
    line-height: 22px;
    letter-spacing: -1px;
    color: var(--green);
}

h3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 2px;
}

h4{
    font-size: 22px;
}

h5{
font-size: 40px;
line-height: 32px;
color: var(--green);

}
.upper {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 10px;
    letter-spacing: 2px;
}

.white {
    color: white;
}

.derecha{
    text-align: right;
}
hr{
    border: none;
    height: 1px;
    color: #5f5f5f; /* old IE */
    background-color: #5f5f5f; /* Modern Browsers */

}

/* ------------------------- type --------------------------- */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
    border-bottom: 1px solid lightgray;
}

.redes-sociales {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.redes {
    background-color: #282828;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 3px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.redes:hover {
    background-color: #7ac147;
    cursor: pointer;
}

/* ----------------- 1 --------------- */

main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    
}
.multiple-top{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px 0px 40px 0px;
}

section {
    width: 300px;
}

        .plazosymetas {
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            width: 300px;
            margin: 40px 0;
        }
        .plazos {
            width: 110px;
            text-align: right;
            padding-right: 20px;
            box-sizing: border-box;
            
        }
        .metas {
            width: 140px;
            padding: 20px 0px 0px 20px;
            box-sizing: border-box;
            font-size: 18px;
            line-height: 20px;
            border-left: 1px solid gray;
        }

.adri {
    max-width: 400px;
    margin-bottom: -5px;
    box-sizing: border-box;
}

        .adri img {
            width: 100%;
        }

/* ----------------- 1 --------------- */
/* ----------------- 2 --------------- */
.gold-bg{
    background-color: rgb(233, 233, 233);


}
.certificacion-sfc{
   margin: auto;
   max-width: 900px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.sfc{
    width: 150px;
}

        .sfc img{
            margin-top: -20px;
            width: 150px;
        }

.sfc-dos{
    max-width: 400px ;
    padding: 0px 40px;
    color: var(--violet);
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
}

        

.ahorro-presupuesto-texto {
    width: 300px;
    margin: 2% 0px;
}
.ahorro-presupuesto-texto img{
   margin: 20px;
}


.ahorro-presupuesto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 420px;
    background-color: #ffffff;
    padding: 20px 0px;
    margin: 5% 20px;
    box-sizing: border-box;
    font-family: "Hepta Slab", serif;
    color: #282828;
    border: 1px dashed var(--violet);
}

        .ahorro-presupuesto-title {
            width: 80%;
            font-size: 18px;
            padding: 20px 0px 10px 0px;
            font-weight: 600;
            letter-spacing: 1px;
            line-height: 22px;
            text-align: center;
         
        }

                .ahorro-presupuesto-a {
                    width: 150px;
                    height: 40px;
                    padding: 4px 0px 0px 0px;
                    margin: 2px 0px;
                    box-sizing: border-box;
                    text-align: right;
                    font-size: 14px;
                    letter-spacing: 2px;
                }

                .ahorro-presupuesto-b {
                    width: 130px;
                    height: 30px;
                    padding: 0px 0px 0px 10px;
                    margin: 2px 0px;
                    font-size: 14px;
                }

        .ahorro-presupuesto-c {
            height: 30px;
            padding-left: 10px;
            width: 80%;
            text-align: center;
            font-size: 20px;
            margin: 5px 0px 10px 0px;
            font-weight: 700;
        }

                input[type=text] {
                    width: 115px;
                    box-sizing: border-box;
                    font-family: "Hepta Slab", serif;
                    font-size: 14px;
                    border: none;
                    overflow: hidden;

                }

                input::placeholder {
                    color: var(--gray);
                }

                input[type=number] {
                    width: 115px;
                    box-sizing: border-box;
                    font-family: "Hepta Slab", serif;
                    font-size: 14px;
                    border: none;
                    border-bottom: 1px dashed gray;
                    overflow: hidden;

                }
                #totalingresos{
                    color: var(--gray);
                    font-weight: 700;
                }
                #totalgastos{
                    color: var(--gray);
                    font-weight: 700;
                }




/* ----------------- 2 --------------- */
/* ----------------- 3 --------------- */
 

.plazos2 {
    max-width: 300px;
    margin: 10px 5px;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px dashed gray;
    border-left: 1px dashed gray;

}

/* ----------------- 3 --------------- */
/* ----------------- 5 --------------- */

#section2 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.videos-adri {

    text-align: center;
    width: 200px;
    margin: 0px 0px 40px 10px;
    box-sizing: border-box;
   
}

.videos {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.videos-titulo{
    height: 70px;
    padding: 14px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
   
}

.multiple{
    margin: auto;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 0px;
    
}
.enlaces{
    width: 170px;
    margin: 0px 40px;
    text-align: center;
    font-size: 16px;
}
/* ----------------- 5 --------------- */

footer {
    width: 100%;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    background-color: #6b5c93;
    color: #ffffff;
}

.title {
    box-sizing: border-box;
    padding: 40px ;
    max-width: 620px;
    margin: auto;
    text-align: center;
 
}
.title-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px;

}
.title2{
    max-width: 500px;
    margin-top: 2%;
    text-align: center;
    
}
.title3{
    width: 240px;
    margin-top: 2%;
    
}


/* ////////////////// B O T O N E S ////////////////// */


.btn-confiar-whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color: white;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
  }

  .btn-confiar-whatsapp img{
    width: 100%;
  }