/* CAMBIO  TIPOGRAFÃA*/
@font-face { 
    font-family: 'Inter-Regular'; 
    src:url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Regular.woff') format('woff'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Regular.svg#HalisR-Black') format('svg'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Regular.eot'),
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Regular.ttf') format('truetype'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Inter-Bold'; 
    src:url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Bold.woff') format('woff'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Bold.svg#HalisR-Black') format('svg'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Bold.eot'),
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Bold.ttf') format('truetype'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Bold.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Inter-Light'; 
    src:url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Light.woff') format('woff'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Light.svg#HalisR-Black') format('svg'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Light.eot'),
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Light.ttf') format('truetype'), 
    url('https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/Inter-Light.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal; 
    font-style: normal; 
}

strong, bold{
    font-family: 'Inter-Bold'; 
}

*{
    outline: none !important;
}

body{
    font-family: 'Inter-Regular';
    font-size: 18px;
    color: #000000;
}

a:hover{
    text-decoration: none
}


















/********************************************************************************
CABECERA
********************************************************************************/
.section-top{
    position: absolute;
    width: 100%;    
}

nav{
    z-index: 9;
}

ul.navbar-nav.ml-auto {
    font-family: 'Inter-Bold'; 
}

.carousel-item{
    background-repeat: no-repeat;
    background-position: center;
    height: 950px;
    background-size: cover;
}

.slider1{
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/slide2a1.jpg);
}

.slider2{
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/slide1a1.jpg);
}

.slider3{
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/slide3a1.jpg);
}

.slider4{
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/slide4b1.jpg);
}

.area-top {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/banner-top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 950px;
    background-size: cover;
}

a.nav-link {
    color: #fff !important;
    font-size: 15px;
    padding-right: 0 !important;
}

button.navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/menu.svg);
 }

.content-banner-main{
    margin-top: 133px;
    z-index: 9;
    position: relative;
}

h1{
    font-size: 40px;
    font-weight: 700
}

.content-banner-main h2 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 68px;
}

.btn-main {
    color: #fff;
    text-decoration: none !important;
    font-size: 20px;
    padding: 23px 30px;
    font-weight: 500;
    background-color: #ea7d24;
    max-width: 305px;
    display: block;
    text-align: center;
    max-width: max-content;
}

