@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@media (min-width: 975px){
    
header, footer, aside, nav {
      display: block;
}
  
html {
    scroll-behavior: smooth;
}
  
p {
    font-size: 1.1em;
}
  
h1, h2, h3, h4, h5, h6 {
      margin: 0;
      font-weight: 600;
}
  
body {
      position:relative;
      margin-left: 2%;
}
.capcalera {
	width: 96%;
	height: 100px;
	text-align: left;
	float: left;
    margin-right: 15px;
	margin-bottom: 15px;
    margin-top: 10px;
	z-index: 100;
}
.logo_menu {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 20px;
}
.logo_menu img{
    float: left;
    padding-left: 8%;
  }
.caixa_titol{
    font-family: "Open Sans";
    float: left;
    color: #8c61a0;
    font-size: 50px;
    padding-top: 20px;
    padding-left: 5%;
  }
  .caixa_titol_old{
    float: left;
    color: #8c61a0;
    font-size: 50px;
    padding-top: 20px;
    padding-left: 5%;
    text-shadow: rgb(192, 194, 199) 6px 6px 6px;
  }
#mainContent  {
    display: block;
    float: left;
	height: auto;
    margin-top: 5px;
	margin-left: auto;
	margin-right: 2%;
    padding: 2px;
    background-color: rgb(255, 255, 255);
}
.separador  {
    display: block;
    float: left;
    width: 100%;
	height: 10px;
    margin-top: 5px;
	margin-left: auto;
	margin-right: 2%;
    padding: 2px;
    background-color: rgb(246, 200, 121);
}
.separador_gris  {
    display: block;
    float: left;
    width: 100%;
	height: 2px;
    margin-top: 5px;
	margin-left: auto;
	margin-right: 2%;
    margin-bottom: 5px;
    padding: 2px;
    background-color: rgb(207, 204, 204);
}
.texte{
  
    font-family: "Open Sans";
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    display: inline-block;
    justify-content: left;
    padding-bottom: 20px;
    padding: 10px;
}
.subtitol{
   
    font-family: "Open Sans";
    color: #a3a2a2;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    display: inline-block;
    justify-content: left;
    padding-top: 60px;
    padding-bottom: 10px;
}
.texte_requadre{
  
    font-family: "Open Sans";
    width: 100%;
    font-size: 17px;
    line-height: 2.1;
    display: inline-block;
    justify-content: left;
    padding: 10px;
    margin-right: 50px;
    margin-top: 60px;
    margin-bottom: 5px;
    background-color: #dbdbdb;
}
.contenidor {
    /*max-width:960px;*/
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.fill {
    flex: 0 0 200px;
    margin: 10px;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);

}
.fill img{
    width: max-content;
}
.fill .foto_titol {
    font-family: "Open Sans";
    text-align: center;
    padding: 15px;
  }
#footer  {
	float:left;
    margin-top: 40px;
	margin-left: auto;
	margin-right: 2%;
    padding: 40px;
    background-color: #1f1d20;
    width: 100%;
	height: 50%;

}

.texte_peu{
    color: white;
    float: left;
    font-family: "Open Sans";
    font-size: 17px;
    display: inline;
    justify-content: left;
    padding-right: 20px;
}
.fotos {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    
  }
  .fotos img {
    flex: 0 0 100px;
    margin: 10px;
    border: 3px solid #fffefe;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3); 
    width: 300px;
    height: auto;
    background-color: aqua;
  }
