/*
 *
 * Website Name: Ra Representaciones Artisticas
 * Template URI: http://rarepresentacionesartisticas.com/
 * Description: Contrataciones de artistas nacionales e internacionales para shows o eventos.
 * Author: Paolo Molina Caballero
 *
 */

body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF; /* gris claro */
}

body, html { 
    height: 100%;
}

img {
    max-width: 100%;
}

@font-face {
  font-family: TeamWork;
  src: url(../fonts/Team-Work-Font-Regular.otf);
}

@import url('https://fonts.googleapis.com/css?family=Audiowide|Orbitron|Roboto');

.section-content {
  padding: 4rem 0;
}

.navbar .brand01{
    color: #efeded;
    -webkit-text-stroke: 2px white;
  }

.navbar .brand02{
    color: #FF7600;
    -webkit-text-stroke: 2px white;
  }

.navbar {
  background-color: #ffffff;
  border-color: #e7e7e7;
    -webkit-box-shadow: 0 0px 10px #333;
    -moz-box-shadow: 0 0px 10px  #333;
    box-shadow: 0 0px 10px  #333;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar .navbar-brand {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 1.2em;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #efeded;
}
.navbar .navbar-text {
  color: #b8b8b8;
}
.navbar .navbar-text a {
  color: #efeded;
}
.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
  color: #efeded; 
}
.navbar .navbar-nav .nav-link {
  color: #b8b8b8;
  border-radius: .25rem;
  margin: 0 0.25em;
  margin-left:20px !important;  /* Add space betwen the items on the nabvar menu to the left it messes a bit the nabvar fluid*/
  margin-right:20px !important; /* Add space betwen the items on the nabvar menu to the right */
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #efeded;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #efeded;
}
.navbar .navbar-toggle {
  border-color: #efeded;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #efeded;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #efeded;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #b8b8b8;
}
.navbar .navbar-link {
  color: #b8b8b8;
}
.navbar .navbar-link:hover {
  color: #efeded;
}

@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #b8b8b8;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #efeded;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #efeded;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #b8b8b8;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #efeded;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #efeded;
    background-color: #ffffff;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #b8b8b8;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #efeded;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #efeded;
    background-color: #ffffff;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #b8b8b8;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #efeded;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #efeded;
    background-color: #ffffff;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #b8b8b8;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #efeded;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #efeded;
  background-color: #ffffff;
}

/* Inicia Jumbotron */
.jumbotron {
    /* era .5 en cada una para tener un efecto gradient */
    background: linear-gradient(rgba(0,38,173, .0),rgba(0,38,173,.0)),url('../img/bg-jumbo2.jpg'); /* hace que la imagen sea mas obscura con un gradiente */
    background-size: cover;
    background-attachment: fixed;
    color: white;
    width: 100%;
    height: 650px;
    /* height: 100%; */
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.jumbotron h1{
    padding-top: 15px;
    font-weight: 500;
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
    font-family: TeamWork;
    font-size: 3.438em;
  }

.jumbotron .mudatet1{
    color: #000000;
    -webkit-text-stroke: 2px white;
  }

.jumbotron .mudatet2{
    color: #FF7600;
    -webkit-text-stroke: 2px white;
  }

.jumbotron p{
    font-weight: 400;
    font-size: 2.063em;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-style: condensed italic;
}

.jumbotron h5{
    padding-top: 20px;
    font-weight: 400;
    font-size: 2.063em;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-style: condensed italic;
  }

.button-round {
  background-color: #FF7600;
  border: none;
  color: white;
  border-radius: 40px;
  opacity: 75%;
  transition: all .2s ease-in-out;
  padding: 15px 32px;
  text-align: center !important;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: TeamWork;
  font-size: 1.875em;
}

.button-round:hover {
  background-color: #FF7600;
  border: none;
  color: white;
  border-radius: 40px;
  opacity: 100%;
  transform: scale(1.1);
  padding: 15px 32px;
  text-align: center !important;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: TeamWork;
  font-size: 1.875em;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

@media(max-width:767px){ /* reduce las fuentes en dispositivos sm como celulares */


  .button-round {
  background-color: #FF7600;
  border: none;
  color: white;
  border-radius: 20px;
  opacity: 75%;
  transition: all .2s ease-in-out;
  padding: 8px 16px;
  text-align: center !important;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: TeamWork;
  font-size: 0.75em;
}

.button-round:hover {
  background-color: #FF7600;
  border: none;
  color: white;
  border-radius: 20px;
  opacity: 100%;
  transform: scale(1.1);
  padding: 8px 16px;
  text-align: center !important;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: TeamWork;
  font-size: 0.75em;
}

.jumbotron {
    /* era .5 en cada una para tener un efecto gradient */
    background: linear-gradient(rgba(0,38,173, .0),rgba(0,38,173,.0)),url('../img/bg-jumbo.webp'); /* hace que la imagen sea mas obscura con un gradiente */
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    width: 100%;
    height: 55%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

}

/***** Inicia Descripcion *****/

#descripcion {
  padding-top: 40px;
  background-color: white;
}

.imagen-seccion img{
  max-height: 80%;
  max-width: 80%;
}

#descripcion h3{
  font-size: 3.2em;
  font-weight: 600;
  margin: 0 0 .5em;
  text-align: center;
}

#descripcion p {
  padding-top: 3em;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-size: 1.875em;
}

