@font-face{
    font-family:"Raleway";
    src:url("/src/resources/css/fonts/Raleway-VariableFont_wght.ttf") format("truetype")
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/node_modules/material-design-icons/iconfont/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url('/node_modules/material-design-icons/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
      url('/node_modules/material-design-icons/iconfont/MaterialIcons-Regular.woff') format('woff'),
      url('/node_modules/material-design-icons/iconfont/MaterialIcons-Regular.ttf') format('truetype');
  }

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

* {
   box-sizing: border-box;
 }

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
 
[class*="col-"] {
    float: left;
    padding: 15px;
}
.row::after {
   content: "";
   clear: both;
   display: block;
}
 body{
   font-family: 'Raleway';
}
.container{
    display:block;
    margin:-8px;
    box-sizing: border-box;
}

.container-small{margin:auto;position:relative;padding:10px;outline:0;width:600px;border-radius:3px;}
.form-content{border:none;border-radius:3px;box-shadow: 5px 10px 15px black;}
.form-data{display: block;padding: 80px;}
.titles{text-align: center;}
input{width: 100%;padding: 12px 20px;margin: 8px 0;display: inline-block;border: 1px solid #ccc;border-radius: 4px;box-sizing: border-box;}

input:focus{
    outline:none;
    border: 3px solid #9ecaed;
    box-shadow:0 0 10px #9ecaed;
    background-color:#e3f7f6;
}

.btn{
    display:inline-block;
    height:auto;
    padding:10px;
    margin:5px;
    border-radius:4.5px;
    background-color:trasnparent;
}

.btnmenu{
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    color: white;
}

.btn-help{
    margin: auto;
    color:#0e0ea5;
    background-color: transparent;
    border: 0;
    float: right;
}

button.btn-help > span.material-icons{
    font-size: 32px;
}

button.btn-help > span.material-icons:hover{
    color:#3a3aaf;
}

.btn:hover{
  cursor:pointer;
}
.btnmenu:hover{
    border:2.8px solid white;
    color: rgb(236, 236, 236);
}

.btn-success{
    width: auto;
    font-size:18px;
    color:white;
    border:none;
    background-color:#1c1cff;
}
.btn-success-lg{
    width: 100%;
    font-size:18px;
    color:white;
    border:none;
    background-color:#1c1cff;
}

.btn-success, .btn-success-lg:hover{
    background-color:#3636fb;
}

.as-btnmenu{
    display: none;
    margin: auto;
    float: left;
    color: black;
    border: 2.8px solid rgb(185, 183, 183);
}

.as-btnmenu:hover{
    cursor: pointer;
    color: #e51cff;
    border-color: #e51cff;
    background-color: rgb(217, 196, 245);
}

.btn-default{
    width: auto;
    font-size:18px;
    border:none;
}

.header-section{
    width: 100%;
    height: 100%;
    font-family: 'Raleway';
}
.sec-container{
    width: 100%;
    height: 100%;
}
.toggledown-container{
    position: absolute;
    z-index: 100;
    width: 42%;
    height: 50%;
    background-color: rgba(245, 212, 255, 0.527);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    animation-name: toggledown;
    animation-duration: 2s;
    margin: 34px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
    animation-fill-mode: forwards;
}
@keyframes toggledown{
    0%{opacity:0;height: 0%;}
    100%{opacity:1;height: 50%;}
}
.slider {
	overflow-y: hidden;
	max-height: 500px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.section{
    overflow: hidden;
    width: 33.3%;
    height: auto;
    margin: auto;
    float: left;
}

  /*RESPONSIVE*/

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {.as-btnmenu{display: block;}.sec-container{visibility: visible;}.container-small{margin: 29px 0px 0px 0px;padding: 0px;width: 100vw;}.section{width: 100%;}[class="col-"]{width: 100%;}}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {.sec-container{visibility: visible;}}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}


  /*EFFECTS*/

  .toogle-up{
    animation-name: toggleup;
    animation-duration: 3s;
    animation-delay: -2s;
  }

  @keyframes toggleup {
    0%   {opacity:0;height:0px; top:100rem;}
    100% {opacity:1;height:100px;top:0rem;}
  }