/* Fuentes*/
hr.style1{
	border-top: 2px solid white;
}

@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic.eot');
  src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  font-family: 'gothic' !important;
  font-weight: bold;
}

/* Estilos de web*/
.mediaViewInfo {
  --web-view-name: Rastret-1;
  --web-view-id: Rastret-1;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Rastret-1;
}

#Rastret-1 {
  min-height: 100vh;
  background-color: rgba(12, 12, 13, 1);
  overflow: hidden;
  --web-view-name: Rastret-1;
  --web-view-id: Rastret-1;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

/* cargando*/
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../img/logodefender.png');
  background-repeat: no-repeat;
  background-color: #1A191B;
  background-position: center;
}

.H_ib_body{
	width: 300px;
}

.botonF1 {
	cursor: pointer;
	z-index: 99999;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #25D366;
	right: 0;
	bottom: 0;
	position: fixed;
	margin-right: 16px;
	margin-bottom: 16px;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 36px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: .3s;
}

.botonF2 {
	cursor: pointer;
	z-index: 99999;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #27a6e6;
	right: 0;
	bottom: 0;
	position: fixed;
	margin-right: 16px;
	margin-bottom: 16px;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 36px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: .3s;
}
/* inicio*/
.bg-home-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/home.jpg');
  background-repeat: no-repeat;
  background-color: #1A191B;
  background-position: center;

}

/* menu*/
.section-home-header {
  height: 10vh;
}

.section-home {
}

nav {
  z-index: 9999;
}

.nav-link.margen {
  /*margin-left: 140px;*/
}

.nav-link.active {
  color: #CF0B16 !important;
  margin-top: 40px;
  padding-right: 70px;
}

nav .navbar-nav li a {
  color: #F2F2F2 !important;
  margin-top: 40px;
  margin-right: auto;
  border-bottom: 1px solid #F2F2F2;
}

nav .navbar-nav li a:hover {
  border-bottom: 3px solid red;
}

.logo {
  width: 90%;
  margin-top: 45px;
}

.css-typing p {
  white-space: nowrap;
  overflow: hidden;
  margin-top:
}

.css-typing p:nth-child(1) {
  width: 37em;
  -webkit-animation: type 5s steps(40, end), blink .5s step-end infinite alternate;
  animation: type 5s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}

/* nos*/
.mediaViewInfo {
  --web-view-name: Nosotros;
  --web-view-id: Nosotros;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Nosotros;
}

#Nosotros {
  overflow: hidden;
  --web-view-name: Us;
  --web-view-id: Us;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

/* us*/
.mediaViewInfo {
  --web-view-name: Us;
  --web-view-id: Us;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Us;
}

#Us {
  overflow: hidden;
  --web-view-name: Us;
  --web-view-id: Us;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-us-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/nos.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-contact-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../img/contact.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-contact-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../img/contact.png');
  background-repeat: no-repeat;
  background-position: center;
}
.space {
  margin: 30px;
  color: #f2f2f2 !important;
}

.white {
  color: #f2f2f2 !important;
  font-weight: bold;
}

.mar {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mar0 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mar2 {
  margin-top: 60px;

}
.mar1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.s {
margin-bottom:50px;
}

/* work*/
.mediaViewInfo {
  --web-view-name: work;
  --web-view-id: Work;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Work;
}

.table-black {
	background-color: #212529;
	color: #f2f2f2;
}

.ct-socials {
    position: fixed;
    top: 25%;
    right: 0;
    list-style: none;
    padding-left: 0;
    z-index: 1000;
    margin: 0;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ct-socials li {
    padding: 0px 0;
}
.ct-socials li a {
    background: #3f4653;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 44px;
    height: 54px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    float: right;
    padding-left: 5px;
}
.ct-socials li a:hover {
    width: 54px;
    padding-left: 0;
    text-decoration: none;
    background: blue;
}
#work {
  overflow: hidden;
  --web-view-name: work;
  --web-view-id: work;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-work-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
}

.spa1 {
  color: #DB0519;
  font-weight: bold;

}

.M1 {
  margin: 40px;
}

.m2 {
  margin: 20px;
}

.m3 {
margin-top: 15px;
}
/*allies*/
.mediaViewInfo {
  --web-view-name: Allies;
  --web-view-id: Allies;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Allies;
}

#Allies {
  overflow: hidden;
  --web-view-name: Allies;
  --web-view-id: Allies;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-Allies-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A191B;
  background-repeat: no-repeat;
  background-position: center;
}