#descripcion h4{
  padding: 1.0rem;
  text-align: center;
}

.mudatetitle1{
    color: #000000;
    font-family: TeamWork !important;
    font-size: 1em;
    font-weight: 400;
    font-style: normal !important;
    /* -webkit-text-stroke: 2px white; */
  }

.mudatetitle2{
    color: #FF7600;
    font-family: TeamWork !important;
    font-size: 1em;
    font-weight: 400;
    font-style: normal !important;
    /* -webkit-text-stroke: 2px white; */
  }

/***** Inicia Descripcion2 *****/

#descripcion2 {
  padding-top: 40px;
  background-color: white;
}

.imagen-seccion img{
  max-height: 80%;
  max-width: 80%;
}

#descripcion2 h3{
  font-size: 3.2em;
  font-weight: 600;
  margin: 0 0 .5em;
  text-align: center;
}

#descripcion2 p {
  padding-top: 3em;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-size: 1.875em;
}

#descripcion2 h4{
  padding: 1.0rem;
  text-align: center;
}

.mudatetitle1{
    color: #000000;
    font-family: TeamWork !important;
    font-size: 1em;
    font-weight: 400;
    font-style: normal !important;
    /* -webkit-text-stroke: 2px white; */
  }

.mudatetitle2{
    color: #FF7600;
    font-family: TeamWork !important;
    font-size: 1em;
    font-weight: 400;
    font-style: normal !important;
    /* -webkit-text-stroke: 2px white; */
  }

  /***** Parallax Divider *****/

 .pbgimg {
  position: relative;
  opacity: 0.80;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pbgimg {
  background: #000;
  min-height: 200px;
}

 .captxt {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.button-online {
  background-color: #6f42c1; /* Purple */
  border-radius: 30px;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.button-online span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-online span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  transition: 0.5s;
}

.button-online:hover { /* este hace que el texto se mantenga blanco sin importar en que estado este hover active visted */
  color: white;
  background-color: #8246AF; /* Purple */
}

.button-online:hover span:after {
  opacity: 1;
  right: 0;
}

.button-round2 {
  background-color: #FF7600;
  border: none;
  color: white;
  border-radius: 40px;
  opacity: 75%;
  transition: all .2s ease-in-out;
  padding: 15px 32px;
  text-align: center !important;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.563em;
}

.button-round2:hover {
  background-color: #FF7600;
  border: none;
  color: white;
  border-radius: 40px;
  opacity: 100%;
  transform: scale(1.1);
  padding: 15px 32px;
  text-align: center !important;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.563em;
}


/***** Footer *****/
 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }


/* seccion casamiento */
#casamiento {
  background-color: white;
  padding-top: 40px;
}

#casamiento h2 {
  margin-bottom: 38px;
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

#casamiento h3 {
  margin-bottom: 38px;
    font-size: 3.2em;
    font-weight: 600;
    margin: 0 0 0.5em;
    text-align: center;
    display: block;
}

#casamiento h4{
  font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: 0.05em;
    font-weight: 200;
    font-family: 'Audiowide', cursive !important;
}

/* seccion secgral */
#secgral {
  background-color: white;
  padding-top: 140px;
  padding-bottom: 220px;
}

#secgral h2 {
  margin-bottom: 38px;
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

#secgral h3 {
  margin-bottom: 38px;
    font-size: 3.2em;
    font-weight: 600;
    margin: 0 0 0.5em;
    text-align: center;
    display: block;
}

#secgral h4{
  font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: 0.05em;
    font-weight: 200;
    font-family: 'Audiowide', cursive !important;
}

/* Create 3 columns of equal size */
.columns {
  float: left;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 40px;
  z-index: 1;
}

.columns:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
}

.ultimacol {
  margin-right: 0 !important;
}

/* style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.3)
}

/* Pricing header */
.price .header {
  background-color: #bad432;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  border-radius: 8px 8px 0 0;
  text-align: center !important;
  padding-left: 0 !important;
}

/* Pricing header */
.price .header1 {
  background-color: #bad432;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  border-radius: 8px 8px 0 0;
  text-align: center !important;
  padding-left: 0 !important;
}

