/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================

	TOC
	
	1. PRIMARY STYLES
	2. COMMONS FOR PAGE DESIGN
	3. MENU
		TOP MENU 
		SEARCH AREA 
		MIDDLE AREA
		BOTTOM AREA 
		DROPDOWN MENU STYLING 
		DROPDOWN SUBMENU 
		DROPDOWN HOVER 
		NAV ICON 
	4. SINGLE POST
		POST AUTHOR 
		COMMENTS AREA 
		LEAVE COMMENT 
	5. SIDEBAR STYLING
		ABOUT AUTHOR 
		SEARCH AREA 
		NEWSLETTER AREA 
		CATEGORY AREA 
		LATEST POSTS 
		ADVERTISEMENT AREA 
		INSTAGRAM 
		TAGS 
	6. FOOTER INSTAGRAM STYLING 
	7. FOOTER

====================================================


/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html {
    font-size: 100%;
    height: 100%;
    overflow-x: hidden;
    touch-action: manipulation;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
button {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: inherit;
}

p {
    line-height: 1.6;
    font-size: 1.05em;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #555;
}

h1 {
    font-size: 4em;
    line-height: 1;
}

h2 {
    font-size: 2.8em;
    line-height: 1.1;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: .9em;
    letter-spacing: 1px;
}

a,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover,
a b.light-color:hover {
    text-decoration: none;
    color: #0e73cf;
}

b {
    font-weight: 500;
}

img {
    width: 100%;
}

li {
    list-style: none;
    display: inline-block;
}

span {
    display: inline-block;
}

button {
    outline: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

b.light-color {
    color: #444;
}




/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.btn {
    font-size: .9em;
    padding: 15px 30px;
    border-radius: 1px;
    letter-spacing: 2px;
    border: 1px solid #0e73cf;
    background: #0e73cf;
    color: #fff;
}

.btn:hover {
    color: #FFAD4D;
    background: none;
}

.btn-2 {
    background: none;
    color: #FFAD4D;
}

.btn-2:hover {
    background: #FFAD4D;
    color: #fff;
}


.section {
    padding: 2px 25px 40px; 
    background: #ffffff;
}

.section .heading {
    padding-bottom: 70px;
}

.center-text {
    text-align: center;
}

.color-white {
    color: #fff;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.card {
    background: transparent;
    border: 0;
}

.no-side-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.no-left-padding {
    padding-left: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.icon {
    font-size: 2em;
}


.left-area {
    float: left;
}

.right-area {
    float: right;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}


::-webkit-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

::-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}



/* ---------------------------------
3. MENU
--------------------------------- */

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    font-size: .95em;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
    background: #fff;
}


/* TOP MENU */

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    font-size: .95em;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
    background: #fff;
}


/* TOP MENU */

header .top-menu {
    width: 100%;
    height: 40px;
    line-height: 45px;
    overflow: hidden;
    font-size: .95em;
    font-style: italic;
    background: #f8f8f86e;
}


header .top-menu ul.welcome-area {
    padding-left: 20px;
}

header .top-menu ul.welcome-area > li {
    margin: 0 15px;
    padding: 0 15px;
    border-left: 1px solid #000;
    font-size: 17px;
    font-weight: 400;
}

header .top-menu ul.social-icons > li > a {
    padding: 0 5px;

}


header .top-menu ul > li:first-child {
    border-left: 0;
}

header .top-menu ul.social-icons {
    display: inline-block;
    padding: 0 35px;
    font-size: 35px;
}



header .top-menu ul.social-icons .facebook {
 

    color: #3b5998;
}

header .top-menu ul.social-icons .facebook:hover {
 
background: #3b5998;
padding: 0px 20px;
    color: #ffffff;
}



header .top-menu ul.social-icons .twitter {
 
  
    color: #55acee;
}

header .top-menu ul.social-icons .twitter:hover {
 
background: #55acee;
padding: 0px 10px;
    color: #ffffff;

}
header .top-menu ul.social-icons .insta{
 

    color: #3f729b ;
}

header .top-menu ul.social-icons .insta:hover {
 
 background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    padding: 0px 15px;
    color: #ffffff;
}
header .top-menu ul.social-icons .youtube {
 
  
    color: #bb0000;
}
header .top-menu ul.social-icons .youtube:hover {
 
background: #bb0000;
    padding: 0px 10px;
    color: #ffffff;
}

/* SEARCH AREA */

header .src-area {
    position: relative;
    float: left;
    height: 45px;
    width: 250px;
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}

