body {
  position: relative;
  margin: 0;
}
.sect {
  width: 100%;
  min-height: 500px;
}
#sect1 {
  /*background-color: #AAAAAA7d;*/
  color: #000000;
  min-height: 120px;
}

#sect2 {
  background-color: #dddddd7d;
  color: #333;
}

#sect3 {
  background-color: #AAAAAA7d;
  color: #000000;
}

#sect4 {
  background-color: #a08ac2d6;
  color: #000000;
}

.arrow{
  width: 40px;
  height: 40px;
  margin-right:5px;
      position: relative;
    top: 5px;
}

.underline{ text-decoration-line:underline; -moz-text-decoration-line:underline; }

.sequeceBox{
    text-transform: uppercase;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    padding: 10px;
    border-radius: 2px;
    width: 155px;
    display: block;
    height: 49px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.posTex0{
    background-color: #3498db;
    position: relative;
    bottom: 7px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    padding: 10px;
    border-radius: 2px;
    width: 35px;
    display: block;
    height: 49px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.posTex1{
    background-color: #afdaf7;
    position: relative;
    bottom: 5px;
     margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    padding: 10px;
    border-radius: 2px;
    width: 35px;
    display: block;
    height: 49px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.posTex2{
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    padding: 10px;
    border-radius:2px;
    width: 35px;
    display: block;
    height: 49px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
}
.seqlabel{

  font-weight: bold;
  
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 105%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  z-index: -2;
}

.loading{
   
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-blend-mode: multiply;
  background: url('./loading.gif') 
              50% 50% no-repeat rgb(249,249,249,10);
}


/* Center the loader */
#loader {
 position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}


 
 

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


.colnum {
  max-width: 45px!important;
  text-align: center;
  font-size: 18px;
  margin-bottom: 6px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}



.buttonInfo {
  background-color: #0c6ffd;
  border: none;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}

.select_branch{
  border-color: red;
  border-width: 2px;
}
.newselects{

  margin: 5px;

}

 .conhor{
  
 }

 .imagezoom{
  position: relative;
  z-index: -10;
  display: block;
  margin-left: auto;
  margin-right: auto;
   
  width: 100%; 
  max-width: 100px;
  height: auto;
 }

 .left50{

  position: relative;
  margin-left:50px;
 }

 .backgroundperm{

 background: rgb(255,255,255);
/*background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(33, 150, 243,1) 45%);*/
 background-image: url("f4.jpeg");
background-position: top;
  background-repeat: repeat-y;
  background-size: cover; 
}

 .backgroundAbout{

 background: rgb(255,255,255);
  background-image: url("f2.jpeg");
background-position: top;
  background-repeat: repeat-y;
  background-size: cover; 
 }

 .backgroundfunding{

 background: rgb(255, 255, 255);
 
 }
 .backgroundcontact{

 background: rgb(255,255,255);
 background-image: url("f1.jpeg");
background-position: top;
  background-repeat: repeat-y;
  background-size: cover;
 
 }


 .card-header-blue{
    border-radius: 10px;
    top: -10px;
    position: relative;
    background-color:rgb(33, 150, 243);
    color:#FFFFFF;
    border-bottom:3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding:10px;
    border:;
    1pxsolid#margin-top:10px;
    overflow:hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
 /* Parche claude imitacion de funcinalidad para hacer un select */
.dropdown-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .dropdown {
            position: relative;
            display: inline-block;
            margin: 10px;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            max-height: 150px; /* Altura máxima para el scroll */
            overflow-y: auto; /* Scroll vertical */
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content div {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            cursor: pointer;
        }

        .dropdown-content div:hover {
            background-color: #f1f1f1;
        }

        .selected-options {
            display: flex;
            overflow-x: auto;
            padding: 10px;
            border: 1px solid #ccc;
            margin-top: 20px;
            width: 90%;
            margin-left: 10px;
        }

        .selected-options .option {
            background-color: #007BFF;
            color: white;
            padding: 10px;
            margin-right: 10px;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .selected-options .option span {
            margin-left: 10px;
            font-weight: bold;
            cursor: pointer;
        }

        .errmsg{
          color: crimson;
        }
        