Template:Iberoconf/styles.css
Appearance
.header {
width: 70%;
float: left;
box-shadow: 0px 5px 5px -5px #ccc, 0 -5px 5px -5px #ccc;
padding: 1em 0;
margin: 1em auto 2em;
}
.header .image img {
height: auto;
max-width: 100%;
width: 100%;
}
.responsive img{
height: auto;
width: 100%;
}
.menu {
box-sizing: content-box;
width: 95%;
padding: 2em 0.5em 2em 0.5em;
border-radius: 25px;
float: left;
background-color: #dadada;
font-size: 1.2em;
font-weight: bold;
}
.menu ul {
margin: 20px auto;
}
.menu li {
list-style-type: none;
list-style: none;
margin-bottom: 1.5em;
box-shadow: 0px 5px 5px -6px #ccc;
background-color: #ffffff;
border-radius: 25px;
padding: 9px 15px;
font-size: 12px;
}
.menu p{
margin-bottom: 0px;
}
.content {
margin: 2.5rem 3% 2.5rem 1%;
text-align: justify;
font-size: 0.86em;
}
.card {
width: 110px ;
margin: 0 3px ;
background-color: #e8e8e8;
border-radius: 10px;
padding: 10px;
text-align: center;
font-size: 12px;
color: #000000;
}
.equipo-card{
border-radius: 0px 200px 200px 0px;
background: #e4ad3c;
box-shadow: 9px 0px 18px 1px rgba(0,0,0,0.3) inset;
color: white;
padding: 20px;
width:230px!important;
height: 100px;
}
.participantes-card{
border-radius: 0px 200px 200px 0px;
background: #e5354c;
box-shadow: 9px 0px 18px 1px rgba(0,0,0,0.3) inset;
color: white;
padding: 20px;
width:300px!important;
height:auto;
}
.somos-bogota-ul{
list-style: none;
}
.somos-bogota-li::before{
content: "\2022";
color: #ffffff;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
border-radius: 10px;
}
.llegando-bogota img{
height: auto;
width: 100%;
min-height: 484px;
object-fit: cover;
object-position: 60% 100%;
border-radius: 10px;
}
.sitios-turisticos img{
height: auto;
width: 100%;
min-height: 307px;
object-fit: cover;
object-position: 66% 100%;
border-radius: 10px;
}
.plazas-mercado img{
height: auto;
width: 100%;
min-height: 216px;
object-fit: cover;
object-position: 56% 100%;
border-radius: 10px;
}
.alojamiento-img img{
height: auto;
width: 100%;
object-fit: cover;
object-position: 56% 100%;
border-radius: 10px;
}
.white-link a, .white-link a:visited {
color: #fff;
}
.table-documentacion{
width: 100%;
border: 1px solid;
border-color:#a2a9b1;
border-collapse: collapse;
text-align: center;
background-color: #f8f9fa;
}
.card-questions {
width: 2000px ;
margin: 0 3px ;
background-color: #e8e8e8;
border-radius: 10px;
padding: 10px;
text-align: center;
font-size: 12px;
color: #000000;
}
/* ANIMATIONS */
.fade-in-right {
animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.fade-in-top {
animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.fade-in-left {
animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/**
* ----------------------------------------
* animation fade-in-right
* ----------------------------------------
*/
@keyframes fade-in-right {
0% {
transform: translateX(50px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
/**
* ----------------------------------------
* animation fade-in-top
* ----------------------------------------
*/
@keyframes fade-in-top {
0% {
transform: translateY(-50px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
/**
* ----------------------------------------
* animation fade-in-left
* ----------------------------------------
*/
@keyframes fade-in-left {
0% {
transform: translateX(-50px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/
/* POSITIONING */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
/* ==== GRID SYSTEM ==== */
.container {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 1%;
min-height: 0.125rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
}
.col-1-sm {
width: 4.33%;
}
.col-2-sm {
width: 12.66%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.33%;
}
.col-5-sm {
width: 37.66%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.33%;
}
.col-8-sm {
width: 62.66%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.33%;
}
.col-11-sm {
width: 87.66%;
}
.col-12-sm {
width: 96%;
}
.row::after {
content: "";
display: table;
clear: both;
}
.hidden-sm {
display: none;
}
@media only screen and (min-width: 33.75em) { /* 540px */
.container {
width: 80%;
}
}
@media only screen and (min-width: 1250px) { /* 720px 45em*/
.menu{
width:110%;
}
.menu ul{
margin: 0 auto;
}
.participantes-card{
height: 100px;
}
.col-1 {
width: 4.33%;
}
.col-2 {
width: 12.66%;
}
.col-3 {
width: 21%;
}
.col-4 {
width: 29.33%;
}
.col-5 {
width: 37.66%;
}
.col-6 {
width: 46%;
}
.col-7 {
width: 54.33%;
}
.col-8 {
width: 62.66%;
}
.col-9 {
width: 71%;
}
.col-10 {
width: 79.33%;
}
.col-11 {
width: 87.66%;
}
.col-12 {
width: 96%;
}
.hidden-sm {
display: block;
}
.card-width {
width: 99px;
height: auto;
}
.card-questions {
width: 200px ;
margin: 0 3px ;
background-color: #e8e8e8;
border-radius: 10px;
padding: 10px;
text-align: center;
font-size: 12px;
color: #e5354c;
font-weight: bold;
}
.responsive-evento img{
height: 221px;
width: auto;
}
.responsive-evento-idioma-facilitador img{
width: 500px;
height: auto;
}
}
@media only screen and (min-width: 60em) { /* 960px */
.container {
width: 75%;
max-width: 60rem;
}
}