/* Light weight; Normal style */
@font-face {
  font-family: "CEC";
  font-style: normal;
  src: url(https://files.cargocollective.com/c150123/logocec2.ttf);
}

/* Light weight; Normal style */
@font-face {
  font-family: "CECL";
  font-style: normal;
  src: url(https://files.cargocollective.com/c150123/iconos-ele.ttf);
}

/* Light weight; Normal style */
@font-face {
  font-family: "CN2020";
    font-style: 800;
  src: url(https://files.cargocollective.com/c150123/ELE-2.ttf);
}
/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
    margin: 0.0em;
	margin-bottom: -0.2em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */
[data-predefined-style="true"] CEC {
	font-size: 2.8rem;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'CEC';
	font-style: 300;
	line-height: 1.2;
}

[data-predefined-style="true"] CEC a {
	padding-bottom: 0.1em;
    font-family: 'CEC';
    color: rgba(0, 0, 0, 0.85);
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] CEC a:hover {
color: rgba(184, 184, 184, 1);
   
}

[data-predefined-style="true"] CECL {
	font-size: 5.5rem;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'CECL';
	font-style: 300;
	line-height: 1.2;
}

[data-predefined-style="true"] CECL a {
	padding-bottom: 0.1em;
    font-family: 'CECL';
    color: rgba(0, 0, 0, 0.85);
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] CECL a:hover {
color: rgba(184, 184, 184, 1);
   
}

[data-predefined-style="true"] CECWEB {
	font-size: 15px;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'CEC';
	font-style: 300;
	line-height: 1.2;
}

[data-predefined-style="true"] CECWEB a {
	padding-bottom: 0.1em;
    font-family: 'CEC';
    color: rgba(0, 0, 0, 0.85);
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] CECWEB a:hover {
color: rgba(184, 184, 184, 1);
   
}


[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight:300;
	color: rgba(0, 0, 0);
	font-family: 'Lato', Icons;
	font-style: 300;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	padding-bottom: 0.1em;
    font-family: 'Lato', Icons;
    color: rgba(0, 0, 0);
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] Serif {
	font-size: 2rem;
	font-weight:400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] Serif a {
	padding-bottom: 0.1em;
    font-family: 'Lato', Icons;
    color: rgba(0, 0, 0, 0.85);
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] Serif a:hover {
border-bottom: 0.0em solid rgba(60, 60, 60, 0.38);
color: rgba(71, 71, 71, 0.4);
   
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}


/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color:#f1bc68;
    line-height: 1;
    padding: 0rem;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
    
}

body.mobile #site_menu_button {
	margin: 0px;
    font-size: 5rem;

}

#site_menu_button.custom_icon {
	width: 328px;
    height: 40px;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
    position: absolute;
    font-family: 'Lato', Icons;
    font-weight: 300;
    font-size: 3rem;
    font-style: normal;
	background: rgba(255, 255, 255, 0.91);
	text-align: start;
	
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	
    color: rgba(0, 0, 0, 1);
    top: 6em;
    font-weight: 300;
    border-bottom: 2px solid #f1bc68;
    margin-bottom: 0.5rem;
    position: relative;
	left: 30% /*!site_menu_button*/
	
	
}

#site_menu .set-link > a {
    
	color: rgba(0, 0, 0, 1);
    top: 6em;
    font-weight: 300;
    border-bottom: 2px solid #f1bc68;
    margin-bottom: 0.5rem;
    position: relative;
	left: 30% /*!site_menu_button*/
}

#site_menu a:active {
	opacity: 0.7;
    
}

#site_menu a.active {
	opacity: 0.5;
    border-bottom: 2px solid rgba(241, 188, 104, 1);
}

#site_menu .close {
	display: none;
	color: #f1bc68;
	line-height: 1;
	font-size: 2rem;
    transition: 0.3s;
}

body.mobile #site_menu .close {
	display: block;
    font-family: 'Lato', Icons;
    font-weight: 500;
	font-size: 8rem;
	right: 2.5rem /*!site_menu_button*/;
	top: 0.5rem /*!site_menu_button*/;
    transition: 0.3s;
    
}

#site_menu .break {
	height: 30px;
}

#site_menu .indent {
	margin-left: 24px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}


body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, .75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}


/* Botones Que aparecen*/

/* Tarjetas Nosotros*/

.tarjeta {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
      border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

/* On mouse-over, add a deeper shadow */
.tarjeta:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* Search results
****************/

#myInput {
    display: block;
    margin: 0 auto;
	width: 600px;  
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: none;
    border-radius: 50px;
  margin-bottom: 12px;
    text-align: center;
    background-color: #f0f0f0;
}

#myInput:hover {
    transition: 0.8s;
    box-shadow: 0 0px 10px -7px rgba(0, 0, 0, 0.5);
}