.color {
  background-color: #1A191B;
  color: #f2f2f2;
}

.size {
  width: 20%:
}

/* footer */
.mediaViewInfo {
  --web-view-name: Footer;
  --web-view-id: Footer;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Footer;
}

#Footer {
  overflow: hidden;
  --web-view-name: Footer;
  --web-view-id: Footer;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-footer-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A191B;
  background-repeat: no-repeat;
  background-position: center;
}

.footer {
  background-color: #C30012;
}

.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}

.footer-wave-path {
  fill: #1A191B;
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
  ;
  padding: 40px 15px 300px;
  position: relative;
}

.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-block;
}

.footer-menu-name {
  color: #fffff2;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.footer-menu-list li {
  margin-top: 5px;
}

.footer-call-to-action-description {
  color: #fffff2;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
  background-color: #fffff2;
  color: #00bef0;
}

.button:last-of-type {
  margin-right: 0;
}

.footer-call-to-action-button {
  background-color: #027b9a;
  border-radius: 21px;
  color: #fffff2;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  padding: 12px 30px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s;
  cursor: pointer;
  position: relative;
}

.footer-call-to-action {
  margin-top: 10px;
}

.footer-call-to-action-title {
  color: #fffff2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #027b9a;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill .2s;
}

.footer-social-link.facebook {
  height: 40px;
  left: 3px;
  top: 5px;
  width: 50px;
}

.footer-social-link.twitter {
  height: 34px;
  left: 62px;
  top: 3px;
  width: 50px;
}

.footer-social-link.linkedin {
  height: 34px;
  left: 123px;
  top: 3px;
  width: 50px;
}

.footer-social-link.youtube {
  height: 34px;
  left: 172px;
  top: 3px;
  width: 50px;
}

.footer-copyright {
  background-color: #BC1C2B;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.logo-footer {
	width: 60%;
	margin-top: 36px;
}

.text-aviso-just{
	text-align: justify;
	text-justify: inter-word;
	font-weight: normal;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) {

  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 280px;
    position: relative;
  }
}

@media (min-width:480px) and (max-width:599px) {

  /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 200px;
    position: relative;
  }
}

@media (min-width:600px) and (max-width: 800px) {

  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 200px;
    position: relative;
  }
}

@media (min-width:801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {
  /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
  /* hi-res laptops and desktops */
}

@media (min-width: 760px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 200px;
    position: relative;
  }

  .footer-wave-svg {
    height: 50px;
  }

  .footer-content-column {
    width: 50%;
  }
}

@media (min-width: 568px) {
	.footer-content-column {
		width: 49.99%;

	}
}

@media (max-width:1280px) {

  /* smartphones, tablets */
  .image-logo-pc{
	  display: none !important;
  }
  .nav-link.margen{
	  margin-left: 0px !important;
  }
  .navbar-collapse{
	  background-color:  #0B080D !important;
  }
  .cuadro{
	  margin-top: 20px !important;
  }
  .hvr-grow-shadow{
	  width: 100% !important;
  }
  .logoimg{
	  display: block !important;
	  height: 50px;
  }
  .cont-1-home{
	  height: 100px !important;
  }

}

@media (min-width:1281px) {
	.logoimg{
	  display: none !important;
	  height: 50px;
  }
}

