a { color: inherit; } 
.Title {
    /*background-color: #101010;*/
    text-align: center;
    font-family: Calibri;
    /*margin-left: 150px;
    margin-right: 150px;*/
    margin-left: 9.87361769352290679304897314376vw;
    margin-right: 9.87361769352290679304897314376vw;
}  
.pic {
    margin:+5% 0 0;
    float:left;
}
.info {
    margin:+5% 10px;
    float:left;
}
.TopImage {
    display: grid;
    height: 100vh;
}
.Text {
    font-family: Calibri;/*margin-left: 150px;margin-right: 150px;*/
    margin-left: 9.87361769352290679304897314376vw;
    margin-right: 9.87361769352290679304897314376vw;
}
.TextSmallMargin {
    font-family: Calibri;margin-left: 100px;margin-right: 100px;
}
.CenteredText {
    font-family: Calibri;text-align: center;
}
.HomeLink {
    height: 140px;
    display: inline;
    margin-left: 50px;
    margin-right: 50px;
}
.NavLink {
    height: 140px;
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
}
.TopNav {
    background-color: #f7c4b1;
    overflow: hidden;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mostlyCentered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container {
    position: relative;
    text-align: center;
    color: white;
}
html, body
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.fullSizeImage {
    max-height: 100vh;
    max-width: 100vw;
    min-height: 0;
    min-width: 0;
    margin: auto;
}
.fullSize {
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
}
.aVerySmartName{
    position: relative; width: 100vw; height: -webkit-calc(100vh - 170px);
    height:    -moz-calc(100vh - 170px);
    height:         calc(100vh - 170px);
}
.imageMaxHeight{
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: auto;
                
    position: absolute;
    top: 50%;
    left: 50%;
                
    transform: translate(-50%, -50%);
}
.centerProduct{
    width: calc(55.5vw - 244px); 
}
.imageAutoHeight{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
                
    position: absolute;
    top: 50%;
    left: 50%;
                
    transform: translate(-50%, -50%);
}
.productImage{
    max-height: 90%;
    max-width: 90%;
    height: auto;
    width: auto;
                
    position: absolute;
    top: 50%;
    left: 50%;
                
    transform: translate(-50%, -50%);
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
  padding-top: 5px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(130, 225, 253);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-top: 3px;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*.porAhiEstoNiSirve {
    max-height: 100vh;
    max-width: 100vw;
    max-width: 100%;
    margin: auto;
}
.NavImg {
    max-width: 100%;
    max-width: 20vw;
    margin: auto;
}
.imagen {
    display: grid;
    height: 100vh;
}
.Navimagen {
    display: grid;
}
.razones {
    background-color: #101010;
}
.elCopyrite {
    background-color: #2596be;
    text-align: center;
}*/
/*.TopImg {
    max-width: 100vw;
    margin: auto;
}
#contactform { 
    max-width: 400px; 
    width: 80%; 
    justify-content: center; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin: 0 auto; 
} 
input { 
    padding: 5px; 
}*/
.TopNavV2 {
    background-color: #f7c4b1;
    overflow: hidden;
    display: flex;
    height: 140px;
    position: sticky;
    top: 0;
}
.NavLinkV2 {
    height: 140px;
    margin-left: 0px;
    margin-right: 0px;
}
.NavLinkContainerInside{
    display: flex;
    float: right;
    max-width: 720px;
    width: 100%;
    justify-content: space-between;
}
.containerV2{
    position: relative;
    text-align: center;
    color: white;
    display: flex; 
    height: 140px; 
    max-width: 240px; 
    width: auto;
}
.containerV2Inside{
    position: relative;
    text-align: center;
    color: white;
    display: flex; 
    height: 140px; 
    max-width: 200px; 
    width: 200px;
    background-color: #717171;
    border-radius: 27px;
}
.navText{
    position: relative;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    display: inline;
    padding: 0 30px;
    box-sizing: border-box;
    height: auto;
    text-align: center;
    vertical-align: middle;
    overflow-wrap: normal;
}
.navHyperLnk{
    display: flex;
    text-decoration: none;
}
.customBorderRounding{
    border-top: solid 50px;
    box-sizing: content-box;
    position: relative;
    bottom: 50px;
}