.tarjetaE {
    /* Add shadows to create the "card" effect */

    /*box-shadow: 0 16px 32px 10px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 16px 25px 0px rgba(0,0,0,0.2);
    transition: 0.3s;
	background-color: #fefefe;
    
}

/* On mouse-over, add a deeper shadow */
.tarjetaE:hover {
    box-shadow: 0 24px 42px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.tarjetablanca {
    /* Add shadows to create the "card" effect */

    /*box-shadow: 0 16px 32px 10px rgba(0,0,0,0.2);*/
    transition: 0.3s;
	background-color: #fefefe;
    
}

.tarjetablanca:hover {
    box-shadow: 0 0px 20px -6px rgba(0,0,0,0.2);
    background-color: #fff;
}

.tarjetaun {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 0px 20px -6px rgba(0, 0, 0, 0.2);
    /*box-shadow: 0 16px 32px 10px rgba(0,0,0,0.2);*/
    transition: 0.3s;
	background-color: #fefefe;
    
}

.tarjetaun:hover {
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.contenedorE {
    background-color: #fff;  
}

.bn{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* Slider Grupos */

/* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
/* Hide the images by default */
.misSlides {
  display: none;
}

.c3Slides {
  display: none;
}

.g11Slides {
  display: none;
}

.g12Slides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

.prevf,
.nextf {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  padding: 3px;
  margin-top: -40px;
  color: white;
  font-size: 1.5rem;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextf {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevf:hover,
.nextf: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.6%;
}

/* Six columns side by side */

.columnanueva {
  display: inline-block;
  margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    border: 1px;
    border-color: #f1f1f1;
    border-style: solid;
}
.columnacontracorriente {
  display: inline-block;
  margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 1%;
    border: 1px;
    border-color: #f1f1f1;
    border-style: solid;
 
}
.column2 {
  float: left;
  width: 16%;
}

/* Add a transparency effect for thumnbail images */
.demo {
 opacity: 1;
}

.active,
.demo:hover {
  opacity: 0.6;
}

/* Add a transparency effect for thumnbail images */
.demos {
  opacity: 0.6;
}

.actives,
.demos:hover {
  opacity: 1;
}

/* Add a transparency effect for thumnbail images */
.demoss {
  opacity: 0.6;
}

.activess,
.demoss:hover {
  opacity: 1;
}

/* Add a transparency effect for thumnbail images */
.demosg11 {
  opacity: 0.6;
}

.activeg11,
.demog11:hover {
  opacity: 1;
}

/* Add a transparency effect for thumnbail images */
.demog12 {
  opacity: 0.6;
}

.activeg12,
.demog12:hover {
  opacity: 1;
}

#miInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1.5rem;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
    margin-top: 20px;;
    border-radius: 35px;
  margin-bottom: 55px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;  
     margin-bottom: 100px;  
}

#myTable p {
  font-size: 1.6rem;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 30px;
        border-radius: 20px;
    -webkit-border-radius: 20px;
}

#myTable tr {
  border-bottom: 1px solid #f0f0f0;
}

#myTable tr:hover {
  background-color: #f0f0f0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
      border: none;
  
}
	

/*
 * Audio Player
 */

.audio-player {
    /*max-width: 36rem;*/
    height: 3.3rem;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px 0px 10px 10px !important;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0em 0px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
    margin: 2px 2px 0em 2px;
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
        margin: 2px 2px 0em 2px;
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
    background: transparent !important;
}

.audio-player .total-time {
    padding-right: 1rem;
    background: transparent !important;
}



.rayader {
margin-right: 0px;
font-size: 1.6rem;
color: #d2beb1;
border-right: solid;
border-width: 2px;
text-align: right;
padding-right: 10px;
}
.rayaizq {
margin-left: 0px;
font-size: 1.6rem;
color: #d2beb1;
border-left: solid;
border-width: 2px;
text-align: left;
padding-left: 10px;
}

@media screen and (min-width: 770px) {  
.esquemaweb {
    max-width: 1280px; 
    margin: 0 auto;
    margin-top:7%;
    margin-bottom: 10%;
    padding: 5rem;
}
 
.mostrarenmobile{
display: none;
}
}
    
@media screen and (max-width: 770px){
  
.esquemaweb {
padding-left:5%;
padding-right:5%;
padding-top:20%;
padding-bottom:10%;
}

.mostrarenweb{
display: none;
}
    
}


/*
 * Fuentes Finales
 */

.serifada {
	font-size: 3rem;
	font-weight:600;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.2;
}
.latoH1 {
	font-size: 4rem;
	font-weight:600;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 600;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH1 a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoH15 {
	font-size: 3.5rem;
	font-weight:600;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 600;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH15 a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoH1L {
	font-size: 3.5rem;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 300;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH1L a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoH2 {
	font-size: 3rem;
	font-weight:600;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 600;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH2 a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoH2L {
	font-size: 3rem;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 300;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH2L a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoH25 {
	font-size: 2.5rem;
	font-weight:600;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 600;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH25 a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoH25L {
	font-size: 2.5rem;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 300;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH25L a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoH3 {
	font-size: 2rem;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 300;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latoH3 a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latobody {
	font-size: 20px;
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 300;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.latogrande {
	font-size: 5.0rem;
	font-weight:800;
	color: rgba(255, 255, 255, 1);
	font-family: 'Lato', Icons;
    margin-top: 0;
    margin-bottom: 0;
}

.latobody a:hover {
color: rgba(71, 71, 71, 0.4);   
}

.latoptarjeta {
	font-weight:300;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Icons;
	font-style: 300;
	line-height: 1.2;
    font-size: 1.4rem !important;
    margin-top: 0;
    margin-bottom: 0;
}

.contenedorCN {
    padding: 9%;
    padding-bottom: 0%;
    padding-top: 15%;
    background-color:white;
}

.contenedorCNC {
    padding: 20%;
    background-color:white;
}

.botonCN{
  border: solid;
  border-width: 2.5px;
  border-radius: 30px;  
  border-color: #2b2b2b;
  background-color:transparent;
  color: #2b2b2b;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;  
  cursor: pointer;
  font-size: 18px;
  transition: 0.5s;
  
}

.botonCN a:hover{
	
    background-color: #2b2b2b;
    color: white;
}

.botonCNB{
  border: solid;
  border-width: 2px;
  border-color: white;
  background-color:transparent;
  color: white;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 1.2rem;
  
}

.botonCNB:hover{
	
    background-color: white;
    color: #2b2b2b;
}

.textop {
  position: absolute;
  text-align: left;
  top:30%;
  padding-left:15%;
}
.textomobil {
  position: absolute;
  text-align: left;
  top:14%;
  padding-left:10%;
  padding-right:10%;
}

.encabezadomaestros{
margin-left: 10%;
margin-right: 10%;
margin-top: 20%;
margin-bottom: 20%;
}

.encabezadosinnada{
margin-top: 43%;
margin-bottom: 2%;    
}

.ubicarflecha {
  
}

.encabezadoactividades{
margin-left: 10%;
margin-right: 10%;
margin-top: 13%;
margin-bottom: 20%;
}

.encabezadoentrega{
margin-left: 10%;
margin-right: 10%;
margin-top: 10%;
margin-bottom: 10%;
}

@media only screen and (max-width: 769px) {
    .encabezadoentrega {
margin-top: 40%;
margin-bottom: 40%;
}
.encabezadomaestros{
margin-top: 40%;
margin-bottom: 40%;
    }
    .encabezadosinnada{
margin-top: 80%;
margin-bottom: 2%;    
}
}

.ubicarhero{
    position: relative;
	bottom: -40%;
}

.flechahome{
    position: relative;
    top: 60%;
  	transform: translate(auto, -60%);
    
}

.flechahome2{
    padding-top: 200px;
	margin: 0 auto;
    width: 0px;

}

.laterales {
margin-left: 10%;
margin-right: 10%;
margin-top: 5%;
margin-bottom: 10%;
}

.fondogris{
background: #f1f1f1;
padding: 10%;
padding-top: 5%;
padding-bottom: 1%;
}

.fondogrisabajo{
background: #f1f1f1;
padding: 10%;
padding-top: 5%;
}
.fondoblanco{
background: white;
padding: 10%;
}

.fondocentrado {
	background: white;
    padding: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.fondoblancohome{
background: white;
padding: 10%;
}



.buscador {
	grid-template-columns: repeat(2, 1fr);
}

.fondoblancotarjetas{
background: white;
padding: 10% 15%;
}

@media only screen and (max-width: 768px) {
    .fondoblancotarjetas {
	background: white;
padding: 10% 10%;
}
}

.fondoamarillo{
padding: 10%;
}

.fondogrisppal{
background: #f1f1f1;
padding: 10%;
}

.fondogrissinmarco{
    background: #f1f1f1;
	padding-top: 10%;
    padding-bottom: 10%;
}

.textoancho {
  position: absolute;
  text-align: left;
  top: 50% ;
   padding-left:8%;
    transform: translate(0, -50%)
}
.textoanchocentro {
  position: absolute;
  text-align: center;
  top: 50%;
        left: 25%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
  
  
}

.textoderecha {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  max-width: 350px;
  
}

.textoderechacentro {
  position: absolute;
  text-align: center;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 475px;
  
}

.bordesnuevos{
	
	border-top-style: solid;
    border-top-color: #dadada;
    border-top-width: 1px;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
    margin-top: 50px;
    font-size: 14px;
    color: rgb(124, 124, 124);
}

.bordesamarillos{
	
	border-top-style: solid;
    border-top-color: #f1bc66;
    border-top-width: 2px;
}

.bordeblanco{
	
	border-top-style: solid;
    border-top-color: #fff;
    border-top-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 4px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.bordeverde{
	
	border-top-style: solid;
    border-top-color: #6a9496;
    border-top-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #6a9496;
    border-bottom-width: 4px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.bordeblancoarriba{
	
	border-top-style: solid;
    border-top-color: #fff;
    border-top-width: 4px;
    padding-top: 2%;
    display: inline-block;
  	line-height: 1;
}

.bordenegroarriba{
	
	border-top-style: solid;
    border-top-width: 4px;
    padding-top: 2%;
    display: inline-block;
  	line-height: 1;
}

.bordeamarilloabajo{
	
    border-top-style: solid;
    border-top-color: #f1bc66;
    border-top-width: 4px;
    padding-top: 2%;
	border-bottom-style: solid;
    border-bottom-color: #f1bc66;
    border-bottom-width: 4px;
    padding-bottom: 2%;
    margin-bottom: 2%;
    display: inline-block;
  	line-height: 1;
    text-align: center;
}

.bordesayb{
	
    border-top-style: solid;
    border-top-width: 4px;
    padding-top: 2%;
	border-bottom-style: solid;
    border-bottom-width: 4px;
    padding-bottom: 2%;
    margin-bottom: 2%;
    display: inline-block;
  	line-height: 1;
    text-align: center;
}

.underline {
  border-bottom: 6px solid;
  display: inline-block;
  line-height: 2;
}

.underline2 {
  border-bottom: 6px solid;
  display: inline-block;
  line-height: 2;
}

.underline4 {
  border-bottom: 6px solid;
  display: inline-block;
  line-height: 2;
}

.underlineblanco {
  border-bottom: 6px solid #fff;
  display: inline-block;
  line-height: 1.1;
}

.underlinefundamento {
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(137, 149, 148);
    line-height: 2;
}

.antes, .antes2, .prev {
    
 	position: absolute;
    text-align: center;
  	top: 50%;
    left: 2%;
    transform: translate(-2%, -50%);
    font-size: 3rem;
    cursor: pointer;
  	user-select: none;
  	-webkit-user-select: none;

}


.despues, despues2, .next {
  position: absolute;
    text-align: center;
  	top: 50%;
    right: 2%;
    transform: translate(-2%, -50%);
    font-size: 3rem;
    cursor: pointer;
  	user-select: none;
 	-webkit-user-select: none;
    font-family: Icons;
}

.tarjetasuave {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 0px 3px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.tarjetasuave:hover {
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
}

contenedortextos {
	max-width: 20%;
    padding: 15%;
}

.latonew{
	font-family: lato,sans-serif;
font-weight: 400;
font-style: normal;
}

/*Menu2019*/

.nuevomenu {
  overflow: hidden;
  background-color: white;

}

.nuevomenu a {
  float: left;
  text-align: right;
  padding: 0px 14px;
  text-decoration: none !important;

}

.nuevomenu a:hover {
  color: #ff8080;
}



.nuevomenu-right {
  float: right;
}

/* The dropdown container */
.nuevosubmenu {
  /*float: left;*/
  float: left;
  overflow: hidden;
    
}

/* Dropdown content (hidden by default) */
.nuevosubmenu-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  padding-top: 10px;
    border-bottom: 1px;
    border-bottom-color: #ececec;
    border-bottom-style: solid;
    padding-bottom: 16px;
    
}

/* Show the dropdown menu on hover */
.nuevosubmenu:hover .nuevosubmenu-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.columnamenu {
  display: inline-grid;
    margin-top: 2%;
  	margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 2%;
}

/* Style links inside the columns */
.columnamenu a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  margin: 5px 20px;

}

.columnamenu a:hover {
  color: #ff8080;
}

/*.columnamenu:hover{
	background-color: #f1f1f1 !important;
}
*/

/* Add a background color on hover */


/*Subrayado animado*/

.subanimado > a {
	position: relative;
  color: #000;
  text-decoration: none;
    display: inline-block;
    margin-bottom: -4%;
}

.subanimado > a:hover {
	color: #000;
    display: inline-block;
    margin-bottom: -4%;

}

.subanimado > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    margin-bottom: -4%;
}

.subanimado a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
    display: inline-block;
    margin-bottom: -4%;
}

/*Subrayado no link*/

.nolink {
	position: relative;
  color: #000;
  text-decoration: none;
    display: inline-block;
    margin-bottom: -4%;
}

.nolink:hover {
	color: #000;
    display: inline-block;
    margin-bottom: -4%;

}

.nolink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    margin-bottom: -4%;
}

.nolink:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
    display: inline-block;
    margin-bottom: -4%;
}

/*Subrayado no link*/

.nolinkn {
	position: relative;
  color: #000;
  text-decoration: none;
    display: inline-block;
    margin-bottom: -4%;
}

.nolinkn:hover {
	color: #000;
    display: inline-block;
    margin-bottom: -4%;

}

.nolinkn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    margin-bottom: -4%;
}

.nolinkn:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
    display: inline-block;
    margin-bottom: -4%;
}

/* Dropdown button */
.botsubmenu {
  border: none;
  outline: none;
  padding: 14px 0px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
cursor: pointer; 
 margin: 0; /* Important for vertical align on mobile phones */
}

.botsubmenu > a {
	position: relative;
  color: #000 !important;
  text-decoration: none !important;
    display: inline-block;
    margin-bottom: -4%;
}

.botsubmenu > a:hover {
	color: #000;
    display: inline-block;
    margin-bottom: -4%;

}

.botsubmenu > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    margin-bottom: -4%;
}

.botsubmenu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
    display: inline-block;
    margin-bottom: -4%;
}

.sombramenu {
	border-bottom: 1px;
    border-bottom-color: #ececec;
    border-bottom-style: solid;
    padding-bottom: 16px;
}

.conv-contenedor {
	position: relative;
    padding: 0, auto;
    margin-bottom: 10px;
  width: 100%;
    word-wrap: break-word;
}
.conv {
  display: table-cell;
  padding-right: 16px;
  vertical-align: middle;
    padding-bottom: 10px;
    height: 0, auto;
    word-wrap: break-word;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .conv-contenedor {
	position: relative;
}
.conv{
  display:block;
}
}

.subida {
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 0.8s;
}

.subida:hover {
  background-size: 3px 50px;
  cursor: pointer;
}

.subida2 {
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 0.8s;
}

.subida2:hover {
  background-size: 3px 50px;
    cursor: pointer;
}

.subida3 {
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 0.8s;
}

.subida3:hover {
  background-size: 3px 50px;
    cursor: pointer;
}

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 100px;
	margin-top: 125px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 55px;
  width: 40px;
  border-radius: 30px;
  transform: none;
  border: 4px solid white;
}

.wheel {
  display: block;
  margin: 9px auto;
  background: white;
  position: relative; 
  height: 6px;
  width: 6px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.margenescuadroP{
  margin: 0 auto;
background-color: white;
margin-bottom: 10%;
margin-top: 60%;
    max-width: 900px;
    text-align: center;
}

.contenedorminiaturas{
	border-top: 3px;
  	border-top-style: solid;
    padding-top: 19px;
}

.nombreequipo{
	float: left;
    margin-left: 5%;
    color: white !important;
}

.fronteras {
    max-width: 800px;
    max-height: auto;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1200px) {
  .fronteras {
	max-width: 700px;
}
}

.margenesunidades {
	margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

@media screen and (max-width: 760px) {
  .margenesunidades {
	margin-top: 15%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}
}

.tarjetahorizontes {
    max-width: 1180px;
    max-height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.fondogris{
	padding: 3%;
    background: #f1f1f1;
    padding-top: 10%;
    padding-bottom: 10%;
}

.fondogrupal {
	padding: 3%;
    background: white;
    padding-top: 10%;
    padding-bottom: 10%;
}

.marcoentregas{
    max-width: 1180px;
    margin: 0 auto;
    text-align: center; 
}

.tarjetaentregas{
    text-align: center;
    background: rgb(242, 242, 242);
    padding: 10%;
    padding-bottom: 5%;
    text-align: left;
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

.persona {
    max-width: 1180px;
    max-height: auto;
    margin: 0 auto;
    text-align: center;
}

.textoentregafinal{
	padding: 5%;
    text-align:center;
}

.espacio {
	padding-top: 6%;
    padding-bottom: 6%;
}

.flechagrupal{
    position: relative;
    margin: 0 auto;
    top: 80%;
}

.gridproyectos {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-gap: 20px;
    
}

.gridproyectos div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
    background: white;
  }

.gridproyectos img {
    z-index: 1;
	max-width: 100%;
    max-height: 400px;
	object-fit: cover;
    border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
  }

@media screen and (max-width: 769px) {
 .gridparejas {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  padding-bottom: 10%;
}
  .gridproyectos {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  padding-bottom: 10%;
}
 .flechagrupal{
    top: 75%;
}
 .bordesnuevos {
	border: none;
}
 
}
.contenedorhorizontes{
	padding: 10% 12% 5% 12%;
}

.contenedorproyectos{
	padding: 15% 12% 0% 12%;
}

/*2020*/


.botonmas2{
  border: solid;
  border-width: 2.5px;
  border-color: #2b2b2b;
  background-color:transparent;
  padding: 0px 4px 3px 4px;
  font-family: Icons, 'Lato';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;
  
}

.botonmas2:hover{
    background-color: #2b2b2b;
    color: white;
}

.textolateral a:hover button{
    background-color: black;
    color: white;
}

.gridparejas a:hover button{
    background-color: black;
    color: white;
}
.gridpersonajes a:hover button{
    background-color: black;
    color: white;
}
.griddescargables a:hover button{
    background-color: black;
    color: white;
}

.gridunidades a:hover button{
    background-color: black;
    color: white;
}
.gridciclos a:hover button{
    background-color: black;
    color: white;
}

.uniades a:hover button{
    background-color: black;
    color: white;
}

.gridhome a:hover button{
    background-color: black;
    color: white;
}
.gridmitades a:hover button{
    background-color: black;
    color: white;
}


.tarjetanarrativas{
    margin: 0 auto;
    text-align: center;
    background: white;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.perfilnarrativas{
	position: relative;
  	transform: translate(0, -15%);
    -webkit-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0%;
    
}

.ladoatras{   
  border: solid;
  border-color: #393939;
  color: #393939;
  background-color: transparent;  
  padding: 3px 5px;
  margin-right: 12px;   
  font-family: Icons, 'Lato';
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.8s;
}

.espacioboton {
    position: relative;
    padding-bottom: 20px;
}

.ladoatras2 {  
  border: solid;
  border-color: white;
  color: white;
  background-color: transparent;  
  padding: 7px 9px 9px 9px;
  font-family: Icons, 'Lato'; 
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;
}

.ladoatras2:hover {
      border: solid;
  border-color: transparent;
  background-color: white;
    color: #d6d6d6;
  transition: 0.8s;
}

.botonatras {
	margin-bottom: 0px;
}


.botonatras:hover span{
	margin-bottom: 40px;
      border: solid;
  border-color: rgb(84, 114, 105);
  background-color: rgb(84, 114, 105);
    color: white;
  transition: 0.8s;
}

.botonatras2 {
	margin-bottom: 0px;
}
.botonatras2:hover span{
	margin-bottom: 40px;
      border: solid;
  border-color: #688ec6;
  background-color: #688ec6;
    color: white;
  transition: 0.8s;
}

.iconos {
	padding-bottom: 14px;
    margin: 0px;
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.iconos img {
    border-radius: 0px 0px 0px 0px !important;
-moz-border-radius: 0px 0px 0px 0px !important;
-webkit-border-radius: 0px 0px 0px 0px !important;
}

.objetivos {
	padding-bottom: 0px;
    margin: 0px;
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.botonhome {
    border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 25px 25px 25px 25px;
   box-shadow: 0 16px 32px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}


#myBtnContainer {
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 50px;
    text-align: center;
}


.botonCN2{
  border: solid;
  border-width: 2.5px;
  border-radius: 30px;  
  border-color: transparent;
  background-color:transparent;
  color: #2b2b2b;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;  
  cursor: pointer;
  font-size: 18px;
  transition: 0.5s;
  width: 100%;
  box-shadow: 0 16px 32px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
	background-color: #fefefe;  
}

.botonCN2:hover{
  border-color: transparent;
  color: #fff;
	background-color: #2b2b2b;  
}

.tile {
	  position: relative;
  display: inline-grid;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
  max-width: 300px;  
  padding: 20px;  
    object-fit: cover;
}

.tile div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  }

.tile img {
max-width: 100%;
    max-height: 190px;
    object-fit: cover;
    border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
}

.tileunidades {
	  position: relative;
  display: inline-grid;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
  max-width: 270px;  
  padding: 20px;  
    object-fit: cover;
}

.tileunidades div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  }

.tileunidades img {
max-width: 100%;
    max-height: auto;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

.gridencuentros2020 {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
    
}

.textounidad {
	display: grid;
    text-align: center;
    padding-top: 10px;
    border-top: solid #3e3e3e 2px;
    border-radius: 0px 0px 0px 0px !important;
-moz-border-radius: 0px 0px 0px 0px !important;
-webkit-border-radius: 0px 0px 0px 0px !important;
    color: #3e3e3e;
}

.sidenav {
  /**heightl: 100%;**/
  overflow: scroll;
  transition: 0.2s; 
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  color: #818181;
  display: block;
  transition: 0.2s;
}

.sidenav a:hover {
  color: #f1f1f1;
    transition: 0.2s;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  cursor: pointer;
    width: 90%;
  padding: 12px;
  margin: 4px 4px 4px 8px;  
  text-align: left;
  border: none;
  outline: none;
  transition: 0.2s;
  color: #2d2d2d;
  background-color: transparent;
    overflow: scroll;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover active {
  background-color: #ebebeb !important;
    border-radius: 30px;
    transition: 0.2s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #ebebeb !important;
    border-radius: 30px;
    transition: 0.2s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active {
  background-color: #ebebeb;
    border-radius: 30px;
    transition: 0.2s;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 8px 8px 8px 8px;
  margin: 0px;  
  color: #2d2d2d;
  display: none;
    transition: 0.2s;
    overflow: scroll;
}

.panel.cerrar {
  display: none;
}

.capa2 {
    margin: 0 auto;
  cursor: pointer;
  padding: 13px;
  width: 90%;
  text-align: left;
  border: none;
  outline: none;
  background-color: #f8f8f8;  
  border-radius: 30px;
    transition: 0.2s;
    overflow: scroll;
    
}

.capa2:hover {
  background-color: #ebebeb; 
    transition: 0.2s;
}

#nav-container {
  margin-left: auto;
  position: relative;
    float: right;
    transition: 0.4s;
    overflow: scroll;
}

#nav-toggle {
  display: block; 
  width: 30px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    float: right;
	margin: 40px 40px !important;
    overflow: scroll;
}

#nav-toggle span {
background-color: white;
  border-radius: 60px;
  display: block;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
    overflow: scroll;
    
}

#noshow.open {
	visibility: hidden;
     -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
    overflow: scroll;
}

#nav-toggle span:nth-child(1) {
  top: 4px;
      width: 100%; 
  height: 4px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
    left: 12px;
      width: 60%;
  height: 4px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#nav-toggle span:nth-child(3) {
  top: 24px;
      width: 0%;
  height: 4px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#nav-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
      width: 100%;
  top: 3px;
  left: 4px;
}

#nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-toggle.open span:nth-child(3) {
      width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 25px;
  left: 4px;
}

#nav-toggle.open span {
	background-color: #2a2a2a !important;
}

#nav-overlay {
  float: right;  
  position: relative;
  top: 16px;
  right: 16px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  -webkit-transition: 4s;
  transition: 4s;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
    overflow: scroll;
}

#nav-overlay.open {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

#nav-fullscreen {
  position: fixed;
  max-width: 400px;  
  right: 0;
  top: 0;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
    overflow: scroll;
}
#nav-fullscreen ul {
  list-style: none;
}
#nav-fullscreen a {
  color: #000;
  text-decoration: none;
}