.btn-white{
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-main.btn-apuntate{
    padding: 23px 53px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
}

.carousel-indicators li.active {
    background-color:  #fff;
}

/****************************************************************************/

h3{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

h3 span {
    background-color: #e2790f;
    min-width: 245px;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

h3 span:after,
h3 span:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 167px;
    background-color: #e2790f;
    top: 50%;
}

h3 span:after{
    right: -167px;
}

h3 span:before {
    left: -167px
}

.border-top-round {
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -107px;
    padding: 50px 0;
}

strong{
    color: #e2790f;
}   

.blockquote {
    font-size: 18px;
    border-left: 3px solid #e2790f;
    padding-left: 12px;
}

.elige-tu-camino{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2790f+0,b63b17+100 */
    background: #e2790f; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2790f 0%, #b63b17 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e2790f 0%,#b63b17 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e2790f 0%,#b63b17 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2790f', endColorstr='#b63b17',GradientType=0 ); /* IE6-9 */
    padding-top: 120px;
    position: relative;
    padding-bottom: 70px;
}

.arrow-down{
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -34px;
}

h3 span.white:after,
h3 span.white:before,
h3 span {
    background-color: #fff;
    color: #e2790f;
}

h3 span.green:after,
h3 span.green:before,
h3 span.green {
    background-color: #e2790f;
    color: #fff;
}

.especializacion h3 span.green:after,
.especializacion h3 span.green:before,
.especializacion h3 span.green {
    background-color: #ff7a12;
}

.especializacion .blokquote2 {
    border-color: #ff7a12;
}

.especializacion strong.blokquote2,
.especializacion .main-color {
    color: #ff7a12 !important;
}

.text20{
    font-size: 20px;
}

.blokquote2 {
    border-left: 5px solid #e2790f;
    padding-left: 10px;
}

.blokquote2.text-white {
    border-color:#fff;
}

.bold300{
    font-weight: 300;
}

p.dotted {
    border: 1px dashed #fff;
    margin-left: 1rem;
    margin-right: 1rem;
}

p.dotted.color {
    border: 1px dashed #343434;
}

.ico-1 {
    position: relative;
    left: -127px;
}

.ico-3 {
    position: relative;
    right: -126px;
}

.img-ico {
    position: relative;
    margin-top: 32px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.img-ico:before {
    position: absolute;
    content: "";
    height: 44px;
    width: 1px;
    left: 49.8%;
    top: -46px;
    border: 1px dashed #fff;
    display:none;
}

.img-ico.color:before {
    border: 1px dashed #343434;
}

.img-ico:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 1px;
    left: 49.8%;
    bottom: -18px;
    border: 1px dashed #fff;
}

.img-ico.color:after {
    display: none;
}

.text15{
    font-size: 15px;
}

.box-elige {
    text-align: center;
    background-color: #efd2c4;
    color: #fff;
    border-radius: 10px;
    padding: 39px 20px 79px;
    max-width: 250px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.box-elige.color {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 77px 0px 0;
    width: 340px;
    max-width: initial;
    margin-top: -70px;
    color: #000000;
    font-size: 15px;
    min-height: 415px;
    position: relative;
}

.box-elige.color > div {
    padding: 0 20px;
}

.box-elige-left {    
    left: -131px;
}

.box-elige-right {    
    right: -126px;
    padding: 39px 20px 31px;
}

.box-elige-left.color {
    left: -155px;
}

.box-elige-right.color {
    right: -98px;
}

.box-elige.color > div.back-main {
    background-color: #ff7a12;
    color: #fff;
    padding: 15px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.box-elige-centro.color {
    left: -28px;
}

.box-elige-right.color {
    right: -97px;
}

.especializacion{
    background-color: #e2e2e2;
    padding-top: 120px;
    position: relative;
    padding-bottom: 100px;
}

.main-color{
    color: #e2790f !important;
}

.ademas {
    background-color: #262626;
    padding-top: 170px;
    margin-top: -125px;
    padding-bottom: 80px;
}

ul.performance {
    padding: 20px 0 55px 83px;
    margin: 0;
}

ul.performance li {
    list-style: none;
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/check-list.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 4px;
}

.btn-descarga {
    color: #ff7a12 !important;
    width: 357px;
    margin: 0 auto;
    display: block;
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/ico-downloadA.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position-y: 5px;
    text-decoration: none !important;
    padding: 10px 10px 10px 74px;
    border: 1px solid;
    background-position-x: 19px;
    background-position-y: 13px;
}

.btn-descarga span {
    display: block;
    font-size: 12px;
    position: relative;
    top: -5px;
}

.apuntate {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Rethinking%20Digital/back-apuntateA.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 70px;
}
 
footer {
    background-color: #262626;
    padding: 79px 0;
}

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

.link2{
    color: #ea7d24 !important;
}

footer i {
    font-size: 25px;
    margin-left: 5px;
}

.transformate{
    background-color: #f5f5f5;
    padding-top: 120px;
    position: relative;
    padding-bottom: 70px;
}

.ico-boton {
    position: relative;
    margin-bottom: 98px;
}

.ico-boton:after, .ico-boton:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 1px;
    left: 49.9%;
    bottom: -63px;
    border: 1px dashed #e2790f;
}

.ico-boton:before {
    left: 49.9%;
    top: -63px;
}

.ico-boton.first:before {
    display: none;
}

.ico-boton.last:after {
    display: none;
}

.box-transformate {
    border: 1px dashed #000;
    padding: 25px 30px 30px;
    width: 452px;
    border-radius: 20px;
    position: absolute;
    font-weight: 300;
    font-size: 15px;
    z-index: 1;
    background-color: #454545;
}

.box-transformate p:first-child {
    font-weight: 400;
}

.box-t-1 {
    top: 165px;
    left: 31px;
}

.box-t-2 {
    top: 306px;
    right: 31px;
}

.box-t-3 {
    top: 625px;
    left: 31px;
}

.box-t-4 {
    top: 970px;
    right: 31px;
}

.box-transformate p.text15 {
    line-height: 18px;
}

.transformate ul.performance{
    padding: 0;
}

.box-transformate p:first-child {
    line-height: 21px;
}

.uparrow {
    display:none;
    padding:10px;
    background-color:#e2790f;
    font-size:20px;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 2;
}

.box-fase-1{
    min-height: 310px;
    font-size: 15px;
}

.box-fase-1 .dotted-fase1 {
    width: 380px;
    position: relative;
    margin: 0 auto;
    height: 52px;
}

.box-fase-1 .dotted-fase1:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    border: 1px dashed;
}

.box-fase-1 > div {
    width: 340px;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding-top: 38px;
    position: absolute;
}

.box-fase-1 > div:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 50%;
    height: 48px;
    border: 1px dashed #ff7a12;
    top: -48px;
}

.box-fase-1 > div:nth-child(2) {
    left: 209px;
}

.box-fase-1 > div:nth-child(3) {
    right: 211px;
}

.box-fase-1 .back {
    background-color: #ff7a12;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 0;
}

.colorSecundary{
    color: #262626;
}

.human-age {
    background-color: #E2E2E2;
    padding: 50px 0;
}

.decoUnderline{
    text-decoration: underline;
}

.ft600{
    font-weight: 600;
}

.bg-warning{
    border: 2px solid #fff;
    background-color: #ff7a12 !important;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 6px;
    position: relative;
}

a.bg-warning:hover{
    background-color: #ff7a12 !important;
}

.rd > div:nth-child(2) .bg-warning:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 29px;
    background-color: #fff;
    top: -29px;
    left: 50%;
    margin-left: -2px;
}

.rd > div:nth-child(1) .bg-warning:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 24px;
    background-color: #fff;
    top: -26px;
    left: 50%;
    margin-left: -2px;
}

.rd:before {
    position: absolute;
    content: "";
    width: 215px;
    height: 4px;
    background-color: #fff;
    left: 112px;
    top: -28px;
}