header .src-area .src-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 40px 0 20px;
    background: transparent;
    border: 0;
    outline: 0;
}

header .src-area .src-input:focus {
    box-shadow: 0px 0px 1px #aaa;
}

header .src-area .src-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    font-size: 1.2em;
    opacity: .6;
    z-index: 10;
}



/* MIDDLE AREA */

header .middle-menu {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

header .logo {
    padding: 5px 0;
    height: 180px;
}

header .logo img {
    height: auto;
    width: 55%;
}


@media (max-width: 500px) {
 header .logo img {
    height: auto;
    width: 90%;
    vertical-align: middle;
}
}

/* BOTTOM AREA */

header .bottom-area {
    text-align: center;
}

header .main-menu {
    font-weight: 500;
    background: #0e73cf;
    color: #ffffff;
     font-size: 17px;
}

header .main-menu > li > a {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
}

header .main-menu > li > a:hover {
    background: #eee;
}


header .visible.main-menu {
    display: block;
}



/* DROPDOWN MENU STYLING */

header .main-menu li.drop-down {
    position: relative;
    text-align: left;
}

header .main-menu li.drop-down > ul.drop-down-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 200px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
    background: #0e73cf;
}

header .main-menu li.drop-down > ul.drop-down-menu li {
    display: block;
    border-top: 1px solid #ddd;
}

header .main-menu li.drop-down > ul.drop-down-menu li > a {
    display: block;
    padding: 12.5px 20px;
}

header .main-menu li.drop-down > ul.drop-down-inner li:first-child {
    border-top: 0;
}

header .main-menu li i {
    margin-left: 10px;
}



/* DROPDOWN SUBMENU */

header .main-menu li.drop-down > ul.drop-down-inner {
    top: 0;
    left: auto;
    left: 100%;
}



/* DROPDOWN HOVER */

header .main-menu li a.mouseover {
    background: #F2F3F4;
    color: #333;
    font-weight: 500;
}

header .main-menu li.drop-down a.mouseover + ul.drop-down-menu {
    display: block;
    animation: full-opacity-anim .2s forwards;
}


@keyframes full-opacity-anim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* NAV ICON */

.menu-nav-icon {
    display: none;
    height: 60px;
    width: 50px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-size: 1.8em;
}



/* ---------------------------------
4. SINGLE POST
--------------------------------- */
/*.blog-area {
    padding: 262px 0px 38px;
}*/

.blog-area {
    /*padding: 203px 0px 38px;*/
    padding: 129px 0px 38px;
}

.blog-posts .single-post {
    margin-bottom: 60px;
}

.single-post .icons {
    overflow: hidden;
    line-height: 30px;
    margin: 30px 0 10px;
}

.single-post .icons .caegory-btn {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.single-post .icons ul.social-icons {
    color: #666;
}

.single-post .icons ul.social-icons > li > a {
    padding-left: 15px;
}

.single-post .icons ul.social-icons > li > a > i {
    margin-right: 10px;
}

.single-post .title {
    margin: 20px 0 15px;
}

.single-post .date {
    color: #999;
}

.single-post .desc {
    margin: 30px 0;
}

.single-post .quoto {
    padding: 30px 40px;
    position: relative;
}

.single-post .quoto i {
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.4em;
    color: #FFAD4D;
}


/* POST AUTHOR */

.blog-posts .post-author {
    margin: 30px 0;
    margin-left: 20px;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, .2);
}

.post-author .author-image {
    height: 120px;
    width: 120px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -60px;
    border-radius: 2px;
    overflow: hidden;
}

.post-author .author-info {
    margin-left: 100px;
}

.post-author .name {
    margin-bottom: 15px;
}

.post-author .social-icons {
    margin-top: 15px;
    color: #888;
}

.post-author .social-icons > li > a {
    padding-right: 15px;
}


/* COMMENTS AREA */

.comments-area {
    margin: 50px 0;
}

.comments-area .author-image {
    height: 70px;
    width: 70px;
    border-radius: 100px;
    overflow: hidden;
    float: left;
}

.comments-area .comment-info {
    margin-left: 90px;
}

.comments-area .title {
    margin-bottom: 30px;
}

.comments-area .comment {
    margin-bottom: 30px;
}

.comments-area .date {
    margin: 5px 0 15px;
    color: #888;
}


/* LEAVE COMMENT */

.leave-comment-area {
    margin: 50px 0;
}

.leave-comment-area .title {
    margin-bottom: 30px;
}

.leave-comment input,
.leave-comment textarea {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #aaa;
}