#nav-fullscreen.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
    background-color: #f8f8f8;
    overflow: scroll;
}

#nav-overlay {
  background: -webkit-gradient(linear, right top, right bottom, color-stop(10%, #d7d7d7), color-stop(90%, #fff));
  background: linear-gradient(180deg, #d7d7d7 10%, #fff 90%);
}

#nav-toggle.open span {
    background-color: #2a2a2a;
}

#nav-fullscreen {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
   align-items: center;
  -webkit-box-pack: center;
   justify-content: center;
    text-align: center;
    overflow: scroll;
}

.logo{
	padding: 40px 40px !important;
}

/*FIN 2020*/


/* Encabezado Proyectos */
/* Contenedor */
.encabezadoproyectos{
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    display: inline-table;
    vertical-align: middle;
}

/* Texto Encabezado */
.textoencabezado{
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

/* EXP Narrativas Encabezado */
.tarjetaexp{
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 15px;
}


/* Perfil del Equipo Estandar */

.botonequipos{
  border: solid;
  border-width: 3px;
  border-color: #2b2b2b;
  background-color:transparent;
  color: #2b2b2b;
  padding: 1% 5%;
  font-family: Icons, 'Lato';
  text-align: center;
  text-decoration: none;
  margin: 20px 0px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 18px;  
  font-weight: 600;
  transition: 0.5s;
  
}

.botonequipos:hover{
    background-color: #2b2b2b;
    color: white;
}

/* Fondo */
.fondoequipo{
	padding: 20px;
    padding-bottom: 10%;
    background: white;
}

/* Contenedor */
.perfilgrupal{
    max-width: 1180px;
    margin: 0 auto;
    text-align: center; 
}

/* Contiene Perfil */
.tarjetaequipo{
    margin: 0 auto;
    text-align: center;
    background: white;
    margin-bottom: 25px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    padding: 15px;
}

/* Espaciado del Parrafo */
.textoequipo{
    max-width: 900px;
    margin: 0 auto;
	padding: 15%;
    padding-top:10%;
    padding-bottom: 5%;
}

/* Botones Etapas */
.textopersonajes{
margin-top: 20px;
padding-bottom:20px;
}

.encuentrotexto {
	margin-top: 20px;
padding-bottom:20px;
    text-align: left;
    padding-left: 26px;
    padding-right: 26px;
}

/* Personas del Equipo */
.gridpersonajes {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
    
}

.gridpersonajes div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  }

