/*
  Template Name: Pixal - Creative Multipurpose Template
  Template URI: http://devitems.com
  Description: Creative Multipurpose Template
  Author: Hastech
  Author URI: http://devitems.com
  Version: 1.0

*/
/*================================================
[  Table of contents  ]
================================================

  1. Import Default & Template CSS
  2. Custom CSS Goes Here

======================================
[ End table content ]
======================================*/

/*--
    1. Import Default & Template CSS
----------------------------------------*/
/*Default*/
@import url('css/default.css');
/*Buttons*/
@import url('css/shortcode/buttons.css');
/*Headers*/
@import url('css/shortcode/header.css');
/*Seccion*/
@import url('css/secciones.css');

/*--
    2. Custom CSS Goes Here
----------------------------------------*/
/** Whatsapp **/

.btn-whatsapp {
  display:block;
  width:70px;
  height:70px;
  color: #fff;
  position: fixed;
  right:20px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
}

/** Redes sociales **/

.boton-redes {
  min-width: 100%;
  display: flex;
  justify-content: space-around;
}

.boton-redes a {
  text-decoration: none;
  font-size: 28px;
  width: 60px;
  height: 60px;
  color: #4481eb;
}

.redes{
  width:95%;
  max-width:900px;
  padding:32px 64px;
  margin:auto;
}

.social{
  /*las imágenes usadas tienen width de 48px*/
  width:48px;
  position:fixed;
  top:30%;
  left: 0;
  margin-top:300px;;
}
/*---- Button ----*/
.btn {
  background-color: #3e3e3e;
  border: 1px solid #3e3e3e;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 7px 30px;
  position: relative;
  text-transform: uppercase;
}