/*
  Theme Name: Virginia Martinez Coria
  Author: Gabriel Tomas
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

/* color VIOLETA
#7450ad

/* color VERDE
#71bd8d

/*a {
  color: #2dc997;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}*/

a {
  color: #71bd8d;
}

a:hover, a:active, a:focus {
  color: #71bd8d;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

ho1 {
  color: #71bd8d;
  padding: 0;
  margin: 0 0 20px 0;
}

ho2 {
  color: #fff;
  padding: 0 0 20 0;
  margin: 0 0 20px 0;
}

ho3 {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0;
}

/*g {
  color: #eb5f41;
}

g:hover, a:active, a:focus {
  color: #fc946b;
  outline: none;
  text-decoration: none;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    display:none;
   }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #71bd8d;
  color: #fff;
}


/* WhatsApp Boton */
.what {
  position: fixed;
  height:50px;
  width:50px;
  background-color:#25d366;
  color: #fff;
  padding: 6px 12px 8px 14px;
  font-size: 26px;
  border-radius: 40px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .what {
  height:50px;
  width:50px;
  text-align: center;
  padding: 6px 8px 2px 8px;
  bottom: 15px;
  font-size: 25px;
  border-radius: 40px;
  }
}

.what:focus {
  background-color:#25d366;
  color: #fff;
  outline: none;
}

.what:hover {
  background: #25d366;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}


#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0px;
  margin: -10px 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
 
  #header #logo img {
    max-height: 40px;
	/*opacity: 0.2;*/
  }
}

#header.header-fixed {
  background: rgba(73, 46, 117, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/vir-bg2.jpg) center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

/*Oscuridad sobre la imagen principal de hero*/
/*#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #71bd8d;
  margin-bottom: 30px;
  font-size: 18px;
}

#hero h3 {
  margin: 10px 0 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #7450ad;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #7450ad;
  border: 1px solid #7450ad;
}

#hero .btn-circle{font-size:23px;width:55px;height:55px;margin-top:15px;line-height:38px;-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out;color:#fff;border:2px solid #fff;border-radius:100%!important;background:0 0}.btn-circle:focus,.btn-circle:hover{color:#fff;outline:0;background:rgba(255,255,255,.1)}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;

}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

/*rayita abajo botone menu*/
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #71bd8d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #71bd8d;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(73, 46, 117, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #71bd8d;
}

#mobile-nav ul .menu-item-active {
  color: #71bd8d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(73, 46, 117, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
  border-bottom: 1px solid #e2e2e2;
}

#about .about-container .background {
  width: 100%; height: 350px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 0px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #7450ad;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 900;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 40px;
	   font-size: 30px;
  }
}

#about .about-container p {
  font-size: 15px;
  line-height: 24px;
	
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;	
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #71bd8d;
}

#about .about-container .icon-box .icon i {
  color: #71bd8d;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}


/* Services Section
--------------------------------*/
#services {
  background: #fbfbfb;
  background-size: cover;
  padding: 80px 0 60px 0;
  border-bottom: 1px solid #e2e2e2;
}

#services .box {
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
  margin-top: 5px;
  text-align: center;
  background: #fff;
  /*border-radius: 0 0 4px 4px;*/
  border: 1px solid #492e75;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  height: 90px;
}

#services .box1 {
  padding: 20px 10px 20px 10px;
  margin-bottom: 30px;
  margin-top: 5px;
  text-align: center;
  background: #fff;
  /*border-radius: 0 0 4px 4px;*/
  border: 1px solid #71bd8d;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  height: 65px;
}

#services .box2 {
  padding: 20px 20px;
  margin-bottom: 30px;
  margin-top: 5px;
  text-align: center;
  background: #fff;
  /*border-radius: 0 0 4px 4px;*/
  border: 1px solid #492e75;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  height: 90px;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #492e75;
}

#services .icon a {
  display: inline-block;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon {
  background: #fff;
  border: 2px solid #492e75;
}

#services .box:hover .icon i {
  color: #492e75;
}

#services .box:hover .icon a {
  color: #2781d7;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 115px;
  text-transform: uppercase;
}

#services .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

#services .title a {
  color: #fff;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

#services .section-header .section-description {
  text-align: center;
  padding-top: 1px;
  padding-bottom: 0px;
  color: #666;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
	margin: 0 0 20 0;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    padding: 40px 0px 0px 0px;
	  display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #eb5f41;
  border: 2px solid #eb5f41;
}

#call-to-action .social-links {
  padding-bottom: 20px;
}

#call-to-action .social-links a {
  font-size: 18px;
  display: inline-block;
  padding: 7px 0px;
  border-radius: 50px;
  transition: 0.3s;
  margin: 2px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  width: 42px;
  height: 42px;
  
}

#call-to-action .social-links a:hover {
  background: #eb5f41;
  color: #fff;
}

#call-to-action .social-links {
  padding-bottom: 20px;
}


