@charset "UTF-8";
/* Menu superior
============================================================================================ */

.open .canvus_menu .toggle_icon span {
  background: transparent !important; }
  .open .canvus_menu .toggle_icon span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .open .canvus_menu .toggle_icon span:after {
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.canvus_menu {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  .canvus_menu .toggle_icon {
    cursor: pointer;
    position: fixed;
    height: 20px;
    width: 30px;
    top: 25px;
    right: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    padding: 20px;
    z-index: 9999; }
    @media (max-width: 575px) {
      .canvus_menu .toggle_icon {
        right: 30px; } }
    .canvus_menu .toggle_icon span {
      height: 2px;
      width: 20px;
      display: block;
      background: #222222;
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 50%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .canvus_menu .toggle_icon span:before {
        content: "";
        height: 2px;
        width: 30px;
        display: block;
        background: #222222;
        right: 0px;
        top: -10px;
        position: absolute;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .canvus_menu .toggle_icon span:after {
        content: "";
        height: 2px;
        width: 25px;
        display: block;
        background: #222222;
        right: 0px;
        bottom: -10px;
        position: absolute;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .canvus_menu .toggle_icon.blog span {
      background: #ffffff; }
      .canvus_menu .toggle_icon.blog span:after, .canvus_menu .toggle_icon.blog span:before {
        background: #ffffff; }


	/*
	   PARA DETERMINAR SI POR ARRIBA O POR UN LADO ABRE EL MENU
	   vertical poner top:0px y horizontal poner right:0px
		En .side_menu determinar altura -13% y posicion vertical, o right: -100% 
	*/

	.open .side_menu {
			top: 0px;
		}


.side_menu {
  position: fixed;
  top: -5%;
  height: 5%;
  width: 100%;
  max-height: 5%;
  background: #f9f9ff;
  text-align: center;
  padding-left: 20px;
  z-index: 2;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: .80; 
  }



 @media (min-width: 1024px)and (orientation: landscape) {
		.side_menu {
		  top: -15%;
		  height: 15%;
		  max-height: 15%;
	  }
	}
 @media (min-width: 991px) and (orientation: landscape) {
		.side_menu {
		  top: -27%;
		  height: 27%;
		  max-height: 27%;
	  }
	}
 @media (min-width: 800px) and (orientation: portrait) {
		.side_menu {
		  top: -10%;
		  height: 10%;
		  max-height: 10%;
	  }
	}
 @media (min-width: 768px)and (orientation: portrait) {
		.side_menu {
		  top: -15%;
		  height: 15%;
		  max-height: 15%;
	  }
	}
 @media (min-width: 768px)and (orientation: landscape) {
		.side_menu {
		  top: -30%;
		  height: 30%;
		  max-height: 30%;
	  }
	}
 @media (min-width: 640px) {
		.side_menu {
		  top: -30%;
		  height: 30%;
		  max-height: 30%;
	  }
	}
 @media (min-width: 600px) {
		.side_menu {
		  top: -15%;
		  height: 15%;
		  max-height: 15%;
	  }
	}


  .side_menu .menu_right {
    position: absolute;
	width: 100%;
    left: 48%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 420px;
	}

    .side_menu .menu_right li {
      margin-left: 2.6em;
	  display: inline;
	}


@media (max-width: 1280px) {
	.side_menu .menu_right {
	left: 46%;
	}
}

@media (max-width: 1024px) {
	.side_menu .menu_right {
	left: 44%;
	}
}

    @media (max-width: 575px) {
		.side_menu {
			background: #f9f9ff;
			min-height: 420px;
			top: -90%;
		}
		.side_menu .menu_right {
			    left: 43%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				max-height: 820px;
				}
		  .side_menu .menu_right li {
				 display: block;
				} 
		}




      @media (max-width: 1440px) {
			.side_menu .menu_right li {
			  margin-bottom: 15px; } 
			}


			.side_menu .menu_right li:last-child {
			margin-bottom: 0px; }

			.side_menu .menu_right a {
			text-decoration: none;
			}
		   .side_menu .menu_right li a {
			font-size: 22px;
			font-family: 'Dosis', sans-serif;
			font-weight: bold;
			color: #222222;
			text-transform: uppercase; 
			}

		   .side_menu .menu_right li a:hover {
			color: #3fbbc0;
		 	}

		  .side_menu .menu_right li ul {
			display: none; 
			}

        .side_menu .menu_right li ul li {
          text-align: right;
          margin-bottom: 10px;
          margin-left: 40px; }

          .side_menu .menu_right li ul li a {
            color: #222222;
            text-transform: capitalize; }

          .side_menu .menu_right li ul li:first-child {
            margin-top: 10px; }

          .side_menu .menu_right li ul li:hover a {
            color: #222222; }



  .side_menu .input-group {
    display: block;
    position: relative; }
    .side_menu .input-group input {
      width: 100%;
      border: none;
      border-radius: 0px;
      height: 40px;
      padding: 0px 28px 0px 15px;
      background: #f5ca56;
      line-height: 40px;
      font-size: 12px;
      color: #fff;
      font-family: 'Dosis', sans-serif;
      outline: none;
      box-shadow: none; }
      .side_menu .input-group input.placeholder {
        font-size: 12px;
        color: #fff;
        font-family: 'Dosis', sans-serif; }
      .side_menu .input-group input:-moz-placeholder {
        font-size: 12px;
        color: #fff;
        font-family: 'Dosis', sans-serif; }
      .side_menu .input-group input::-moz-placeholder {
        font-size: 12px;
        color: #fff;
        font-family: 'Dosis', sans-serif; }
      .side_menu .input-group input::-webkit-input-placeholder {
        font-size: 12px;
        color: #fff;
        font-family: 'Dosis', sans-serif; }
    .side_menu .input-group .input-group-append {
      position: absolute;
      right: 10px;
      top: 47%;
      transform: translateY(-50%);
      z-index: 4; }
      .side_menu .input-group .input-group-append .btn-outline-secondary {
        border: none;
        border-radius: 0px;
        color: #fff;
        padding: 0px; }



/* Home Banner Area css
============================================================================================ */

