@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

		body{
			margin: 0;
			font-family: 'Muli', 'sans-serif';
            color: #031b4e;
			max-width: 100%;
            overflow-x: hidden;
            background-color: #F3F5F9;
        }
        .cg{
            line-height: 1.6;
        }
		.cg a{
            cursor: pointer;
            text-decoration: none;
            color: #2979FF;
        }
        .cg h2,
        .cg h3{
            line-height: 1.4;
        }
        .cg h2{
            font-size: 32px;
            margin: 0;
        }
        .cg h3{
            font-size: 28px;
            margin: 0;
        }
        .cg h4{
            font-size: 22px;
            margin: 0;
        }
        .cg h1{
            font-size: 38px;
            line-height: 1.4;
        }
        .cg .text-main h1{
            margin-bottom: 16px;
        }
        .cg p{
            line-height: 1.8;
            color: #031b4e;
            font-size: 17px;
        }
        .cg a:hover{
            text-decoration: underline;
            color: #2979FF;
        }
        .cg .back-main,
        .cg .flex{
            display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
            display: flex;
        }
        .cg .main{
            background-color: #fff;
        }
        .cg .bluee{
            background-color: #E9F1FF;
        }
        .cg .back-main{
            max-width: 1080px;
            margin: 0 auto;
            padding: 80px 2rem 60px;
        }
        .cg .content,
        .cg .courses{
            max-width: 1080px;
            margin: 0 auto;
            padding: 60px 2rem;
            box-sizing: content-box;
        }
        .cg .courses{
            padding: 60px 2rem 0;
        }
        .cg .cont-courses .courses:last-of-type{
            padding: 60px 2rem 100px;
        }
        .cg .business .content{
            padding: 80px 2rem 60px;
        }
        .cg .business .content > .row{
            margin-top: 0;
        }
        .cg .text-main{
            flex: 0 0 50%;
            margin-right: auto;
        }
        .cg .img-main{
            margin-left: 50px;
            position: relative;
        }
        .cg .img-main .play{
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            cursor: pointer;
            background-color: rgb(0 0 0 / 30%);
            border-radius: 50%;
            padding: 20px 16px 20px 24px;
        }
        .cg .img-main .img-m{
            width: 100%;
        }
        .cg .content .row .column:first-of-type{
            margin-right: 50px;
        }
        .cg .content img{
            width: 70%;
            margin: auto;
        }
        .cg .content .textt{
            margin: auto;
        }
        .cg .content > .row{
            margin-top: 80px;
        }
        .cg .content .texto-main,
        .cg .content .texto-main h2,
        .cg .courses .texto-main{
            max-width: 820px;
            margin: auto;
            text-align: center;
        }
        .cg .btn{
            background-color: #2979FF;
            border: 1px solid #2979FF;
            text-decoration: none;
            padding: 16px 20px;
            text-align: center;
            display: inline-block;
            min-width: 210px;
            outline: 0;
            cursor: pointer;
            color: #fff;
            font-size: 18px;
            border-radius: 6px;
            font-weight: 600;
        }
        .cg .btnn{
            background-color: #fff;
            color: #2979FF;
            font-size: 16px;
            padding: 10px 0;
            margin: 0;
            width: -webkit-fill-available;
        }
        .cg .btn:hover,
        .cg .courses .cards.programs a:hover.card .btnn{
            background-color: #0056BF;
            color: #fff;
            text-decoration: none;
            transition: background-color .2s linear;
            -webkit-transition: background-color .2s linear;
            -moz-transition: background-color .2s linear;
            -o-transition: background-color .2s linear;
        }
        .cg .row{	
            display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
			display: flex; 
			overflow: hidden;
		}
		.cg .row .column{ 
			flex: 1; 
        }
        .cg .courses .card{
            box-sizing: border-box;
            background-color: #fff;
            padding: 10px;
            border-radius: 6px;
            margin: 1px 8px 12px 5px;
            border: 1px solid transparent;
            height: auto;
            -webkit-box-shadow: 0 2px 2px -1px rgba(50,50,93,.25), 0 1px 3px -1px rgba(0,0,0,.3);
            box-shadow: 0 2px 2px -1px rgba(50,50,93,.25), 0 1px 3px -1px rgba(0,0,0,.3);
        }
        .cg .courses a:hover.card{
            text-decoration: none;
            border: 1px solid #2979FF;
        }
        .cg .courses .card .img{
            overflow: hidden;
            border-radius: 6px;
            width: 60%;
            margin-right: 12px;
        }
        .cg .courses .card .img img{
            width: 102%;
            margin: -1% -1% -4% -1%;
        }
        .cg .courses .cards.programs .card{
            padding: 0;
            color: #031b4e;
            border: none;
            margin-right: 12px;
            margin-top: 4px;
        }
        .cg .courses .cards.programs .card .title-p,
        .cg .courses .cards.programs .card .description-p{
            padding: 16px;
            border: 1px solid transparent;
        }
        .cg .courses .cards.programs .card .title-p{
            font-weight: 600;
            height: 86px;
            padding: 16px 16px 0;
        }
        .cg .courses .cards.programs .card .title-c{
            color: #2979FF;
            font-size: 14px;
            margin: 8px 0 4px;
        }
        .cg .courses .cards.programs .card .cant-course img{
            margin-right: 9px;
        }
        .cg .courses .cards.programs .card hr{
            border: 0.5px solid #CDD1DC;
        }
        .cg .courses .cards.programs a:hover.card{
            border: none
        }
        .cg .courses .cards.programs .card .icon-c{
            margin-left: auto;
        }
        .cg .courses .cards.programs .card .icon-c img{
            margin: 8px 0 0 8px;
            width: 26px;
        }
        .cg .courses .cards.programs .card .photo{
            padding: 16px 16px 0;
        }
        .cg .courses .cards.programs .card .photo img{
            width: 100%;
            border-radius: 6px;
        }
        .cg .courses .header{
            margin-bottom: 18px;
        }
        .cg .courses .header .new{
            background-color: #3AA337;
            border-radius: 6px;
            padding: 3px 12px 0;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            margin-left: 12px;
            height: 26px;
        }
        .cg .courses .cards{
            display: flex;
            flex-wrap: wrap;
        }
        .cg .courses .cards.academies .card,
        .cg .courses .cards.programs .card{
            flex: 1 1 30%; /* Tres columnas */
            box-sizing: border-box;
        } 
        .cg .courses .cards.academies .card{
            padding: 20px;
            margin-right: 8px;
        }
        .cg .courses .cards.academies .card .title-a{
            margin-right: auto;
            margin-top: 6px;
        }
        .cg .courses .cards.academies .card .academies-tt{
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.2px;
            margin-bottom: 4px;
            color: #0056BF;
        }
        .cg .courses .cards.academies .card .academies-t{
            color: #031b4e;
            font-weight: 600;
        }
        .cg .row.cta-b{
            margin: 0;
            font-size: 20px;
            font-weight: 600;
        }
        .cg .cta-b img{
            width: auto;
            margin: 2px 0 0 12px;
        }
        .cg .yellow .content > .row{
            margin-top: 0;
        }
        .cg .content .check{
            margin: 20px 0;
            text-align: left;
        }
        .cg .content .check img{
            width: auto;
            margin: 8px 8px auto 0;
        }
        .cg .content .check p{
            margin: 0;
        }
        .cg .courses .cards.academies .card img{
            width: 40px;
        }
        .cg .courses .cards.academies .card.empty,
        .cg .courses .cards.programs .card.empty{
            background-color: transparent;
            box-shadow: none;
        }
        .cg .courses .cards.academies a:hover.card.empty,
        .cg .courses .cards.programs a:hover.card.empty{
            border: none;
            cursor: inherit;
        }
        .cg .content.how{
            text-align: center;
            padding: 100px 2rem 80px;
        }
        .cg .content .how-numb{
            position: relative;
            z-index: 10;
            margin: 12px 0 26px;
        }
        .cg .content .how-numb .number{
            position: absolute;
            left: 0;
            right: 0;
            top: 11%;
            color: #2979FF;
            font-weight: 600;
            font-size: 22px;
        }
        .cg .content .how-numb .circle{
            width: 40px;
            height: 40px;
            border-radius: 100%;
            border: 2px solid #2979FF;
            margin: auto;
            background-color: #fff;
        }
        .cg .certificate{
            text-align: left;
        }
        .cg .certificate .row{
            margin-top: 60px;
        }
        .cg .certificate span{
            color: #2979FF;
        }
        .cg .content.how img{
            width: 80%;
        }
        .cg .header .dropdown{
            position: relative;
            width: fit-content;
            cursor: pointer;
            background-color: #fff;
            border: 1px solid rgba(3, 27, 78, .2);
            border-radius: 6px;
            padding: 16px 20px;
        }
        .cg .header .dropdown:first-of-type{
            margin-right: 8px;
        }
        .cg .header .dropdown .dropdown-c{
            display: none;
            position: absolute;
            left: 0;
            width: 180px;
            background-color: #fff;
            border-radius: 6px;
            list-style: none;
            padding: 10px 0;
            margin-top: 18px;
            overflow-y: auto;
            max-height: 192px;
            z-index: 100;
            -webkit-box-shadow: 0 2px 2px -1px rgba(50, 50, 93, .25), 0 1px 3px -1px rgba(0, 0, 0, .3);
            box-shadow: 0 2px 2px -1px rgba(50, 50, 93, .25), 0 1px 3px -1px rgba(0, 0, 0, .3);
        }
        .cg .header .dropdown .dropdown-c.academies{
            width: 300px;
        }
        .cg .header .dropdown .dropdown-c li{
            padding: 12px 22px;
        }
        .cg .header .dropdown .dropdown-c li:hover{
            background-color: #E9F1FF;
        }
        .cg .header .dropdown.active .dropdown-c{
            display: block;
        }
        .cg .header .dropdown img{
            margin: 4px 0 0 12px;
            width: 18px;
        }


