@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Black.ttf');
    font-weight: 900;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}

.table {
    display: table;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
}

.align-middle {
    vertical-align: middle;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.white {
    color: #FFF;
}

.underlined-1 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-image: url('../images/subrayado1.png');
}

.underlined-2 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-image: url('../images/subrayado2.png');
}

.underlined-3 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-image: url('../images/subrayado3.png');
    padding-bottom: 5px;
}

.underlined-4 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-image: url('../images/subrayado4.png');
    padding-bottom: 5px;
}

.underlined-5 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-image: url('../images/subrayado5.png');
    padding-bottom: 10px;
}

.circle-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-image: url('../images/circle_bk.png');
}

.circle-bg.text {
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 10px;
}

.block-title {
    background-color: #0C1414;
    color: #FFF; /*rgba(255, 255, 255, 0.5);*/
    font-size: 18px;
    font-weight: 900;
    display: table;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 60px;
}

.background-gradient {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% top; /* 50% center; */
    background-image: url('../images/background2.png');
}

body {
    font-family: 'Poppins';
    font-weight: 400;
}

.landing-content {
	min-height: calc(100vh - 68px);
	background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-image: url('../images/background.png');
    position: relative;
}

.bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42%; /*391px;*/
    pointer-events: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1396px;
}

/* footer */
footer {
    background-color: #000;
    color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
}

footer .footer-wrapper ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    /* fix whitespace */
    font-size: 0;
}

footer .footer-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
}

footer .footer-wrapper ul li a {
    color: #FFF;
    font-size: 12px;
}

footer .footer-wrapper .left a {
    font-weight: 400;
}

footer .footer-wrapper .right a {
    font-weight: 700;
}

footer .footer-wrapper .left ul li {
    padding-left: 10px;
    padding-right: 10px;
}

footer .footer-wrapper .left ul li:first-child {
    padding-left: 0;
}

footer .footer-wrapper .left ul li:last-child {
    padding-right: 0;
}
/* fin footer */

#logo-wrapper {
	padding-top: 100px;
	text-align: center;
	padding-bottom: 140px;
}

.title {
	color: #0C1414;
	font-size: 47px;
	line-height: 76px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}

.title .important {
	font-style: normal;
	font-weight: 800;
}

.text {
	color: #0C1414;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	margin-bottom: 60px;
}

.text .important {
	font-weight: 800;
}

.text.important {
	font-weight: 800;
}

.button-wrapper {
	text-align: center;
}

.button-wrapper button {
	background-color: #FFF;
	outline: 0;
	border: 0;
	border-radius: 50px;
	height: 44px;
	padding-left: 15px;
	padding-right: 15px;
	color: #0C1414;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	z-index: 20;
}

.button-wrapper button img {
	margin-left: 10px;
}

.button-wrapper button a {
	color: #0C1414;
	cursor: pointer;
}

.button-wrapper button a:hover {
	text-decoration: none;
}

@media (max-width: 1100px) {
	.landing-content {
		background-position: 50% top;
	}

	.bottom-gradient {
		display: none;
	}
}

@media (max-width: 850px) {
	footer .footer-wrapper ul li a {
        font-size: 11px;
    }
    /* fin footer */
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	/* footer */
    footer .footer-wrapper {
        display: block;
    }

    footer .footer-wrapper ul li {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    footer .footer-wrapper .left ul li:first-child {
        padding-top: 0;
    }

    footer .footer-wrapper .left ul li {
        padding-left: 0;
        padding-right: 0;
    }

    footer .footer-wrapper ul li a {
        font-size: 12px;
    }
    /* fin footer */

    #logo-wrapper {
    	padding-top: 60px;
    	padding-bottom: 50px;
	}

	.title {
		font-size: 35px;
		line-height: 43px;
	}

	.text {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 45px;
	}

	.button-wrapper button  {
		border: 1px solid #0C1414;
	}

	.landing-content {
		min-height: calc(100vh - 246px); /* 0 */
		padding-bottom: 70px; 
	}
}