#call-to-action .social-links-w a {
  font-size: 18px;
  display: inline-block;
  padding: 7px 0px;
  border-radius: 50px;
  transition: 0.3s;
  margin: 3px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  width: 42px;
  height: 42px;
  
}

#call-to-action .social-links-w a:hover {
  background: #eb5f41;
  color: #fff;
}

#call-to-action .social-links-w {
  padding-bottom: 20px;
}

#call-to-action .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #7450ad;
  color: #fff;
}

#call-to-action .btn-get-started:hover {
  background: #7450ad;
  border: 1px solid #7450ad;
}


/* Contact_H Section
--------------------------------*/
#contact_h {
  background: #f7f7f7;
  padding: 80px 0 10px 0;
}

#contact_h .section-header .section-description {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #666;
}

#contact_h .info {
  color: #333333;
}

#contact_h .info i {
  font-size: 25px;
  color: #7450AD;
  float: center;
}

#contact_h .info m {
  font-size: 26px;
  color: #7450AD;
  float: center;
  line-height: 32px;
}

#contact_h .info w {
  font-size: 30px;
  color: #7450AD;
  float: center;
}

#contact_h .info p {
  padding: 10 0 10px 0px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
}

#contact_h .info a {
  color: #000;
}

/*color de boton menu texto*/
#contact_h .info a:hover, a:active, a:focus {
  color: #BE9FF3;
  outline: none;
  text-decoration: none;
}

#contact_h .info .email p {
  padding-top: 5px;
}
	
#contact_h .social-links {
  padding-bottom: 20px;
}

#contact_h .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #492e75;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .ssl {
  padding-top: 10px;
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
.bg-light-gray{background-color:#eee}#map{width:100%;height:300px}


/* Order Section
--------------------------------*/
#order {
  background: #ededed;
  padding: 80px 0;
}

#order .about-container .content {
  background: #fff;
}

#order .about-container .title {
  color: #F70303;
  font-weight: 700;
  font-size: 32px;
}

#order .container {
  position: relative;
  z-index: 10;
}

#order .about-col {
  background: #ededed;
  /*border-radius: 0 0 4px 4px;*/
  border: 1px solid #7450ad;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 25px;
  margin-bottom: 20px;
}

#order .about-col .img {
  position: relative;
  margin-bottom: -10px;
}

#order .about-col .img img {
  /*border-radius: 4px 4px 0 0;*/
}

#order .about-col .icon {
  position: absolute;  
  left: calc( 50% - 32px);
  transition: 0.3s;
  border-radius: 50%;  
  border: 4px solid #ededed;  
  text-align: center;
  padding-top: 8px;
  width: 64px;
  height: 64px;
  background: #eb5f41;
  bottom: -30px;

}

#order .about-col i {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  transition: 0.3s;
}

#order .about-col:hover .icon {
  background-color: #ededed;
}

#order .about-col:hover i {
  color: #eb5f41;
}

#order .about-col h2 {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 5px 20px;
  font-weight: 400;
  
}

#order .about-col p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-bottom: 0;
  padding: 10px 20px 20px 20px;
}

#order .section-header .section-description {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #666;
}

/* Horarios Section
--------------------------------*/
#horarios {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/horarios-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
	height: 600px;
}

#horarios .container {
  position: relative;
  z-index: 10;
}

#horarios .about-col {
  border: 1px solid #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 10px;
}


#horarios .about-col h2 {
  color: #333;
  font-size: 14px;
  margin: 40px 0 12px 0;
  padding: 0 20px 20px 20px;
  line-height: 24px;
}

#horarios .box p {
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
  margin-bottom: 0;
  padding: 10px 10px 10px 10px;
}

#horarios .horarios-title {
  text-align: center;  
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#horarioss {
  background: #fbfbfb;
  background-size: cover;
  padding: 80px 0 60px 0;
  border-bottom: 1px solid #e2e2e2;
}

#horarios .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: left;
  border: 1px solid #fff;
  height: 150px;
  position: relative;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#horarios .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #eb5f41;
}

#horarios .icon a {
  display: inline-block;
}

#horarios .icon i {
  color: #fff;
  font-size: 24px;
}

#horarios .box:hover .icon {
  background: #fff;
  border: 2px solid #eb5f41;
}

#horarios .box:hover .icon i {
  color: #eb5f41;
}

#horarios .box:hover .icon a {
  color: #2781d7;
}

#horarios .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#horarios .title a {
  color: #111;
}

#horarios .description {
  font-size: 14px;
  line-height: 24px;
}

#map {
  width: 100%;
  height: 300px;
}

.marker {
  background-image: url('../img/marker_01.svg');
  width: 24px;
  height: 32px;
  cursor: pointer;
}


.img-circles {
  border-radius:0%;
  margin-top:20px;
  margin-bottom:20px;
  border: 4px solid #000;
}