
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;}

.mySlides {
    display: flex;
margin-top: 4rem;}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin-top:1rem;
    margin-right: 2px;
    margin-left: px;
  background-color: #decfbc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;}

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

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

title {
	font-family: 'Roboto', sans-serif;}

body {
font-family: 'Roboto', sans-serif;
 position: relative;
margin:0px;
background-color:floralwhite}

h1 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;}

.contenedor {
    padding-right: 30px;
    padding-left: 20px;
   }

p {
display: flex;
font-family:'Roboto', sans-serif;
font-size: 16px;
margin-left: 1rem;
margin-right: 1rem;
color:#230601;}

h2 {
display: flex;
font-family:'Roboto', sans-serif;
font-size: 21px;
margin-left: 1rem;
margin-right: 1rem;
margin-bottom: -1rem;
margin-top: 2rem;
color:#c24b20;
}

.botones
{
border-radius: 30px;
text-align: center; }


button {
text-align: center;
margin-top: 2rem;
justify-content: center;
background-color: #5b9587;
color:white;
padding:10px;
border: none;
cursor: pointer;
width: 40%;
opacity: 0.8;
font-size: 16px;
border-radius: 30px; }

button:hover {
  opacity:1;}

footer{
color: #230601;
font-size: 12px;
padding: 2rem;
background-color:#f9f6f2;
margin-top: 2rem;}


/* Menu */



.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;}


.navegacion {
    position: fixed;
    width: 100vw;
    z-index: 999;
    padding: 10px 0;
    margin-left: 0;
    top: 0;
    background:#230601;}

.logo {
    height: 40px;
    width: auto;}





/* Responsive */
@media (min-width: 768px) {
    footer {
        display: none;
    }
    .contenedor {
   max-width: 1170px;
    padding: 0;
    }
    .contenedor-mobile {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;}
    
    .mobile-menu {
        right:  0;
        opacity: 1;
        background:  none;
        height:  auto;
        position:  relative;
        top: initial;
        max-width:  none;}

    .logo {
    display:  flex;
    margin-left:  2rem;}

    .logo.mobile {
    display:  block;}
   
    header h1 {
    display:flex;
    margin-right: 2rem;}
 

   