.price .header2 {
  background-color: #fec210;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  border-radius: 8px 8px 0 0;
  text-align: center !important;
  padding-left: 0 !important;
}

.price .header3 {
  background-color: #02bbdf;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  border-radius: 8px 8px 0 0;
  text-align: center !important;
  padding-left: 0 !important;
}

.price .header4 {
  background-color: #8551a0;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  border-radius: 8px 8px 0 0;
  text-align: center !important;
  padding-left: 0 !important;
}

.price .header5 {
  background-color: #ef4b83;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  border-radius: 8px 8px 0 0;
  text-align: center !important;
  padding-left: 0 !important;
}

.price .grey {
    background-color: #ffffff;
    color: #3B4559;
    /* color: #ff5e3a; */
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center !important;
    padding-left: 0 !important;
    border-radius: 8px 8px 8px 8px;
}

/* List items */
.price li {
  border-bottom: 0px solid #eee;
  padding: 10px 10px 10px 90px;
  text-align: left;
  letter-spacing: 0.09em;
}

/* Font Awesome Paloma */
.check :before {
  content: "\f00c" !important;
  font-family: 'FontAwesome';
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
}

/* Font Awesome Paloma */
.download :before {
  content: "\f063" !important;
  font-family: 'FontAwesome';
  color: #3B4559;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
} 

/* Font Awesome Paloma */
.fatelevision :before {
  content: "\f26c" !important;
  font-family: 'FontAwesome';
  color: #3B4559;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
}

/* Font Awesome Paloma */
.fainternet :before {
  content: "\f20e" !important;
  font-family: 'FontAwesome';
  color: #3B4559;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
}

/* Font Awesome Paloma */
.telefono :before {
  content: "\f2a0" !important;
  font-family: 'FontAwesome';
  color: #3B4559;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
  transform: rotate(310deg);
}

#planes sup {
  font-size: 14px;
  color: #3B4559;
  /* color: #ff5e3a; */
  margin-left: -8px;
  letter-spacing: 0.11em;
  position: relative;
  vertical-align: middle;
  line-height: 25px !important;
}

#television sup {
  font-size: 14px;
  color: #3B4559;
  /* color: #ff5e3a; */
  margin-left: -8px;
  letter-spacing: 0.11em;
  position: relative;
  vertical-align: middle;
  line-height: 25px !important;
}

#internet sup {
  font-size: 14px;
  color: #3B4559;
  /* color: #ff5e3a; */
  margin-left: -8px;
  letter-spacing: 0.11em;
  position: relative;
  vertical-align: middle;
  line-height: 25px !important;
}

/*the sign up button */
.botonprecio {
  background-color: #1da24f;
  /* background-color: #3fab91; verde original */
  border: none;
  color: white;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-radius: 5px 5px 5px 5px;
}

.botonprecio:hover, .botonprecio:focus {
  color: white;
  text-decoration: none;
  background-color: #25d366;
  /* background-color: #2c7c69; */
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
   -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sale-box{
  position: absolute;
  overflow: hidden;
  height: 85px;
  width: 103px;
  margin-left: 305px;
  text-align: center;
  z-index: 2;
  border-top-right-radius: 0.7em;
  -o-border-top-right-radius: 0.7em;
  -moz-border-top-right-radius: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
}

.sale-box span.on_sale{
font-size: 12px;
color: #444;
background: #ffd400;
padding: 58px 35px 17px 40px;
width: 281px;
text-align: center;
display: block;
position: absolute;
left: -47px;
top: -41px;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: rotate(-44deg);
-ms-transform: rotate(-44deg);
transform: rotate(40deg);
box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}
.sale-box.two.sale-box span.on_sale{
  background: #fa6e6f;
}
.sale-box.three.sale-box span.on_sale{
  background:#05AEA7;
}

/* Final de seccion redondeado */
.separador-curvo {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.separador-curvo::before {
  border-radius: 50%;
  position: absolute;
  background: white;
  right: -200px;
  left: -200px;
  top: -200px;
  content: '';
  bottom: 0;
}


/* Final de seccion redondeado */
.separador-curvoinverso {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.separador-curvoinverso::before {
  border-radius: 50%;
  position: absolute;
  background: #202020; /* color de abajo */
  right: -200px;
  left: -200px;
  bottom: -200px;
  content: '';
  top: 0;
}

/***** Flecha Divisor puro triangulo *****/
  .arrow_box {
  position: relative;
  background: #f5f5f5;
  border: 4px solid #f5f5f5;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f5f5f5;
  border-width: 40px;
  margin-left: -40px;
}
.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5f5f5;
  border-width: 46px;
  margin-left: -46px;
}
/***** Termina Flecha Divisor puro triangulo *****/

/***** ESCONDER EL INPUT PARA EVITAR CORREO NO DESEADO *****/

form #website { 
  display:none; 
}