
/* PRINCIPALES */

body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
}

/* END PRINCIPALES */

/* LOADER */

#loader-itemCircle1 {
    opacity: 0;
    transform-origin: center;
    animation: itemCircle1 1.8s ease-in-out infinite;
}

#loader-itemCircle2 {
    opacity: 0;
    transform-origin: center;
    animation: itemCircle1 1.8s ease-in-out infinite .9s;
}

@keyframes itemCircle1 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.loader {
  visibility: hidden;
  background: #f4f6f9;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.loader > #content {
  -webkit-box-shadow: 0px 0px 56px 1px rgb(127 127 127);
  -moz-box-shadow: 0px 0px 56px 1px rgb(127 127 127);
  box-shadow: 0px 0px 56px 1px rgb(127 127 127);
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 4;
  background: white;
}

.loader > #loader--circle {
  position: absolute;
  z-index: 3;
}


.show {
  visibility: visible;
}

#part1 {
  animation: zoom 1.8s infinite ease-in-out .1s;
  transform-origin: center;
  /* transform-box: fill-box; */
}

#part2 {
  animation: zoom 1.8s infinite ease-in-out;
  transform-origin: center;
  /* transform-box: fill-box; */
}

#part3 {
  animation: zoom 1.8s infinite ease-in-out;
  transform-origin: center;
  /* transform-box: fill-box; */
}

#part4 {
  animation: zoom 1.8s infinite ease-in-out;
  transform-origin: center;
  /* transform-box: fill-box; */
}

#part5 {
  animation: zoom 1.8s infinite ease-in-out .1s;
  transform-origin: center;
}

#part6 {
  animation: zoom 1.8s infinite ease-in-out .2s;
  transform-origin: center;
  /* transform-box: fill-box; */
}

#part7 {
  animation: zoom 1.8s infinite ease-in-out .3s;
  transform-origin: center;
}

#part8 {
  animation: zoom 1.8s infinite ease-in-out .4s;
  transform-origin: center;
  /* transform-box: fill-box; */
}

#part9 {
  animation: zoom 1.8s infinite ease-in-out .5s;
  transform-origin: center;
  /* transform-box: fill-box; */
}

#part10 {
  animation: zoom 1.8s infinite ease-in-out .6s;
  transform-origin: center;
  /* transform-box: fill-box; */
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* END LOADER */

/* NAV */

.brand-sura {
 width: 100%;
 padding: 14px 0 14px 20px;
  display: flex;
}

.brand-sura img {
 width: 113px;
}

.descriptor-negocio {
 height: 41px;
 background-color: #0033a0;
 width: 100%;
 color: #ffffff;
 font-weight: 500;
 font-size: 15px;
 display: flex;
 align-items: center;
 padding-left: 20px;
}

@media (max-width: 768px) {
 .descriptor-negocio {
  font-size: 13px;
  height: 29px;
  padding-left: 10px;
 }
 .brand-sura {
  padding: 7px 0 7px 10px;
 }
}

.separator--brand {
  width: 1px;
  background-color: #9d9d9c;
  margin: 0 25px;
}

.text-info {
 color: #0033a0 !important;
 font-family: Barlow, sans-serif;
 font-size: 18px;
 font-weight: 500;
}

/* END NAV */

/* BANNER */

.content-banner {
  max-width: 100%;
  position: relative;
}

.content-banner_img {
  width: 100%;
  height: auto;
}

.content-banner_paragraph {
  color: #0033a0;
  position: absolute;
  top: 15%;
  left: 7%;
  max-width: 45%;
}