.gridpersonajes img {
	max-width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
  }

#div2 {
text-align: center;
}

#mover {
scroll-behavior: smooth;
-webkit-scroll-behavior: smooth;    
}
#mover2 {
scroll-behavior: smooth;
-webkit-scroll-behavior: smooth;
}

.contain {
  width: 100%;
}
.row {
  overflow: auto;
  width: 100%;
}
.row__inner {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  /*margin: 70.3125px 0;*/
  margin: 0 auto;  
  margin: 40px 0px 10px 0px;  
  padding-bottom: 0px;
}
/*
.tile:hover .tile__details {
  opacity: 1;
}

.row__inner:hover {
  transform: translate3d(-20px, 0, 0);
}

.row__inner:hover .tile {
  opacity: 0.3;
}

.row__inner:hover .tile:hover {
  transform: scale(1.1);
  opacity: 1;
}

.tile:hover ~ .tile {
  transform: translate3d(20px, 0, 0);
}
*/



/* HOME */
.gridencuentros2020 {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:20px; 
}

.gridencuentros2020 div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  }

.gridencuentros2020 img {
	max-width: 100%;
    max-height: 190px;
    object-fit: cover;
    border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
  }

/* HOME */
.gridbuscador {
  display: grid;
     grid-template-columns: repeat(2, 1fr);
  max-width: 1180px;
  margin: 0 auto;
  grid-gap: 20px;
    align-items: baseline;
    
}

.textolateral {
	padding-top: 0px;
    margin-top: 0px;
}

.textolateralencuentros {
	padding-top: 0px;
    margin-top: 0px;
}

/* Descargables del Equipo */
.griddescargables {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
    
}

.griddescargables div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  }

/* Contiene Entrega Final */

.tarjetahorizontes{
        border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	margin: 0 auto;
     margin-top: 20px;
    margin-bottom: 40px;
    background: white;
    padding: 15px;
}

.tarjetahorizontes img{
        border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

/* Provisional */
.gridparejas {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  object-fit: cover;  
}

.gridparejas div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
 text-align: left;
  }


.gridparejas img {
	max-width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
  }

.gridconversacion {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  object-fit: contain;  
}

/* Fin Perfil Equipo */

    .formatonarrativas {
	max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 20px 20px 0px 0px;
    color: #2d2d2d !important;
    background-color: #f5f5f5;     
}

.formatonarrativas {
	max-width: 1180px;
    margin: 0 auto;
    padding: 40px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 20px 20px 0px 0px;
    color: #2d2d2d !important;
    background-color: #f5f5f5;     
}
 

video {
      width: 100%;
}