.leave-comment input {
    padding: 10px 0px;
}

.leave-comment textarea {
    padding: 10px 0px;
}


/* ---------------------------------
5. SIDEBAR STYLING
--------------------------------- */

.sidebar-section {
    margin-bottom: 50px;
}

.sidebar-section .title {
    margin-bottom: 30px;
}

.sidebar-area img {
    max-width: 600px;
}


/* ABOUT AUTHOR */

.about-author {
    margin-top: 30px;
    padding: 0 30px 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, .2);
}

.about-author .author-image {
    max-width: 150px;
    margin: 0px auto 20px;
    transform: translateY(-30px);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.about-author .social-icons > li {
    margin: 0 10px;
    color: #888;
    font-size: 1.05em;
}

.about-author .author-name {
    margin: 20px 0;
}

.about-author .signature-image {
    margin: 20px auto 0;
    max-width: 120px;
}

.about-author .read-more-link {
    margin: 20px 0;
    font-size: .9em;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: #FFAD4D;
}

.about-author .read-more-link:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    transition: all .2s;
    background: #FFAD4D;
}

.about-author .read-more-link:hover:after {
    transform: translateX(100%);
}


/* SEARCH AREA */

.src-area {
    line-height: 50px;
    position: relative;
}

.src-area input {
    display: block;
    width: 100%;
    padding: 0 50px 0 20px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #bbb;
}

.src-area .src-btn {
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
}


/* NEWSLETTER AREA */

.newsletter-area {
    padding: 30px;
    background: #29333C;
}

.newsletter-area .title {
    margin: 0;
    color: #fff;
}

.newsletter-area .email-input {
    width: 100%;
    margin: 15px 0;
    border: 0;
    padding: 10px 20px;
    background: #fff;
}


/* CATEGORY AREA */

.category-area .category {
    position: relative;
    margin-bottom: 20px;
}

.category .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 20px;
    background: #FFAD4D;
    color: #fff;
}


/* LATEST POSTS */

.latest-post {
    overflow: hidden;
    margin-bottom: 20px;
}

.latest-post .l-post-image {
    width: 80px;
    float: left;
}

.latest-post .post-info {
    margin-left: 100px;
}

.latest-post .category-btn {
    padding: 5px 10px;
    margin-bottom: 5px;
}

.latest-post .date {
    margin-top: 5px;
    color: #888;
}


/* ADVERTISEMENT AREA */

.advertisement-img {
    position: relative;
}

.advertisement-img .discover-btn {
    position: absolute;
    bottom: 30px;
    padding: 15px 0;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-color: #fff;
    color: #fff;
}

.advertisement-img .discover-btn:hover {
    border-color: #FFAD4D;
}


/* INSTAGRAM */

.instagram-area {
    overflow: hidden;
}

.instagram-area .instagram-img > li {
    width: 30%;
    float: left;
    margin: 0 5px 5px 0;
}


/* TAGS */

.tags-area .tags {
    overflow: hidden;
}

.tags-area .tags > li {
    float: left;
    margin: 0 5px 5px 0;
}

.tags-area .tags > li > a {
    padding: 10px 15px;
}


/* ---------------------------------
6. FOOTER INSTAGRAM STYLING 
--------------------------------- */

