@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;600;800&display=swap');

body {
	margin: 0;
	font-family: 'Outfit', sans-serif;
	width: 100% !important;
	background-color: #FAFAFA !important;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: 300 !important;
}

a:hover {
	text-decoration: none !important;
}

a:visited {
    color: unset !important;
}

a, a:active, a:link {
    /*color: unset !important;*/
    text-decoration: none !important;
    color: #333;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a[href^=tel] { color: inherit; text-decoration: none; }

::-webkit-input-placeholder { color: #666 !important; } /* WebKit */
:-moz-placeholder { color: #666 !important; } /* Firefox 18- */
::-moz-placeholder { color: #666 !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666 !important; } /* IE 10+ */

hr {
    height: 1px;
    background-color: #CCC;
    border:0;
}

h1 {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}
  
  header {
    width: 100%;
    height: 100px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(310deg, rgba(221,222,226,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(310deg, rgba(221,222,226,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(310deg, rgba(221,222,226,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddee2",GradientType=1);
}

.flex {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentPage {
    width: 90%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentPageCenter {
    width: 90%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.logo {
    width: 30%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

/* BOTONERA */
ul, ol {
list-style:none;
}

ul {
    padding-inline-start: 0px;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}

nav {
    width: 70%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

nav ul {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

nav li {
    font-size: 24px;
    font-weight: 600;
    color: #4D4E50;
    padding: 10px;
    margin: 20px 10px 0px 10px;
    transition: all 0.3s;
}

nav li:hover {
    cursor: pointer;
    color: #CD2E35;
}

.btnAccessStd {
    padding: 6px 25px 6px 25px;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    line-height: 20px;
    margin: 20px 0px 0px 10px;
    transition: all 0.3s;
}

.btnAccessStd:hover {
    background-color: #CD2E35;
    color: #FFF;
}

.headerTitle {
    width: 100%;
    height: 40px;
    background-color: #CD2E35;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.msgTitleLeft {
    width: 40%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.msgTitleLeft h1 {
    font-size: 20px;
    color: #FFF;
    font-weight: 300;
}

.msgTitleLeft b {
    font-weight: 900;
}

.msgTitleRight {
    width: 60%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.splitTitle {
    width: 4px;
    height: 25px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
}

.msgTitleRight p {
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
}

.bgHome {
    width: 100%;
    height: 80vh;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    background-image: url("../images/bgHome.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #FFF;
}

.colNavHome {
    width: 480px;
    height: 65vh;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colIconCamaraHome {
    height: 65vh;
    padding-top: 10px;
}

.logoCamaraArgentina {
    position: absolute;
    right: 30px;
}

.logoCamaraArgentina img {
    width: 280px;
}

.colNavHome h2 {
    width: 100%;
    font-size: 52px;
    color: #CD2E35;
    text-align: center;
    line-height: 48px;
    margin: 0;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colNavHome p {
    width: 100%;
    font-size: 32px;
    color: #000;
    font-size: 400;
    margin: 0;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentNavHome {
    margin-top: 10px;
}

.btnHome {
    width: 100%;
    padding: 15px;
    background-color: #E7E7E9;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    margin-bottom: 15px;
    box-shadow: 0px 10px 10px -6px #CCC;
    -webkit-box-shadow: 0px 10px 10px -6px #CCC;
    -moz-box-shadow: 0px 10px 10px -6px #CCC;
    -o-box-shadow: 0px 10px 10px -6px #CCC;
    transition: all 0.3s;
}

.btnHome:hover {
    cursor: pointer;
    background-color: #CD2D35;
}

.btnHome:hover p {
    color: #FFF;
}

.btnHome i {
    color: #FFF;
    font-size: 30px;
    vertical-align: top;
    margin-left: 15px;
}

.btnHome p {
    color: #555;
    font-size: 24px;
    vertical-align: middle;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    align-self: center;
    align-content: space-between;
    align-items: center;
}

.footerBgHome {
    width: 100%;
    height: 150px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.txtFooterHome p {
    font-size: 36px;
    color: #555;
    font-weight: 300;
    text-align: left;
}

.txtFooterHome p b {
    color: #CF2E36;
    font-weight: 800;
}

.btnPromociones {
    letter-spacing: 2px;
    font-size: 28px;
    color: #FFF;
    padding: 10px 35px 10px 35px;
    background-color: #58595B;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.3s;
}

.btnPromociones:hover {
    background-color: #CD2D35;
    cursor: pointer;
}

.IconSocialBgHome {
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleSocial {
    width: 55px;
    height: 55px;
    margin: 0px 15px 0px 15px;
    background-color: #3C3C3C;
    color: #FFF;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    box-shadow: 0px 10px 10px #666;
    -webkit-box-shadow: 0px 10px 10px #666;
    -moz-box-shadow: 0px 10px 10px #666;
    -o-box-shadow: 0px 10px 10px #666;
    
    transition: all 0.3s;
}

.circleSocial:hover {
    background-color: #CD2D35;
    cursor: pointer;
}

.circleSocial i {
    font-size: 34px;
}

.contentCirclesCourses {
    width: 100%;
    height: 260px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    position: relative;
    z-index: 10;
}

.circleCourse {
    width: 150px;
    height: 150px;
    border: 1px solid rgba(227,227,227,0.3);

    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;

    box-shadow: inset 6px 6px 1px rgba(227,227,227,1);
    -webkit-box-shadow: inset 6px 6px 1px rgba(227,227,227,1);
    -moz-box-shadow: inset 6px 6px 1px rgba(227,227,227,1);
    -o-box-shadow: inset 6px 6px 1px rgba(227,227,227,1);

    background: rgb(227,227,227);
    background: -moz-linear-gradient(146deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(146deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 80%);
    background: linear-gradient(146deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#ffffff",GradientType=1);

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleInsetCourse {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(227,227,227,1);

    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleInsetCourse i {
    font-size: 60px;
    color: #A7A7A9;
}

.titleCircleCourses {
    height: 50px;
    margin-top: 10px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.titleCircleCourses p {
    font-size: 20px;
    color: #A7A7A9;
}

.title {
    width: 100%;
    text-align: left;
}

.title h3 {
    width: 100%;
    color: #CD2E35;
    font-size: 54px;
    font-weight: 300;
}

.barGradientCourses {
    width: 100%;
    height: 95px;
    position: absolute;
    z-index: 0;
    margin-top: 315px;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(213,214,218,1) 130%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(213,214,218,1) 130%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(213,214,218,1) 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d5d6da",GradientType=1);
}

.colLeftCurInt {
    width: 40%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-top: 50px;
}

.colRightCurInt {
    width: 60%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-top: 50px;
}

.colRightCurInt img {
    width: 100%;
    width: 100%;
    box-shadow: 0px 10px 20px -6px #CCC;
    -webkit-box-shadow: 0px 10px 20px -6px #CCC;
    -moz-box-shadow: 0px 10px 20px -6px #CCC;
    -o-box-shadow: 0px 10px 20px -6px #CCC;
}

.colLeftCurInt h2 {
    width: 100%;
    font-size: 42px;
    font-weight: 400;
    color: #CD2E35;
    text-align: left;
    line-height: 48px;
    margin: 0;
}

.colLeftCurInt h2 b {
    font-weight: 600;
}

.contentCurInt {
    width: auto;
    height: auto;
    margin-top: 40px;
}

.btnCurInt {
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    font-size: 24px;
    color: #58595D;
    border-bottom: 1px solid #842124;
    padding: 3px 3px 3px 3px;
    transition: all 0.3s;
}

.btnCurInt i {
    color: #842124;
    font-size: 28px;
    vertical-align: middle;
}

.btnCurInt:hover i {
    color: #FFF;
}

.btnCurInt:hover {
    background-color: #842124;
    color: #FFF;
    cursor: pointer;
}

.circleLightCurInt {
    width: 120px;
    height: 120px;
    background-color: #A7A8AA;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;
    position: absolute;
    margin-top: -110px;
    margin-left: 450px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleLightCurInt i {
    font-size: 64px;
    color: #FFF;
}

.txtCurInt {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-top: 40px;
}

.txtCurInt p {
    font-size: 44px;
    color: #58595B;
    font-weight: 800;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.txtCurInt p b {
    color: #CD2E35;
}

.txtCurInt small {
    width: 100%;
    font-size:34px;
    line-height: 36px;
    color: #58595B;
    font-weight: 300;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentPromos {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colPromoLeft {
    width: 40%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colPromoLeft img {
    width: 100%;
    box-shadow: 0px 10px 20px -6px #CCC;
    -webkit-box-shadow: 0px 10px 20px -6px #CCC;
    -moz-box-shadow: 0px 10px 20px -6px #CCC;
    -o-box-shadow: 0px 10px 20px -6px #CCC;
}

.colPromoRight {
    width: 60%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colPromoRight img {
    width: 100%;
}

.IconSocialFooter {
    width: 100%;
    margin-top: 50px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.btnWhatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #41c300;
    font-size: 34px !important;
    font-weight: 400 !important;
    color: #FAFAFA !important;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 0px 0px 10px 10px;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s;
    z-index: 9000;
  }

.btnWhatsapp i {
    color: #FFF;
}

.btnWhatsapp:hover {
background-color: #008b00;
cursor: pointer;
color: #FAFAFA !important;
}
 
.checkCondiciones {
	width: auto !important;
    margin-top: 18px !important;
    margin-left: 5px !important;
}

.linkCondiciones label{
    text-decoration: underline !important;
    transition: all 0.3s;
}

.linkCondiciones label:hover {
    cursor: pointer;
    color: blue;
}

/* BANNER HEADER */
.holder {
    
    background:#CD2E35;
    padding:0.5rem;
    height: 40px;
    text-overflow: clip;
  }
  .news {
    width: 100%;
    animation : slide 5s linear infinite;
    text-transform: uppercase;
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-overflow: clip;
  }
  
  @keyframes slide {
    0% {
      /*transform: translatex(0%);*/
      color: #FFF;
    }

    50% {
        color: yellow;
    }
  
    100% {
      /*transform: translatex(100%);*/
      color: #FFF;
    }
  }