/* Scss Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  font-family: 'Roboto', sans-serif; }

/*===================   TOP   ==============================*/
.top {
  width: 100%;
  height: 30px;
  background: #343434;
  color: white;
  padding: 5px 100px;
  text-align: right; }
  .top img {
    width: 15px;
    height: 15px; }

.phone {
  width: 100%;
  max-width: 960px;
  margin: auto; }

/*===================  REDES   ==============================*/
.redes {
  position: relative;
  z-index: 5;
  transition: .5s ease; }
  .redes ul {
    position: fixed;
    top: 30%;
    transform: translateY(-30%); }
  .redes a {
    margin-left: -40px;
    transition: .5s ease; }
    .redes a:hover {
      margin-left: 0;
      transition: .5s ease; }

li {
  width: 100px;
  height: 47,14px;
  list-style: none; }

/*===================   NAV   ==============================*/
.menu {
  width: 100%;
  background: #DDDC00;
  padding: 20px;
  position: relative; }
  .menu ul {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    position: relative; }
  .menu li {
    width: 170px;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: auto;
    list-style: none;
    display: block;
    line-height: 40px; }
    .menu li:hover {
      padding-top: 10px; }
  .menu a {
    padding: 10px;
    display: block;
    top: -15px;
    position: relative;
    text-decoration: none;
    color: #282828;
    text-transform: uppercase;
    transition: .5s; }
    .menu a:hover {
      color: white;
      transition: .5s ease;
      top: -65px; }

a.iso:hover {
  top: -10px; }

.logo-head-color {
  width: 100px;
  height: 100px;
  filter: brightness(100);
  position: absolute;
  left: 10%;
  top: -15px;
  transition: .5s ease; }

.logo-head-gris {
  filter: brightness(1);
  transition: .5s ease; }

.menu2 {
  background: #252525;
  position: fixed;
  top: 0;
  transition: .5s ease;
  z-index: 5000; }
  .menu2 a {
    color: white; }
    .menu2 a:hover {
      color: #DDDC00;
      transition: .5s ease; }

.mostrar-nav {
  display: none; }

/*===================   BANNER HOME   ==============================*/
.banner {
  width: 100%;
  overflow: hidden;
  background: #DDDC00; }

.banner-img {
  max-width: 960px;
  display: flex; }
  .banner-img img {
    width: 100%;
    height: 100%; }

.img-banner {
  position: fixed; }

.pie-banner {
  width: 100%;
  height: 30px;
  position: relative;
  background: #323232; }
  .pie-banner img {
    width: 100%; }

/*===================   ACERCA DE 360   ==============================*/
.acerca {
  width: 100%;
  padding: 150px 0;
  background: url(../img/bg-mision.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }

.container960 {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.mision-vision {
  text-align: center; }
  .mision-vision img {
    max-width: 200px;
    height: 200px; }
  .mision-vision p {
    max-width: 300px;
    color: #616161;
    margin-top: 40px; }

/*===================   FRASE  ==============================*/
.frase {
  background: #3F3F3F;
  padding: 50px; }
  .frase h2 {
    color: #DDDC00;
    text-align: center;
    font-weight: 300; }
  .frase p {
    color: white;
    text-align: right;
    margin-right: 140px;
    padding: 20px 0; }

.texto {
  width: 100%;
  max-width: 900px;
  margin: auto; }

/*===================   SERVICIOS   ==============================*/
.servicios {
  width: 100%;
  padding: 10px;
  padding-bottom: 160px;
  background-image: url(../img/bg-servicios.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

#c-slider {
  margin: auto;
  width: 100%;
  max-width: 900px;
  padding: 200px 10px;
  position: relative;
  overflow: hidden;
  text-align: center; }

#slider {
  display: flex;
  width: 300%;
  padding-bottom: 40px; }
  #slider section {
    width: 100%;
    margin: 0 50px;
    padding-top: 30px; }
    #slider section h1 {
      margin-bottom: 20px;
      color: #272727;
      text-decoration: underline; }
    #slider section p {
      color: #363636;
      max-width: 600px;
      margin: auto; }

#btn-prev, #btn-next {
  width: 30px;
  height: 30px;
  color: gray;
  position: absolute;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 20px; }

