body{
    font-family: 'Open Sans', sans-serif;
}
body{
    background-color: #2F098C;
    color: #ffffff;
    min-height: 100vh;
}
 #logo-container{
    min-height: 100vh;
}


#logo-left {
    background-image: url(../files/fondo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


#form{
    background-color: #2F098C;
   
}


#form .form-header{
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
}

.logo-desktop img{
    width: auto;
    height: 450px;
    margin-top:40px;
}

.logo-mobile img {
  width: 90%;     
  max-width: 300px; 
  height: auto;
  margin-top:70px;
}

.logo-desktop img {
  margin-bottom: -95px; 
}

.logo-mobile img {
  margin-bottom: 5px; 
}

.social-icons a img {
  transition: transform 0.2s ease-in-out;
}

.social-icons a:hover img {
  transform: scale(1.15);
}







#form {
 background-color: transparent !important;
}



.elq-heading{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.form-container{
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

.form-header {
  margin-left: 16px !important; 
}

.form-header p {
  font-size: 36px;   
  font-weight: 800;  
  margin: 0;        
  color: #00FF00;
}

.form-element-form-text {
  margin-top: -25px !important; 
  font-size: 12px;
  color: #F8F8F8 !important;
}



.elq-form .elq-required{
    color: #ffffff!important;
}
.LV_invalid{
    color: #ffffff!important;
}
.elq-form .elq-label{
    margin-bottom: 5px;
    font-weight:500 !important;
    font-size:14px !important;
}
.elq-item-input {
    
    color: #000000!important;
    border: none;
    height: 44px;
    padding: 0 36px 0 12px; 
    border-radius: 4px;
}

.elq-item-input,
textarea.elq-item-input {
  background-color: #F2E6FF !important; 
  border: none;             
  outline: none;
  transition: all 0.2s ease; 
}

.elq-item-input:focus,
textarea.elq-item-input:focus {
  background-color: #ffffff !important;
  border: 2px solid #00FF00;
  outline: none;
}

.elq-item-input:hover,
textarea.elq-item-input:hover {
  background-color: #ffffff !important;
  border: 1px solid #00FF00;
  outline: none;
}


.elq-item-select {
  height: 44px;
  background-color: #F2E6FF;
  color: #000000 !important;
  line-height: 44px;
  padding: 0 36px 0 12px; 
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
  appearance: none;       
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  transition: all 0.2s ease;
}


.elq-item-select:focus {
  background-color: #ffffff;
  border: 2px solid #00FF00;
  outline: none;
}

.elq-item-select:hover {
  background-color: #ffffff;
  border: 1px solid #00FF00;
  outline: none;
}



.select2-container--default .select2-selection--single{
    height: 44px;
    line-height: 44px;
    background-color: #F2E6FF !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000000!important;
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 37px;
  right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    color: #000000;
    margin-top: 2px;
    border-color: #000000 transparent transparent transparent;

}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #ffffff transparent;
}
.select2-dropdown{
    background-color: white !important;
    color: #000000;
    border: none;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #B0FFB0 !important;
  color: #000000 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: none;
    border-radius: 5px;
    height: 35px;
    padding: 5px;
    background-color: #bcbec0;
    color: #1c1c1c!important;
}
.select2-container--default .select2-results__option--selected{
    color: #000000;
    background-color: transparent;
}

.submit-button-style{
    padding: 10px 0;
    color: #000000;
    background-color: #00FF00;
    border-radius: 5px;
    border: none;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 5px;
    width: 100%;
}


.thankyou{
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}
.container > .row{
    min-height: 100vh;
}

#explora-info{
    max-width: 100%;
    height: auto;
    animation: wiggle 3s linear infinite;
}

#participa-en{
    width: 90%;
    max-width: 960px;
}

#participa .participa-button{
    height: 50px;
    width: auto;
}

#clusters .boton{
    height: 55px;
    width: auto;
}
#clusters .boton:hover{
    cursor: pointer;
}
#footer .container .row{
    min-height: auto;
}
#footer{
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer .botones a{
    color: #ffffff;
    padding-right: 25px;
    text-decoration: none;
    color: #03ff44;
    display: inline-block;
}
#footer .botones a span{
    padding-bottom: 5px;
    border-bottom: 2px solid #03ff44;
    margin-bottom: 10px;
}
#popup{
    z-index: 99;
    position: fixed;
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
}
#close{
    cursor: pointer;
}

#cluster-text .title img{
    width: 80%;
    max-width: 300px;
    height: auto;
}
#cluster-text a{
    color: #03ff44;
    text-decoration: none;
}
#cluster-text a:hover{
    text-decoration: underline;
}
.text-justify{
    text-align: justify;
}
#cluster-text .content-text{
    background-color: #0f0f0f;
    border-radius: 15px;
}
#actividades-p img{
    cursor: pointer;
}
#preguntas-title{
    width: 80%;
    max-width: 500px;
}
.preguntas .pregunta{
    list-style-image: url(../files/item.png);
}
.preguntas .pregunta span{
    top: -5px;
    position: relative;
    color: #03ff44;
    font-weight: bold;
}
.preguntas .pregunta a{
    color: #03ff44;
    text-decoration: none;
}

#actividades-p img:hover{
    position: relative;
    transition: all 1s ease-out;
    top: -10%;
}



@media (min-width: 992px) {
  .form-container {
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    background-image: url('../files/fondo-form.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #2F098C;

    
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    #logo-left {
    background-image: url(../files/fondo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh
    
}

    .logo-mobile{
        padding-bottom: 30px;
    }

    #actividades-p{
        display: block;
    }
    #actividades-p .col{
        display: block;
        flex-shrink: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    #participa .participa-button{
        height: 35px;
    }
    #clusters{
        display: block;
    }
    #clusters .boton{
        height: 40px;
    }
    #clusters .col{
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }
    #explora{
        min-height: auto;
    }
    #background-video{
        display: none;
    }
    
    
    .form-container,
#form {
  padding: 0 !important;
  margin: 0 !important;
}

#form .inner {
  padding: 0 !important;
  margin: 0 !important;
}


  
  
}

@media (max-width: 767.98px) 
{

   

 
    #logo-left {
        background-image: url(../files/fondo-mobile.png); 
        background-size: cover; 
        background-position: center center; 
        height: 65vh; 
    }



        .logo-mobile img {
  margin-bottom:20px;
}


.form-container,
#form {
  padding: 0 !important;
  margin: 0 !important;
}

#logo-container{
        min-height: auto;
    }


#form .inner {
  padding: 0 !important;
  margin: 0 !important;
}

.form-header p {
  font-size: 28px;
  line-height:1.3em;   
  padding-top:18px;
 
}



    
}

/* Keyframes */
@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-9deg);
    }
    20% {
      transform: rotateZ(7deg);
    }
    25% {
      transform: rotateZ(-7deg);
    }
    30% {
      transform: rotateZ(5deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }
