EVOLUTION-MANAGER
Edit File: turismo.css
/* .btnn{ background-image:url('https://icons.iconarchive.com/icons/custom-icon-design/flatastic-1/256/add-1-icon.png'); background-repeat:no-repeat; height:60px; width:70px; background-size: 50px 50px; background-position:center; } */ .informacion img{ width: 30%; } @media (max-width: 641px){ .img-mante{ width: 100% !important; } } .contenedor{ min-height: 100vh; background: #f0feff; } .panel_rigth{ background-color: #fffd; } #container_detalle{ min-height: calc(90vh); } .articulo{ -webkit-box-shadow: 0px 0px 5px -1px #00d4ce82; -moz-box-shadow: 0px 0px 5px -1px #00d4ce82; box-shadow: 0px 0px 5px -1px #00d4ce82; padding: 5px 10px; border-radius: 5px; margin: 15px 15px 0px 0px; background-color: #fffd; border: 2px solid #00d4ce78; } #container_detalle{ display: none; } #lugar_detalle{ text-align: justify; } .info2:first-child{ margin-top: 15px; } .info2{ font-family: system-ui; display: table; margin-top: 0px; } .info2 .ico{ color: rgb(48 100 196); } .info2 .inf{ color: #434242; font-weight: 500; padding-left: 10px; min-height: 10em; display: table-cell; vertical-align: middle; } #lugar_encontrar{ border-radius: 10px; background-color: #6c757d1c; padding: 10px 15px; text-align: center; color: red; margin-top: 20px; margin-bottom: 20px; display: inline-block; width: 100%; } #lugar_encontrar a{ margin-left: 10px; } #lugar_encontrar .texto{ color: #21a5a7; font-weight: 700; font-family: sans-serif; font-size: 16px; } #lugar_encontrar .fa{ color: #474747; font-size: 18px; } #lugar_redes_sociales{ display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 10px; margin-bottom: 20px; } #lugar_redes_sociales .social{ border-radius: 50%; width: 45px; height: 45px; color: #fff; padding: 8px 10px; text-align: center; font-size: 19px; margin-left: 8px; -webkit-box-shadow: 2px 1px 9px 4px rgba(0,0,0,0.16); box-shadow: 2px 1px 9px 4px rgba(0,0,0,0.16); } .social_fb{ background-color: #3b5998; } .social_in{ background: #f09433; background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); } .social_tw{ background-color: #00acee; } .social_yt{ background-color: #c4302b; } @media (max-width: 641px){ .content_info{ padding:15px; } } /* estilos para los card image */ @media (max-width: 641px) { .card { max-width: 8rem !important; } .card-image { min-height: 6rem !important; } .card-description > h2 { font-size: 0.9rem !important; } .card-description > p { font-size: 0.6rem !important; } } @media (max-width: 856px){ .card { max-width: 10rem !important; } .card-image { min-height: 8rem !important; } .card-description > h2 { font-size: 0.9rem !important; } .card-description > p { font-size: 0.6rem !important; } } /* Lazy Load Styles */ .card-image { display: block; min-height: 9rem; /*=============*/ background: #fff center center no-repeat; background-size: cover; } .card-image > img { display: block; width: 100%; opacity: 0; } .card-image.is-loaded { filter: none; transition: filter 1s; } .card-list { display: block; margin: 1rem auto; padding: 0; font-size: 0; text-align: center; list-style: none; } .card { display: inline-block; width: 90%; max-width: 12rem; /*=============*/ margin: 0.5rem; font-size: 1rem; text-decoration: none; overflow: hidden; box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5); transition: transform 0.1s ease-in-out, box-shadow 0.1s; } .card:hover { transform: translateY(-0.5rem) scale(1.0125); box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5); } .card-description { display: block; padding: 1em 0.5em; color: #515151 !important; text-decoration: none; } .card-description > h2 { margin: 0 0 0.2em; font-size: 1.0rem; color: #515151 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .card-description > p { margin: 0; font-size: 0.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /*******************************/ /* estilos para checkbok */ .containercheck { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default checkbox */ .containercheck input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; } /* On mouse-over, add a grey background color */ .containercheck:hover input ~ .checkmark { background-color: #ccc; } /* When the checkbox is checked, add a blue background */ .containercheck input:checked ~ .checkmark { background-color: #2196F3; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .containercheck input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .containercheck .checkmark:after { left: 9px; top: 7px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } /**********/ /* estilso para el carousel */ .carousel { margin-left: 20%; margin-right: 20%; } ul.slides { display: block; position: relative; height: 500px; margin: 0; padding: 0; overflow: hidden; list-style: none; } .slides * { user-select: none; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; } ul.slides input { display: none; } .slide-container { display: block; } .slide-image { display: block; position: absolute; width: 100%; height: 100%; top: 0; opacity: 0; transition: all .7s ease-in-out; } .slide-image img { width: auto; min-width: 100%; height: 100%; } .carousel-controls { position: absolute; top: 0; left: 0; right: 0; z-index: 999; font-size: 100px; line-height: 500px; color: #fff; } .carousel-controls label { display: none; position: absolute; padding: 0 20px 0 20px; opacity: 0; transition: opacity .2s; cursor: pointer; } .slide-image:hover + .carousel-controls label{ opacity: 0.5; } .carousel-controls label:hover { opacity: 1; } .carousel-controls .prev-slide { width: 30%; text-align: left; left: 0; } .carousel-controls .next-slide { width: 30%; text-align: right; right: 0; } .carousel-controls .next-slide span{ font-size: 100px; } .carousel-controls .prev-slide span{ font-size: 100px; } .carousel-dots { position: absolute; left: 0; right: 0; bottom: 20px; z-index: 999; text-align: center; } .carousel-dots .carousel-dot { display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #fff; opacity: 0.5; margin: 10px 5px; } input:checked + .slide-container .slide-image { opacity: 1; transform: scale(1); transition: opacity 1s ease-in-out; } input:checked + .slide-container .carousel-controls label { display: block; } input#img-1:checked ~ .carousel-dots label#img-dot-1, input#img-2:checked ~ .carousel-dots label#img-dot-2, input#img-3:checked ~ .carousel-dots label#img-dot-3, input#img-4:checked ~ .carousel-dots label#img-dot-4, input#img-5:checked ~ .carousel-dots label#img-dot-5, input#img-6:checked ~ .carousel-dots label#img-dot-6 { opacity: 1; } input:checked + .slide-container .nav label { display: block; } @media (max-width: 641px){ .carousel{ margin-left: 0; margin-right: 0; } .carousel-controls label { opacity: 1; } .carousel-dots .carousel-dot { width: 15px; height: 15px; margin: 5px 5px 5px 5px; } ul.slides { height: 300px; } .carousel-controls { line-height: 300px; } } /* ************************ */ /* boton flotante */ .btn-flotante { font-size: 26px; /* Cambiar el tamaño de la tipografia */ text-transform: uppercase; /* Texto en mayusculas */ font-weight: bold; /* Fuente en negrita o bold */ color: #595959; /* Color del texto */ border-radius: 5px; /* Borde del boton */ letter-spacing: 2px; /* Espacio entre letras */ background-color: rgb(24, 134, 202); /* Color de fondo */ padding: 5px 12px; /* Relleno del boton */ position: fixed; bottom: 15px; right: 20px; transition: all 300ms ease 0ms; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); z-index: 99; } .btn-flotante .fa{ color: #ffffff; } .btn-flotante:hover { background-color: rgb(15, 99, 152); ; /* Color de fondo al pasar el cursor */ box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3); transform: translateY(-1px); } @media only screen and (max-width: 600px) { /* .btn-flotante { font-size: 14px; padding: 12px 20px; bottom: 20px; right: 20px; } */ } /* *************************** */ /* estilos para los card laterales */ .box p { color: var(--grayishBlue); } .box { border-radius: 5px; box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); padding: 30px; margin: 20px; display: inline-block; font-family: 'Poppins', sans-serif !important; width: -webkit-fill-available; } .box img { float: right; } @media (max-width: 450px) { .box { /* height: 200px; */ } } @media (max-width: 950px) and (min-width: 450px) { .box { text-align: center; /* height: 180px; */ } } .cyan { border-top: 3px solid #39b29d; } .cyan .link-text { color: #39b29d; } .cyan .link-text svg path { fill: #39b29d; } .cyan .link-text:hover { color: #309080; } .cyan .link-text:hover svg path { fill: #309080; } .red { border-top: 3px solid var(--red); } .red .link-text { color: #de3f4e; } .red .link-text svg path { fill: #de3f4e; } .red .link-text:hover { color: #bb2e3c; } .red .link-text:hover svg path { fill: #bb2e3c; } .blue { border-top: 3px solid var(--blue); } .blue .link-text { color: #007bff; } .blue .link-text svg path { fill: #007bff; } .blue .link-text:hover { color: #055ab6; } .blue .link-text:hover svg path { fill: #055ab6; } .orange { border-top: 3px solid var(--orange); } .orange .link-text { color: #fd8420; } .orange .link-text svg path { fill: #fd8420; } .orange .link-text:hover { color: #c8691b; } .orange .link-text:hover svg path { fill: #c8691b; } @media (min-width: 950px) { .row1-container { display: flex; justify-content: center; align-items: center; } .row2-container { display: flex; justify-content: center; align-items: center; } .box-down { /* position: relative; */ top: 150px; } } .link-text { display: block; /* color: #753BBD; */ color: #3a3a3a; font-size: 1.125em; font-weight: 600; line-height: 1.2; margin: auto 0 0; transition: color 0.45s ease; } .link-text svg { margin-left: 0.5em; transition: transform 0.6s ease; } .link-text svg path { transition: fill 0.45s ease; } .link-text:hover { color: #5c5e5e; cursor: pointer; } .link-text:hover svg { -webkit-animation: point 1.25s infinite alternate; animation: point 1.25s infinite alternate; } .link-text svg path { fill: #5c5e5e; } .link-text:hover svg path { fill: #5c5e5e; } /* ******************************** */