@font-face {
	font-family: "RobotoCondensed";
	src:url(../fuente/RobotoCondensed-Regular.ttf);
}

.terminos1 {
    font-family: 'RobotoCondensed';
    text-align: center;
    color: #213968;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 300;
}

.terminos1 a {
    font-family: 'RobotoCondensed';
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.terminos1 a:hover {
    text-decoration: underline;
}

.terminos2 {
    font-family: 'RobotoCondensed';
    color: #213968;
    font-weight: 300;
}

.terminos p {
    font-family: 'RobotoCondensed';
}

.terminos a {
    text-decoration: none;
    color:#213968;
}

.terminos a:hover {
    color: #213968;
    text-decoration: underline;
}

@media screen and (min-width: 0px) {
.terminos {
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 50px;
}
.terminos1 {
    font-size: 18px;
}
.terminos2 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}
.terminos p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}
}

@media screen and (min-width: 480px) {
    .terminos {
        padding-top: 90px;
        padding-right: 35px;
        padding-left: 35px;
        padding-bottom: 55px;
    }
    .terminos1 {
        font-size: 20px;
    }
    .terminos2 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .terminos p {
        padding-bottom: 10px;
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .terminos {
        padding-top: 125px;
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 55px;
    }
    .terminos1 {
        font-size: 22px;
    }
    .terminos2 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .terminos p {
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .terminos {
        padding-top: 130px;
        padding-right: 55px;
        padding-left: 55px;
        padding-bottom: 55px;
    }
    .terminos1 {
        font-size: 22px;
    }
    .terminos2 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .terminos p {
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1300px) {
    .terminos {
        padding-top: 135px;
        padding-right: 60px;
        padding-left: 60px;
        padding-bottom: 55px;
    }
    .terminos1 {
        font-size: 24px;
    }
    .terminos2 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 22px;
    }
    .terminos p {
        padding-bottom: 10px;
        font-size: 19px;
        line-height: 31.5px;
    }
}

@media screen and (min-width: 1600px) {
    .terminos {
        padding-top: 150px;
        padding-right: 65px;
        padding-left: 65px;
        padding-bottom: 60px;
    }
    .terminos1 {
        font-size: 25px;
    }
    .terminos2 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 24px;
    }
    .terminos p {
        padding-bottom: 10px;
        font-size: 21px;
        line-height: 32.5px;
    }
}

@media screen and (min-width: 1920px) {
    .terminos {
        padding-top: 160px;
        padding-right: 70px;
        padding-left: 70px;
        padding-bottom: 60px;
    }
    .terminos1 {
        font-size: 26px;
    }
    .terminos2 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 25px;
    }
    .terminos p {
        padding-bottom: 10px;
        font-size: 22px;
        line-height: 34px;
    }
}