.videonarrativas {
    max-width: 1180px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.videonarrativas video {
    max-width: 1180px;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
    border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 10px 10px 10px 10px;
    
}

/* Perfil del Estudiante Estandar */

/* Fondo */
.fondopersonas{
	padding: 20px;
    background: #f1f1f1;
}

/* Contenedor */
.perfilpersonal{
	position: relative;
  	transform: translate(0, -15%);
    -webkit-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0%;
    
}

/* Contiene Perfil */
.tarjetapersona{
    margin: 0 auto;
    text-align: center;
    background: white;
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    padding: 15px;
}

/* Espaciado del Parrafo */
.textopersona{
	padding: 15%;
    padding-top:10%;
    padding-bottom: 10%;
}

/* Botones Etapas */
.gridparejas2 {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
  grid-gap: 15px; 
}

/* Estilo Botones */

.gridparejas2 div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  }

.botonmas{
  border: solid;
  border-width: 3px;
  border-color: #2b2b2b;
  background-color:transparent;
  color: #2b2b2b;
  padding: 1% 5%;
  font-family: Icons, 'Lato';
  text-align: center;
  text-decoration: none;
  margin: 20px 0px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 30px;
  transition: 0.5s;
  
}

.botonmas:hover{
    background-color: #2b2b2b;
    color: white;
}

/* Contiene Entrega Final */

