body{
  text-align: center !important;
}

header{
  z-index: 100;
}
nav {
  background-color: #fff !important;
  height: 55px !important;
  line-height: 60px !important;
  box-shadow: none !important;
  /* box-shadow: 0px 25px 17px -22px #000 !important; */
}

.menu-superior{
  display: none;
}

nav .sidenav-trigger {
  position: relative;
  top: -85px !important;
  color: #fdb733;
  font-size: 1.8em;
}

nav ul li.active {
    font-size: 1.2em;

}

.sidenav {
  width: 100% !important;
  height: 100%;
  background-color: #ffffff !important;
}

.sidenav-overlay{
  display: none !important;
}

.sidenav li {
  background-color: #000;
  background-color: transparent;
}

.sidenav li a {
  padding-left: 20px !important;
  color: #6b665c !important;
  font-family: Noteworthy-Bold !important;
  text-align: left;
}

i.right {
  margin-left: 0px !important;
}

.iconavmobil{
  position: relative;
  font-size: 1.3em;
  margin-top: 15px;
  margin-left: 5px;
}

.menu_center {
  position: relative;
  top: 7px;
  margin: auto;
}

.login {
  display: none;
}

.loginmobil{
  padding: 30px;
}

.loginmobil .btn{
  position: relative;
  background-color: #fdb733 !important;
  color: #000;
  border-radius: 16px;
  text-transform: initial !important;
  text-transform: uppercase !important;
}

.socialmobil a{
  background-color: #002e5c;
  border-radius: 60px;
  color: #fff;
  padding: 4px 20px;
  font-size: 1.5em;
}

.logoblanco {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
}

.logoblanco{
  position: relative;
  width: 122px;
}

.logomenudesplegable {
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
    margin: 5px 0;
}

.contentlogomobile {
  width: 100%;
  text-align: center;
  margin-top: 11px;
}

.logomenu{
  width: 150px;
  cursor: pointer;
}



#piedepagina {

  background-color: #f86c20 !important;
  background-image: url("../img/textura/textura2.png");
  background-attachment: inherit;
  background-repeat: repeat;
  background-size: 900px auto;
}

.page-footer {
  background-color: #fff !important;
  padding: 0px !important;
}

.containercontact {
  text-align: center !important;
  margin-bottom: 0px !important;
  padding: 30px 0px !important;
}

.page-footer .row{
  margin-bottom: 0px !important;
}

.datoscontacto-container{
  position: relative;
  margin: auto;
  width: 90%;
  padding-bottom: 30px;
}

.titulocontacto h1{
  font-size: 3.5em;
  text-align: left;
  margin: 12px 0px 0px 0px;
}

.datoscontacto p{
  text-align: left;
  font-size: 1.3em;
  margin: 10px 0px 0px 0px;
  font-family: Noteworthy-Bold !important;
}

.datoscontacto span{
  background-color: white;
  color: #f86c20;
}

.footer-copyright{
  background-color:#0039a2 !important;
}

.txtcopyright{
  position: relative;
  padding: 0px 10px;
  margin: auto;
  text-align: center;
  font-size: .9em;
}

.formulariocontacto {
  width: 100%;
  height: 100%;
}