.content-banner_paragraph > p:nth-child(1n) {
  /* font-size: 4rem; */
  font-size: 4vw;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.content-banner_paragraph > p:nth-child(2n) {
  /* font-size: 5rem; */
  font-size: 5vw;
  font-weight: 700;
  line-height: 0.8;
}
.content-banner_paragraph > p:nth-child(3n) {
  /* font-size: 1.1rem; */
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 2.5vw;
}

/* END BANNER */

/* CARRUSEL */

/* Div especial */
.container-div--special {
  width: 100%;
  /*height: 465px;*/
  position: relative;
}
.container-div--special.content-video--2 {

  height: 465px;

}

.div-border-left-rounded {
  border-left: 1px solid #fff;
  border-radius: 100px 0px 0px 0px;
}

.superimpose-top {
  position: relative;
  top: -88px;
  left: 0px;
  width: 100%;
  /* height: 100px; */
  background: #ffffff;
  padding: 30px 0 0 15px;
}

/* Carrusel transitionComplete */
.carrusel-sura--transitionComplete{
  position: relative;
  /* min-height: 20vh; */
  /* height: 60vh; */
  width: 100%;
}

.transitionComplete-title-main {
  font-size: 1.7em;
  font-weight: 800;
  text-align: left;
  margin-bottom: 0px;
  font-style: italic;
  line-height: 1;
}

.transitionComplete-title-sub {
  font-size: 1.1em;
  font-weight: 800;
  text-align: left;
  margin-bottom: 0px;
  line-height: 1.5;
}

.transitionComplete-title-paragraph {
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 25px;
  line-height: 1.5;
}

.carrusel-sura-items {
  position: relative;
}

.transitionComplete-item {
    width: 100%;
    margin: 30px auto 0 auto;
    position: relative;
    z-index: 1;
}

.transitionComplete-img{
  width: 90%;
  height: auto;
  margin-bottom: 30px;
}

.arrow-carrusel {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 2;
}

/* arrows */

.transitionComplete-arrow--right {
  right: 0px;
  transform: rotate(45deg);
  border-radius: 3px 10% 3px 0;
  border-top: 4px solid #C6C6C6;
  border-right: 4px solid #C6C6C6;
}

.transitionComplete-arrow--left {
  left: 0px;
  transform: rotate(-45deg);
  border-radius: 3px 0 3px 10%;
  border-top: 4px solid #C6C6C6;
  border-left: 4px solid #C6C6C6;
}

.arrow-disabled {
  opacity: 0.5;
  cursor: default;
}

/* burbles */
.burbles-container {
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.burble-item {
  margin: 0 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /* background: rgb(0, 51, 160); */
  background: rgba(201, 201, 201, 0.5);
  border: #0033a0 solid 2px;
  cursor: pointer;
}

.burble-actived {
  background: #0033a0;
  border: #0033a0 solid 2px;
}

.transition {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: green;
  z-index: 15;
  opacity: 1;
}

.carrusel-main-enter-active {
  animation: bounce-in .5s;
}
.carrusel-main-leave-active > * {
  opacity: 0;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* CARRUSEL MULTIPLES CARD WITH DROP */
.rounded-card-sura {
  border-radius: 1.4rem!important;
}

.arrow-carrusel-container-left {
  position: absolute;
  top: 27%;
  left: -10px;
  cursor: pointer;
}

.arrow-carrusel-container-right {
  position: absolute;
  top: 27%;
  right: -10px;
  cursor: pointer;
}

.background-arrow-left, .background-arrow-right {
  z-index: 1;
  width: 33px;
  height: 70px;
  position: relative;
}
/* .background-arrow-left {
  transform: rotateZ(180deg);
} */
/* .background-arrow-right, .background-arrow-left > img {
  height: 100%;
  display: none;
} */
    
  .arrow-carrusel--sub {
    position: absolute;
    top: -7%;
    margin-top: 15px;
    z-index: 3;
    width: 35px;
    height: 35px;
  }

.iconTop-middle {
  position: absolute;
  top: -29px;
  /* left: 42%; */
  width: 54px;
  height: auto;
  left: 50%;
  margin-left: -27px;
}

.arrowDrop {
  max-height: 24px;
  text-align: center;
  cursor: pointer;
}
.arrowDrop > img {
  width: 8%;
  max-height: 18px;
}

.csel-card-drop-text {
  animation: transitiontext .8s linear;
}

.csel-card-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 130px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.csel-card-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.csel-card-content::-webkit-scrollbar:vertical {
    width:10px;
}

.csel-card-content::-webkit-scrollbar-button:increment,.csel-card-content::-webkit-scrollbar-button {
    display: none;
} 

.csel-card-content::-webkit-scrollbar:horizontal {
    height: 10px;
}

.csel-card-content::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.csel-card-content::-webkit-scrollbar-track {
    border-radius: 10px;  
}

/* END SCROLL */

.text-center, .btn-up {
  animation: opacity .5s ease-in;
}

.btn-down {
  transform: rotate(180deg);
}

.text-left {
  animation: movetext .5s ease-out;
}

.btn-down {
  animation: rotatearrow .5s ease-out;
}

@keyframes rotatearrow {
  0% {
    transform: rotate(0deg)scale(1);
  }
  50% {   
    transform: rotate(90deg)scale(1.2);
  }
  100% {
    transform: rotate(180deg)scale(1);
  }
}

@keyframes movetext {
  0% {
    transform: translateX(22%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes transitiontext {
  0% {
    transform: translateY(14%);
    opacity: 0;
  }
  50% {   
    transform: translateY(7%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.groupcards-item {
  display: inline-block;
}

.groupcards-enter-active, .list-leave-active {
  transition: all 1s;
}

.groupcards-enter, .list-leave-to /* .list-leave-active below version 2.1.8 */ {
  opacity: 0;
  transform: translateY(30px);
}

/* estilos globales necesarios */
.text-blue {
  color: #0033A0;
}

.text-aqua {
  color: #00AEC7;
}

.text-gray {
  color: #706F6F;
}

.bck-aqua {
  background: #00aec7;
  /* padding-bottom: 6rem !important; */
}

.position--absolute {
  position: absolute !important;
}

.position--relative {
  position: relative !important;
}

.position--sticky {
  position: sticky !important;
  top: 0px;
}

.position--fixed {
  position: fixed !important;
}

.title-sura--main {
 font-style: italic;
 color: #00aec7;
 font-weight: 800;
 font-size: 3vw;
 padding: 0px 0 0 40px;
}

@media screen and (max-width: 1024px) {
  
 .bck-aqua {
    padding-bottom: 6rem !important;
  }

  .arrow-carrusel-container-left{
    left: 20vw;
    top: 98%;
  }

  .arrow-carrusel-container-right{
    right: 20vw;
    top: 98%;
  }

  .arrow-carrusel--sub.transitionComplete-arrow--right{
    top: 8px;
    right: 25px;
    width: 26px;
    height: 26px;
  }
  
  .arrow-carrusel--sub.transitionComplete-arrow--left{
    top: 8px;
    left: 25px;
    width: 26px;
    height: 26px;
  }

  .background-arrow-left {
    background: #0033A0;
    border-radius: 50%;
    cursor: pointer;
    width: 70px;
  }

  .background-arrow-right {
    background: #0033A0;
    border-radius: 50%;
    cursor: pointer;
    width: 70px;
  }

  /* .arrow-carrusel {
    top: 81vw;
  } */

  .transitionComplete-item{
    /* min-height: 510px; */
  }

  .transitionComplete-img {
    width: 75%;
  }

  .transitionComplete-content-img {
    text-align: center;
  }
}

/* mobile */

@media screen and (max-width: 768px) {

  .content-banner_paragraph > p:nth-child(1n) {
  /* font-size: 4rem; */
  font-size: 6vw;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.content-banner_paragraph > p:nth-child(2n) {
  /* font-size: 5rem; */
  font-size: 7vw;
  font-weight: 700;
  line-height: 0.8;
}
.content-banner_paragraph > p:nth-child(3n) {
  /* font-size: 1.1rem; */
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 4vw;
}

.transitionComplete-arrow--left {
  left: 20px
  }
.transitionComplete-arrow--right{
  right: 20px
}

/* .arrow-carrusel-container-left{
  left: -48px;
}

.arrow-carrusel-container-right{
  right: -48px;
} */

  /* 

  

  .arrow-carrusel--sub.transitionComplete-arrow--right{
    top: 8px;
    right: 5px;
    width: 26px;
    height: 26px;
  }

  
  .arrow-carrusel--sub.transitionComplete-arrow--left{
    top: 8px;
    left: 5px;
    width: 26px;
    height: 26px;
  }

  .background-arrow-left {
    background: #0033A0;
    border-radius: 0px 50px 50px 0%;
    cursor: pointer;
  }

  .background-arrow-right {
    background: #0033A0;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
  }
 .title-sura--main{
     font-size: 1.5rem;
   } */
}

.content-video--1 {
 width: 700px;
 /* height: 393px; */
 max-width: 95%;
 position: relative;
 margin-left: auto;
 margin-right: auto;
}
.videos {
 max-width: 100%;
 height: auto;
}

.video {
 max-width: 100%;
 border-radius: 0 0 75px 0;
}

.content-video--1-border-decoration {
 width: 100%;
 height: 393px;
 position: absolute;
 top: 5px;
 left: 5px;
 border: 1px solid #0033a0;
 border-radius: 0 0 75px 0;
}

.content-video-tool {
 opacity: 0;
 width: 50px;
 height: 50px;
 left: 50%;
 position: absolute;
 top: 50%;
 margin: -25px 0 0 -25px;
 cursor: pointer;
 border-radius: 50%;
}

.content-video-tool--sound {
 opacity: 0;
}

.content-video--1:hover
 > .content-video--1-border-decoration
 > .content-video-tool,
.content-video--1:hover
 > .content-video--1-border-decoration
 > .content-video-tool--sound {
 opacity: 0.6;
}

.videos > iframe {
 border-radius: 0px 0px 68px;
 max-width: 99.9% !important;
}

.fade-enter-active {
 animation: fade 0.5s;
}

.fade-leave-active {
 animation: fade 0.5s reverse;
}

@keyframes fade {
 from {
  opacity: 0;
 }
 to {
  opacity: 0.6;
 }
}

@media (max-width: 425px) {
 .videos > iframe {
  max-height: 219px;
 }
 .content-video--1-border-decoration {
  max-height: 219px;
 }
}
@media screen and (max-width: 426px) {

.content-banner_paragraph > p:nth-child(3n) {
 font-size: 2.8vw;
}

.content-banner_paragraph {
    max-width: 50%;
}

 .videos > iframe {
  max-height: 219px;
 }
 .content-video--1-border-decoration {
  max-height: 219px;
 }

  .bck-aqua {
    padding-bottom: 6rem !important;
  }

  .arrow-carrusel-container-left{
    left: 24vw;
    top: 98%;
  }

  .arrow-carrusel-container-right{
    right: 24vw;
    top: 98%;
  }

  /* .arrow-carrusel--sub.transitionComplete-arrow--right{
    top: 8px;
    right: 25px;
    width: 26px;
    height: 26px;
  }
  
  .arrow-carrusel--sub.transitionComplete-arrow--left{
    top: 8px;
    left: 25px;
    width: 26px;
    height: 26px;
  } */

  .background-arrow-left {
    background: #0033A0;
    border-radius: 50%;
    cursor: pointer;
    width: 70px;
  }

  .background-arrow-right {
    background: #0033A0;
    border-radius: 50%;
    cursor: pointer;
    width: 70px;
  }

  .arrow-carrusel {
    top: 79vw;
  }

  .transitionComplete-item{
    min-height: 510px;
  }

  .transitionComplete-img {
    width: 75%;
  }

  .transitionComplete-content-img {
    text-align: center;
  }

  .block-button-pad{
    background: #00AEC7;
    height: 96px;
    width: 100%;
  }

  .superimpose-top {
    top: -30px;   
  }

  .div-border-left-rounded {
    border-radius: 35px 0px 0px 0px;
  }
 .responsive-td {
  width: 100% !important;
 }
 .container-div--special.content-video--2l {
     height: 305px;
 }
}

/* END CARRUSEL */

/* FOOTER */

footer {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: auto;
    margin-bottom: 0px;
}

footer img {
    width: 100%;
    max-width: 80px;
}

footer p, footer a {
  color: #706f6f;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 0px!important;
}

/* END FOOTER */

/* Buttons */

.btn-main-1 {
  font-size: 16px;
  font-weight: 900;
  border-radius: 15px;
  position: relative;
  background: #00afc7;
  color: white;
  border: none;
  cursor: pointer;
  padding: 8px 38px 8px 38px;
}
.btn-main--decoration-1 {
  border-radius: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #0033a0;
    top: 3px;
    left: 3px;
}

/* END Buttons */

/* FORM */

label {
  color: #0033A0 !important;
}

input, select {
  border-radius: 30px !important;
  border-style: solid !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-width: 1px !important;
  border-color: #05A4E4 !important;
  max-height: 23px !important;
}

/* END FORM */