* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

.top {
    background-color: #343333;
    /* background-color: rgb(40,70,0);  */
    width: 100%;
    height: 45px;
    text-align: center;
    padding: 12px;
}

.banner {
    width: 100%;
/*    position: relative;*/
    padding-bottom: 30%;    /* 56.25%*/
    height: 0;
    overflow: hidden;
    background-color: blue;
}

.banner iframe {
    position: static;
    top:0;
    left: 0;
    width: 100%;
    height: 485px;
/*    background: red;*/
    background-color: rgb(120,154,30);
    z-index: 9998;
}

.espacio {
    width: 100%;
    height: 60px;
    background-color: white;
    text-align: center;
}

.espacio h1 {
    padding-top: 13px;
    font-size: 30px;
    color: dimgray;
}

.fila {
    width: 97%;
    font-size: 22px;
    color: #CCC;
    padding: 40px;
    margin: auto;
    background-color: rgb(100,134,10);
    text-align: justify;
    border-radius: 10px;
    margin-bottom: 5px;
/*    margin-left: 5%;
    border: 1px solid #AAA;*/
}

.fila2 {
    display: flex;
    width: 97%;
/*    max-width: 650px;
    border: 1px solid #FFF;*/
    margin: auto;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(120,154,30);
}

.columna {
    width: 100%;
    margin: auto;
	text-align: center;
/*    border: 1px solid #FF0;*/
}

.detalle {
    display: flex;
    width: 100%;
}

.montevideo {
    width: 50%;
}

.turismo{
    width: 50%;
    text-align: end;
}

.turismo_img {
    width: 220px;
}

.columna2 {
    width: 100%;
    position: relative;
    padding-bottom: 25%;            /*   34.57%*/
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgb(120,154,30);
}

.columna2 iframe {
    padding: 3px;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 380px;
}

.img {
    padding: 10px;
    width: 100%;
    max-width: 650px;
    height: auto;
    border-radius: 23px;
}

.feet {
    display: flex;
    width: 100%;
    height: 100px;
    color: aliceblue;
/*    background-color: #3D839A;*/
    background-color: #343333;
}

.feet_ico {
    width: 20%;
    text-align: center;
}

.feet_txt {
    width: 80%;
/*    background-color: cadetblue;*/
    text-align: right;
    padding: 30px
;
}

.logo_feet {
    height: 100px;
    padding: 8px;
/*    filter: opacity(80%);*/
}

.feet_txt p {
    padding: 5px;
}

.feet_txt a {
    color: aliceblue;
}

.contenedor {
    display: flex;
    width: 100%;
    height: auto;
    padding: 6px;
    text-align: center;
}

.fila_fotos {
    width: 97%;
    margin: auto;
    background-color: #FFF;
    border: 1px solid #AAA;
/*    rgb(100,134,10);
    background-color: lightslategray;  */
    border-radius: 10px;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    
}

.foto img {
    width: 100%;
    margin: auto;
    padding: 6px 4px 0 6px;
    border-radius: 12px;
}

.fila a, spam {
    color: white;
}

/* Mensaje exitoso */

.mensaje-exito {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensaje-exito p {
    font-size: 23px;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.mensaje-exito a {
    text-decoration: none;
    display: block;
    border: 1px solid rgba(0,80,40,1);
    width: 150px;
    height: 37px;
    text-align: center;
    padding-top: 10px;
    margin-top: 50px;
    border-radius: 5px;
    background: rgba(1,146,71,1);
    color: white;
    
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
}

.ico {
    height: 17px;
    margin-right: 10px;
}

.titulo {
    text-shadow: 2px 2px 0px rgb(0 0 0 / 50%);
}














@media (max-width: 1300px) {
    .columna2 {
        padding-bottom: 25%;
    }
}

@media (max-width: 1000px) {    /*983*/
    .fila2 {
        display: block;
    }
    .columna2 {
        padding-bottom: 46%;
    }
}

@media (max-width: 895px) {       /*878*/
    .columna {
        font-size: 16px; 
    }
    .columna2 {
        padding-bottom: 52%;
    }
}

@media (max-width: 782px) {
    .columna2 {
        padding-bottom: 57%;
    }
    .contenedor {
        display: block;
    }
}

@media (max-width: 700px) {
    .columna {
        font-size: 13px; 
    }
    .columna2 {
        padding-bottom: 60%;
    }
}

@media (max-width: 695px) {
    .columna2 {
        padding-bottom: 66%;
    }
    .ico {
        height: 14px;
        margin-right: 6px;
    }
}

@media (max-width: 590px) {
    .container {
        display: block; 
    }
    .fila {
        font-size: 19px;
    }
    .espacio {
        height: 40px;
    }
    .columna2 {
        padding-bottom: 70%;
    }
    .fila {
        font-size: 17px;
    }
}

/*468*/
@media (max-width: 485px) {
    
    .flex-caption .pt {
    	font-size: 20px;
    }
    
    .top {
        height: 55px;
    }
    
    .columna2 {
        padding-bottom: 111%;
    }
    
    .feet_txt {
        font-size: 14px;
    }
    
    .espacio h1 {
        padding-top: 6px;
        font-size: 22px;
    }
    
    .fila {
        font-size: 14px;
    }
    
}

/*403*/
@media (max-width: 420px) {
    
    .feet_txt {
    	font-size: 12px;
    }
    .fila {
        font-size: 12px;
    }
    .ico {
        height: 10px;
        margin-right: 4px;
    }

}