.underline{
  background-image: linear-gradient(287deg, #0039a2, #0039a2);
  background-repeat: no-repeat;
  background-position: 0 104%;
  background-size: 67% 0.4em;
  animation-name: initiate_underline;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.card-panel{
  margin-top: 0px !important;
}

.card-panel .btn{
  background-image: linear-gradient(287deg,  #fea633,#E87623);
  transition: .3s opacity ease;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px !important;
}

.card-panel .btn:hover{
  background-image: linear-gradient(287deg, #439bf3, #2347b6);
}

.formulariocontacto input{
  border-bottom: 1px solid #0039a26e !important;
  box-shadow: 0 1px 0 0 #0039a26e!important;
}

.formulariocontacto label {
  color: #0039a2a3 !important;
}

.formulariocontacto .input-field {
  position: relative;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.formulariocontacto .card-panel{
  position: relative;
  margin: auto !important;
  border-radius: 20px !important;
  width: 95%;
}

#dropdown11{
  top: 167.5px !important;
}

#dropdown22{
  top: 215.5px !important;
}

#dropdown33{
  top: 264px !important;
  height: auto !important;
}
#dropdown44{
  top: 314.5px !important;
}

.section{
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 35%;
}

.infocontacto{
  position: relative;
  margin: auto;
  width: 90%;
  text-align: center;
}


.infocontacto h1{
  font-size: 2em !important;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
  background: #fdb733;
  width: fit-content;
  color: #0039a2;
}

.listainfo{
  position: relative;
  text-align: left;
  font-family: Noteworthy-Bold;
  margin: 0;
}

.sub-infocontacto{
  position: relative;
  margin: auto;
  width: 100%;
  margin: 0;
}

.sub-infocontacto li{
  list-style: none;
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 1.3em;
  margin-top: 14px;
}

.sub-infocontacto svg {
  position: relative;
  font-size: 29px;
  margin-right: 10px;
}

/*tablet*/
@media (min-width: 700px){

  nav{
    /* box-shadow: -23px -34px 37px 15px #000 !important; */
  }

  nav .sidenav-trigger {
    top: -84px !important;
    font-size: 2em;
  }

  .sidenav {
    width: 40% !important;
  }

  .titulocontacto h1 {
    text-align: center;
  }

  .datoscontacto h1{
    font-size: 2.3em;
    text-align: center;
    margin: 12px 0px 0px 0px;
  }

  .datoscontacto p{
    font-size: 1.4em;
    text-align: center;
    margin: 22px 0px 0px 0px;
  }

  .datoscontacto-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 0;
  }


  .formulariocontacto {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .txtcopyright{
    font-size: 1.1em;
  }

  .infocontacto{
    position: relative;
    margin: auto;
    width: 80%;
    text-align: center;
  }


  .infocontacto h1{
    font-size: 2em !important;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    background: #fdb733;
    width: fit-content;
    color: #0039a2;
  }

  .listainfo{
    position: relative;
    text-align: left;
    font-family: Noteworthy-Bold;
    margin: 0;
  }

  .sub-infocontacto{
    position: relative;
    margin: auto;
    width: 95%;
    margin: 0;
  }

  .sub-infocontacto li{
    list-style: none;
    position: relative;
    margin: auto;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 1.3em;
    margin-top: 14px;
  }

  .sub-infocontacto svg {
    position: relative;
    font-size: 29px;
    margin-right: 10px;
  }

}


/*laptop L*/
@media (min-width: 1000px){

  header{
    height: 90px !important;
  }

  .contenedor {
    width: 1200px !important;
    height: auto;
    margin: auto;
  }

  .contenedor2 {
    width: 1300px !important;
    height: auto;
    margin: auto;
  }

  nav.menu-superior{
    display: block;
    width: 100%;
    height: 30px !important;
    margin-top: 0px;
    background-color: #002e5c!important;
  }

  .menu-superior .contact_details{
    position: relative;
    height: 30px;
    line-height: initial !important;
  }

  .menu-superior .contact_details li {
    position: relative;
    margin: auto;
    padding-top: 5px;

  }

  .menu-superior .contact_details li a{
    color: #fff !important;
    font-family: inherit !important;
    font-size: .8em;
    text-transform: initial !important;
  }

  .menu-superior .contact_details li a:hover{
    color: #fdb733 !important;
  }

  .menu-superior .contact_details li a svg {
    position: relative;
    margin: auto 6px;
    color: #fff;
    margin-top: 3px;
  }

  .menu-superior .contact_details li.preguntas {
    padding-top: 3px;
    color: #fdb733;
    font-family: Noteworthy-Bold !important;
  }

  .menu-superior .social{
    height: 30px;
    float: right !important;
    margin-right: 20px;
  }

  .menu-superior .social li, .menu-superior .social a{
    margin: 2px 4px;
    height: 30px;
    line-height: initial
  }
  .menu-superior .social svg{
    color: #fff;
    line-height: initial;
    transition: .3s color ease;
  }

  .menu-superior .social svg:hover{
    color: #fdb733;
    line-height: initial;
  }

  nav {
    height: 60px !important;
    margin-top: 30px;
    /* box-shadow: 0px 25px 17px -22px #000 !important; */
  }

  nav .nav-wrapper i{
    line-height: 60px !important;
    height: 60px !important;
  }

  .menu_center{
    top: 0px;
    width: 784px;
  }

  .logomenu{
    width: 190px;
    cursor: pointer;
  }

  .logobionic{
    top: 10px;
    width: auto;
    height: 60px;
    margin: auto;
  }

  .iconav{
    position: relative;
    margin-top: 23px;
    margin-left: 5px;
  }

  nav ul a {
    color: #000 !important;
    font-family: Noteworthy-Bold !important;
    padding: 0 9px !important;
    letter-spacing: .06em;
  }

  nav ul a:hover{
    color: #0039a2 !important;
    transition: .4s color ease;
  }

  .menu_center ul li ul{
    /* box-shadow: 3px 6px 20px #fff !important; */
  }

  .amarillo1{
    background-color: #FFE93D !important;
  }

  .amarillo2{
    background-color: #E8C238 !important;
  }

  .amarillo3{
    background-color: #FFC64A !important;
  }

  .amarillo4{
    background-color: #E89E38 !important;
  }



  .menu_center .dropdown-content {
    background-color: transparent !important;
    width: auto !important;
    top: 60px !important;
    height: auto !important;
    padding: auto !important;
    border-radius: 0 0 30px 30px;
  }

  .menu_center .dropdown-content li {
    position: relative !important;
    margin: auto !important;
    text-align: left !important;
    width: 200px !important;
    min-height: auto !important;
  }

  .menu_center .dropdown-content  li a{
    position: relative !important;
    margin: auto !important;
    text-decoration: none !important;
    color: #fdb733 !important;
    background-color: #002c59 !important;
    padding: 15px 13px !important;
    border-top: 2px solid #fdb733;
    font-size:.85em !important;
  }

  .menu_center .dropdown-content  li a:hover{
    text-decoration: none !important;
    color: #000  !important;
    background-color: #fff !important;
    opacity: .9;
    /* Firefox */
    -moz-transition: all .3s ease-in;
    /* WebKit */
    -webkit-transition: all .3s ease-in;
    /* Opera */
    -o-transition: all .3s ease-in;
    /* Standard */
    transition: all .3s ease-in;
  }

  .sede li > span {
    color: #0039a2a2 !important;
  }

  .submenu li{
    margin-left: 30px !important;
  }

  .login{
    display: block;
  }

  .login .btn{
    background-color: #fdb733 !important;
    color: #000;
    border-radius: 16px;
    text-transform: uppercase;
    top: -3px;
    text-transform: initial !important;
  }

  .login span.badge{
    min-width: 1rem;
    padding: 0 4px;
    margin-left: 0;
    margin-right: 13px;
    margin-top: 20px;
    font-size: .8em !important;

  }

  .cont-login a.btn {
    position: relative;
    margin: auto;
    background-image: linear-gradient(76deg, #f15b08,#ff9c00);
    border-radius: 5px;
    transition: .3s opacity ease;
    text-transform: initial !important;
  }

  .cont-login a.btn:hover {
    opacity: .8;
  }

  .datoscontacto-container{
    width: 80%;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
  }

  .titulocontacto h1{
    font-size: 3.3em;
    text-align: left;
    margin: 0px 0px 0px 0px;
  }

  .datoscontacto p{
    font-size: 1.4em;
    text-align: left;
    margin: 22px 0px 0px 0px;
  }

  .formulariocontacto .input-field {
    position: relative;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .page-footer .footer-copyright {
    min-height: 40px !important;
    padding: 7px 0px !important;
    color: rgba(255, 255, 255, 0.8);
    font-size: .9em;

  }

  .cls-2 {
    fill:#fec447 !important;
    stroke-width:8px;
  }

}