.footer-instagram-area {
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.footer-instagram-area .title {
    padding: 20px 0;
}

.footer-instagram-area ul.instagram > li {
    float: left;
    width: 14.285%;
}


/* ---------------------------------
7. FOOTER
--------------------------------- */


.imag-footer img{
    width: 100%!important;
    height: 300px!important;
}

footer {
    background-image: url(http://localhost/constancias/BackeCommColpo.jpg)!important;
    color: #ddd;
}

footer .footer-section {
    margin: 30px 0;
}

footer .copyright {
    color: #ddd;
    font-size: 17px;
    margin-top:35px;
}

footer .social-icons {
    text-align: right;
    font-size:30px;
}

footer .social-icons .facebook{
   background: #3b5998;
   padding: 0px 20px 0px 5px;
   color: white;
   border-radius: 10px;
}

footer .social-icons .twitter{
   background: #55acee;
   padding: 0px 10px 0px 0px;
   color: white;
   border-radius: 10px;
}

footer .social-icons .instagram{
   background: #3f729b;
   padding: 0px 15px 0px 0px;
   color: white;
   border-radius: 10px;
}

footer .social-icons .youtube{
   background: #bb0000;
   padding: 0px 15px 0px 0px;
   color: white;
   border-radius: 10px;
}

footer .social-icons > li > a {
    padding-left: 15px;
}



footer .social-icons .facebook{
   background: #3b5998;
   padding: 0px 20px 0px 5px;
   color: white;
   border-radius: 10px;
}

footer .social-icons .twitter{
   background: #55acee;
   padding: 0px 10px 0px 0px;
   color: white;
   border-radius: 10px;
}

footer .social-icons .instagram{
   background: #3f729b;
   padding: 0px 15px 0px 0px;
   color: white;
   border-radius: 10px;
}

footer .social-icons .youtube{
   background: #bb0000;
   padding: 0px 15px 0px 0px;
   color: white;
   border-radius: 10px;
}
/* ---------------------------------
7. video
--------------------------------- */

                   
.cvc {
  position: relative;
background:url(../../FondoPrevia.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  height: 15em;
  min-height: 15rem;
  width: 100%;
  overflow: hidden;

}

.cvc video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cvc .container {
  position: relative;
  z-index: 2;
}

.cvc .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #c2c0c06b;
  opacity: 0.2;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  cvc {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  cvc video {
    display: none;
  }
}

.mesa{
    width:70%;
    
}


/* ---------------------------------
7. REVISTA
--------------------------------- */

.globalContent {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


html.atlas-guides .covers,
html.guides .covers {
  color: #fff;
  padding-top: 58px;
  padding-bottom: 58px;
}

html.atlas-guides .grid,
html.guides .grid {
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 
}

@supports (display: grid) {
  @media (min-width: 880px) {
    html.atlas-guides .grid,
    html.guides .grid {
      padding: 0;
      display: grid;
    }
  }
}

html.atlas-guides .grid .card,
html.guides .grid .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0);
  transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, box-shadow;
  width: 202px;
  height: 365px;
  max-height: calc(110vw - 40px);
}



@supports (display: grid) {
  @media (min-width: 880px) {
    html.atlas-guides .grid .card,
    html.guides .grid .card {
      width: 100%;
      height: 100%;
      display: inline-block;
      margin: 0 auto 20px;
    }
  }
}

html.atlas-guides .grid .card .content,
html.guides .grid .card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 24px;
  overflow: hidden;
  background-color: #eee;
}

html.atlas-guides .grid .card .content,
html.atlas-guides .grid .card .content .cover,
html.guides .grid .card .content,
html.guides .grid .card .content .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}






html.atlas-guides .grid .card .action,
html.guides .grid .card .action {
  position: absolute;
  left: 5em;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: right;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05rem;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  opacity: 0;
  margin: 20px 24px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}

html.atlas-guides .grid .card:hover .action,
html.guides .grid .card:hover .action {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  
}

html.atlas-guides .grid-main .card:first-of-type .action,
html.guides .grid-main .card:first-of-type .action {
  font-size: 14px;
  margin: 24px 30px;
}

html.atlas-guides .grid .card:hover,
html.guides .grid .card:hover {
  -webkit-transform: perspective(1000px) rotateY(-10deg) translate3d(-3px, 0, 0);
  transform: perspective(1000px) rotateY(-10deg) translate3d(-3px, 0, 0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

html.atlas-guides .grid-main .card:first-of-type:hover,
html.guides .grid-main .card:first-of-type:hover {
  -webkit-transform: perspective(1000px) rotateY(-5deg) translate3d(-3px, 0, 0);
  transform: perspective(1000px) rotateY(-15deg) translate3d(-3px, 0, 0);
}

html.atlas-guides .grid-category,
html.guides .grid-category {
  padding-bottom: 60px;
}

@supports (display: grid) {
  @media (min-width: 400px) {
    html.atlas-guides .grid-category,
    html.guides .grid-category {
      grid-template-columns: repeat(12, 50px);
      grid-column-gap: 27px;
      grid-row-gap: 25px;
      grid-auto-rows: 360px;
    }
    html.atlas-guides .grid-category .card,
    html.guides .grid-category .card {
      grid-column: span 4;
    }
    html.atlas-guides .grid-category .card .content,
    html.guides .grid-category .card .content {
      padding: 0px 1px 0px 0px;
    }
    html.atlas-guides .grid-category .card .content h3,
    html.guides .grid-category .card .content h3 {
      font-size: 11px;
      letter-spacing: 0.73px;
      line-height: inherit;  

    }
    html.atlas-guides .grid-category .card .content h1,
    html.guides .grid-category .card .content h1 {
      letter-spacing: 0;
      margin-top: 6.25rem;
      font-size: 28px;
      font-weight: 600; 
      line-height: 1.25;
      margin-left: 10px;
      background-color: #3333335c;
    
    }
    @media (min-width: 880px) {
      html.atlas-guides .grid-category .card .content h3,
      html.guides .grid-category .card .content h3 {
        font-size: 15px;
        margin-bottom: 42%;
        width: 50%;
        background: #af8d29;
        margin-left: 10px;
      }
    }

html.atlas-guides .grid .card,
html.guides .grid .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0);
  transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, box-shadow;
  width: 250px;
  height: 320px;
  max-height: calc(110vw - 40px);
}


  }
}

