* {
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-family: 'georgia', sans-serif;
  font-style: italic;
  color: #5D5D5D;
  font-size: 30px;
  text-align: center;
}
p {
  font-size: 14px;
  color: #AAA;
    line-height: 24px
}

.mTop80 { margin-top: 80px;}
.pTop80 { padding-top: 80px;}
.pTop120 { padding-top: 120px;}

section {
  padding-top: 50px;
}
h3 {
  text-transform: uppercase;
  color: #AAAAAA;
  line-height: 40px;
  font-weight: bolder;
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}
h3 > span {
  color: #565656;
}
.carousel-indicators {
    width: 10%;
    bottom: 50%;
    margin-left:0;

    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(90deg);
    -o-transform-origin: right top;
    transform: rotate(90deg);
    position: absolute;
    white-space: nowrap;
  }
  .carousel-indicators li {
    height: 3px;
    width: 3px;
    margin-right: 10px;
  }
  .carousel-caption {
    top: 35%;
  }
  .carousel-caption > h2 {
    /*font-weight: bold;*/
    font-family: georgia, serif; font-size: 40px
  }
  .carousel-caption > p {
    color: #fff;
    font-style: italic;
    font-family: georgia, sans-serif;
    font-size: 20px;
  }
/*Menu burger*/
.newburgerintown {
  position: absolute;
  left: 0;
  right: 0;
  top: 40vh;
  width:50%;
  min-width: 400px;
  height: 60px;
  margin: 0 auto;
}

.navbar-nav li { margin-left: 35px}
/**Mobile (Hamburger-)Menu from here on**/

/** This is kind of a styled trigger here **/
#menuToggle{
    display: block;
    position: fixed;
    top: 39px;
    padding-left: 30px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: 29px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 26px;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    background: #F9F9F9;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 3px 0px;
    transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0),
    background: 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span:nth-last-child(4){
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -5px);
    background: #AAAAAA;
}
#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg)
      scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
    opacity: 1;
    transform: rotate(-45deg) translate(0, 3px);
    background: #AAAAAA;
}

/*This is the Menu part, which gets triggered by toggle*/
#menu{
    /*position: fixed;
    width: 500px;
    height: 110vh;
    margin: -100px 0 0 -311px;
    padding: 60px;
    padding-top: 60px;
    background: rgb(236, 240, 241);
    list-style-type: none;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
    
    position: fixed;
    width: 500px;
    left: -500px;
    top: 0;
    height: 110vh;
    margin: 0;
    padding: 60px;
    padding-top: 20px;
    background: rgb(236, 240, 241);
    list-style-type: none;
 

}
#menu img {
  width: 190px;
  margin-bottom: 20px;
}
#menu li{
    color: #000000;
    list-style-type: none;
    font-size: 19px;
}

#menu li ul li{
    font-size: 14px;
}
#menu li a {
      color: #5D5D5D;
      text-decoration: none;
margin-bottom: 10px;
    display: block;
}

#menu li a:hover {
    color: #000;
    text-decoration: none;
}

#menuToggle input:checked ~ ul{
    left: 0;;
}

/*Menu*/
.nav-item > a {
  color: #fff;
  font-family: georgia, sans-serif;
}
/*Content numbers*/

.sd-container {
  column-count: 3;
   column-gap: 0;
  margin-bottom: 100px;
}
.sd-container span {
background-color: #F4B000;
    color: #fff;
    vertical-align: middle;
    padding: 5px;
    font-weight: 800;
    text-align: center;
    font-size: 23px;
}
.item {
  color: white;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}

.item > p {
  margin: 0;
  padding: 7px;
  background-color: #F9F9F9; font-size: 12px
}
.modal-header {
  border: 0;
  padding-bottom: 0;
}
.modal-header > button > span {
  background: transparent;
  color: #AAAAAA;
}
.modal-body > h5 {
  text-align: center;
  color: #F4B000;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 50px;
}
.modal-body {
  padding: 60px;
}
.modal-dialog {
  max-width: 730px;
}
/*President Section*/
.sd-president {
  background-color: #F9F9F9;
  padding-left: 50px;
  padding-right: 50px;
}
.sd-president > h4 {
  margin-top: 100px;
}
.sd-president > a {
  text-transform: uppercase;
  font-size: 15px;
  color: #AAA;
}
.sd-circles {
  padding: 0;
  margin-bottom: 100px;
}
.sd-circles li {
width: 160px;
height: 160px;
text-align: center;
border-radius: 93px;
background: #41B28B;
margin: 0 40px;
display: inline-flex;
color: white;
position: relative;
padding: 55px 10px 0;
font-family: georgia;
font-style: italic;
}
.sd-circles li::before{
content: '';
position: absolute;
top: 4.9em;
left: -7em;
width: 8em;
height: 3px;
background: #41B28B;
z-index: -1;
}

