/* CSS de la Página - ROTBIT */

/*
    1. FUENTES
    2. MENÚ
    3. GENERAL
    4. ESPECÍFICOS
    5. COOKIES
    6. RESPONSIVO
    7. INDEX
    8. PERFILES

    Colores:
    Principal   - #f93f55
    Secundario  - #6e353b
*/

/* ---- FUENTES ---- */
.roboto-font {
  font-family: 'Roboto Condensed', sans-serif;
}

.quick-font {
  font-family: 'Quicksand', sans-serif;
}


/* ---- MENÚ ---- */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.navbar-inverse {
	background-color: #000;
  border-bottom-color: #fff200;
  border-width: 2px;
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

.navbar-brand img {
  height: 22px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  top: 2px;
}

.navbar-toggle .icon-bar {
      position: relative;
      transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      top: 6px;
      transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
      top: -6px;
      transform: rotate(-45deg);
}

.active a, .active a:hover, .active a:focus {
  color: #000;
  background-color: rgba(0,0,0,0);
}

.accordion a, .accordion a:hover, .accordion a:focus {
  color: #333;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fbfbfb;
  border-color: #ddd;
}

.whatsapp {
  position:fixed;
  width:70px;
  height:70px;
  bottom:35px;
  right:35px;
  background-color:#25d366;
  color:#FFF;
  border-radius:35px;
  text-align:center;
  font-size:35px;
  z-index:100;
}

.whatsapp-icon {
  margin-top: 17px;
}


/* ---- GENERAL ---- */
body {
  background-color: #000;
  color: #000;
  padding-top: 50px;
}

section {
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}

p {
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  line-height: 2;
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

.element-padding {
  padding-bottom: 30px;
}

/* ---- ESPECÍFICOS ---- */
.yellow-highlight {
  background-color: #ffff00;
  padding-left: 6px;
  padding-right: 10px;
  font-style: italic;
  -webkit-text-stroke: 1px #000;
}

.bg-yellow {
  background-color: #ffff00;
}

.in-line {
  display: inline-block;
  margin-right: 15px;
}

.btn-negro {
  border-radius: 0px;
  background-color: #000;
  margin-top: 17px;
  color: #fff;
}

.btn-negro:active,
.btn-negro:hover,
.btn-negro:focus {
  background-color: #ffff00;
  color: #000;
}

.btn-whatsapp {
  border-radius: 0px;
  background-color: #00bb2d;
  margin-top: 17px;
  color: #fff;
}

.btn-whatsapp:active,
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background-color: #fff;
  color: #00bb2d;
}


/* SLIDER */
.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #000;
  text-align: center;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.caption h1 {
  font-size: 120px;
}

@media only screen and (max-width: 768px) {
  .caption h1 {
    font-size: 45px;
  }
}


/* BANNER REDES-SOCIALES */
.banner-redes-sociales {
  background-color: #fff;
  padding-bottom: 20px;
}

.banner-redes-sociales  img{
  max-height: 35px;
}


/* TU IMAGEN */
.tu-imagen {
  background-color: #fff;
  padding-bottom: 0px;
}

.tu-imagen-texto {
  padding: 0px 60px;
  text-align: justify;
  margin-bottom: 15px;
}

.tu-imagen h2{
  margin-top: 0px;
}

.tu-imagen p {
  font-size: 20px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
  .vertical-align {
    display: block;
    text-align: center;
  }

  .tu-imagen-texto {
    text-align: center;
  }

  .tu-imagen h2 {
    font-size: 35px;
  }
}


/* SERVICIOS */
.servicios {
  background-color: #f9f9f9;
}

.servicios img {
  width: 100px;
}

.servicios p {
  font-size: 15px;
}


/* BANNER */
.social-media{
  background-color: #ffff00;
  padding-bottom: 0px;
}


/* PORTAFOLIO */
.portafolio {
  background-color: #fff;
  padding-bottom: 0px;
}

.item-portafolio {
  padding: 0px;
  margin: 0px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.hovereffect img {
  display: block;
  position: relative;
}

.info-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  color: #fff;
}

.info-wrap a {
  border-bottom: 1px #fff solid;
}

.hovereffect:hover .info-wrap {
  opacity: 1;
}


/* CLIENTES */
.clientes {
  color: #000;
  background-color: #f9f9f9;
  padding-bottom: 0px;
}

.clientes img {
  max-height: 65px;
  margin-bottom: 50px;
}



/* CONTACTO */
.contacto {
  background-color: #fff;
}

.contacto a {
  color: #000;
}

.contacto a:hover, .contacto a:focus {
  color: #555;
}

.form-control  {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
}

.btn-lg  {
  border-radius: 0px;
  font-size: 20px;
  letter-spacing: 1px;
}

.contact-order {
  text-align: justify;
}



/* ---- /SECCIONES ---- */





a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f0f0f0;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.a-color a {
  color:#0080ee;
  line-height: 1.5;
}

.dist {
  padding-bottom: 30px;
}


.img-responsive {
  margin: 0 auto;
}

.res img {
  max-width: 100%;
}

li.social-icon a {
  float: left;
}



header .list-inline .btn-social {
    border:2px solid #202020;
    color: #202020;
}

.btn-social {
    padding-bottom: 8px;
    text-align: center;
    font-size: 17px;
}




h5 {
  color: #FFF;
}

/* FOOTER */
footer {
    color: #888;
    font-size: 14px;
}

footer h3 {
    margin-bottom: 30px;
}

footer a {
    color: #888;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #1D1D1D;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #000;
}



@media only screen and (max-width:768px) {

  .navbar-brand img {
  height: 20px;
  }

  footer {
    font-size: 10px;
  }

  .startups {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width:768px) {

  .contact-order {
    text-align: center;
  }

}


/* PRICING DE DISEÑO */
.planes-de-diseno {
  background-color: #fff;
}

.p-hero {
  font-size: 20px;
}

.pricing {
  margin: 30px 5px;
  padding: 0px 0px 5px 0px;
  background: #fff;
  box-shadow: 0px 0px 15px #bbb;
}

.p-head {
  background-color: #ffff00;
  color: #000;
  padding: 15px 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}

.p-head-black {
  background-color: #000;
  color: #fff;
  padding: 15px 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}

.p-price {
  padding: 5px 0px;
  background-color: #fff;
}

.p-price p {
  font-size: 20px;
}

.p-price span {
  font-size: 12px;
}

.p-info ul {
  padding: 0px 0px;
  text-align: center;
  list-style-type: none;
}

.p-info p {
  margin: 0px 0px;
  padding: 10px 0px;
  font-size: 14px;
}

.p-info hr {
  margin: 0px 10%;
}

.p-overline {
  color: #bbb;
  text-decoration: line-through;
}

.extra-info {
  font-size: 13px;
  padding: 0px 30px;
}


/* DUDAS */
.banner-dudas {
  background-color: #fff;
  padding: 0px 0px;
}

.banner-dudas h2 {
  line-height: 1.5;
}


.taller-redes p {
  font-size: 15px;
  line-height: 2;
}

.taller-redes a {
  text-decoration: underline;
  color: blue;
}