#btn-prev {
  left: 45%;
  bottom: 90px; }

#btn-next {
  right: 45%;
  bottom: 90px; }

#btn-prev:hover, #btn-next:hover {
  color: #000000; }

.barra-R {
  position: absolute;
  right: 0;
  top: 120px; }

.barra-L {
  position: absolute;
  left: 0;
  top: 120px; }

/*===================   SUCRIBETE   ==============================*/
.suscribe {
  width: 100%;
  background: #DDDC00;
  padding: 50px 20px;
  text-align: center; }
  .suscribe h1 {
    color: #4C4C4C;
    font-size: 3.5em; }
  .suscribe h2 {
    font-size: 1.7em;
    margin-bottom: 40px; }
  .suscribe p {
    margin-top: 40px; }
  .suscribe input {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 0;
    text-transform: uppercase;
    font-size: 12px; }
    .suscribe input:focus {
      background: #343434;
      color: #DDDC00; }
  .suscribe button {
    padding: 11px;
    background: #343434;
    color: white;
    border: 0; }

#resultado {
  max-width: 600px;
  height: 50px;
  margin-top: 5px;
  padding: 3px;
  font-size: 1.2em;
  color: black; }

/*===================   GALERIA   ==============================*/
.galeria {
  width: 100%;
  padding: 70px;
  background-image: url(../img/bggalery.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .galeria h1 {
    color: #3C3C3C;
    margin: 40px 0;
    text-align: center; }

/*===================   CONTACTO  ==============================*/
.contacto {
  width: 100%;
  background: #DDDC00;
  text-align: center;
  padding: 30px 0 50px 0; }
  .contacto p {
    font-size: 24px;
    margin-top: -70px; }
    .contacto p span {
      font-size: 40px; }

.iso-form {
  width: 100%;
  max-width: 300px;
  filter: brightness(100) !important; }

.flex-form {
  width: 100%;
  margin: auto;
  background: #DDDC00;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.flex-info {
  width: 100%;
  max-width: 600px;
  padding: 10px; }
  .flex-info form {
    margin: 70px 0; }
  .flex-info input {
    width: 100%;
    max-width: 700px;
    padding: 20px 10px;
    font-size: 16px;
    background: none;
    border: thin solid #000000;
    display: block;
    margin: 5px auto; }
    .flex-info input:focus {
      background: #2B2B2B;
      color: #DDDC00;
      border: none; }
  .flex-info textarea {
    width: 100%;
    max-width: 700px;
    min-height: 200px;
    padding: 15px 10px;
    font-size: 16px;
    background: none;
    border: thin solid #000000;
    display: block;
    margin: auto; }
    .flex-info textarea:focus {
      background: #2B2B2B;
      color: #DDDC00;
      border: 0; }
  .flex-info iframe {
    width: 100%;
    max-width: 500px;
    height: 350px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .flex-info p {
    padding: 2px 0;
    margin-top: -5px; }
    .flex-info p img {
      width: 20px;
      height: 20px;
      margin-top: 2px; }

.text-contact {
  margin-top: 70px; }

input#boton {
  padding: 20px 10px;
  width: 100%;
  max-width: 700px;
  background: black;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: .5s ease; }
  input#boton:hover {
    background: #DDDC00;
    color: black;
    transition: .5s ease; }

/*===================   COPY ==============================*/
.copy {
  background: black;
  color: white;
  padding: 10px;
  text-align: center; }

/*===================    ======================   MEDIAS ============================  ==============================*/
@media screen and (max-width: 1024px) {
  img.man {
    display: none; } }
@media screen and (max-width: 960px) {
  /*===================   NAV   ==============================*/
  .mostrar-nav {
    width: 40px;
    height: 40px;
    background: #2D2C2C;
    display: block;
    color: #DDDC00;
    text-align: center;
    line-height: 39px;
    position: absolute;
    right: 50px;
    top: 20px !important;
    border-radius: 40px;
    font-size: 25px;
    z-index: 300;
    cursor: pointer;
    transition: .5s ease; }

  .rotar {
    transform: rotate(45deg);
    right: 150px;
    transition: .5s ease; }

  nav.mostrar {
    position: absolute;
    right: 10px;
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: .5s ease; }

  nav {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: -100%;
    right: 10px;
    transition: .5s ease; }

  .menu {
    width: 100%;
    background: #DDDC00;
    padding: 20px;
    position: relative;
    z-index: 50000; }
    .menu ul {
      max-width: 700px;
      text-align: right;
      margin: 0 auto;
      display: block;
      position: absolute;
      right: 0;
      top: 90px; }
    .menu li {
      width: 110px;
      height: 40px;
      overflow: hidden;
      position: relative;
      margin: auto;
      list-style: none;
      display: block;
      line-height: 40px;
      background: white;
      margin: 5px; }
      .menu li:hover {
        padding-top: 10px; }
    .menu a {
      padding: 10px;
      display: block;
      top: -10px;
      position: relative;
      text-decoration: none;
      color: #282828 !important;
      text-transform: uppercase;
      transition: .5s; }
      .menu a:hover {
        color: white;
        transition: .5s ease;
        top: -60px; }

  .logo-head-color {
    width: 100px;
    height: 100px;
    filter: brightness(0);
    position: absolute;
    left: 10px;
    top: -20px !important;
    transition: .5s ease; }

  .logo-head-gris {
    filter: brightness(1);
    transition: .5s ease; }

  .menu2 {
    background: #252525;
    height: 80px;
    position: fixed;
    transition: .5s ease; }
    .menu2 a {
      color: white; }

  /*===================   SERVICIOS   ==============================*/
  .servicios {
    padding: 30px; } }
@media screen and (max-width: 700px) {
  #btn-prev {
    left: 25%;
    transform: translateX(-40%);
    bottom: 120px; }

  #btn-next {
    right: 25%;
    bottom: 120px;
    transform: translateX(-30%); } }