.rd:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background-color: #fff;
    left: 53%;
    top: -48px;
}

.container.d-none.d-lg-block.pBig {
    padding-left: 66px;
}

.rd1, .rd2, .rd3{
    position: relative;
}

.rd1:before, .rd2:before, .rd3:before{
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background-color: #fff;
    left: 50%;
    margin-left: -2px;
    bottom: -20px;
}

.rd2:before, .rd3:before{
    top: -20px;
}

.rd2:before, .rd3:before {
    left: 56.8%;
    height: 26px;
    bottom: inherit;
    top: -26px;
}

.rd3:before {
    left: 43.4%;
}

.rd1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    bottom: -24px;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}











/********************************************************************************
RESPONSIVE
********************************************************************************/

@media (min-width: 1400px){
.container.sizeSpecial{
    max-width: 1400px;
}
}

@media (max-width:1399px){
.rd:before {
    left: 111px;
}
}


@media (max-width:1199px){
.box-elige {
    padding: 39px 20px 56px;
}

.rd1:after {
    width: 86.5%;
    left: 20px;
}

.container.d-none.d-lg-block.pBig {
    padding-left: 28px;
}

.rd:before {
    left: 110px;
}

.box-fase-1 > div:nth-child(3) {
    right: 122px;
}

.box-fase-1 > div:nth-child(2) {
    left: 120px;
}

.box-elige.color {
    width: 220px;
    min-height: 500px;
}

.box-elige-left {
    left: -118px;
}

.box-elige-right {
    right: -114px;
    padding: 24px 11px;
}

.box-elige {
    width: 200px;
    min-height: 206px;
}

.box-transformate {
    padding: 20px;
    width: 420px;
}

.box-elige-left.color {
    left: -117px;
}

.box-elige-centro.color {
    left: -6px;
}

.box-elige-right.color {
    right: -112px;
}

.box-t-2,
.box-t-4 {
    right: 0;
}

.box-t-1,
.box-t-3 {
    left: 0;
}

ul.performance {
    padding-left: 0;
}

.ico-1 {
    left: -118px;
}

.ico-3 {
    right: -117px;
}

p.dotted {
    margin-left: 0;
    margin-right: 0;
}
}


@media (min-width:992px){
ol.carousel-indicators {
    bottom: 131px;
}

nav.navbar {
    padding-top: 70px;
    padding-left: 0;
}
}


@media (max-width:991px){
.rd1:after {
    width: 89.7%;
    left: 14px;
}

.box-fase-1 .dotted-fase1 {
    width: 80%;
}

.box-fase-1 > div:nth-child(3) {
    right: 0;
    margin-top: 48px;
    margin-bottom: 40px;
}

.box-fase-1 > div:nth-child(2) {
    left: 0;
}

.box-fase-1 > div {
    width: 280px;
    margin: 0 auto;
    position: relative;
}

.box-elige-right.color {
    right: 0;
}

.box-elige-left.color,
.box-elige-centro.color {
    left: 0;
}

.box-elige.color {
    width: 280px;
    min-height: inherit;
}

.box-elige.color > div.back-main {
    position: relative;
}

.box-elige {
    width: auto;
    min-height: inherit;
}

.box-elige{
    padding: 20px;
}

.ico-boton {
    margin-bottom: 9px;
}

.ico-boton:after, .ico-boton:before {
    height: 24px;
    bottom: -9px;
}

.ico-boton:before {
    top: 0px;
}

.box-transformate {
    width: auto;
    position: relative;
    margin: 0 auto;
}

.box-t-2,
.box-t-4,
.box-t-1,
.box-t-3 {
    left: 0;
    right: 0;
    top: 0;
}

.especializacion {
    padding-bottom: 60px;
}

.apuntate {
    height: auto;
    padding-top: 119px;
    padding-bottom: 50px;
}

.border-top-round {
    margin-top: 0;
}

.ico-1,
.box-elige-left {
    left: 0;
}

.ico-3,
.box-elige-right {
    right: 0;
}

.area-top,
.carousel-item {
    height: 0;
    min-height: 563px;
}

.content-banner-main h2 {
    margin-bottom: 28px;
}

.content-banner-main {
    margin-top: 20px;
}
}


@media (max-width:767px){
.rd3:before {
    left: 50%;
    top: -20px;
}

.rd1:after, .rd2:before {
    display: none;
}

h3 span {
    font-size: 16px;
}

.btn-main {
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    width: 250px;
    margin: 0 auto;
}

.btn-descarga {
    width: 326px;
    background-position-y: 5px;
    padding: 10px 10px 10px 45px;
    background-position-x: 11px;
    background-size: 24px;
    background-position-y: 18px;
}

.ademas {
    padding-top: 155px;
    padding-bottom: 45px;
}

h3 span:after, h3 span:before {
    width: 40px;
}

h3 span:after {
    right: -40px;
}

h3 span:before {
    left: -40px;
}

.content-banner-main h2 {
    font-size: 21px;
}

h1 {
    font-size: 28px;
}