#footer iframe{
        display:block;
        margin: 0px;
        float: left;
        clear: both;
        padding: 5px;
        width: 90%;
        height: 450px;
    }
}
.requadre_form{
	float: left;
	display: inline-block;
	height: 20px;
	width: 50%;
	clear: left;
    
}
.form_camp_llegenda{
	font-family: "Open Sans";
	float: left;
	display: inline-block;
	font-size: 16px;
	height: 18px;
	color: #000;
	width: 60%;
	clear: left;
	text-align: left;;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 1px;
}
.g-recaptcha{
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    display: inline-block;
    float: left;
    clear: left;
    padding-top: 10px;
}
.bot_recaptcha{
	font-family: "Open Sans";
	float: left;
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	height: auto;
	color: #FFF;
	background-color: rgb(246, 200, 121);
	clear: left;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.bot_recaptcha:hover{
	text-decoration: underline;
	background-color:rgb(246, 200, 121);
	transition: box-shadow 0.3s;
	box-shadow: inset 0 0 0 5px #ee943a;
	cursor: pointer;
}
.bot_recaptcha:link{
	text-decoration:underline;
	color: #FFF;
	cursor: pointer;
	}
.bot_recaptcha:active{
	text-decoration:none;
	cursor: pointer;
	}
    .form_camp{
        font-family: "Open Sans";
        float: left;
        display: inline-block;
        font-size: 15px;
        height: 30px;
        padding-left: 5px;
        border: thin solid #999;
        color: #666;
        width: 50%;
    }
    .form_camp:hover {
        transition: box-shadow 0.3s;
        box-shadow: outset 5px 5px 5px 5px #CCC;
        transition: box-shadow 0.3s;
        box-shadow: inset 0 0 0 3px #999;
    }
    textarea{
        font-family: "Open Sans";
        float: left;
        display: inline-block;
        font-size: 15px;
        height: 120px;
        padding-left: 5px;
        border: thin solid #999;
        color: #666;
        width: 75%;
    }
    textarea:hover {
        transition: box-shadow 0.3s;
        box-shadow: outset 5px 5px 5px 5px #CCC;
        transition: box-shadow 0.3s;
        box-shadow: inset 0 0 0 3px #999;
    }
    #campos_login{
        font-family: "Open Sans";
        margin-top: 25px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
 
        display: inline-block;
        justify-content: center;
        align-items: center;
        position: relative;
        float: none;
    }
    .boto_normal{
        font-family: "Open Sans";
        display: inline-block;
        margin-top: 20px;
        margin-left: 10px;
        font-size: 20px;
        height: auto;
        color: #FFF;
        background-color: rgb(246, 200, 121);

        border-radius: 5px;
        padding-top: 5px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-left: 15px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    }
    .boto_normal:hover{
        text-decoration: underline;
        background-color:rgb(246, 200, 121);
        transition: box-shadow 0.3s;
        box-shadow: inset 0 0 0 5px #ee943a;
        cursor: pointer;
    }
    .boto_normal:link{
        text-decoration-line: none;
        color: #FFF;
        cursor: pointer;
        }
    .boto_normal:active{
        text-decoration:none;
        cursor: pointer;
        }
        .boto_normal_petit{
            font-family: "Open Sans";
            display:inline-block;
            margin-top: 5px;
            margin-left: 0px;
            font-size: 16px;
            height: auto;
            color: #FFF;
            background-color: rgb(241, 188, 98);
            border-radius: 5px;
            padding-top: 5px;
            padding-right: 15px;
            padding-bottom: 5px;
            padding-left: 15px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            cursor: pointer;
        }
        .boto_normal_petit:hover{
            text-decoration: underline;
            background-color:rgb(246, 200, 121);
            transition: box-shadow 0.3s;
            box-shadow: inset 0 0 0 5px #ee943a;
            cursor: pointer;
        }
        .boto_normal_petit:link{
            text-decoration-line: none;
            color: #FFF;
            cursor: pointer;
            }
        .boto_normal_petit:active{
            text-decoration:none;
            cursor: pointer;
            }