#c-slider {
  padding: 150px 10px; }

#slider section {
  width: 100%;
  margin: 0 30px !important;
  padding-top: 10px; }

/*===================  FRASE  ==============================*/
.frase p {
  text-align: center;
  margin-right: 0; }

/*===================  CONTACTO  ==============================*/
@media screen and (max-width: 1000px) {
  .flex-info {
    margin-bottom: 30px; }
    .flex-info iframe {
      width: 100%;
      max-width: 1000px;
      padding: 10px; }

  .text-contact {
    margin-top: -60px !important;
    margin-left: 40px; }

  input#boton {
    padding: 20px 10px;
    width: 100%;
    max-width: 700px;
    background: black;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: .5s ease; }
    input#boton:hover {
      background: #DDDC00;
      color: black;
      transition: .5s ease; }

  /*===================  REDES   ==============================*/
  .redes ul {
    position: fixed;
    top: 50%;
    transform: translateY(-30%); }

  /*===================   SUSCRIBETE   ==============================*/
  .suscribe {
    width: 100%;
    background: #DDDC00;
    padding: 50px 20px;
    text-align: center; }
    .suscribe h1 {
      color: #4C4C4C;
      font-size: 3.5em; }
    .suscribe h2 {
      font-size: 1.7em;
      margin-bottom: 40px; }
    .suscribe p {
      margin-top: 40px; }
    .suscribe input {
      width: 100%;
      max-width: 300px;
      padding: 10px;
      border: 0;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center; }
      .suscribe input:focus {
        background: #343434;
        color: #DDDC00; }
    .suscribe button {
      padding: 11px;
      background: #343434;
      color: white;
      border: 0;
      margin-top: 10px; }

  #resultado {
    width: 100%;
    max-width: 600px;
    height: 50px;
    margin-top: 5px;
    padding: 3px;
    font-size: 1.2em;
    color: black; }

  /*===================   GALERIA   ==============================*/
  .galeria {
    width: 100%;
    padding: 20px; } }