.sd-circles li:first-child::before {
display: none;
}
.sd-cakes {
  text-align: center;
}
.h80 { height: 80px}
.sd-founder {
  background-image: url('../img/founder.jpg');
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.sd-founder h4 {
  margin-bottom: 50px;
}
.sd-founder p {
  color: #fff;
}
.sd-founder span {
  color: #AAAAAA;
}
.sd-galery {
 /* display: grid;
  grid-template-columns: 8fr 8fr 8fr 8fr;
  overflow: hidden;*/
}
.sd-company img[alt="piramide"] {
  margin: 50px 0 25px 0;
}
.sd-company img[alt="diseño"] {
  margin: 25px 0 50px 0;
}
.sd-numbers-colors h5 {
  font-size: 35px;
  color: #F4B000;
  font-weight: 800;
  border-bottom: solid 1px #AAAAAA;
}
.sd-middle {
  background-color: #1D1D1B;
}
.sd-middle h3 {
  margin-bottom: 50px;
}
.sd-middle blockquote {
  color: #AAAAAA;
  font-style: italic;
  font-size: 13px;
}
.sd-box1 p {
  color: #3F8485;
  font-style: italic;
  font-size: 18px;
}
.sd-box-cont {
   -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;

}
.sd-box-com h5 {
  color: #3F8485;
  font-weight: bold;
  font-size: 35px;
  border-bottom: solid 1px #AAAAAA;
}
.sd-box-com span {
  font-size: 19px;
  text-transform: capitalize;
}
.sd-last-sec {
  background-color: #3F8485;
  padding: 20px 0;
}
.sd-last-sec p {
  margin-top: 50px;
  color: #fff;
}
.sd-buscar {
  text-align: left;
}
.sd-buscar h3 {
  width: 300px;
  color: #3ea3dc;
  border-bottom: solid 1px #AAAAAA;
  line-height: normal;
  text-align: left;margin-bottom: 0;
}
.sd-buscar h5 {
  color: #3ea3dc;
  font-size: 13px;
  margin-top: 15px;
}
.sd-visitar {
  text-align: right;
}
.sd-visitar h3 {
  width: 300px;
  color: #3ea3dc;
  border-bottom: solid 1px #AAAAAA;
  line-height: normal;
  text-align: right;
  margin-bottom: 0;
  float: right;
}
.sd-visitar h5 {
  color: #3ea3dc;
  font-size: 13px;
  margin-top: 15px;
}
.sd-visitar ol {
  font-size: 13px;
  color: #AAAAAA;
  text-align: left;
  padding: 0 10px;
}
footer {
  color: #fff;
  background-color: #000;
}
footer img {
  width: 50px;
  height: 50px;
  margin: 50px auto;
}
/*header.sd-bgHeaderIndex { height: 90px;}
header.sd-bgHeaderIndex .navbar-brand { padding: 20px 0;}*/
.img-responsive {
  max-width: 100%;
}
.sd-numbers-line {
  display: grid;
  grid-template-columns: 1fr 8fr;
  break-inside: avoid;
}
.sd-last-numbers > div > span {
  background-color: #3F8485;
  color: #FFFFFF; font-weight: 800;
  font-size: 24px;
}
.sd-last-numbers .sd-inside{
  background-color:#3F8485;
  padding: 5px; text-align: center;
}
.sd-box2 {
  color: #fff;
    font-style: italic;
    background-color: #3F8485;
    padding: 30px 0;
    text-align: left;
}
.sd-box1 {
  padding-left: 75px;
}
.sd-box2 > p {
  color: #fff;
  padding: 20px 5px 20px 75px;
}
.sd-last-numbers .sd-inside-2{
  background-color:#F9F9F9;
  padding: 12px;
}
.sd-box-cont {
  padding-right: 75px;
  margin-bottom: 30px;
}
.sd-box-com{
  padding: 0 5px;
}
.sd-leftMenuToggled {
	margin-left: 16vw;
}
.sd-leftMenuUpperLine {
	width:40px !important;
}

.sd-leftMenuMidLine {
	opacity: 0;
}

.sd-leftMenuLowerLine {
	width:30px !important;
}

.sd-leftMenuLineHidden {
	width:30px !important;
	margin-left: 16vw;
	display: none !important;
}
.sd-leftMenuMidLineHidden {
	opacity:0 !important;
	margin-left: 16vw;
	display: none !important;
}

.sd-leftMenuLineToggled {
	width:30px !important;
	margin-left: 16vw;
	display: block !important;
}

.sd-leftMenuMidLineToggled {
	opacity:0 !important;
	margin-left: 16vw;
	display: block !important;
}

.sd-hidden {
	display:none;
}

/*MAPEOS */
/*PRIMERA IMAGEN*/
dl#cake_img {
  position: relative;
background: url(../img/cake2.png) top center no-repeat;
height: 311px;
margin-top: 13px;
}
dt {
     position: absolute;
     display: none;
}
dd {
     position: absolute;
}
dd#practicas_def {
     top: 100px;
     left: 50px;
}
dd#practicas_def p {
     position: absolute;
     width: 100px;
     height: 70px;
     text-decoration: none;
}
dd#practicas_def p span {
     display: none;
}
dd#practicas_def p:hover {
     background: transparent;
}
dd#practicas_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     left: 100%;
     margin: 0;
     padding: 5px;
     width: 250%;
}