.fa, .fab, .far, .fas{
	font-family: "Font Awesome 5 Free" !important;
}

.fab {
	font-family: "Font Awesome 5 Brands" !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

/* Animacion texto home*/
.contenedor {
  position: relative;
  margin: auto;
  width: 100%;
  height: 200px;
  font-family: 'gothic' !important;
}

.text {
  width: 100%;
  height: auto;
  margin-top: 220px;
  /*alto padre - alto hija /2 = valor pixel top*/
  font-family: 'gothic' !important;
  font-weight: 1000;
  color: #f2f2f2;
}

.text-main {
	width: 100%;
	height: auto;
	font-family: 'gothic' !important;
	font-weight: 1000;
	color: #f2f2f2;
}

.text1 {
  width: 100%;
  margin-top: 100px;
  color: #f2f2f2;
}

.blink_me {
  display: inline-block;
  vertical-align: bottom;
  animation: blinker 20s linear infinite;
  animation-delay: -0.5s;
  color: #00679F;
}

.blink_me span {
  float: left;
  overflow: hidden;
  animation: hideShow  20s linear infinite;
}

.blink_me span:nth-child(1) {
  animation-delay: -1s;
}

.blink_me span:nth-child(2) {
  animation-delay: -5s;
}

.blink_me span:nth-child(3) {
  animation-delay: -9s;
}

.blink_me span:nth-child(4) {
  animation-delay: -13s;
}

.blink_me span:nth-child(5) {
  animation-delay: -17s;
}

.blink_me span:nth-child(6) {
  animation-delay: -21s;
}

.blink_me span:nth-child(7) {
  animation-delay: -25s;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes hideShow {
  0%, 16.6%, 33.33%, 100% {
    width: 0;
  }

  16.66%, 33.3% {
    width: auto;
  }
}

/* Map*/
.mediaViewInfo {
  --web-view-name: Map;
  --web-view-id: Map;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Map;
}

#Map {
  height: 53vh;
  overflow: hidden;
  --web-view-name: Map;
  --web-view-id: Map;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-Map-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/* Contaco*/
.mediaViewInfo {
  --web-view-name: Contacto1;
  --web-view-id: Contacto1;
  --web-scale-on-resize: true1;
  --web-enable-deep-linking: true1;
}

:root {
  --web-view-ids: Contacto1;
}

#Contacto1 {
  min-height: 80vh;
  overflow: hidden;
  --web-view-name: Contacto;
  --web-view-id: Contactor;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-Contacto1-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/* paquete*/
.mediaViewInfo {
  --web-view-name: Paquete;
  --web-view-id: Paquete;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Paquete;
}

#Paquete {
  min-height: 160vh;
  overflow: hidden;
  --web-view-name:Paquete;
  --web-view-id: Paquete;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-Paquete-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/contact.png');
  background-repeat: no-repeat;
  background-position: center;
}


/* siar*/
.mediaViewInfo {
  --web-view-name: Siar;
  --web-view-id:  Siar;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids:  Siar;
}

#Siar {
  min-height: 90vh;
  overflow: hidden;
  --web-view-name:Plataforma;
  --web-view-id: Plataforma;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.f-white  {
  background: white;
  }

.re{
  margin: 60px;
    }
/* plataforma*/
.mediaViewInfo {
  --web-view-name: Plataforma;
  --web-view-id: Plataforma;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Plataforma;
}

#Plataforma {
  min-height: 120vh;
  overflow: hidden;
  --web-view-name:Plataforma;
  --web-view-id: Plataforma;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-Plataforma-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/contact.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* desarrollo*/
.mediaViewInfo {
  --web-view-name: Desarrollo;
  --web-view-id:  Desarrollo;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids:  Desarrollo;
}

#Desarrollo{
  height: 100vh;
  overflow: hidden;
  --web-view-name:Desarrollo;
  --web-view-id: Desarrollo;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-desarrollo-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.centrado{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

/* Contaco*/
.mediaViewInfo {
  --web-view-name: Contacto;
  --web-view-id: Contacto;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Contacto;
}

#Contacto {
  height: 53vh;
  overflow: hidden;
  --web-view-name: Contacto;
  --web-view-id: Contactor;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

.bg-Contacto-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/contact.png');
  background-repeat: no-repeat;
  background-position: center;
}

.pad {
  padding-top: 40px;
  color: #f2f2f2;
}

.pad1 {
  margin-top: 40px;
}

@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

/*
The above link can also go in HTML document as a link in head.
Rather than @import in an external CSS file,
The following code into the <head> section of your site's HTML.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
*/
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
  padding-left: 61px
}

