*{
    box-sizing: border-box;
}

.container-bar{
	width: 100%;
	max-width: 50px;
	position: fixed;
	left: 0;
	top: 40%;
}
.container-bar a{
	display: block;
	width: 60px;
	height: 90px;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	transition: all 500ms ease;
	color: #fff;
}
.container-bar a:hover{
	background: #1c1c1c;
}
.container-bar .fa-facebook{
	background: #3b5998;
	border-radius: 0px 5px 0px 0px;
}
.container-bar .fa-youtube{
	background: #e52a23;
}
.container-bar .fa-whatsapp{
	background: #1ee40c;
}

.container-bar #title{
	position: absolute;
	background: #1c1c1c;
	padding: 0px 8px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	font-size: 15px;
	top:12px; left: 0px;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.container-bar a:hover #title{
	opacity: 1;
	visibility: visible;
	left: 64px;
}
.container-bar #title:after{
	position: absolute;
	content: '';
	border-left: 7px solid transparent;
	border-right: 6px solid #1c1c1c;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	right: 100%;
	top: 8px;
}
#btn-social{
	display: none;
}
.fa-play{
	cursor: pointer;
	transition: all 0.4s;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
	transform: rotate(180deg);
	color: #49b0e6;
}
#btn-social:checked ~ .fa-play{
	transform: rotate(0deg);
}
.icon-social{
	transition: all 0.4s;
	transform: translateX(0%);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}
#btn-social:checked ~ .icon-social{
	transform: translateX(-100%);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.0);
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h2{ font-size: 2.7em; color: #fff;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
p.lind{text-align: right;}
p.linc{text-align: center;}
ul{ list-style: none;}
li{ font-size: 1.25em;}

.container{
    max-width: 1400px;
    margin: auto;
}

header{
    background: linear-gradient(30deg, rgb(49, 194, 174)  20%,  rgb(40, 168, 147) 80%);
}

header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 10px 12px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

header a:hover{
    color:red;
}



#inicio{
    display: flex;
    align-items: left;
    justify-content: center;
    padding:10rem;
    flex-direction: column;
}
#inicio{
    text-align: center;
    padding: 160px 12px;
    display: flex;
    align-items: left;
    justify-content: left;
    text-align: initial;
    height: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.363),
        rgba(139, 187, 168, 0.651)
    )
    ,url("FINANZAS.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#nosotros{
    text-align: Left;
    padding: 200px 12px;
    padding: 6rem;
}

#productos{
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.76) 20%,  rgba(61, 211, 166, 0.774) 80%);
    color: white;
    text-align: center;
}

#productos .container{
    padding: 170px 12px;
}

#prouctos h2{
    margin-top: 0;
    font-size: 3.2em;
}

#productos p{
    display: none;
}

#productos .carta{
    background-position: center center;
    background-size: cover;
    padding: 50px 0px;
    margin: 30px;
    border-radius: 15px;
}
 

#servicios .container{
    text-align: center;
    padding: 250px 12px;
    display: flex;
    align-items: left;
    justify-content: left;
    text-align: initial;
    height: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.363),
        rgba(0, 0, 0, 0.342)
    )
    ,url("BF.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#servicios  li{
    margin: 16px 0px;
    font-weight: bold;
}


#final h2{
    font-size: 9vw;
}

#final button{
    font-size: 5vw;
}

footer{
    background-color: rgb(230,230,230);
}

footer p{
    margin: 0;
    padding: 12px;
    color: rgb(100,100,100);
}

footer a{
    text-decoration: none;
    color: rgb(100,100,100);
}

footer .container{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 850px){
    header{
        position: fixed;
        width: 100%;
    }

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }

    #inicio h1{
        font-size: 5em;
     background-color: #3b5998;
    }

    #nosotros .container{
        display: flex;
        justify-content: space-evenly;
    }

    #nosotros .texto{
        width: 50%;
        max-width: 600px;
        text-align: initial;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #nosotros h2{
        margin-top: 0px;
    }

    #nosotros .img-container{
        background-image: url("");
        background-size: cover;
        background-position: center center;
        height: 500px;
        width: 400px; 
    }

    #productos .programas{
        display: flex;
        justify-content: center;
    }

    #productos p{
        display: block;
        margin-bottom: 30px;
    }

    #productos h2{
        font-size: 4em;
    }

    #productos h3{
        margin-top: 0;
    }

    #productos .carta{
        padding: 50px;
        background-size: 100% 150px;
        background-repeat: no-repeat;
        background-position: 0;
        background-color: rgb(37, 247, 184);
        box-shadow: 2px 2px 10px rgba(19, 255, 176, 0.664);
    }


  

    #servicios  .container{
        text-align: initial;
    }

    #servicios  ul{
        margin-left: 100px;
    }


    footer .container{
        justify-content: center;
    }
}

.mapa{
    display: flex;
    justify-content: center;;
}
.colum1{
    padding: 50px;
    margin: 0 10px;
    text-align: center;
    border-radius: 20px;
    background-color: #b3ceba;
}
.colum2{
    padding: 50px;
    margin: 0 10px;
    text-align: center;
    border-radius: 20px;
    background-color: #b3ceba;

}