.tarjetaentregafinal{
	margin: 0 auto;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

.gridentregafinal {
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  display: grid;
  max-width: 1180px;
  max-height: auto;
  margin: 0 auto;
  grid-template-columns: 800px minmax(250px, 1fr);
  grid-gap: 20px;
    
}

.gridentregafinal div {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
    background: white;
    
  }

.gridentregafinal img {
    z-index: 1;
    max-width: 100%;
    max-height: 560.093px;
    object-fit: contain;

  }

/* Contiene Miniaturas Entrega */
.gridminiaturas {
  display: grid;
  max-width: 335px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(9,1fr);
  grid-gap: 11px;
  align-self: center;
  align-content: space-around;   
}

.gridminiaturas div {
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    background: white;
    border: 1px solid #eaeaea;
    -moz-border: 1px solid #eaeaea;
    -webkit-border: 1px solid #eaeaea;
  }

.gridminiaturas img {
    max-width: 100%;
    max-height: 49px;
    object-fit: contain;
    border-radius: 2px 2px 2px 2px !important;
-moz-border-radius: 2px 2px 2px 2px !important;
-webkit-border-radius: 2px 2px 2px 2px !important;
  }

/* Contiene Cierre */
.cierrecool {
    position: relative;
  	top: 140px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0%;
    font-size: 35px;
	font-weight:bold;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.2;
}

/* Fin Perfil Personal */


/*Nueva Experiencia*/
.gridhome {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  justify-items: center;
  align-items: center;
  padding-bottom: 80px;  
}
.gridhome img {
	max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-left: 0px;
  }

.gridcollage {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 40% 1fr 1fr;
  grid-gap: 40px;
  align-items: center;
  padding-bottom: 50px;   
}

.gridcollage img {
	max-width: 100%;
    max-height: 800px;
    object-fit: contain;
    margin-left: 0px;
  }

.gridcollage2 {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 20px;
  justify-items: center;
  align-items: center; 
}

.gridcollage3 {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  align-items: center;
  padding-bottom: 50px;  
}

.gridcollage3 img {
	max-width: 100%;
    max-height: 330px;
    object-fit: cover;
    margin-left: 0px;
    margin-bottom: 60px;
  }

.gridunidades {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 40% 1fr;
  grid-gap: 40px;
  justify-items: center;
  align-items: center;
  padding-bottom: 0px;   
}
.gridunidades img {
	max-width: 100%;
    max-height: 800px;
    object-fit: contain;
    margin-left: 0px;
  }

.imagensola img {
	max-width: 100%;
    max-height: 800px;
    object-fit: contain;
    margin-left: 0px;
  }

.gridtercio {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  grid-template-columns: 1fr 300px;
  grid-gap: 150px; 
    align-items: baseline;
}

.gridencuentros {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  grid-template-columns: 1fr 300px;
  grid-gap: 40px; 
    align-items: baseline;
}

.tituloh35{
    font-size: 27px;
	font-weight:bold;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Lato", Icons;
	font-style: normal;
	line-height: 1.2;
    margin: 0px 0px 12px 0px;
}
.tituloh4{
    font-size: 20px;
	font-weight:bold;
	color: rgba(213,213,213);
	font-family: "Lato", Icons;
	font-style: normal;
	line-height: 1.2;
    margin: 26px 0px;
}

.encabezadoexperiencias{
    padding: 400px 50px 80px 50px;
}

.espaciadomaximo {
    max-width: 1180px;
    max-height: auto;
    object-fit: contain;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.espaciadomaximo2 {
    max-width: 130px;
    margin: 0 auto;
    padding-top: 20px !important;
}
.espaciadomaximoglosario {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px !important;
}

.alineados {
    max-width: 1180px;
display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.textoprincipal {
  max-height: auto;
  position: relative;
  bottom: -65%;
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr 50px;
  grid-gap: 170px;
  align-items: flex-end;  
}

.textopencuentros {
  max-height: auto;
  position: relative;
  bottom: -60%;
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-gap: 170px;
  align-items: flex-end;  
}

.textocentrado {
  max-width: 1180px;
  margin: 0 auto;
}

.textointro {
    font-size: 24px;
	font-weight:600;
	font-family: 'Lato', Icons;
	font-style: 600;
	line-height: 1.5;
    color: rgb(88, 88, 88);
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.textotitulo{
     font-size: 25px;
	font-weight:600;
	font-family: 'Lato', Icons;
	font-style: 600;
	line-height: 1.2;
    color: white;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 1px;
   
}
.textosubtitulo{
    font-size: 50px;
	font-weight:800;
	font-family: 'Lato', Icons;
	font-style: 800;
	line-height: 1.2;
    color: white;
    text-align: left;
    margin: 0 0;
    letter-spacing: 5px;
}

.griddos {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 300px 1fr;
  grid-gap: 80px;
  justify-items: center;
  align-items: center;
}

.gridmitades {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  justify-items: center;
  align-items: center;
  padding-bottom: 80px;  
}

.gridmitades img {
	max-width: 100%;
    max-height: 150px;
    object-fit: contain;
  }
.textomitades {
	margin: 45px;
}


.gridcuatro {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin-top: 50px; 
}
.gridcuatro img {
	max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin-left: 0px;
    margin-bottom: 20px;
  }

.griddos img {
	max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    margin-left: 0px;
  }
.gridciclos {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}
.gridciclos div {
    border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
    background-color: white;
}
.gridciclos img {
	max-width: 100%;
    max-height: 375px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
  align-items: flex-end;
  }
.gridtextos {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;  
  padding: 0px 0px; 
  padding-top: 40px;
}

.imagensola2 {
    border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  }
.imagensola2 img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 0px 10px 10px 0px;
    object-fit: cover;
    max-height: 550px;
    
  }

.imagensola3 {
    border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  }
.imagensola3 img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
    object-fit: cover;
    max-height: 550px;
    
  }

.imagensolahome img {
	max-width: 100%;
    max-height: 800px;
    object-fit: cover;
  }

.imagencontain img {
	max-width: 100%;
    object-fit: contain;
  }

.fondoprincipal{
	background: white;
    padding: 50px 50px 50px 50px;
}

/*Fin Experiencia Nueva*/

.bajarhome{   
  border: solid;
  border-color: white;
  color: white;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  text-align: center;
  float: none;
  width: 50px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;
  margin-top: 200px;  
}
.bajarhome div{   
  display:none;
}

.bajarhome:hover{   
  color: #858585;
  background-color: white;   
}
.bajarhome:hover div{   
  display:inline;
  position: absolute;
  margin: 0 auto;  
  text-align: center;
  margin-top: -50px; 
  margin-left: -28px;
  color: white;  
  font-weight: 300;  
}

.botonmasnext2{   
  border: solid;
  border-color: #2b2b2b;
  color: #2b2b2b;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  width: 50px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s; 
float: right;
}
.botonmasnext2 div{   
  display:none;
}

.botonmasnext2:hover{   
  color: white;
  background-color: #2b2b2b;   
}
.botonmasnext2:hover div{   
  display:inline-block;
  position: absolute;
  margin: 0 auto;  
  max-width: 800px;  
  text-align: right;
  margin-top: 0px; 
  margin-left: -204px;
  color: #2b2b2b; 
  font-size: 20px;  
  font-weight: 300;  
}

.botonmasnext{   
  border: solid;
  border-color: #2b2b2b;
  color: #2b2b2b;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  width: 50px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s; 
    float: right;
}
.botonmasnext div{   
  display:none;
}

.botonmasnext:hover{   
  color: white;
  background-color: #2b2b2b;   
}
.botonmasnext:hover div{   
  display:inline-block;
  position: absolute;
  margin: 0 auto;  
  max-width: 800px;  
  text-align: right;
  margin-top: 0px; 
  margin-left: -204px;
  color: #2b2b2b; 
  font-size: 20px;  
  font-weight: 300;  
}

.botonmasnextb{   
  border: solid;
  border-color: #fff;
  color: #fff;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  width: 50px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s; 
    float: right;
}
.botonmasnextb div{   
  display:none;
}

.botonmasnextb:hover{   
  color: #b8b8b8;
  background-color: #fff;   
}
.botonmasnextb:hover div{   
  display:inline-block;
  position: absolute;
  margin: 0 auto;  
  max-width: 800px;  
  text-align: right;
  margin-top: 0px; 
  margin-left: -204px;
  color: #fff; 
  font-size: 20px;  
  font-weight: 300;  
}

.botonmasnextiz{   
  border: solid;
  border-color: #2b2b2b;
  color: #2b2b2b;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  width: 50px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;  
}
.botonmasnextiz div{   
  display:none;
}

.botonmasnextiz:hover{   
  color: white;
  background-color: #2b2b2b;   
}
.botonmasnextiz:hover div{   
  display:inline-block;
  position: absolute;
  margin: 0 auto;  
  max-width: 800px;  
  text-align: left;
  margin-top: 0px; 
  margin-left: 54px;
  color: #2b2b2b; 
  font-size: 20px;  
  font-weight: 300;  
}

.botonmasnextizb{   
  border: solid;
  border-color: #fff;
  color: #fff;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  width: 50px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;  
}
.botonmasnextizb div{   
  display:none;
}

.botonmasnextizb:hover{   
  color: #9d9d9d;
  background-color: #fff;   
}
.botonmasnextizb:hover div{   
  display:inline-block;
  position: absolute;
  margin: 0 auto;  
  max-width: 800px;  
  text-align: left;
  margin-top: 0px; 
  margin-left: 54px;
  color: #fff; 
  font-size: 20px;  
  font-weight: 300;  
}

.botonmasnextiz2{   
  border: solid;
  border-color: #2b2b2b;
  color: #2b2b2b;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  width: 50px;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;
    float: center;
}
.botonmasnextiz2:hover{   
  color: white;
  background-color: #2b2b2b;   
}

.bajar{   
  border: solid;
  border-color: white;
  color: white;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  text-align: center;
  float: right;  
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;
}
.bajar div{   
  display:none;
}

.bajar:hover{   
  color: #858585;
  background-color: white;   
}

.bajar:hover div{   
  display:inline;
  position: absolute;
  margin: 0 auto;  
  text-align: center;
  margin-top: -55px; 
  margin-left: -41px;
  color: white;  
  font-weight: 300;  
}

.imagenfondos{
	object-fit: contain !important;
    padding-bottom: 150px;
    background-color: white;
}

.ubicarhero2020{
	margin: 0 auto;
    max-width: 1180px;
    position: relative;
    bottom: -40%;
}

.oculto {
    display: none;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: Lato, Icons;
	font-style: normal;
	font-weight: 400;
    letter-spacing: 0.1em;
    cursor: pointer;
  vertical-align: middle;
}

.ocultando:hover .oculto {
  display: inline;
}

.proyectosr {
position: relative;
  float: right;
  display: inline;
  margin-right: 3%;
  padding-right: 10px;
  height: 40px;
  border-right: 3px solid white;
    cursor: pointer;
    vertical-align: middle;
}

.proyectosr {
  -webkit-animation: linead 0.6s linear infinite;
  -moz-animation: linead 0.6s linear infinite;
  animation: linead 0.6s linear infinite;
}

@-webkit-keyframes linead{
   0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
}

@-moz-keyframes linead{
0% { right: 1px; }
  25% { right: 3px; }
  50% { right: 10px;}
  75% { right: 3px;}
  100% { right: 1px;}
}
@-o-keyframes linead {

0% { right: 1px; }
  25% { right: 3px; }
  50% { right: 10px;}
  75% { right: 3px;}
  100% { right: 1px;}
}
@keyframes linead {

  0% { left: 1px; }
  25% { left: 3px; }
  50% { left: 10px;}
  75% { left: 3px;}
  100% { left: 1px;}
}


.proyectosl {
    
        position: relative;
  float: left;
  display: inline;
  margin-left: 3%;
  padding-left: 10px;
  height: 40px;
  border-left: 3px solid white;
    cursor: pointer;
    vertical-align: middle;
}

.proyectosl {
  -webkit-animation: lineal 0.6s linear infinite;
  -moz-animation: lineal 0.6s linear infinite;
  animation: lineal 0.6s linear infinite;
}

@-webkit-keyframes lineal{
   0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
}

@-moz-keyframes lineal{
0% { right: 1px; }
  25% { right: 3px; }
  50% { right: 10px;}
  75% { right: 3px;}
  100% { right: 1px;}
}
@-o-keyframes lineal {

0% { right: 1px; }
  25% { right: 3px; }
  50% { right: 10px;}
  75% { right: 3px;}
  100% { right: 1px;}
}
@keyframes lineal {

  0% { right: 1px; }
  25% { right: 3px; }
  50% { right: 10px;}
  75% { right: 3px;}
  100% { right: 1px;}
}

.espacioabajo {
	padding-bottom: 50px;
}

.espaciobuscador{
background: white;
    max-width: 1180px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
margin: 0 auto;
}

@media screen and (max-width: 1245px) {  
    
    #myInput {
    width: 600px;
}
    
    .espaciobuscador{
background: white;
    max-width: 1180px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
margin: 0 auto;
}
    
    .espaciobuscador{
    max-width: 800px;
    grid-template-columns: 1fr;
}
    
    .espacioabajo {
	padding-bottom: 40px;
}
    
.grafico {
  grid-area: a;
}
.grafico2 {
  grid-area: b;
}
   
    .grafico3 {
  grid-area: c;
}
   
    .gridcollage {
  display: grid;
  max-width: 800px;
  padding-top: 40px;      
  grid-template-columns: 1fr;
  grid-template-areas: 
            "a a a"
            ". b c"
            ". b c";
  grid-gap: 40px;
  align-items: center;
  padding-bottom: 50px;   
}

.gridcollage img {
	max-width: 100%;
    max-height: 800px;
    object-fit: contain;
    margin-left: 0px;
  }

.gridcollage2 {
  display: grid;
  grid-template-columns:60px 1fr;
  grid-gap: 0px;
  justify-items: center;
  align-items: center; 
}

.gridcollage3 {
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  align-items: center;
  padding-bottom: 50px;  
}
    
    
.imagensolahome img {
	max-width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
    
    .formatonarrativas {
	max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 20px 20px 0px 0px;
    color: #2d2d2d !important;
    background-color: #f5f5f5;     
}

.videonarrativas {
    max-width: 800px;
    margin-bottom: 80px;
}
     
.ubicarhero2020{
	margin: 0 auto;
    max-width: 1180px;
}
    
.gridhome {
  max-width: 800px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding-bottom: 50px;  
}
.gridhome img {
	max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-left: 0px;
  }
    
.gridmitades {
  max-width: 800px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding-bottom: 50px;  
}

.textomitades {
	margin: 30px;
}
    

.gridciclos {
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
    
.gridciclos img {
	max-width: 100%;
    max-height: 256px;
  }
    
    .gridcuatro {
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  margin-top: 50px; 
 
}
.gridcuatro img {
	max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin-left: 0px;
    margin-bottom: 20px;
  }
    
    .imagensola img {
	max-width: 100%;
    object-fit: contain;
    margin-left: 0px;
  }
    .gridconversacion {
  display: grid;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;  
  object-fit: contain;
}
  
    .gridconversacion img {
	max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    margin-left: 0px;
  }

    
    
.bajarhome {    
	margin-top: 150px;
}
.bajarhome:hover div{   
  margin: 0 auto;  
  text-align: center;
  margin-top: -50px; 
  margin-left: -18px; 
}
    
.gridunidades {
  max-width: 800px;
  grid-template-columns: 40% 1fr;  
  grid-gap: 20px;
  padding-top: 50px; 
}
.gridunidades img {
    max-height: 450px;
    object-fit: contain;
    margin-left: 0px;
  }
  
    
.gridtercio {
  display: grid;
  max-width: 830px;
  margin: 0 auto;
  padding-top: 0px;
  grid-template-columns: 1fr 270px;
  grid-gap: 40px;  
}
    
/*Nueva Experiencia*/
.espaciadomaximo {
max-width: 800px;
}
    
.espaciadomaximo img {
}

.textoprincipal {
     max-width: 830px;
}
.textocentrado {
  max-width: 830px;
}
    

.griddos {
  display: grid;
  max-width: 800px;
  grid-template-columns: 270px 1fr;
  grid-gap: 40px;
}

.griddos img {
	max-width: 100%;
    max-height: 350px;
  }

.gridtextos {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;  
}

.fondoprincipal{
	background: white;
    padding: 50px 50px 50px 50px;
}

/*Fin Experiencia Nueva*/
    
/* Encabezado Proyectos */
/* Contenedor */
.encabezadoproyectos{
    max-width: 830px;
}
/* Texto Encabezado */
.textoencabezado{
    max-width: 675px;
}
    
/* Perfil del Equipo Ajuste 1245 */
/* Contenedor */
.perfilgrupal{
max-width: 830px;
}

.gridpersonajes img {
	max-width: 100%;
    max-height: 263px;
    object-fit: cover;
  }
    
/* Provisional */

.gridparejas img {
	max-width: 100%;
    max-height: 263px;
  }
    
/* Fin Perfil Equipo Ajuste 1245 */

  /* Perfil del Estudiante Ajuste 1245 */
/* Contenedor */
.perfilpersonal{
max-width: 840px;
}

/* Contiene Entrega Final */
.gridentregafinal {
  max-width: 800px;
  grid-template-columns: 100%; 
  object-fit: contain;
}

/* Contiene Miniaturas Entrega */
  .gridminiaturas {
  max-width: 800px; 
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3,1fr);
  grid-gap: 10px; 
  }
  .gridminiaturas img {
  max-width: 100%;
  max-height: 39px;
  }
/* Fin Perfil 1245 */    
}

.integrantesesp{
	padding-top: 200px;
    padding-bottom: 100px;
}


@media screen and (max-width: 900px) {
    
        .espaciobuscador{
    max-width: 614px;
    grid-template-columns: 1fr;
}
        #myInput {
    width: 300px;
    margin: 0 auto;
}
    
    #myBtnContainer {
  grid-template-columns: repeat(3, 1fr);
}
    
        .espacioabajo {
	padding-bottom: 40px;
}
    
.videonarrativas {
    max-width: 614px;
    margin-bottom: 80px;
}
    
     .gridcollage {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 1fr;
  grid-template-areas: 
            "a a a"
            "b b b"
            "c c c"; 
  grid-gap: 40px;
  align-items: center;
  padding-bottom: 50px;    
}

.gridcollage img {
	max-width: 100%;
    max-height: 800px;
    object-fit: contain;
    margin-left: 0px;
  }

.gridcollage2 {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 20px;
  justify-items: center;
  align-items: center; 
}

.gridcollage3 {
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
  padding-bottom: 50px;  
}

.formatonarrativas {
	max-width: 614px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 20px 20px 0px 0px;
    color: #2d2d2d !important;
    background-color: #f5f5f5;     
}
    
       
.imagensolahome img {
	max-width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
      
.ubicarhero2020{	
    max-width: 650px;
}
    
.gridhome {
  max-width: 650px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  padding-bottom: 50px;  
}
.gridhome img {
	max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-left: 0px;
}
    
.textointro{    
	font-size: 24px;
    line-height: 1.4;
}
.textolateral {
	margin: 40px 0px 0px 0px;
}
    
.imagensola2 img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 0px 0px 10px 10px;   
  }

.imagensola3 img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    max-height: 550px;
    
  }
    