@media (min-width: 880px) {
  @supports (display: grid) {
    html.atlas-guides[lang="de"] .grid-category .content h1,
    html.atlas-guides[lang="es"] .grid-category .content h1,
    html.atlas-guides[lang="fr"] .grid-category .content h1,
    html.atlas-guides[lang="it"] .grid-category .content h1,
    html.guides[lang="de"] .grid-category .content h1,
    html.guides[lang="es"] .grid-category .content h1,
    html.guides[lang="fr"] .grid-category .content h1,
    html.guides[lang="it"] .grid-category .content h1 {
      font-size: 22px;
    }
  }
}

html.guides .covers-category {
  color: #fff;
  padding-top: 38px;
  padding-bottom: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.atlas-guides .grid .card .content .title,
html.guides .grid .card .content .title {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #0f090938;
  
}

html.atlas-guides .grid .card .content .title .title-category,
html.guides .grid .card .content .title .title-category {
  text-transform: uppercase;
  margin-top: 10px;
}

html.atlas-guides[lang="de"] .grid .card h1,
html.atlas-guides[lang="de"] .grid .card h3,
html.guides[lang="de"] .grid .card h1,
html.guides[lang="de"] .grid .card h3 {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

html.atlas-guides .collect-email-guide,
html.guides .collect-email-guide {
  width: 100%;
}

html.atlas-guides .grid-main .card:first-of-type .action,
html.guides .grid-main .card:first-of-type .action {
  font-size: 14px;
  margin: 24px 30px;
}

html.atlas-guides .grid-main .card:first-of-type:hover,
html.guides .grid-main .card:first-of-type:hover {
  -webkit-transform: perspective(1000px) rotateY(-5deg) translate3d(-3px, 0, 0);
  transform: perspective(1000px) rotateY(-5deg) translate3d(-3px, 0, 0);
}

@-webkit-keyframes revealGrowX {
  0% {
    -webkit-transform: scaleX(0) translate3d(0, 0, 0);
    transform: scaleX(0) translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: scaleX(1) translate3d(0, 0, 0);
    transform: scaleX(1) translate3d(0, 0, 0);
  }
}

@keyframes revealGrowX {
  0% {
    -webkit-transform: scaleX(0) translate3d(0, 0, 0);
    transform: scaleX(0) translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: scaleX(1) translate3d(0, 0, 0);
    transform: scaleX(1) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
}

@-webkit-keyframes slide-over {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(24px, 0, 0);
    transform: translate3d(24px, 0, 0);
  }
}

@keyframes slide-over {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(24px, 0, 0);
    transform: translate3d(24px, 0, 0);
  }
}







/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#ffffff;;
  background:#000000;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:20px;
  font-weight: 100;
  padding:14px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color: #000000;
  font-size:14px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#7a6333;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:hover a {
  background:#7a6333;
  color:#FFFFFF;
}
 
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background: #fafafa;
}
 
tr:nth-child(odd):hover td {
  background:#7a6333;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:10px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:16px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}


   .loader-page {
    position: fixed;
    z-index: 25000;
    background: rgba(255, 255, 255, 0.5);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
  }
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  }
  
  .grid-container {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: auto auto auto;
    padding: 10px;
    grid-row-gap: 43px;
}


@media only screen and (max-width: 600px) {
    
    .grid-container {
    display: contents !important;
    grid-column-gap: 50px;
    grid-template-columns: auto auto auto;
    padding: 10px;
    grid-row-gap: 43px;
}

.text {
    font-size: 27px;
    padding-top: 0 !important;
    margin-bottom: 32px !important;
}

.edicion {
    position: absolute;
    top: 58% !important;
    left: 31%;
    transform: translate(39%, 218%);
    font-size: 19px;
    margin-bottom: 42%;
    width: 48%;
    background: #af8d29;
    margin-left: 6px;
    color: white;
    font-weight: 300;
}
    
    
}

