@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;700&display=swap');

/* ------ COLORS ------ */
/*
Dorado: #DBBE7D
Verde: #224445
*/

/* ------ BODY ------ */
html, body{
	font-family: 'Montserrat', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
	
}

.img-100{
    min-width:100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.logo-size{
    width: 80% !important;
    height: auto;
    padding: 30px;
    margin: 0 auto;
    display: block;
}

.data h1{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}

.data iframe{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.circle-buttons ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.circle-buttons li{
    display: inline-block;
    padding: 10px;
}

.c-button{
    display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #CC18FF;
      color: #fff;
      text-align: center;
      line-height: 60px;
      text-decoration: none;
      font-size: 30px;
}


.button{
    padding: 10px;
    display: block;
    margin-top: 10px;
    font-size: 1.3em;
    font-weight: 300 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#ffffff;
    text-align: center;
    background-color:#CC18FF;
}


