
@font-face {
  font-family: Raleway-SemiBold;
  src: url('../fonts/raleway/Raleway-SemiBold.ttf'); 
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../fonts/raleway/Raleway-Bold.ttf'); 
}

@font-face {
  font-family: Raleway-Black;
  src: url('../fonts/raleway/Raleway-Black.ttf'); 
}


*
{
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}




a
{
  color: #959595;
  text-decoration: none;
}

a:hover
{
  color: #423DE3;
}




body,html
{
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1em;
  font-weight: lighter;
  position: absolute; 
  text-align: center;
  width: 100%;
  color: #5C5D5E;
  position: relative;
  overflow-x: hidden;
}

h1, h2, h3 {
  color: #E3A611;
}

.wp-call-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* transform: scale(0.8); */
    left: 20px;
    bottom: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+) center / 30px 30px no-repeat #269041 !important;
}

/* FORMS */
.webforms_wrapper {
    position: fixed;
    top: 12px;
    right: 20px;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
}
.webforms_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.webforms_title span {
    width: 100%;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2E1F45;
}
.webforms_button_phone {
    background-color: #c9d63c;
    color: #2E1F45;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 8px;
}
.datacrm_webforms {
    position: relative !important;
    width: 100% !important;
    padding-bottom: unset !important;
    height: 680px !important;
}
.datacrm_webforms iframe {
    position: relative !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    top: unset !important;
    left: unset !important;
    overflow: hidden !important;
}

#sendingForm {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  background-image: url("../images/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  display: none;
}
#form_response {
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  color: #fc0101;
  font-size: 20px;
}

footer, header
{

  font-family: 'Libre Franklin', sans-serif;
  width: 100%;
  
}

footer
{
  border-bottom: 0;
  bottom: 0;
  padding: 20px 0;

  background: #1E0532; /* Old browsers */
  color: #fff;
}

footer .info {
  width: 20%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 20px;

}

footer a {
 color: #fff;

}

footer a:hover{
 color: #E3A611;

}

.info li{
  list-style: none;
}

footer img{
  margin-right: 10px
}


header h1, nav
{
  display: inline-block;
  vertical-align: middle;

}

header h1{
  width: 20%;
}

header h1 img
{
    vertical-align: -webkit-baseline-middle;


}

.logo {
  float: left;
    margin: 0 0 10px 20px;
}



nav
{
  font-size: 1.1em;
  width: 75%;
}

nav li
{
  display: inline;
  list-style: none;
  padding: 0 1em;
}

nav li:last-child
{
  border: 0;
}



p:not(:last-child) {
  margin: 0 0 20px;
  text-align: left;
}

#information {
  max-width: 60%;
  padding: 40px;


}

#information p {
  padding: 20px;
  font-family: 'Libre Franklin', sans-serif;



}

#icons {

  width: 70%;
  height: auto;
  color: #2f1a45;
  font-size:15px;
}

.icon_info {
    margin: 40px 0px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0px 30px;
        width: 24%;

}

.icon_info p {
  color: #585857;
}

.icon_info:last-child {

    border-right: none;

  
}

.icon_info img{
width: auto;
display: inline-block;
padding-bottom: 10px;
}

.wapp {
    
        margin-top: -100px;
    padding-bottom: 20px;
    
}

#wapp img:hover {opacity: 0,5}

#plus{
  width: 100%;
  background-color: #f7a700;
  padding: 30px 0px;
  font-weight: 800;

}

#plus p {
  color: #2f1a45;
  width: 65%;
  padding: 0 20px;

}
section {
  display: none;
  padding: 20px;
  border-top: 1px solid #E3A611;
  text-align: left;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 15px;
  font-weight: 100;
  text-align: center;
  color: #abc;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}



label:hover {
  color: #789;
  cursor: pointer;
}

input:checked + label {
  color: #2E1F45;
  border: 1px solid #E3A611;
  border-top: 2px solid #E3A611;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}






#image_main img
{
  width: 100%;

}




.clear{
  clear: both;
  margin-bottom: 50px;
}

#menu-movil, #menu-movil ~ label
{
  display: none;
}

::selection
{
    background: #E3A611;
    color: #ffffff;
}

::-moz-selection
{
  background: rgb(7, 181, 122);
    color: #ffffff;
}



/*------------------------------------------------------------------
[ Form ]*/


textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}




/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/


.wrap-contact100 {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 55px 95px 68px 95px;
}


/*==================================================================
[ Form ]*/

.container-contact100{
  height: 0px;
}

.container-contact100 a{ 
  font-size: 12px;
}

#crm_form {
    position: fixed;
    top: 10%;
    right: 20px;
    width: 30%;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 100;
    overflow: hidden;
}
#crm_form iframe {
    border: none;
    overflow: hidden;
}

.contact100-form {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    top: 15%;
    position: fixed !important;
    right: 0px;
    margin-right: 20px;
    border-left: 5px solid #f7a700 ;
    border-right: 5px solid #2f1a45;
    border-top: 5px solid #2f1a45;
    border-bottom: 5px solid #f7a700 ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
}


.contact100-form-title {
  width: 100%;
  display: block;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 35px;
  color: #f7a700;
  text-align: center;
  padding-bottom: 15px;
  line-height: 40px;

}


.contact100-form-title p{
font-family: 'Libre Franklin', sans-serif;
 font-size: 14px;
  line-height: 20px;
  color: #2E1F45;

}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-bottom: 12px
}

.rs1.wrap-input100 {
  width: calc((100% - 40px) / 2);
}


.label-input100 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;

  padding-bottom: 11px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  color: #adadad;
  line-height: 1.2;
  padding: 0 15px;
}



input.input100 {
  height: 40px;
}

textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-color: #d867c6;
  border-color: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -o-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -moz-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: linear-gradient(45deg, #c77ff2, #e8519e);

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4px;
}

.contact100-form-btn {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  color: #2E1F45;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 55px;
  border-radius: 27px;
  background: #f7a700;
  background: -webkit-linear-gradient(45deg, #f7a700, #f7a700);
  background: -o-linear-gradient(45deg, #f7a700, #01be71);
  background: -moz-linear-gradient(45deg, #f7a700, #f7a700);
  background: linear-gradient(45deg, #f7a700, #f7a700);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #2e1946;
  color: #fff;
}

.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 27px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #C9D63B;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover:before {
  opacity: 0;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

  .linea {
    border-bottom: 1px solid #B1B1B0; 
    margin: 20px 0px;
  }




/*------------------------------------------------------------------
[ Responsive ]*/


@media screen and (max-width:1200px){

header h1{
 text-align: left;
}


  

}

@media screen and (max-width:1024px){


  #image_main
{
    width: 100%;
    margin: 0;
      background-image: url("images/banner_konradLorenz_Loquequieresaprender.jpg");
  background-position: 50% 50%;
  background-repeat: repeat;
}

.input100 {
    padding: 0 10px;
}

}




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

  header h1, nav
  {
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: center;

  }

  header h1
  {
    

margin-bottom: 15px;
}
  nav
  {
    margin-bottom: 1em;
  }




}

@media screen and (max-width:800px){


  body
  {
    overflow-x: hidden;
    overflow-y: scroll; 
  }


  footer, header, nav
  {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }

  header h1
  {
  
    text-align: left;
    margin-bottom: 0px;
        display: block;
  }
  


  nav
  {
    background: #423DE3;
    float: left;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 0;
    
        z-index: 1000
  }

  nav a
  {
    display: block;
    margin: .5em auto;
    padding: .5em;
    color: #fff;
    text-align: right;
  }

  nav a:hover
  {
    background: #fff;
  }

  nav li
  {
    border: 0;
    display: block;
    padding: 0;
  }



  #menu-movil:checked ~ footer, #menu-movil:checked ~ header, #menu-movil:checked ~ #contenido
  {
    margin-left: 80%;
  }

  #menu-movil:checked ~ header>nav
  {
    width: 80%;
  }

  #menu-movil ~ label
  {
    display: inline;
    font-size: 3em;
    height: .65em;
    position: absolute;
    right: .25em;
    width: 1em;
    margin-top: 20px;
    border: none;
    display: none;
  }

  #menu-movil ~ label:before
  {
    background: #656565;
    box-shadow: 0 .25em 0 #656565, 0 .5em 0 #656565;
    content: "";
    height: .15em;
    position: absolute;
    right: .25em;
    width: 1em;
  }
 label {

        display: block;
         border-top: 1px solid #ccc;
  }

  #plus p {
    color: #2e1e45;
    width: 80%;
    margin: 0px 20px;
}
#information {
    max-width: 100%;
    padding: 0px;
    margin-top: 20px;
}

.webforms_wrapper {
    margin-top: 24px;
    position: static;
    width: 100%;
    float: left;
    display: block;
    height: auto;
}
.wrap-contact100 {
    display: block;
    position: static;
    float: left;
}
#crm_form {
    position: static;
    float: left;
    width: 100%;
    padding-bottom: 0;
    height: 100%;
}
#crm_form iframe {
    border: none;
    overflow: hidden;
    position: static;
    height: 700px;
}


.contact100-form {
    width: 50%;
}


.contact100-form-title {
    font-size: 25px;}
  
}

@media screen and (max-width:650px){
    .wp-call-button {
        
    }
}

@media screen and (max-width:480px){


  nav
  {
    font-size: 1.25em;
  }

  .wapp { margin-top: 5px;}

.contact100-form {
  width: 300px;
    background: #ffffff;
    -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:none;
    top: 10%;
    padding: 20px;
    position: fixed;
    right: 0;
    margin-right: 20px;
    border-radius: 8px;
}





}



@media screen and (max-width:320px){


  nav
  {
    margin-bottom: 0;
  }

  nav a
  {
    border-radius: 0;
    display: block;
    margin: 0;
    padding: .5em 0;
    width: 100%;
  }


@media screen and (max-width: 800px) {
  label {
    font-size: 0;
        display: block;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  label {
    padding: 15px;

  }


.contact100-form {
  
    position: initial;
    right: 0;
    border-radius: 8px;
    background-image: none;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-radius: 5px;
    margin: auto;
    width: 100%;
}

}

  
}


@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 0px;
  }
  .icon_info {
    border-right: none;
}
}

@media (max-width: 576px) {

  .rs1.wrap-input100 {
    width: 100%;
  }



}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 1px solid #fa4251;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -28px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -28px;
}

/*---------------------------------------------*/
@media (max-width: 800px) {
  .btn-hide-validate {
    right: 10px;
  }

  .logo {
    float: none;
  }
  .true-validate::after {
    right: 10px;
  }

  .icon_info {
    width: 80%;
        margin: 15px 0px;
  }

.tit {
  padding-top: 100px;
}

  .container-contact100 {
    height: auto;
    width: 100%;
}

.contact100-form {
  
    position: initial;
    right: 0;
    border-radius: 8px;
    background-image: none;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-radius: 5px;
    margin: auto;
    width: 100%;
}

.wrap-contact100 {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    padding: 0px;
}

.wrap-input100 {

    margin-bottom: 6px;
}


#icons {
    width: 100%;
    height: auto;
    color: #1E0532;
    border-top: 1px solid #ccc;
}


footer .info {
    width: 100%;
    display: block;
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    margin: 10px;
}



}