@media only screen and (max-width: 980px){
        .cg .content .row .column:first-of-type{
            margin-right: 30px;
        }
        .cg .text-main{
            flex: 0 0 54%;
        }
        .cg .img-main{
            margin-left: 30px;
        }
        .cg .courses .cards.academies .card,
        .cg .courses .cards.programs .card{
            flex: 1 1 40%; /* Dos columnas */
        }
        .cg .courses .cards.programs .card{
            margin: 1px 8px 12px 5px;
        }
        .cg .content.certificate{
            padding: 40px 2rem 0;
        }
}

@media only screen and (max-width: 880px){
        .cg .courses .card .img img{
            transform: scale(1.5);
            margin-top: 12px;
        }
        .cg .courses .card .img{
            width: 50%;
        }
}        

@media only screen and (max-width: 820px){
        .cg .content > .row,
        .cg .back-main .row,
        .cg .certificate .row{
            flex-direction: column;
            -webkit-box-orient: vertical;
            -ms-flex-direbsion: column;
        }
        .cg .back-main .row{
            height: -webkit-fill-available;
        }
        .cg .content{
            max-width: 480px;
            padding: 60px 1rem;
            text-align: center;
        }
        .cg .back-main{
            max-width: 480px;
            padding: 40px 1rem 40px;
        }
        .cg .courses{
            padding: 60px 1rem 0;
        }
        .cg .content .row .column:first-of-type{
            margin-right: 0;
        }
        .cg .content .row .column:last-of-type{
            margin-bottom: 0;
        }
        .cg .text-main h1{
            margin-top: 0;
        }
        .cg .content.how .row .column{
            margin-bottom: 60px;
        }
        .cg .content.how .row .column:last-of-type{
            margin-bottom: 0;
        }
        .cg .row.cta-b{
            margin: 0 auto 20px;
        }
        .cg .content .textt{
            margin-bottom: 40px;
        }
        .cg .content > .row{
            margin-top: 60px;
        }
        .cg .cont-courses .courses:last-of-type{
            padding: 60px 1rem 80px;
        }
        .cg .business .content{
            padding: 60px 1rem;
        }
        .cg .content.how{
            padding: 60px 1rem 80px;
        }
        .cg .certificate{
            text-align: center;
        }
        .cg .content.how .certificate .column{
            margin-bottom: 20px;
        }
        .cg .img-main{
            display: none;
        }
}