.gridmitades {
  max-width: 800px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  padding-bottom: 50px;  
}

.textomitades {
	margin: 30px;
}
    
    
.gridciclos {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
    
.gridciclos img {
	max-width: 100%;
    max-height: 207px;
  }
    .gridcuatro {
  display: grid;
  max-width: 600px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 50px; 
 
}
.gridcuatro img {
	max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    margin-left: 0px;
    margin-bottom: 20px;
  }
.bajarhome {    
	margin-top: 150px;
}
.bajarhome:hover div{   
  margin: 0 auto;  
  text-align: center;
  margin-top: -50px; 
  margin-left: -18px; 
}
    
.gridunidades {
  display: grid;
  max-width: 600px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  padding-top: 50px;  
}
.gridunidades img {
	max-width: 100%;
    max-height: 600px;
    object-fit: contain;
    margin-left: 0px;
  }
  
    
    
.gridtercio {
  display: grid;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 0px;
  grid-template-columns: 1fr;
  grid-gap: 0px;  
}
   
    /* Descargables del Equipo */
.griddescargables {
 display: grid;
  max-width: 650px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
    object-fit: cover; 
}
    
/*Nueva Experiencia*/
.espaciadomaximo {
max-width: 600px;
        padding-top: 25px;
    padding-bottom: 25px;
}
.espaciadomaximo img {
}
    

.textoprincipal {
     max-width: 650px;
}
.textocentrado {
  max-width: 600px;
}
      

.griddos {
  display: grid;
  max-width: 650px;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.griddos img {
	max-width: 100%;
    max-height: 350px;
  }

.gridtextos {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;  
}

.fondoprincipal{
	background: white;
    padding: 50px 50px 20px 50px;
}

/*Fin Experiencia Nueva*/
    
/* Encabezado Proyectos */
/* Contenedor */
.encabezadoproyectos{
    max-width: 650px;
}
/* Texto Encabezado */
.textoencabezado{
    max-width: 630px;
}
    
/* Perfil del Equipo Ajuste 900 */
/* Contenedor */
.perfilgrupal{
max-width: 650px;
}

    /* Personas del Equipo */
.gridpersonajes {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
    object-fit: cover;
    
}
    
.gridpersonajes img {
     max-width:100%;
      height: auto;
    object-fit: cover;
  }
    
    /* Provisional */

.gridparejas img {
	max-width: 100%;
    max-height: 204px;
    object-fit: cover;
  }
 
/* Fin Perfil Equipo Ajuste 900 */
    
    
/* Perfil del Estudiante Ajuste 900 */
/* Contenedor */
     .perfilpersonal{
    max-width: 662.0px;
}

/* Contiene Entrega Final */
      .gridentregafinal {
  max-width: 620px;
  grid-template-columns: 100%; 
  object-fit: contain;
      
}
    .gridentregafinal img { 
   max-height: 434.072px;
   object-fit: contain;
}

/* Contiene Miniaturas Entrega */
  .gridminiaturas {
display: none; 
  }
  .gridminiaturas img {
display: none;
  }
/* Fin Perfil 900 */ 
  
}

    .indicador{
	position: relative;
    top: 50%;
        
}

@media screen and (max-width: 750px) { 
    
            .espaciobuscador{
    max-width:400px;
    grid-template-columns: 1fr;
}
         .espacioabajo {
	padding-bottom: 20px;
}
    .objetivos {
	padding-bottom: 0px;
    margin-bottom: 0px;
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
}
    .textolateral {
	margin: 0px 0px 0px 0px;
}
    .alineados {
    max-width: 400px;
    padding-bottom: 20px;    
}
 .ubicarhero2020{	
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    bottom: -40%;
}
          .formatonarrativas {
	max-width: 608px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 20px 20px 0px 0px;
    color: #2d2d2d !important;
    background-color: #f5f5f5;     
}
    .bajarhome {    
	margin-top: 80px;
    float: left;
}
.bajarhome:hover div{   
  margin: 0 auto;  
  text-align: left;
  margin-top: -50px; 
  margin-left: -11px; 
}
    
 .gridciclos {
  display: grid;
  max-width: 628px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  margin-top: 0px;
}
    
.gridciclos img {
	max-width: 100%;
    max-height: 411px;
  }
       
.textoprincipal {
    max-width: 400px;
    margin: 0px 50px;
    grid-template-columns: 1fr;
    bottom: -65%;  
}
     
    .bajar{
	display: none;
}
}

@media screen and (max-width: 500px) { 
   
    .gridcollage3 {
  grid-template-columns: repeat(1, 1fr);
}
    
#nav-toggle {
	margin: 30px 30px !important;
}
    .videonarrativas {
    max-width: 356px;
    margin-bottom: 40px;
}
 
 .logo{
	padding: 30px 30px !important;
}
    
.imagensolahome img {
	max-width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
        .formatonarrativas {
	max-width: 360px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 20px 20px 0px 0px;
    color: #2d2d2d !important;
    background-color: #f5f5f5;     
}
     
 .ubicarhero2020{	
    margin: 0 auto;
    max-width: 345px;
    position: relative;
    bottom: -40%;
    margin: 0px 30px 0px 30px; 
}
      
.gridhome {
  max-width: 345px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  padding-bottom: 50px;  
}
.gridhome img {
	max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-left: 0px;
}
       
.gridmitades {
  max-width: 345px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  padding-bottom: 50px;  
}

.textomitades {
	margin: 0px;
}
   
    
.gridciclos {
  display: grid;
  max-width: 345px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  margin-top: 0px;
}
    
.gridciclos img {
	max-width: 100%;
    max-height: 208px;
  }
    .gridcuatro {
  display: grid;
  max-width: 345px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
  margin-bottom: 20px;   
  
}
.gridcuatro img {
	max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    margin-left: 0px;
    margin-bottom: 10px;
  }
    .imagensola img {
	max-width: 100%;
    max-height: 108px;
    object-fit: contain;
    margin-left: 0px;
    margin: 20px 0px 0px 0px;
  }
    .bajarhome {    
	margin-top: 80px;
    float: left;
}
.bajarhome:hover div{   
  margin: 0 auto;  
  text-align: left;
  margin-top: -50px; 
  margin-left: -11px; 
}
 
    .gridunidades {
  max-width: 345px;
  grid-template-columns: 1fr;
  grid-gap: 20px;
    padding-bottom: 50px; 
}
.gridunidades img {
	max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-left: 0px;
  }
 
    
    .gridtercio {
  display: grid;
  max-width: 345px;
  margin: 0 auto;
  padding-top: 0px;
  grid-template-columns: 1fr;
  grid-gap: 0px;  
}
      
        /* Descargables del Equipo */
.griddescargables {
 display: grid;
  max-width: 345px;
  margin: 0 auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
    object-fit: cover; 
}
    
/*Nueva Experiencia*/
.espaciadomaximo {
max-width: 320px;
}
.espaciadomaximo img {
}
    

.textoprincipal {
   max-height: auto;
  position: relative;
  display: grid;
  max-width: 320px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  bottom: -60%;    
}
.textocentrado {
  max-width: 320px;
  padding: 0px 0px 20px 0px;
}
        
.bajar {
    display: initial;
    position: relative;
    max-width: 50px;
	float: left;
    font-size: 20px !important;
    padding: 10px 0px !important;
}
.textosubtitulo{    
	font-size: 3.0rem;
    font-size: 30px;
}

.griddos {
  display: grid;
  max-width: 320px;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.griddos img {
	max-width: 100%;
    max-height: 200px;
  }

.gridtextos {
  display: grid;
  max-width: 320px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;  
}

.fondoprincipal{
	background: white;
    padding: 50px 20px 20px 20px;
}

/*Fin Experiencia Nueva*/    
    
/* Encabezado Proyectos */
/* Contenedor */
.encabezadoproyectos{
    max-width: 320px;
}
/* Texto Encabezado */
.textoencabezado{
    max-width: 300px;
    text-align: left;
    padding: 20px;
}
/* Perfil del Equipo Ajuste 700 */
/* Contenedor */
.perfilgrupal{
max-width: 320px;
}
 
/* Contiene Entrega Final */

.tarjetahorizontes{
     margin-top: 20px;
    margin-bottom: 30px;
    background: #f1f1f1;
    padding: 0px;
    padding-bottom: 60px;
}
    
/* Espaciado del Parrafo */
.textoequipo{
    max-width: 310px;
    margin: 0 auto;
	padding: 0%;
    padding-top:10%;
    padding-bottom: 10%;
}
    
/* Personas del Equipo */
.gridpersonajes {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
    object-fit: cover;
}
    
.gridpersonajes img {
	max-width: 100%;
    max-height: 155px;
    object-fit: cover;
  }
    
    /* Provisional */
.gridparejas {
  grid-template-columns: repeat(1, 1fr); 
  padding: 25px 0px 25px 0px;
}
.gridparejas img {
	max-width: 100%;
    max-height: 200px;
    object-fit: cover;
  }
/* Fin Perfil Equipo Ajuste 700 */    
    
/* Perfil del Estudiante 700 */

/* Fondo */
    .fondopersonas{
	background: white;
}

/* Contenedor */
	.perfilpersonal{
    max-width: 320px;
	position: relative;
  	transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);  
}
    
    .tarjetapersona{
    padding: 0px;
}

    /* Espaciado del Parrafo */
.textopersona{
	padding: 10px;
    padding-top:25px;
    padding-bottom: 25px;
    text-align: left;
}
    
/* Botones Etapas */
	.gridparejas2 {
  grid-template-columns: repeat(auto-fill, minmax(99%, 1fr));
}
    
.tarjetaentregafinal{
    max-width: 360px;
    padding: 30px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
	.gridentregafinal {
  max-width: 280px;
  grid-template-columns: 100%; 
  object-fit: contain;
  margin-bottom: -25px;  
}
	.gridentregafinal img { 
   max-height: 196.033px;
   object-fit: contain;
}

/* Contiene Cierre */
	.cierrecool {
    position: relative;
  	top: 10px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0%;
    font-size: 20px;
	font-weight:bold;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.2;
}

.mostrar700 {
	display: none;
}
/* Fin Perfil Personal 700 */
    
}

@media screen and (max-width: 361px) {
.textoprincipal {
   max-height: auto;
  position: relative;
  display: grid;
  max-width: 260px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  bottom: -50%;    
}
    
     .logo{
	padding: 20px 20px !important;
}
   
#nav-toggle {
	margin: 20px 20px !important;
}
    
    
.fondoprincipal{
	background: white;
    padding: 30px 30px 20px 30px;
}
    .espaciadomaximo {
max-width: 300px;
}
/* Contiene Entrega Equipo Horizontes */
.tarjetahorizontes{
    margin-top: 20px;
    margin-bottom: 30px;
    background: white;
    padding: 0px;
}
    
/* Perfil del Estudiante 700 */
   .tarjetaentregafinal{
    padding: 0px;
      padding-bottom: 20px;
    background: white;
}
     .indicador{
	display: none !important;  
}
}

.integrantesesp{
	padding-top: 200px;
    padding-bottom: 100px;
}

.integrantesesp2{
	padding-top: 5%;
    padding-bottom: 5%;
}
.tarjetaentregafinal img {
	    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

#encabezadoELE {
text-align: center;
padding-left: 10%;
padding-right: 10%;
}

.textohome {
    font-family: lato, sans-serif, Icons;
	font-size: 50px;
	font-weight:300;
	color: rgba(0, 0, 0);
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.tituloh1 {
    font-family: lato, sans-serif, Icons;
	font-size: 50px;
	font-weight:300;
	color: rgba(0, 0, 0);
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.tituloh2 {
    font-family: lato, sans-serif, Icons;
	font-size: 40px;
	font-weight:300;
	color: rgba(0, 0, 0);
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.tituloh3 {
    font-family: lato, sans-serif, Icons;
	font-size: 35px;
	font-weight:300;
	color: rgba(0, 0, 0);
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.subtitulo {
    font-family: lato, sans-serif, Icons;
	font-size: 25px;
	font-weight:300;
	color: rgba(0, 0, 0);
	font-style: 300;
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.cuerpo {
    font-family: lato, sans-serif, Icons;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	color: rgba(0, 0, 0);
	line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
}

.minicuerpo {
    font-family: lato, sans-serif, Icons;
	font-size: 16px;
	font-weight:300;
	color: rgba(0, 0, 0);
	line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.encabezadogrupal{
text-align: center;
padding-left: 10%;
padding-right: 10%;
}

@media screen and (max-width: 1245px) {

.textohome {
	font-size: 45px;
}
    
    .tituloh1 {
	font-size: 45px;
}

.tituloh2 {
	font-size: 35px;
}
    .tituloh3 {
	font-size: 30px;
}
    .subtitulo {
	font-size: 20px;
}
    
    .cuerpo {
        font-size: 20px;
}
    .botonmas{
	font-size: 25px;
}

}

@media screen and (max-width: 700px) {
.textohome {
	font-size: 30px;
    text-align: left;
}
 
    .latobody{
	font-size: 20px;
    text-align: left;
            margin-top: 10px;
}
    .tituloh1 {
	font-size: 35px;
}

.tituloh2 {
	font-size: 30px;
}
        .tituloh3 {
	font-size: 25px;
}
    .textotitulo{
     font-size: 25px;
}
    .textointro {
    font-size: 24px;
}
    .subtitulo {
	font-size: 18px;
}
    .cuerpo {
        font-size: 18px;
}
        .botonmas{
	font-size: 18px;
}
    .botonequipos{
  font-size: 16px;  
}
    
    .encabezadogrupal{
text-align: left;
padding-left: 10%;
padding-right: 10%;
}

}

.centrados {
	vertical-align: middle;
    margin: 0 auto;
    max-width: 1180px;
}

#iz {
float: left;
padding-left: 10px;    
}
#de {
float: left;
    padding-right: 10px; 
}

.fotterimg{
vertical-align: top !important;
    align-items: baseline !important;
    align-content: flex-start !important;
}

#derechos {
margin:0 auto;
text-align:left;
padding: 40px 0px 40px 0px;    
}

.imageninferno {
	max-width: 1180px;
    overflow: hidden;
}
.imageninferno img{
	display: block;
  max-width:1180px;
max-height: 1440px;
  width: auto;
  height: auto;
}

.lineaarriba {
	border-top: solid 2px #f4f4f4;
    padding-top: 10px;
}

.textoformatos2 {
	max-width: 740px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 80px;
}

.hamburguesa{   
  border: solid;
  border-color: white;
  color: white;
  background-color: transparent;  
  padding: 7px 8px;
  font-family: Icons, 'Lato';
  text-align: center;
  float: none;
  width: 50px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 25px;
  transition: 0.5s;
  margin-top: 200px;  
}