/* 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   - #4ab3b8
    Secundario  - #ff6a00
*/

/* ---- 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: #ff6a00;
  background-color: rgba(0,0,0,0);
}

.navbar-inverse .navbar-nav > li > a {
  color: #4ab3b8;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
  color: #ff6a00;
}

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

.navbar-brand {
  padding: 0px 15px;
}

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

.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;
}


/* ---- GENERAL ---- */
body {
  background-color: #fff;
  color: #000;
  font-family: 'Work Sans', sans-serif;
  padding-top: 50px;
}

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

p {
  font-size: 16px;
  line-height: 2;
}

h1, h2, h3, h4, h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  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;
}

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

.whatsapp-icon {
  margin-top:13px;
}
/* ---- ESPECÍFICOS ---- */
.bg-yellow {
  background-color: #ffff00;
}

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

a.btn-azul {
  border-radius: 0px;
  background-color: #4ab3b8;
  margin-top: 17px;
  color: #fff;
}

a.btn-azul:active,
a.btn-azul:hover,
a.btn-azul:focus {
  background-color: #ff6a00;
  color: #fff;
}

.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: #fff;
  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 h2 {
  font-size: 50px;
  line-height: 1.5;
  text-shadow: 3px 3px 8px #000; 
}


@media only screen and (max-width: 768px) {
  .caption {
    min-width: 300px;
  }

  .caption h2 {
    font-size: 25px;
  }
}


.text-gradient {
  font-size: 40px;
  font-weight: bolder;
  background: linear-gradient(to right, #4ab3b8 40%, #ff6a00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}

/* SERVICIOS */
.como-funciona i {
  font-size: 38px;
  margin-bottom: 5px;
  color: #4ab3b8;
}

.como-funciona-elemento {
  margin-bottom: 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;
  }
}


/* IMÁGENES */
.imagenes {
  margin-top: 0px;
  padding-top: 0px;
}

.imagenes > .row {
  margin-right: 0px;
  margin-left: 0px;
}


.img-portafolio {
  padding: 0px;
}

/* NOSOTROS */
.nosotros {
  color: #fff;
  background-color: #4ab3b8;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nosotros-info {
  padding: 0px;
  margin: 0px;
}

.nosotros-texto {
  padding: 20px 15px;
  color: #fff;
  text-align: justify;
}

.nosotros-info h2 {
  padding-top: 0px;
  margin-top: 0px;
}

.nosotros-img {
  padding: 0px;
}


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



/* 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: #fff;
    font-size: 14px;
}

footer h3 {
    margin-bottom: 30px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

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

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

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



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

  .navbar-brand img {
  }

  footer {
    font-size: 10px;
  }
}

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

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

}



