| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- hr {
- background-color: #2CB978;
- height: 1px;
- }
- .fa-anchor,
- .fa-coffee {
- font-size: 200px
- }
- .pa {
- padding-top: 100px;
- }
- .padinBo {
- padding-bottom: 100px;
- }
- .bannerEmpresa {
- padding-top: 100px;
- }
- .container-1 {
- width: 100%;
- }
- .bg-img {
- background-image: url("../img/blog/img1.jpg");
- background-position: center center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- background-color: #2CB978;
- }
- .bg-imgd {
- background-color: gray;
- min-height: 250px;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- position: relative;
- }
- .paddi {
- padding-left: 30px;
- padding-right: 30px;
- }
- /* Full-width input fields */
- /* input[type=text],select,input[type=email],input[type=number],input[type=date],textarea,input[type=time]{
- width: 100%;
- padding: 10px;
- margin: 5px 0 15px 0;
- border: none;
- background: #f1f1f1;
- } */
- /* input[type=text]:focus,select:focus,input[type=email]:focus {
- background-color: #ddd;
- outline: none;
- } */
- /* Set a style for the submit button */
- .btnA {
- background-color: #2CB978;
- color: white;
- padding: 16px 20px;
- border: none;
- cursor: pointer;
- width: 100%;
- opacity: 0.9;
- radius: 10px;
- }
- .btnA:hover {
- opacity: 1;
- }
- /* listas de bodega-html */
- #lista2 {
- counter-reset: li;
- list-style: none;
- *list-style: decimal;
- font: 20px 'trebuchet MS', 'lucida sans';
- padding: 50;
- margin-bottom: 4em;
- text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
- }
- #lista2 ol {
- margin: 0 0 100 2em;
- color: #fff;
- }
- #lista2 li {
- position: relative;
- display: block;
- padding: .4em .4em .4em 2em;
- *padding: .4em;
- margin: .5em 0;
- background: #ddd;
- color: #444444;
- text-decoration: none;
- border-radius: .10em;
- transition: all .3s ease-out;
- }
- #lista2 li:hover {
- background: #eee;
- }
- #lista2 li:hover:before {
- transform: rotate(360deg);
- }
- #lista2 li:before {
- content: counter(li);
- counter-increment: li;
- color: #fff;
- position: absolute;
- left: -1.3em;
- top: 50%;
- margin-top: -1.3em;
- background: #2CB978;
- height: 2em;
- width: 2em;
- line-height: 2em;
- border: .2em solid #fff;
- text-align: center;
- font-weight: bold;
- border-radius: 2em;
- transition: all .3s ease-out;
- }
- /* Fin de las listas */
- /* Botón */
- .button-con {
- border-radius: 50px;
- background-color: #4CAF50;
- /* Green */
- padding: 16px 32px;
- text-align: center;
- display: inline-block;
- border: 0px;
- font-size: 16px;
- margin: 4px 2px;
- -webkit-transition-duration: 0.4s;
- /* Safari */
- transition-duration: 0.4s;
- cursor: pointer;
- }
- .button-con1:hover {
- background-color: white;
- color: black;
- border: 1px solid #2cb978;
- }
- .button-con1 {
- background-color: #2cb978;
- color: white;
- }
- .button-ase {
- border-radius: 50px;
- background-color: #4CAF50;
- /* Green */
- padding: 16px 32px;
- text-align: center;
- display: inline-block;
- border: 0px;
- font-size: 16px;
- margin: 4px 2px;
- -webkit-transition-duration: 1s;
- /* Safari */
- transition-duration: 0.4s;
- cursor: pointer;
- }
- .button-ase1 {
- background-color: white;
- color: black;
- border: 1px solid #c8c7c7;
- }
- .button-ase1:hover {
- background-color: #2cb978;
- color: white;
- border: 1px solid #2cb978;
- }
- .colorWhu {
- color: white;
- }
- /* margin imgs empres.html */
- .img-margin-left {
- margin-top: 80px;
- margin-left: 120px;
- }
- .img-margin-right {
- margin-left: 80px;
- }
- .img-to {
- margin-top: 80px;
- }
- .imgEmpresa:hover {
- animation: shake 0.5s;
- animation-iteration-count: infinite;
- }
- @keyframes shake {
- 0% {
- transform: translate(1px, 1px) rotate(0deg);
- }
- 10% {
- transform: translate(-1px, -2px) rotate(-1deg);
- }
- 20% {
- transform: translate(-3px, 0px) rotate(1deg);
- }
- 30% {
- transform: translate(3px, 2px) rotate(0deg);
- }
- 40% {
- transform: translate(1px, -1px) rotate(1deg);
- }
- 50% {
- transform: translate(-1px, 2px) rotate(-1deg);
- }
- 60% {
- transform: translate(-3px, 1px) rotate(0deg);
- }
- 70% {
- transform: translate(3px, 1px) rotate(-1deg);
- }
- 80% {
- transform: translate(-1px, -1px) rotate(1deg);
- }
- 90% {
- transform: translate(1px, 2px) rotate(0deg);
- }
- 100% {
- transform: translate(1px, -2px) rotate(-1deg);
- }
- }
- img {
- vertical-align: middle;
- }
- /* Position the image container (needed to position the left and right arrows) */
- .container {
- position: relative;
- }
- .conG {
- background-color: #f8f8f8;
- }
- /* Hide the images by default */
- .mySlides {
- display: none;
- }
- /* Add a pointer when hovering over the thumbnail images */
- .cursor {
- cursor: pointer;
- }
- /* Next & previous buttons */
- .prev,
- .next {
- cursor: pointer;
- position: absolute;
- top: 40%;
- width: auto;
- padding: 16px;
- margin-top: -50px;
- color: white;
- font-weight: bold;
- font-size: 20px;
- border-radius: 0 3px 3px 0;
- user-select: none;
- -webkit-user-select: none;
- }
- /* Position the "next button" to the right */
- .next {
- right: 0;
- border-radius: 3px 0 0 3px;
- }
- /* On hover, add a black background color with a little bit see-through */
- .prev:hover,
- .next:hover {
- background-color: rgba(0, 0, 0, 0.8);
- }
- /* Number text (1/3 etc) */
- .numbertext {
- color: #f2f2f2;
- font-size: 12px;
- padding: 8px 12px;
- position: absolute;
- top: 0;
- }
- /* Container for image text */
- .caption-container {
- text-align: center;
- background-color: #222;
- padding: 2px 16px;
- color: white;
- }
- .row:after {
- content: "";
- display: table;
- clear: both;
- }
- /* Six columns side by side */
- .column {
- float: left;
- width: 16.66%;
- }
- /* Add a transparency effect for thumnbail images */
- .demo {
- opacity: 0.6;
- }
- .active,
- .demo:hover {
- opacity: 1;
- }
- .gallery-tam {
- max-width: 800px;
- }
- div.transbox {
- margin: 30px;
- background-color: #ffffff;
- opacity: 0.6;
- filter: alpha(opacity=60);
- /* For IE8 and earlier */
- }
- .transbox-form {
- background-color: #ffffff;
- opacity: 0.9;
- filter: alpha(opacity=60);
- }
- div.transbox p,
- h1 {
- margin: 5%;
- font-weight: bold;
- color: #000000;
- }
- .container-asesoria {
- background-color: #fff;
- padding-top: 20px;
- padding-right: 20px;
- padding-bottom: 20px;
- padding-left: 20px;
- }
- .carousel-inner img {
- width: 100%;
- /* Set width to 100% */
- margin: auto;
- min-height: 200px;
- }
- /* Hide the carousel text when the screen is less than 600 pixels wide */
- @media (max-width: 600px) {
- .carousel-caption {
- display: none;
- }
- }
- .centrado {
- padding-left: auto;
- padding-right: auto;
- }
|