@media only screen and (max-width: 778px){
        .cg .courses .card .img img{
            margin-top: 0;
            transform: scale(1);
        }
}

@media only screen and (max-width: 680px){
        .cg .courses .cards.academies .card{
            padding: 16px 18px;
        }
        .cg .courses .cards.academies .card img{
            width: 36px;
        }
}

@media only screen and (max-width: 580px){
        .cg h1{
            font-size: 36px;
        }
        .cg h2{
            font-size: 30px;
        }
        .cg h3{
            font-size: 26px;
        }
        .cg p{
            font-size: 17px;
        }
        .cg .courses .card{
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .cg .courses .cards.academies .card,
        .cg .courses .cards.programs .card{
            flex: 1 1 100%; /* Una columna */
            margin: 0 0 8px 0;
        }
        .cg .courses .card .img img{
            transform: scale(1.5);
            margin-top: 12px;
        }
        .cg .header.flex{
            flex-direction: column;
            -webkit-box-orient: vertical;
            -ms-flex-direbsion: column;
        }
        .cg .header .dropdown{
            width: -webkit-fill-available;
        }
        .cg .header .dropdown:first-of-type{
            margin: 0 0 8px 0;
        }
        .cg .header .dropdown img{
            margin: 4px 0 0 auto;
        }
}

@media only screen and (max-width: 480px){
        .cg h1{
            font-size: 32px;
        }
        .cg h2{
            font-size: 28px;
        }
        .cg h3{
            font-size: 24px;
        }
        .cg h4{
            font-size: 20px;
        }
        .cg .text-main .btn:first-of-type{
            margin-bottom: 8px;
        }
        .cg .text-main{
            margin-bottom: 20px;
        }
        .cg .content img,
        .cg .content.how img{
            width: 100%;
        }
}

@media only screen and (max-width: 380px){
        .cg .courses .card .img img{
            transform: scale(2);
            margin-top: 26px;
        }
}