@media screen and (max-width: 1080px) {
        .texte{
        font-family: "Open Sans";
        margin-right: auto;
        margin-left: auto;
        font-size: 20px;
        display: inline-block;
        justify-content: left;
        padding-bottom: 20px;
        padding: 10px;
    }
    .subtitol{
        font-family: "Open Sans";
        color: #a3a2a2;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 26px;
        font-weight: bold;
        display: inline-block;
        justify-content: left;
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .caixa_titol{
        font-size: 40px;
        color: #8c61a0;
        width: 80%;
        padding-top: 0px;
        padding-left: 5px;
        vertical-align: middle;
        text-shadow: rgb(192, 194, 199) 6px 6px 6px;
      }
    .logo_menu img{
        padding-left: 2%;
        height: 120px;
        width: auto;
      }
    .texte_peu{
        font-family: "Open Sans";
        font-size: 20px;
        padding-top: 10px;
    }
    .texte_requadre{
        font-family: "Open Sans";
        font-size: 18px;
    }
    .contenidor {
        padding-left: 20px;
        width: 70%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }
    .fill {
        flex: 0 0 240px;
        margin: 20px;
        border: 1px solid #ccc;
        background-color: white;
        box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
    }
    .fill img{
        width: 100%;
    }
    .fill .foto_titol {
        font-family: "Open Sans";
        font-size: 18px;
        text-align: center;
        padding: 15px;
      }
      .fotos {
        float: left;
        width: 95%;
        margin-top: 40px;
        padding: 2px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        
      }
      .fotos img {
        flex: 0 0 450px;
        margin: 10px;
        border: 5px solid #fffefe;
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3); 
        width:auto;
        height: auto;
        background-color: aqua;
      }
    .foto_titol {
        font-family: "Open Sans";
        font-size: 32px;
        text-align: center;
        padding: 18px;
      }
    #footer iframe{
        display:block;
        margin: 0px;
        float: left;
        clear: both;
        padding: 5px;
        width: auto;
        height: auto;
    }
    .form_camp{
        font-family: "Open Sans";
        float: left;
        display: inline-block;
        font-size: 15px;
        height: 28px;
        padding-left: 5px;
        border: thin solid #999;
        color: #666;
        width: 95%;
    }
    textarea{
        font-family: "Open Sans";
        float: left;
        display: inline-block;
        font-size: 15px;
        height: 120px;
        padding-left: 5px;
        border: thin solid #999;
        color: #666;
        width: 95%;
    }
  }
  @media  (max-width: 900px){
    .texte{
        font-family: "Open Sans";
        margin-right: auto;
        margin-left: auto;
        font-size: 20px;
        display: inline-block;
        justify-content: left;
        padding-bottom: 20px;
        padding: 10px;
    }
    .subtitol{
        font-family: "Open Sans";
        color: #a3a2a2;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 26px;
        font-weight: bold;
        display: inline-block;
        justify-content: left;
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .caixa_titol{
        font-family: "Open Sans";
        font-size: 36px;
        color: #8c61a0;
        width: 80%;
        padding-top: 0px;
        padding-left: 5px;
        vertical-align: middle;
        text-shadow: rgb(192, 194, 199) 6px 6px 6px;
      }
    .logo_menu img{
        padding-left: 2%;
        height: 120px;
        width: auto;
      }
    .texte_peu{
        font-family: "Open Sans";
        font-size: 20px;
        padding-top: 10px;
    }
    .texte_requadre{
        font-family: "Open Sans";
        font-size: 18px;
    }
    .contenidor {
        padding-left: 20px;
        width: 70%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }
    .fill {
        flex: 0 0 180px;
        margin: 10px;
        border: 1px solid #ccc;
        background-color: white;
        box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
    }
    .fill img{
        width: 100%;
    }
    .fill .foto_titol {
        font-family: "Open Sans";
        font-size: 17px;
        text-align: center;
        padding: 10px;
      }
      .fotos {
        float: left;
        width: 70%;
        margin-top: 40px;
        padding: 2px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        
      }
      .fotos img {
        flex: 0 0 450px;
        margin: 10px;
        border: 5px solid #fffefe;
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3); 
        width:auto;
        height: auto;
        background-color: aqua;
      }
    .foto_titol {
        font-family: "Open Sans";
        font-size: 32px;
        text-align: center;
        padding: 18px;
      }
      #footer  {
	float:left;
          color: azure;
    margin-top: 40px;
	margin-left: auto;
	margin-right: 2%;
    padding: 20px;
    background-color: #1f1d20;
    width: 95%;
	height: auto;

}
    #footer iframe{
        display:block;
        margin: 0px;
        float: left;
        clear: both;
        padding: 0px;
        width: 90%;
        height: auto;
    }
    .form_camp{
        font-family: "Open Sans";
        float: left;
        display: inline-block;
        font-size: 15px;
        height: 28px;
        padding-left: 5px;
        border: thin solid #999;
        color: #666;
        width: 95%;
    }
    textarea{
        font-family: "Open Sans";
        float: left;
        display: inline-block;
        font-size: 15px;
        height: 120px;
        padding-left: 5px;
        border: thin solid #999;
        color: #666;
        width: 95%;
    }
}