@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
}

/* scroll*/

body::-webkit-scrollbar {
    width: 5px;               /* width scrollbar */
}
  
body::-webkit-scrollbar-track {
    background: rgba(255, 255, 254, 0.514);        /* color of the tracking area */
}
  
body::-webkit-scrollbar-thumb {
    background-color: #026DB6;    
    border-radius: 20px;       
}

/*Logo*/
.linea{
    height: 38px;
    width: 1px;
    border: 1px solid #008C36;
    margin: 0 14px 0 14px;
}

/*Portada*/
.content{
    height: 90vh;
    position: relative;
    width: 100%;
}

.portada{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.FlexContainer {
    position: absolute; /* Posicionamiento absoluto */
    z-index: 1; /* Z-index para estar encima de la imagen */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
}

.FlexContainer .content-portada {
    width: 400px;
    margin: 5px;
}

.FlexContainer .content-portada-v {
    width: 500px;
    margin: 5px;
}

.card{
    background: #008C36;
    color: white;
}

.mt-n1 {
    margin-top: -3.25rem !important;
}

.beneficios{
    padding: 0;
    height: 18vh; 
    width:100%;
}

.w-50 {
    width: 55% !important;
}

/*horizontal*/

.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: transparent;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after {
    background-color: transparent;
}

/* detalles

.detalles{
    background: #f18726;
    color: white;
    position: fixed;
    font-weight: bold;
    font-size: 20px;
    width: 14vh;
    height: 14vh;
    bottom: 20px; 
    right: 20px; 
    z-index: 9999; 
    cursor: pointer; 
    border: none;
    border-radius: 50%;
}

.detalles:hover{
    box-shadow: 0px 15px 76px -17px rgba(0,0,0,0.75);
}*/

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    scale: 0.7;
    cursor: pointer;
    bottom: 20px; 
    right: 20px; 
    z-index: 9999; 
  }
  
  .central {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 10em;
    cursor: pointer;
    height: 10em;
    border-radius: 50%;
    box-shadow: 0.5em 1em 2em rgb(248, 191, 32),
                -0.5em 0.5em 2em rgb(255, 124, 1),
                0.5em -0.5em 2em rgb(255, 251, 0),
                -0.5em -0.5em 2em rgb(255, 124, 1),
  }
  
  .external-shadow {
    width: 12em;
    height: 12em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0.5em 1em 2em rgb(248, 191, 32),
    -0.5em 0.5em 2em rgb(255, 124, 1),
    0.5em -0.5em 2em rgb(255, 251, 0),
    -0.5em -0.5em 2em rgb(255, 124, 1);
    z-index: 999;
    animation: rotate 3s linear infinite;
    background-color: #fff;
  }
  
  .intern {
    position: absolute;
    color: black;
    z-index: 9999;
  }
  
  .intern::before {
    animation: percent 2s ease-in-out infinite;
  }

  /* --------------------------*/
  
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
  
    50% {
      transform: rotate(180deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  

/* scroll modal*/

.modal-body::-webkit-scrollbar {
    width: 5px;               /* width scrollbar */
}
  
.modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 254, 0.514);        /* color of the tracking area */
}
  
.modal-body::-webkit-scrollbar-thumb {
    background-color: #008C36;    
    border-radius: 20px;       
}

/* video */

video{
    width:700px;
}


@media (min-width:1001px) and (max-width:1548px){
    .beneficios {
        height: 20vh;
    }
}

@media (min-width:1000px) and (max-width:1430px){
    video{
        width:540px;
    }
}

@media screen and (max-width: 1000px){

   .FlexContainer {
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }
    .FlexContainer .content-portada {
        width: 50%;
    }

    .FlexContainer .content-portada-v {
        width: 90%;
    }

    .mt-n1 {
        margin-top: 0 !important;
    }

    .w-60 {
        width: 100% !important;
    }

    #contenedor-info{
        background: #026DB6;
    }

    .content {
        height: 122vh;
    }

    .portada{
        height: 122vh;
    }

    video{
        width:100%;
    }
}

@media screen and (max-width: 700px){
    .FlexContainer .content-portada {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: transparent;
    }
}

@media screen and (max-width: 428px){
    .portada{       
        height: 120vh;
    }

    .content{
        height: 120vh;
    }
}

@media screen and (max-width: 390px){
    .beneficios{
        padding: 0;
        height: 30vh; 
        width:100%;
    }
}

@media screen and (max-width: 375px){
    .portada{       
        height: 120vh;
    }

    .content{
        height: 120vh;
    }
}

@media screen and (max-width: 320px){
    .portada{       
        height: 180vh;
    }

    .content{
        height: 180vh;
    }
}

/*@media screen and (max-width: 940px){
    .mt-n1 {
        margin-top: 0 !important;
    }

    .w-60 {
        width: 100% !important;
    }
}*/