@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

html{scroll-behavior: smooth;}

a.disabled, a.disabled:hover {cursor: not-allowed !important;filter: alpha(opacity=30) !important;-webkit-box-shadow: none;box-shadow: none;opacity: .3 !important;background-color:transparent !important;color: #027cf8 !important}

button.disabled, button.disabled:hover {cursor: not-allowed !important;filter: alpha(opacity=30) !important;-webkit-box-shadow: none;box-shadow: none;opacity: .3 !important;background-color:transparent !important;color: #027cf8 !important}

.spinner {display:none;width:60px;animation-name: spin;animation-duration: 0.8s;animation-iteration-count: infinite;animation-timing-function: linear;}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.card-transformacion {border-bottom:1px solid #027cf8;transition: all 0.3s ease;}
.card-transformacion:hover {background-color:#d5d5d5;}

.mapa-talleres {width:100%;position: relative;background:url(../img/mapa-talleres.png) top center no-repeat;background-size: 100% auto;}
.btn-taller {position:absolute;width:8%;height:12%;border:0 !important;background-color: transparent !important;}
.tooltip-inner {
    background-color: #027cf8;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #027cf8 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #027cf8 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #027cf8 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #027cf8 !important;
}
.ficha-taller {color:#fff !important;font-size: 16px;line-height: 1;margin-bottom: 0 !important;}
.ficha-taller span{font-size: 12px;}


img.parallax-slider {transform: translate3d(0px, -30%, 0px) !important;}

.diagonal-gray{
    /*position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 100;
    margin-top: 90px;*/
}

.diagonal-gray{
    background: #e6e6e6;
    margin-bottom: -6px;
    margin-top: 60px;
}

.diagonal-gray path {
    fill: #e6e6e6;
    stroke: #e6e6e6;
    stroke-width: 0;
}

.diagonal-white{
    background: #f5f5f5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.diagonal-white path {
    fill: #fff;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.diagonal-azul{
    background: #f5f5f5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.diagonal-azul path {
    fill: #004c71;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.diagonal-verde{
    background: #f5f5f5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.diagonal-verde path {
    fill: #cfde00;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.diagonal.home-left{
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
    margin-bottom: -5px;
}

.diagonal.home-right{
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
    margin-bottom: -5px;
}

.diagonal.home-left, .diagonal.home-right path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 4;
}

.diagonal.popup-left{
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
    margin-bottom: -5px;
}

.diagonal.popup-right{
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
    margin-bottom: -5px;
}

.diagonal.popup-left, .diagonal.popup-right path {
    fill: #004c71;
    stroke: #004c71;
    stroke-width: 4;
}

#assestment {
    position: absolute;
    top:0;
    right:0;
    width:50%;
    height: 100vh;
    z-index: 999999999999;
}

[onClick] {cursor: pointer !important}

.boxHover {background-color:rgba(0, 0, 0,.75);position:relative;overflow:hidden;min-height:300px;width:100%;display:table;cursor: pointer !important;transition: all ease 0.4s}
.boxHover img {width:90px;margin-bottom:0.5em;}
.boxHover h4 {transition: all ease 0.4s;}
.boxHover p {font-size:1.1em;font-weight:700;}
.boxHoverInner {display: table-cell;vertical-align: middle;transition: all ease 0.4s}
.boxInnerContent {display: none;}
.boxHover:hover {background-color:rgba(0, 0, 0,.35)}
.boxHover:hover .boxInnerContent {display:block;}

.padding-small {
    padding: 0.15em;
}

/** GLOBALES **/
.no-padding {padding: 0; }
.no-margin {margin: 0; }
.arrow-left::before {content:"";position: absolute;left:-49px;width: 0;height: 0;border-style: solid;border-width: 50px 50px 50px 0;border-color: transparent #027cf8 transparent transparent;z-index:9}
.arrow-right::before {content:"";position: absolute;right:-49px;width: 0;height: 0;border-style: solid;border-width: 50px 0 50px 50px;border-color: transparent transparent transparent #027cf8;z-index:9}
.img-full-cover {width:100%;min-height:250px;background-size:cover;background-position: center center;}
.float-right {float: right !important;}
.float-left {float: left !important;}
.text-break { -ms-word-break: break-all;word-break: break-all;word-break: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}
.col-home-left {position:relative;width:65%;float:left;}
.col-home-right {position:relative;width:35%;float: right;}
.col-transformacion-1 {width:20%;}
.col-transformacion-2 {width:40%;}


body {font-family: 'Montserrat', sans-serif;color: #000;font-weight: 400;-webkit-text-size-adjust: 100%; }
ul, ol {margin: 0;padding: 0; }
ul li {list-style: none; }

.page-loader{position: fixed;z-index: 200;width: 100%;height: 100%;top:0;left:0;background: #fff;display: block;  }
.page-loader .fa{font-size: 2.5rem;}
.page-loader,
.page-loader.visible{transition: 0.6s;opacity: 1;visibility: visible;}
.page-loader.p-hidden{visibility: hidden;opacity: 0;}
.page-loader div{position: absolute;top:50%;width: 100%;text-align: center;color: #1d1d1d;margin-top: -50px;display: block; }
.page-loader div .icon{display: inline-block;margin-left: -20px;left: 50%;width: 40px;height: 40px;content: "";background: #1d1d1d;border-radius: 100px;border: 8px solid #fff;border-top-color: rgba(255, 255, 255, 0.58);border-bottom-color: rgba(255, 255, 255, 0.58);}
.page-loader div p{margin-top: 100px;font-size: 14px;color: #555;letter-spacing: 1em;padding-left: 1em;text-transform: uppercase;font-weight: bold;}

.numero {width:2em;height:2em;font-size:3em;line-height:2em;background:#00afaa;border-radius:1em;color: #fff;margin:0 auto;}
[onClick] {cursor: pointer !important}
.box {position:relative;width:100%;}
.avatar1 {position:absolute;bottom:0;right:0;z-index:1;width:100%;transform: translateY(0px);animation: float1 6s ease-in-out infinite;}
.avatar2 {position:absolute;bottom:0;right:0;z-index:1;width:100%;transform: translateY(0px);animation: float2 6s ease-in-out infinite;}
.avatar1 img,.avatar2 img {width:100%;height: auto;}


@keyframes agrandar {0% {transform: scale(1.0) rotate(0deg);}	50% {transform: scale(1.15) rotate(2deg);} 100% {transform: scale(1.0) rotate(0deg)} }
@keyframes agrandar2 {0% {transform: scale(1.0) rotate(0deg);}	50% {transform: scale(1.15) rotate(-5deg);} 100% {transform: scale(1.0) rotate(0deg)} }
@keyframes reducir {0% {transform: scale(0.9);opacity:0.75;}	50% {transform: scale(0.5);opacity:0.15;} 100% {transform: scale(0.9);opacity:0.75;} }
@keyframes float1 {
    0% {transform: translateY(0px);}
    50% {transform: translateY(-15px);}
    100% {transform: translateY(0px);}
}

@keyframes float2 {
    0% {transform: translateY(0px);}
    50% {transform: translateY(20px);}
    100% {transform: translateY(0px);}
}

.green-car {position:absolute;left:-15%;bottom:0%;height:100px;animation: animaGreen 9s ease-in-out infinite;z-index:3;}
.blue-car {position:absolute;right:-15%;bottom:0%;height:100px;animation: animaRed 12s ease-in-out infinite;z-index:1;}
.red-car {position:absolute;right:-15%;bottom:0%;height:100px;animation: animaRed 12s ease-in-out infinite;animation-delay: 2s;z-index:1;}

@keyframes animaGreen { 0% {left:-15%;} 100% {left:110%;} }
@keyframes animaRed { 0% {right:-15%;} 100% {right:110%;} }
.agrandar {animation-name: agrandar;animation-duration:8s;animation-iteration-count: infinite;animation-timing-function: ease-in-out;}
.agrandar2 {animation-name: agrandar2;animation-duration:8s;animation-iteration-count: infinite;animation-timing-function: ease-in-out;}
.reducir {animation-name: reducir;animation-duration:8s;animation-iteration-count: infinite;animation-timing-function: ease-in-out;}

.azul {color: #027cf8 !important;}
.white {color: #fff !important;}
.rojo {color: #DA291C !important;}
.verde {color: #98cd00 !important;}
.yellow {color: yellow !important;}

.bgAzul {background-color: #027cf8 !important;}
.bgRojo {background-color: #DA291C !important;}
.bgGris {background-color: #e6e6e6 !important;}
.bgVerde {background-color: #98cd00 !important;}
.bgGrisdark {background-color: #333 !important;}
.bgGrisLight {background-color: #f5f5f5 !important;}
.bgWhite {background-color: #fff !important;}
.bgBlack {background-color: #000 !important;}
.bg-imagen {background-position:bottom left;background-size: 100% auto;background-repeat:no-repeat;}
.bg-ciudad {background-position:bottom center;background-size: 100% auto;background-repeat:no-repeat;background-image: url(../img/bg-ciudad.png);min-height:750px;overflow-x: hidden;overflow-y:hidden;}
.bg-calidadAire {background-position:bottom right;background-size: 100% auto;background-repeat:no-repeat;background-image: url(../img/calidad-aire.png);min-height:700px;display:flex;align-items:center;overflow-x: hidden;overflow-y:hidden;}
.bg-talleres {background-position:top center;background-size:cover;background-repeat:no-repeat;background-image: url(../img/banner-talleres.jpg);min-height:450px;display:flex;align-items:center;overflow-x: hidden;overflow-y:hidden;position: relative;}


.bg-cpd {background-image: url('../img/bg-cpd-1.jpg');background-size:cover;background-repeat: no-repeat;background-position: top center;}

p {font-weight: 400;font-size: 20px;line-height: 1.4;color: #262626;margin-bottom:15px;}

h1 {font-weight: 700;font-size: 55px; }
h2 {font-size: 40px;font-weight: 400;}
h3 {font-weight: 700;font-size: 32px;}
h4 {font-weight: 400;font-size: 26px;}
h5 {font-size: 20px;font-weight: 700;}
h6 {font-weight: 400;  font-size: 22px;}
strong {font-weight: 700 !important;}

.fontBlack {font-weight: 900 !important;}
.fontLight {font-weight: 300 !important;}
.smallfont {font-size:0.8em !important;}
.bigfont {font-size:1.6em !important;}

.typed-cursor {color: #cfde00;font-size: 55px;}    
.overlayAzul {position:absolute;color:#fff;background:rgba(0,76,111,.8);width:100%;height:100%;top:0;overflow: hidden;}
.overlay {position: absolute;top:0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.55);}


#back-to-top {bottom: 16px;right: 16px;background-color: #98cd00;width: 50px;height: 50px;border-radius:25px;z-index: 99;position: fixed;display: none;}
#back-to-top i {display: inline-block;box-sizing: border-box;cursor: pointer;line-height: 50px;color: #333;width: 50px;height: 50px;text-align: center;font-size: 18px;}
#back-to-top.active {display: block;}

/** ESTILOS SECCIONES **/
.hero {height: 70vh;position: relative;overflow: hidden;}
.hero .hero-content {position:absolute;top:50%;left:50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);transform: translate(-50%,-50%);text-align: center;}
/* .hero .hero-content img {width: 200px;} */
img.icon-home {width: 400px;}
.hero .overlay {position: absolute;top:0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.55);}
.hero h1 {font-size:60px;}
.hero p.subtitulo {font-weight: 700;font-size:26px;}
.bg-parallax {position: absolute;top:0;width:100%;height:100%;background-position: bottom center;background-size: 100% auto;background-repeat: no-repeat;}
.bg-02 {position: relative;overflow: hidden;}
video.videoHome {background-size: cover;top: 0;height: auto;min-width: 100%;min-height: 100%;position: relative;left: 0;width: auto;z-index: -100;}
.hero .bgHome {position: absolute;width: 100%;height: 100%;background-image: url('../img/bgHome.jpg');background-attachment: fixed; background-position:50% -100px;background-size: 100% auto;background-repeat:no-repeat;/*animation-name: agrandar;animation-duration:25s;animation-iteration-count: infinite;animation-timing-function: ease-in-out;*/overflow: hidden;}

.popup-video {display:none;position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);top:0;left:0;z-index: 999999999999;}
.popup-video video {position:absolute;left:10%;width:80%;top:50%;transform: translateY(-50%);-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.6);-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.6);box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.6);}
.closeVideo {position: absolute;top:25px;right:25px;width: 50px;}

.servicios img {width: 150px;}
.servicios p {font-size: 16px;}


/** BOTONES **/
/* .card {transition: all .4s ease;cursor: pointer;transform: translateY(0);}
.card:hover {background-color: #ee850b;transform: translateY(-15px);} */

a {color: #027cf8;-webkit-transition-timing-function: ease;transition-timing-function: ease;-webkit-transition-duration: 200ms;transition-duration: 200ms;-webkit-transition-property: color, border-color, background-color;transition-property: color, border-color, background-color;cursor: pointer !important; }
a:hover, a:focus {color: #027cf8;text-decoration: none; }

.btn-eventos {position: relative;display: inline-block;text-transform: uppercase;padding: 20px 35px 20px 35px !important;background-color: transparent;color: #027cf8 !important;border: 2px solid #027cf8;transition: all .3s ease 0s;font-size: 14px!important;text-align: center;}
.btn-eventos:hover {color: #fff !important;background: #027cf8;border-color: #027cf8;}

.btn-eventos-white {position: relative;display: inline-block;text-transform: uppercase;padding: 20px 35px 20px 35px !important;background-color: transparent;color: #fff !important;border: 2px solid #fff;transition: all .3s ease 0s;font-size: 14px!important;text-align: center;}
.btn-eventos-white:hover {color: #027cf8 !important;background: #fff;border-color: #fff;}


.btn-verde {position: relative;display: inline-block;text-transform: uppercase;padding: 20px 35px 20px 35px !important;background-color: #98cd00;color: #000 !important;transition: all .3s ease 0s;font-size: 14px!important;text-align: center;}
.btn-verde:hover {color: #fff !important;background: #333;}

.btn-eventos-outline {position: relative;display: inline-block;text-transform: uppercase;padding: 20px 35px 20px 35px !important;background-color: transparent;color: #000 !important;border: 2px solid #000;transition: all .3s ease 0s;font-size: 14px!important;text-align: center;}
.btn-eventos-outline:hover {color: #027cf8 !important;background: #fff;border-color: #fff;}

.btn-outline:disabled {cursor: not-allowed;filter: alpha(opacity=30);-webkit-box-shadow: none;box-shadow: none;opacity: .3;}
.btn-outline:disabled:hover {cursor: not-allowed;filter: alpha(opacity=30);-webkit-box-shadow: none;box-shadow: none;opacity: .3;background:transparent;color: #cfde00;}

.btn-eventos-small {position: relative;margin-top:1em;display: table;text-transform: uppercase;padding: 10px 25px 10px 25px !important;background-color: transparent;color: #027cf8 !important;border: 2px solid #027cf8;transition: all .3s ease 0s;font-size: 12px !important;text-align: center;cursor: pointer !important;}
.btn-eventos-small:hover {color: #fff !important;background: #027cf8;border-color: #027cf8;}

.btn-casos {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 35px 20px 35px !important;
    background-color: transparent;
    color: #7a7b80;
    border: 2px solid #c5c2c2;
    transition: all .3s ease 0s;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px!important;
    text-align: center;
}

.btn-casos:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}

a.blueLink {color: #027cf8;} 
a.blueLink:hover {text-decoration: underline;} 
a.blueLink:after {content: '>';margin-left: 3px;margin-right: -10px;display: inline-block;transform: scaleX(0.4);}

a.greenLink {color: #cfde00;} 
a.greenLink:hover {text-decoration: underline;color:#fff !important;} 
a.greenLink:after {content: '>';margin-left: 3px;margin-right: -10px;display: inline-block;transform: scaleX(0.4);}

.item-hover {overflow: hidden;position: relative;width: 100%;cursor: pointer;}
.item-hover img{width: 100%;transition: all ease 0.3s;}
.item-hover-overlay {transition: all ease 0.3s;position: absolute;top:0;text-align: center;width: 100%;height: 100%;background-color:rgba(0,0,0,0.5);}
.item-hover:hover img {transform: scale(1.2);}
.item-hover:hover .item-hover-overlay {background-color:rgba(0,0,0,0.65);border:solid 1px #fff;}
.item-hover h6 {position:absolute;text-align:center;width:100%;padding:0 5%;top:50%;transform: translateY(-50%);transition: all ease 0.3s;opacity:1;}
.item-hover-inner {transition: all ease 0.3s;position: absolute;top:0;text-align: center;width:calc(100% - 30px);height:calc(100% - 30px);margin:15px;border:1px solid #fff;box-sizing: border-box;display:table;opacity:0;}
.item-hover:hover h6 {opacity:0;}
.item-hover:hover .item-hover-inner {opacity:1;}
.item-hover-inner-content {display: table-cell;vertical-align: middle;}
.item-hover-inner-content p {font-size: 15px;padding:0 5%;line-height: 1.3;}
.item-hover-inner-content .lista-hover li {list-style-type: disc !important;margin-left:2.5em;padding:0 5%;font-size:14px;color:#fff;text-align:left;line-height:1.2;}

.btnPlay {background-image: url('assets/img/btPlayWhite.png');background-size: 25% auto;background-repeat: no-repeat;background-position: center center;}
.btnDownload {background-image: url('assets/img/btDownloadWhite.png');background-size: 25% auto;background-repeat: no-repeat;background-position: center center;}
.btn-play-video{display: inline-block;transition: transform .15s ease-in-out;transform: scale(1);position: relative;width: 120px;height: 120px;border-radius: 120px;background-color: #fff;box-shadow: 0 6px 26px 0 #525966;}
.btn-play-video:after {content: "";width: 0;height: 0;border-style: solid;border-width: 25.6px 0 25.6px 43.7px;border-color: transparent transparent transparent #000;margin: auto;position: absolute;top: 0;left: 9%;bottom: 0;right: 0;display: inline-block;transition: transform .15s ease-in-out;transform: scale(1);}
.btn-play-video-small {display: inline-block;transition: transform .15s ease-in-out;transform: scale(1);position: relative;width: 80px;height: 80px;border-radius:40px;background-color: #fff;box-shadow: 0 6px 18px 0 #525966;}
.btn-play-video-small:after {content: "";width: 0;height: 0;border-style: solid;border-width:16px 0 16px 32px;border-color: transparent transparent transparent #000;margin: auto;position: absolute;top: 0;left: 9%;bottom: 0;right: 0;display: inline-block;transition: transform .15s ease-in-out;transform: scale(1);}
.btn-download-video{display: inline-block;transition: transform .15s ease-in-out;transform: scale(1);position: relative;width: 120px;height: 120px;border-radius: 120px;background-color: #fff;box-shadow: 0 6px 26px 0 #525966;color: #DA291C;line-height:120px;font-size:40px;}

.bgSeparador {background-color: #fff;margin: 0;position: relative;}
.bgSeparador:after {background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0));bottom: 0;content: '';display: block;height: 26px;left: 0;position: absolute;right: 0;}


/** SWIPER **/
.swiper-button-next {right: -4em !important;}
.swiper-button-prev {left: -4em !important;}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {transform: scale(1);opacity: 0.6;}
.swiper-button-next.swiper-button-black:focus,.swiper-button-next.swiper-button-white:focus {outline-color: transparent; outline-style: none;}    
.swiper-button-prev.swiper-button-black:focus,.swiper-button-prev.swiper-button-white:focus {outline-color: transparent; outline-style: none;}  

.swiper {width: 100%;height: 100%;overflow: hidden;}
.swiper-slide {text-align: left;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;/*height: 100%;object-fit: cover;*/}
.swiper-slide h5 {text-transform: uppercase;}
.swiper-slide p {font-size: 15px;}
/* .swiper-container {width: 100%;}
.swiper-wrapper {overflow: hidden;}
.swiper-slide {width: 100% !important;}
.swiper-slide img {width: 100% !important;}
.swiper-button-next {right: -60px !important;transform: scale(1);}
.swiper-button-prev {left: -60px !important;transform: scale(1);}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {transform: scale(1);opacity: 0.6;}
.swiper-button-next.swiper-button-black:focus,.swiper-button-next.swiper-button-white:focus {outline-color: transparent; outline-style: none;}    
.swiper-button-prev.swiper-button-black:focus,.swiper-button-prev.swiper-button-white:focus {outline-color: transparent; outline-style: none;}  
.sw1{width: 100%;height: 100%;}
.sw1 .swiper-slide  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-pagination {bottom:0px !important;} */
  

/** OPCIONES **/
.opciones {padding:25px 30px;}
.opciones img {width:100%;margin-bottom:1.5rem;}
.opciones ul {font-size:1.2em;line-height: 1.2;}
.opciones li {margin-bottom:10px;}
.opciones li:after {content:"";display: block;border-bottom: 3px solid #027cf8;margin:15px 30% 0 30%;width:40%;}
.opciones ul.rayaVerde li:after {content:"";display: block;border-bottom: 3px solid #cfde00;margin:15px 30% 0 30%;width:40%;}
.opciones ul.rayaTurquesa li:after {content:"";display: block;border-bottom: 3px solid #00afaa;margin:15px 30% 0 30%;width:40%;}
.opciones li:nth-last-child(1):after {border-bottom:none !important;}
.opciones h4 {margin:0;line-height: 1;}

.opciones1 img {width:150px;margin-bottom:15px;}
.opciones1 i {width:120px;height:120px;border-radius:50%;line-height:120px;margin-bottom:15px;background-color:#DA291C;color: #fff;text-align: center;font-size:50px;}
.opciones1 p {font-size:1em;line-height:1.2;font-weight: 700;}
.opciones1 h5 {font-size:20px;}

.opcionesSmall i {width:90px;height:90px;border-radius:50%;line-height:90px;margin-bottom:15px;background-color:#DA291C;color: #fff;text-align: center;font-size:40px;}

.iconos2 {display: flex;align-items: center;margin-bottom: 1em;}
.iconos2 img {width: 110px;margin-right:30px;}
.iconos2 ion-icon {font-size: 10em;margin: 0 30px;color: #027cf8;}
.iconos2 p {font-weight: 300 !important;}
.iconos2.topIcon {align-items: flex-start;}
.iconos2.topIcon ion-icon {width:40px;margin:-55px 30px 0 0;color: #027cf8;}

.blockquote {border-left: 1rem solid #cfde00 !important; }
.lista-normal li {list-style-type: disc !important;margin-top: 0.5em;margin-left: 1.2em;font-size:20px;}
.lista-normal2 li {list-style-type: none;margin-bottom: 0.5em;margin-left: 1.7em;padding:0;font-size:20px;}
.lista-normal2 li::before {content: "»";padding-right: 0.5em;margin-left: -1.1em;color: #027cf8;}


/** FORMULARIO **/
.sign-up .signup-form .sign-up-btn {padding: 15px 0;width: 100%;font-size: 13px; }
.sign-up .signup-form .form-input-group {width: 100%;height: 55px;margin: 0 auto 10px;border: solid 1px #333;text-align: left;position: relative; }
.sign-up .signup-form .form-input-group i {color: #333;font-size: 14px; }
.sign-up .signup-form .form-input-group i:after {content: "";height: 30px;width: 1px;border-right: solid 1px #333;position: absolute;top: 50%;left: 30px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); }
.sign-up .signup-form .form-input-group i.fa-comments, .sign-up .signup-form .form-input-group i.fa-user, .sign-up .signup-form .form-input-group i.fa-building, .sign-up .signup-form .form-input-group i.fa-paperclip, .sign-up .signup-form .form-input-group i.fa-envelope, .sign-up .signup-form .form-input-group i.fa-phone, .sign-up .signup-form .form-input-group i.fa-address-card {font-size: 18px;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);margin-left: 20px; }
.sign-up .signup-form .form-input-group input {padding-left: 68px;width: 100%;height: 100%;border: none;background: transparent;color:#333;}
.sign-up .signup-form .form-input-group input::-webkit-input-placeholder {color: #333;opacity:.5 }
.sign-up .signup-form .form-input-group input:-moz-placeholder {color: #333;opacity:.5 }
.sign-up .signup-form .form-input-group input::-moz-placeholder {color: #333;opacity:.5 }
.sign-up .signup-form .form-input-group input:-ms-input-placeholder {color: #333;opacity:.5 }
.sign-up h4 {font-weight:400;padding:30px 30px 15px 30px;color: #333; }
.g-recaptcha {display: inline-block !important;margin: 30px auto;}
.formError {position: relative;z-index: 1;padding: 20px 30px;border-radius:30px;color:#000;width:auto;text-align: center; font-size: 14px;background: #fff;top:22px;}
.formError::after {content: '';border-bottom: 15px solid #fff;border-right: 15px solid transparent;border-left: 15px solid transparent;position: absolute;left: 45%;top: -14px;}
.alert {position: fixed;padding: 4rem;margin-bottom: 1rem;border: 1px solid transparent;border-radius: 0.25rem;width: 50%;left: 25%;top: 45%;text-align: center !important;display:none;}
.close:focus {outline-color: transparent; outline-style: none;}    
.modal.show {display:flex!important;flex-direction:column;justify-content:center;align-content:center;align-items: flex-start;}

/** FOOTER **/
footer {background-color: #027cf8;position: relative;background-image: url(../img/bg-footer.svg);background-position: left center;background-size: auto 100%;background-repeat: no-repeat;}
footer p {color: #ACB1B4;font-size: 13px; }
footer i {margin-right: 10px;font-size: 24px !important;}
footer a {font-size: 16px;color:rgba(255,255,255,0.6);}
footer a:hover {color: #FFF;text-decoration: underline;}
.footer-menu li {line-height: 2.2;}
.logo-right {float: right;}
.footer-expert {color: #fff;font-size: 14px;line-height: 1.3;align-items: center;}
.footer-expert img {width:100px;margin-right:20px;border-radius:50px;border:5px solid #fff;box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.5);}
.footer-expert .footer-expertName {font-weight: normal;padding-bottom: 3px;}
.footer-expert .footer-expertRole {font-weight: 300;margin-bottom:1.5rem;}
.footer-expert a {display: block !important;}
footer .social i {padding:10px;font-size: 18px !important;}
img.logo-footer {width:90px}

/** NAVIGATION **/
.navigation {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;position: fixed !important;background-color:transparent;width: 100%;z-index: 999999999999;display:flex;justify-content: space-between;padding: 10px 20px;}
.navigationActive {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;background-color: #fff; -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.4);box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.4);}
ul.primary-nav {margin: 0;padding: 0;display:flex;align-items:center;justify-content: flex-end;text-transform: uppercase;}
ul.primary-nav li {display: inline;padding-right: 25px;cursor:pointer !important;}
ul.primary-nav li a {color: #fff;font-weight: 700;font-size: 12px;-webkit-transition: all 300ms ease;transition: all 300ms ease;padding-bottom:5px;}
ul.primary-nav li a:hover {color: #027cf8 !important;border-bottom:4px solid #027cf8;}
.logo img {width:190px;display:block;}


.header-content {display: table;width:100%; }
ul.primary-nav.open {visibility: visible;opacity: 1;-webkit-transition: opacity 0.5s;transition: opacity 0.5s; }


header {padding: 0;position: relative;width: 100%;margin: 0 auto;-webkit-transition: padding 300ms ease-in-out;transition: padding 300ms ease-in-out; }
header a {color: #fff;text-transform: uppercase;font-size: 13px; }
header a.login {margin-right: 20px; }
header .logo {display: inline-block; }
header ul.primary-nav {margin: 0 0 0 75px;padding: 0;display:flex;align-items:center;justify-content: flex-end;}
header ul.primary-nav li {display: inline;padding-right: 25px;cursor:pointer !important;}
/*
header ul.primary-nav li a {color: #000;}
header ul.primary-nav li a:hover {color:#ee850b !important;border-bottom:2px solid #ee850b !important;padding-bottom:6px;}
header ul.primary-nav li:last-child a {padding-right: 0px; }
header ul.primary-nav li:last-child a:hover {border-bottom: none !important;}
header ul.member-actions li {display: inline; }
header ul.member-actions li a {color: #fff; }*/
header .header-nav {display: table-cell;vertical-align: middle; text-align:right;padding-right:30px;}
header .member-actions {position: absolute;right: 25px;top: 14px;opacity:1;-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }
.fixed {position: fixed;z-index: 999999999999;/*background-color: #027cf8;width: 100%;*/}

.navicon {visibility:hidden;-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.nav-toggle {cursor: pointer;width: 30px;height: 25px;margin: auto;position: absolute;right: 30px;top: 0;bottom: 0;}
.nav-toggle i {background-color:#027cf8;border-radius: 2px;content: '';display: block;width: 100%;height: 4px;}
.nav-toggle i:nth-child(1) {-webkit-animation: outT 0.8s backwards;animation: outT 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
.nav-toggle i:nth-child(2) {margin: 5px 0;-webkit-animation: outM 0.8s backwards;animation: outM 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
.nav-toggle i:nth-child(3) {-webkit-animation: outBtm 0.8s backwards;animation: outBtm 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
.nav-toggle.active.fixed i:nth-child(1) {-webkit-animation: inT 0.8s forwards;animation: inT 0.8s forwards;background-color: #027cf8;}
.nav-toggle.active i:nth-child(2) {-webkit-animation: inM 0.8s forwards;animation: inM 0.8s forwards;background-color:#027cf8;}
.nav-toggle.active i:nth-child(3) {-webkit-animation: inBtm 0.8s forwards;animation: inBtm 0.8s forwards;background-color:#027cf8;}

.flags {width:30px;height:30px;border-radius:15px;border:1px solid #ACB1B4;background-size: cover;display: inline-block;transition: all 0.3s ease;opacity:0.6;}
.flags:hover {opacity:1;border:4px solid #027cf8;}
.spain {background-image: url(../img/flag-esp.png);}
.english {background-image: url(../img/flag-eng.png);}
a.idioma {font-weight:700;background-color:#262626;color: #fff !important;padding:0 1em 0 1em !important;line-height:35px;}

@media screen and (max-width: 1024px) {
    .navicon {visibility: visible;}
    ul.primary-nav  {position: fixed;z-index: 9999999999999999;top: 0;left: 0;visibility: hidden;width: 100%;height: 100%;opacity: 0;background-color: #fff;align-items: center;justify-content: center;text-transform: uppercase;flex-direction: column;}
    ul.primary-nav li a {color: #000 !important;font-size: 18px;}
    ul.primary-nav li {margin: 1.5rem 0;}
}



/* Navbar section */

.nav {width: 100%;height: 65px;position: fixed;line-height: 65px;text-align: center;z-index: 9999999999999999999999999;}
.nav div.logo {float: left;width: auto;height: auto;padding-left: 3rem;}
.nav div.logo a {text-decoration: none;color: #fff;font-size: 2.5rem;}
.nav div.logo a:hover {color: #00E676;}
.nav div.main_list {height: 65px;float: right;}
.nav div.main_list ul {width: 100%;height: 65px;display: flex;list-style: none;margin: 0;padding: 0;}
.nav div.main_list ul li {width: auto;height: 65px;padding: 0;padding-right: 3rem;}
.nav div.main_list ul li a {text-decoration: none;color: #fff;line-height: 65px;font-size: 2.4rem;}
.nav div.main_list ul li a:hover {color: #00E676;}


/* Home section */

.home {
    width: 100%;
    height: 100vh;
}

.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */
@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }
    .nav div.media_button {
        display: block;
    }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}

.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}
@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}

.modal {z-index: 99999999999999 !important;/*background: url(../img/bg-modal.jpg) no-repeat center center;background-size:cover;*/}
.modal .overlay {background-color: rgba(0,0,0,0.4);position:absolute;width:100%;height:100%;top:0;left:0;overflow: hidden;}

.modal-xl {width:80%;}
/* .modal-dialog {width: 90%;}
.modal-content {background-color: rgba(0,0,0,0.8);border: none;}
.modal-header {padding: 0.25rem 1rem;border-bottom: none;}
.close {color: #fff;opacity: .6;font-size: 2.5rem;}
.close:hover {opacity:1;color: #fff !important;}
p.card-text {font-size: 1.12em;} */

.img-list {
list-style: none;
padding: 0;
margin: 0;
}
.img-list li {
border: 5px solid transparent;
box-sizing: border-box;
width: 50%;
float: left;
position: relative;
cursor: pointer;
}
.img-list img {
max-width: 100%;
vertical-align: middle;
}

/* Image Placeholder Styles
-------------------------------------------------------------- */ 
.img-placeholder {
background-color: rgba(0,0,0,.4);
color: #fff;
line-height: 1;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
font-weight: 700;
font-size: 2em;
padding: 0 10%;
opacity: 1;
transition: all 0.4s ease;
}

.text-placeholder {
color: #fff;
line-height: 1.4;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
font-weight: 700;
font-size: 1.1em;
padding: 0 10%;
opacity: 0;
transition: all 0.4s ease;
z-index: 999999;
}

/* The hover effect
-------------------------------------------------------------- */
.img-list li:before {
transition: all .5s ease;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #333;
transform: scale(0);
}
.img-list li:hover:before {
opacity: .5;
transform: scale(1);
}
.img-list li:after {
transition: all .6s ease .2s;
content: "";
position: absolute;
top: 2em;
left: 2em;
right: 2em;
bottom: 2em;
border: 2px solid #fff;
background: #000;
opacity: 0;
transform: scale(0);
}
.img-list li:hover:after {
opacity: .35;
transform: scale(1);
}
.img-list li:hover .img-placeholder  {
opacity: 0;
}
.img-list li:hover .text-placeholder  {
opacity: 1;
}

/**** CARACTERISTICAS ****/

.m365-tabs {
    list-style: none;
    padding: 0;
    text-align: center;
}

.m365-tabs li {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #0078d7;
    border:2px solid #0078d7;
    margin: 0 20px;
    padding: 8px 16px;
    cursor: pointer;}

.m365-tabs li:hover {
    color: #fff;
    background: #0078d7;}

.m365-tabs li a { }

.m365-tabs li.active {
    color: #fff;
    background: #0078d7;}

.m365-intro {
    display: none;
    padding: 44px 24px;}

.m365-intro-col {
    padding: 16px 48px;}

.m365-intro-col ul li {
    list-style: disc outside !important;}
.m365-intro-col ol, .m365-intro-col ul {
    margin: 0;
    padding-left: 20px;}

.m365-intro-col li {
    margin: 0;
    padding-bottom: 10px;}

.visible {display: block}

.icon-product {text-align:center;margin-bottom:0;}

.icon-product img {display:inline-block;height:150px;}

.m365-value-prop {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .m365-value-prop {
        display: block}
}

.m365-value-prop * {
    box-sizing: border-box}

.m365-value-prop .m365-value-prop-left {
    /*padding-bottom: 92px;*/
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;}

@media screen and (max-width:767px) {
    .m365-value-prop .m365-value-prop-left {
        padding-bottom: 48px}
}

.m365-value-prop .m365-value-prop-left.border-top {
    border-bottom: none}

.m365-value-prop .m365-value-prop-left.border-bottom {
    border-top: none}

.m365-value-prop .m365-value-prop-left.border-none {
    border-top: none;
    border-bottom: none}

.m365-value-prop .m365-value-prop-list {
    position: relative}

.m365-value-prop .m365-value-prop-list-indicator {
    position: absolute;
    top: 1px;
    left: 0;
    width: 10px;
    height: 100px;
    transition: transform .5s;
    background-color: #027cf8}

.m365-value-prop .m365-value-prop-list-item {
    position: relative;
    display: flex;
    margin: 0 72px 0 56px;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer}

.m365-value-prop-col-mid .m365-value-prop-list-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 72px 0 56px;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer}

.m365-value-prop-col-mid .m365-value-prop-list-item.m365-col-1 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 20px 0 25px;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer}    

.m365-value-prop-col-mid .m365-value-prop-list-item.m365-col-2 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 20px 0 25px;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer}  

.no-border {
    border-bottom:none !important;}

@media screen and (max-width:1083px) {
    .m365-value-prop .m365-value-prop-list-item {
        margin: 0 52px 0 28px}
}

@media screen and (max-width:767px) {
    .m365-value-prop .m365-value-prop-list-item {
        margin: 0 24px}
}

.m365-value-prop .m365-value-prop-list-item.active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -72px;
    transform: translateX(-2px) translate(100%, -50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 24px solid #fff}

.m365-value-prop .m365-value-prop-list-item.m365-col-1.active:after {
    right: -22px !important;}    

.m365-value-prop .m365-value-prop-list-item.m365-col-2.active:after {
    right: -22px !important;}      

@media screen and (max-width:1083px) {
    .m365-value-prop .m365-value-prop-list-item.active:after {
        right: -52px}
}

.m365-value-prop .m365-value-prop-list-item span {
    display: inline-block}

.m365-value-prop .m365-value-prop-list-item .m365-value-prop-list-number {
    padding: 16px 0;
    font-size: 48px;
    line-height: 68px;
    color: #333}

.m365-value-prop .m365-value-prop-list-item .m365-value-prop-list-title {
    color: #027cf8 !important;
    padding-left: 1em;
    font-size: 24px;
    line-height: 1.2;
    width: calc(100% - 64px);
    height: 100px;
    display: inline-flex;
    align-items: center;}    

/*.m365-value-prop .m365-value-prop-list-item .m365-value-prop-list-title {
    color: #00aa9b;
    padding-top: 34px;
    padding-left: 32px;
    font-size: 24px;
    line-height: 34px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 64px)} */

.m365-value-prop-col-mid .m365-value-prop-list-item .m365-value-prop-list-title {
    color: #027cf8;
    padding-top: 0;
    padding-left: 25px;
    font-size: 20px;
    line-height: 1.2;
    vertical-align: top;
    white-space:normal;
    text-overflow:inherit;
    overflow: hidden;
    width: calc(100% - 64px)}

@media screen and (max-width:1083px) {
    .m365-value-prop .m365-value-prop-list-item .m365-value-prop-list-title {
        padding-left: 18px}
}

@media screen and (max-width:767px) {
    .m365-value-prop .m365-value-prop-list-item .m365-value-prop-list-title {
        padding-left: 16px}
}

.m365-value-prop .m365-value-prop-cell {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 50%}

@media screen and (max-width:767px) {
    .m365-value-prop .m365-value-prop-cell {
        width: 100%}
}

.m365-value-prop .m365-value-prop-title {
    padding: 46px 52px 38px}

@media screen and (max-width:767px) {
    .m365-value-prop .m365-value-prop-title {
        padding: 40px 36px 28px}
}

.m365-value-prop .m365-value-prop-body {
    position: relative;
    background-color: #98cd00}

.m365-value-prop .m365-value-prop-body h3,
.m365-value-prop .m365-value-prop-body h5,
.m365-value-prop .m365-value-prop-body ol,
.m365-value-prop .m365-value-prop-body p,
.m365-value-prop .m365-value-prop-body span,
.m365-value-prop .m365-value-prop-body ul {
    color: #000}

.m365-value-prop .m365-value-prop-body h5 {line-height: 1.4;font-weight: 400 !important;}

.m365-value-prop .m365-value-prop-body h3 {
    line-height: 32px;
    padding: 56px 52px 0}

.m365-value-prop .m365-value-prop-body a {
    color: #fff;
    text-decoration: underline}

.m365-value-prop .m365-value-prop-body .m365-value-prop-slide.mpp-x-hidden-title {
    padding-top: 20px}

.m365-value-prop .m365-value-prop-body .m365-value-prop-slide-body {
    padding: 30px 68px 48px 52px}

.m365-value-prop .m365-value-prop-body .m365-value-prop-slide-body p {
    margin-bottom: 16px}

.m365-value-prop .m365-value-prop-body .m365-value-prop-slide-body p:last-child {
    margin-bottom: 0}

.m365-value-prop .m365-value-prop-body .fade-enter-active {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0}

/* Acordion Boostrap 4 */
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.md-accordion .card .fa-angle-down {
    float: right;
    font-weight: 900;
    font-size: 1.5em;
    color: #000;
}    
.md-accordion .card .card-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}  
.md-accordion .card h5{
    display: inline;
    margin-bottom: 0 !important;
} 
.md-accordion .card h5 span{
    font-size: 2em;
    color:#000 !important;
} 

.numero-porque {width:100px;height:100px;line-height:100px;border-radius: 50%;text-align:center;font-size:3em;}

.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}

.subir{
    padding: 0 15px;
    background: #027cf8;
    color:#fff;
    border:none !important;
    border-radius: .25rem;
    height: 50px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.subir:hover{
    color:#fff;
    background: #333;
}
.subir i {font-size: 30px;}