.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social.btn-sm {
  padding-left: 38px
}

.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social.btn-xs {
  padding-left: 30px
}

.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0
}

.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
  padding-left: 61px
}

.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social-icon.btn-sm {
  padding-left: 38px
}

.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social-icon.btn-xs {
  padding-left: 30px
}

.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active, .open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open .dropdown-toggle.btn-bitbucket {
  background-image: none
}

.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
  background-image: none
}

.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  background-image: none
}

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
  background-image: none
}

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare {
  color: #fff;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #005888;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
  background-image: none
}

.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
  background-image: none
}

.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
  background-image: none
}

.btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
  background-image: none
}

.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
  background-image: none
}

.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
  background-image: none
}

.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  background-image: none
}

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open .dropdown-toggle.btn-vk {
  background-image: none
}

.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2)
}
.margin1{
margin-left: 30px;
margin-right: 30px;
}

.giroY {

  animation: 1.5s giroY infinite;
  backface-visibility: visible; /* Porpiedad que determina si la partte de atras del elemento será o no visible al girarse pro completo */
}

@keyframes giroY {

  0% {
    opacity: 0.5;
    transform: perspective(20px) rotateX(10deg);
  }

  40% {
    opacity: 0.5;
    transform: perspective(20px) rotateX(-20deg);
  }

  70% {
    opacity: 0.5;
    transform: perspective(20px) rotateX(10deg);
  }

}


.card{
background-color: #212529;
color: #f2f2f2;
}
.card-space1{
margin: 40px;
}

.card-space{
margin: 20px;
}

/*delivery*/
.card-img{
width: 300px;
height: 200px;
}
/* Animacion cuadros*/

.fade-Down  {
  animation: fadeInDown  5s ease-in-out 0s forwards;
  ;
  -webkit-animation: fadeInDown  5s ease-in-out 0s forwards;
  ;
  -moz-animation: fadeInDown  5s ease-in-out 0s forwards;
  s;
  -o-animation: fadeInDown  5s ease-in-out 0s forwards;
  ;
  -ms-animation: fadeInDown  5s ease-in-out 0s forwards;
  ;
}
@keyframes fadeInDown  {
   0% {
      opacity: 0;
      transform: translateY(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.cuadro {
  width: 100%;
  padding-left: center;
  margin-top: 67px;
}

	@media (min-width: 980px) {
		/*lap-top*/
		.cartel{
			padding-top: 30vh;
		}
		.container{
			max-width: 100% !important;
			padding-left: 65px !important;
			padding-right: 65px !important;
		}
	}
	@media (max-width: 979px) {
		/*tablet, movil*/
		.cartel{
			padding-top: 100px;
		}
		.cont-1-home{
			font-size: 15px !important;
		}
	}

.fade-in {
  animation: fadeInLeft 3s ease-in-out 0s forwards;
  ;
  -webkit-animation: fadeInLeft 3s ease-in-out 0s forwards;
  ;
  -moz-animation: fadeInLeft 3s ease-in-out 0s forwards;
  s;
  -o-animation: fadeInLeft 3s ease-in-out 0s forwards;
  ;
  -ms-animation: fadeInLeft 3s ease-in-out 0s forwards;
  ;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