dd#proceso_def {
  top: 213px;
  left: 100px;
}
dd#proceso_def p {
     position: absolute;
     width: 134px;
    height: 70px;
     text-decoration: none;
}
dd#proceso_def p span {
     display: none;
}
dd#proceso_def p:hover {
     background: transparent;
}
dd#proceso_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}

dd#personas_def {
  top: 200px;
  left: 250px;
}
dd#personas_def p {
     position: absolute;
     width: 100px;
     height: 70px;
     text-decoration: none;
}
dd#personas_def p span {
     display: none;
}
dd#personas_def p:hover {
     background: transparent;
}
dd#personas_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}

dd#principios_def {
  top: 100px;
  left: 300px;
}
dd#principios_def p {
     position: absolute;
     width: 100px;
     height: 70px;
     text-decoration: none;
}
dd#principios_def p span {
     display: none;
}
dd#principios_def p:hover {
     background: transparent;
}
dd#principios_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}

dd#propositos_def {
  top: 9px;
    left: 172px;

}
dd#propositos_def p {
     position: absolute;
     width: 100px;
     height: 100px;
     text-decoration: none;
}
dd#propositos_def p span {
     display: none;
}
dd#propositos_def p:hover {
     background: transparent;
}
dd#propositos_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}

/*SEGUNDA IMAGEN*/
dl#draw_img {
  position: relative;
      background: url(../img/draw.png) top center no-repeat;
      height: 421px;
      margin-top: -45px;
}
dt {
     position: absolute;
     display: none;
}
dd {
     position: absolute;
}
dd#buscar_def {
  top: 74px;
 left: 64px;
}
dd#buscar_def p {
     position: absolute;
     width: 100px;
     height: 70px;
     text-decoration: none;
}
dd#buscar_def p span {
     display: none;
}
dd#buscar_def p:hover {
     background: transparent;
}
dd#buscar_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     left: 100%;
     margin: 0;
     padding: 5px;
     width: 250%;
}

dd#visitar_def {
  top: 50px;
left: 200px;
}
dd#visitar_def p {
     position: absolute;
     width: 100px;
     height: 70px;
     text-decoration: none;
}
dd#visitar_def p span {
     display: none;
}
dd#visitar_def p:hover {
     background: transparent;
}
dd#visitar_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}

dd#comprar_def {
  top: 100px;
    left: 250px;
}
dd#comprar_def p {
     position: absolute;
     width: 100px;
     height: 70px;
     text-decoration: none;
}
dd#comprar_def p span {
     display: none;
}
dd#comprar_def p:hover {
     background: transparent;
}
dd#comprar_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}

dd#obtener_def {
  top: 250px;
  left: 200px;
}
dd#obtener_def p {
     position: absolute;
     width: 100px;
     height: 70px;
     text-decoration: none;
}
dd#obtener_def p span {
     display: none;
}
dd#obtener_def p:hover {
     background: transparent;
}
dd#obtener_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}

dd#tener_def {
  top: 300px;
left: 172px;

}
dd#tener_def p {
     position: absolute;
     width: 100px;
     height: 100px;
     text-decoration: none;
}
dd#tener_def p span {
     display: none;
}
dd#tener_def p:hover {
     background: transparent;
}
dd#tener_def p:hover span {
     display: block;
     text-indent: 0;
     background: #EFEFEF;
     position: absolute;
     margin: 0;
     padding: 5px;
}
#readMoreToggle {
  cursor: pointer;
}

.sd-overlay-container img {width: 100%}
.sd-overlay-container {
 position: relative;
    float: left;
    width: 25%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000a6;
}

.sd-overlay-container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}
.sd-responsive-section-padding {
  padding: 0px 50px;
}
@media (max-width: 600px) {

    #menu, .menuToggle { display: none}

}