#headerNavigationContainer {
  background: center/cover no-repeat url(http://revistavarela.uclv.edu.cu/public/journals/1/homepageImage_es_ES.jpg);
  height: 311px !important;
}
#customblock-convocatoria > div > p:nth-child(2){
	display:none;
}
.pkp_site_name {
  display: none;
}

/* DOI */
section.item.doi a {
    /*border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
	
	background: #e7e7e7;
    color: #000000;
    padding: 2px 5px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 1px 1px #cdcdcd;
}
/*section.item.doi > h2 {
    height: 23px;
    display: inline-block !important;
    line-height: 23px;
    background: gray;
    color: white;
    padding: 0px 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}*/
/*==================================================*/
/*						CAROUSEL						*/
/*==================================================*/
    /* 
     * Customize colors and dimensions as needed
     */
    
    /* Main container styles */
    .tc-container {
      max-width: 1200px; /* Adjust width as needed */
      margin: 0 auto; 
      text-align: center; 
      color: #333; /* Main text color */
      position: relative;
      box-sizing: border-box;
    }
    
    /* Description text styles */
    .tc-description {
		font-size: 1.5em;
		font-family: "Open Sans";
		font-weight: bold;
		line-height: 1.8em;
		/* max-width: 800px; */
		margin: 0 auto 40px;
		text-transform: uppercase;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		line-height: 1.2em;
		background: linear-gradient(to right, rgb(255 255 255), #efefefb0, rgb(255 255 255));
		color: gray;
    }
    
    /* Carousel wrapper */
    .tc-wrapper {
      position: relative;
      padding: 20px 0;
    }
    
    /* Carousel gallery container */
    .tc-gallery {
      position: relative;
      /*overflow: hidden;*/
      margin: 0 auto;
      max-width: 900px; /* Controls how many cards are visible */
    }
    
    /* Track that holds all slide cards */
    .tc-track {
      display: flex;
      transition: transform 0.5s ease; /* Controls slide animation speed */
    }
    
    /* Individual card styling */
    .tc-card {
      min-width: 250px; /* Card width */
      width: 250px;
      margin: 0 10px; /* Space between cards */
      border-radius: 12px; /* Rounded corners */
      /*overflow: hidden;*/
      box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Card shadow */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      flex-shrink: 0;
      background-color: white;
    }
    
    /* Hover effect for cards */
    .tc-card:hover {
      transform: scale(1.03); /* Slight enlargement on hover */
      box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* Enhanced shadow on hover */
    }
    
    /* Image styling within cards */
    .tc-card img {
      width: 100%;
      height: 150px; /* Fixed height for all images */
      object-fit: scale-down; /* Ensures images fill the space nicely */
      display: block;
    }
    
    /* Left gradient overlay */
    .tc-gradient-left {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: 100%;
      pointer-events: none;
      /*background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
      z-index: 10;
    }
    
    /* Right gradient overlay */
    .tc-gradient-right {
      position: absolute;
      right: 0;
      top: 0;
      width: 100px;
      height: 100%;
      pointer-events: none;
      /*background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
      z-index: 10;
    }
    
    /* Navigation button styling */
    .tc-btn {
      position: absolute;
      top: 90%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #003C5B;
      border: none;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      cursor: pointer;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      transition: background-color 0.2s;
    }
	
	button.tc-btn.tc-prev::before {
		content: "\f053";
		font-family: "Fontawesome";
		font-weight: 900;
		margin-right: 8px;
		position: relative;
		top: 0px;
		left: 4px;
	}
    
	button.tc-btn.tc-next::before {
		content: "\f054";
		font-family: "Fontawesome";
		font-weight: 900;
		margin-right: 8px;
		position: relative;
		top: 0px;
		left: 6px;
	}
    
    /* Button hover effect */
    .tc-btn:hover {
      background-color: #9F0005;
	  color: white;
    }
    
    /* Position the previous button */
    .tc-prev {
      left: 10px;
    }
    
    /* Position the next button */
    .tc-next {
      right: 10px;
    }
    
    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .tc-gallery {
        max-width: 300px; /* Show only one card on mobile */
      }
      
      .tc-description {
        font-size: 1.1em;
        padding: 0 15px;
      }
      
      .tc-btn {
        width: 36px;
        height: 36px;
      }
    }
    
    /* Fade-in animation */
    @keyframes tcFadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    
    .tc-fade-in {
      animation: tcFadeIn 0.5s forwards;
    }

/*==================================================*/
/*	'Grupo editor Revista Varela' para la derecha	*/
/*==================================================*/
body.pkp_page_announcement.pkp_op_view article.obj_announcement_full > .description > p:nth-last-child(1) {
    text-align: right;
}

/*==================================================*/
/*			Ocultar fecha en la convocatoria		*/
/*==================================================*/
body.pkp_page_announcement.pkp_op_view article.obj_announcement_full > .date {
    display: none;
}

/*==================================================*/
/*				Común en ambas banderas				*/
/*==================================================*/
.pkp_structure_sidebar > .pkp_block.block_language li[class*='locale_e'] > a::before {
	content: '';
    display: inline-block;
    position: relative;
    width: 24px;
    height: 16px;
    top: 2px;
    left: 0px;
    background-size: 24px auto !important;
    background-repeat: no-repeat !important;
}
/*==================================================*/
/*		     Banderas en español e inglés			*/
/*==================================================*/
.pkp_structure_sidebar > .pkp_block.block_language li.locale_es > a::before {
    background: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/33);
}
.pkp_structure_sidebar > .pkp_block.block_language li.locale_en > a::before {
    background: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/35);
}

/*==================================================*/
/*	Iconos de las galeradas (Detalle de numero)		*/
/*==================================================*/
.obj_article_summary > ul.galleys_links > li > a.obj_galley_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj_article_summary > ul.galleys_links > li > a.obj_galley_link::before {
    width: 16px;
    height: 20px;
}
.obj_article_summary > ul.galleys_links > li:nth-child(1) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/36);
}
.obj_article_summary > ul.galleys_links > li:nth-child(2) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/37);
}
.obj_article_summary > ul.galleys_links > li:nth-child(3) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/38);
}
.obj_article_summary > ul.galleys_links > li:nth-child(4) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/39);
}

/*==================================================*/
/*	Iconos de las galeradas (Detalle de articulo)	*/
/*==================================================*/
.entry_details ul.value.galleys_links > li > a.obj_galley_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_details ul.value.galleys_links > li > a.obj_galley_link::before {
    width: 16px;
    height: 20px;
}
.entry_details ul.value.galleys_links > li:nth-child(1) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/36);
}
.entry_details ul.value.galleys_links > li:nth-child(2) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/37);
}
.entry_details ul.value.galleys_links > li:nth-child(3) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/38);
}
.entry_details ul.value.galleys_links > li:nth-child(4) > a.obj_galley_link::before {
    content: url(https://revistavarela.uclv.edu.cu/index.php/rv/libraryFiles/downloadPublic/39);
}

.entry_details > .item.galleys > ul.galleys_links {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
}
.entry_details > .item.galleys > ul.galleys_links > li {
    margin: 7px 4px;
}
/*==================================================*/

.soloimagen {
  display: -webkit-box !important;
	  display: -ms-flexbox !important;
  		  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#indizacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*-ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
}

#indizacion h3 {
	font-size: 1.5em;
    font-family: "Open Sans";
	color: gray;
}

#indizacion h3, .pkp_structure_sidebar h2:not(.pkp_screen_reader) {
	/*margin-top: 40px;*/
    text-transform: uppercase;
    /*background-color: rgba(240,240,240,1);*/
    padding: 10px;
	width: 100%;
    text-align: center;
    line-height: 1.2em;
	background: linear-gradient(to right, rgb(240 240 240), lightgray, rgb(240 240 240));
}

/*#customblock-indizacion {
    padding: 0;
}*/

#indizacion a {
    padding: 0 49px 15px 49px;
}

body.pkp_page_index .description p,
body.pkp_page_index .page_index_journal > section.homepage_about p {
    text-align: justify;
}

body.pkp_op_submissions li,
body.pkp_page_etica li {
    text-align: justify !important;
}

/*sidebar*/
.pkp_block.block_Keywordcloud span.title {
  margin-bottom: 20px;
}

.has_sidebar .pkp_block[class*="block_"] h2, .pkp_block.block_Keywordcloud span {
  font-family: "Open Sans";
  font-size: 1.5em;
  color: gray;
}

/*cover*/
.obj_issue_toc > .heading > a.cover {
  width: 226px;
  margin-right: 20px;
}

.obj_issue_toc > .heading > a.cover > img {
  max-height: 320px;
  height: 320px;
  width: 226px;
}

/*publicaciones en menu archivos*/
ul.issues_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.issues_archive > li {
  border-bottom: none !important;
}

ul.issues_archive > li > .obj_issue_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.issues_archive > li > .obj_issue_summary > a {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

ul.issues_archive > li > .obj_issue_summary > a > img {
  height: 320px;
  max-height: 320px;
}

/*titulo de las secciones*/
.page.page_issue .sections > .section > h2 {
  text-transform: uppercase;
  font-weight: 900;
}

/*texto justificado*/
.page.page_issue > .obj_issue_toc .description > p,
article.obj_article_details .main_entry section.sub_item p,
article.obj_article_details .main_entry > section.item.abstract > p,
.pkp_structure_main > .page p {
  text-align: justify;
}

/*ocultar texto del advancedSearchLink*/
#articlesBySimilaritySearch {
  display: none;
}

/*footer*/
.pkp_brand_footer {
  display: none !important;
}

#footer_contenedor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	text-align: center;
}

#footer_contenedor > .izq {
	display: none;
}
#footer_contenedor > .cen {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* max-width: 370px; */
  margin-left: 20px;
  margin-right: 20px;
}

#footer_contenedor > .der {
  -ms-flex-item-align: center;
      align-self: center;
}

img#brand_ojs {
  max-width: 200px !important;
}

/*Numeros anteriores*/
ul.issues_archive > li > .obj_issue_summary .description {
  display: none;
}

section.homepage_about > h2:first-of-type {
	display: none;
}

/*============================*/
/*reservar placeholders para 1*/
/*============================*/
/*
.page.page_issue_archive > ul.issues_archive > li:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page.page_issue_archive > ul.issues_archive > li:nth-child(1) > .obj_issue_summary {
  width: 34%;
  padding-left: 50px;
}
*/
/*============================*/
/*reservar placeholders para 2*/
/*============================*/
.page.page_issue_archive > ul.issues_archive > li:nth-child(1) {
    width: 66.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page.page_issue_archive > ul.issues_archive > li:nth-child(1) > .obj_issue_summary {
  padding-left: 58%;
}

/*============================*/

/*Boton Enviar arti­culo sidebar*/
.pkp_block.block_make_submission > .content {
	text-align: center;
}

.pkp_block.block_make_submission a.block_make_submission_link {
    border: none;
    border-radius: 0;
    background-color: #003c5b;
    color: #fcfefc;
    box-shadow: none;
    padding: 8px 10px;
    font-size: 1.3rem;
}

.pkp_block.block_make_submission a.block_make_submission_link:hover {
    background-color: #00498b !important;
}

/*Quitando la fecha de los avisos*/

.block_announcements_article > time.block_announcements_article_date {
    display: none;
}


/*RESPONSIVO*/
@media (min-width: 1201px) {
  #headerNavigationContainer {
    height: 311px !important;
  }

  .pkp_head_wrapper {
    padding-top: 270px;
  }
}
@media (max-width: 1200px) {
  #headerNavigationContainer {
    height: 270px !important;
  }

  .pkp_head_wrapper {
    padding-top: 229px;
  }
}
@media (max-width: 1160px) {
  #headerNavigationContainer {
    height: 260px !important;
  }

  .pkp_head_wrapper {
    padding-top: 219px;
  }
}
@media (max-width: 1024px) {
  #headerNavigationContainer {
    height: 230px !important;
  }

  .pkp_head_wrapper {
    padding-top: 189px;
  }

  #navigationUserWrapper {
    padding-right: 80px;
  }
}
@media (max-width: 992px) {
  #headerNavigationContainer {
    height: 224px !important;
  }

  .pkp_head_wrapper {
    padding-top: 183px;
  }

  #navigationUserWrapper {
    padding-right: 110px;
  }
}
@media (max-width: 900px) {
  #headerNavigationContainer {
    height: 176px !important;
  }

  .pkp_head_wrapper {
    padding-top: 138px;
  }
}
@media (min-width: 768px) {
  ul.issues_archive > li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  #headerNavigationContainer {
    background: center/cover no-repeat url(http://revistavarela.uclv.edu.cu/public/journals/1/banner768.jpg);
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  ul.issues_archive > li > .obj_issue_summary > a > img {
    height: auto;
  }
}
@media (max-width: 767px) {
  #headerNavigationContainer {
    height: 154px !important;
  }

  .pkp_head_wrapper {
    padding-top: 120px;
  }

  #footer_contenedor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	/* align-items: center; */
  }
  /* #footer_contenedor > p { */
	  /* margin-bottom: 30px;  */
  /* } */
  .page.page_issue_archive > ul.issues_archive > li:nth-child(1) > .obj_issue_summary,
  .page.page_issue_archive > ul.issues_archive > li {
    width: 100% !important;
  }

  .page.page_issue_archive > ul.issues_archive > li:nth-child(1) > .obj_issue_summary {
    padding-left: 0px;
  }
}
@media (max-width: 736px) {
  #headerNavigationContainer {
    height: 170px !important;
  }

  .pkp_head_wrapper {
    padding-top: 135px;
  }
}
@media (max-width: 653px) {
  #headerNavigationContainer {
    height: 150px !important;
  }

  .pkp_head_wrapper {
    padding-top: 115px;
  }
}
@media (max-width: 570px) {
  #headerNavigationContainer {
    height: 130px !important;
  }

  .pkp_head_wrapper {
    padding-top: 97px;
  }
}
@media (max-width: 540px) {
  #headerNavigationContainer {
    height: 113px !important;
  }

  .pkp_head_wrapper {
    padding-top: 82px;
  }
}
@media (max-width: 425px) {
  #headerNavigationContainer {
    background: center/cover no-repeat url(http://revistavarela.uclv.edu.cu/public/journals/1/banner425.jpg);
  }

  #headerNavigationContainer {
    height: 96px !important;
  }

  .pkp_head_wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 375px) {
  #headerNavigationContainer {
    height: 87px !important;
  }

  .pkp_head_wrapper {
    padding-top: 51px;
  }
}
@media (max-width: 360px) {
  #headerNavigationContainer {
    height: 80px !important;
  }

  .pkp_head_wrapper {
    padding-top: 46px;
  }
}
@media (max-width: 320px) {
  #headerNavigationContainer {
    height: 74px !important;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
  }

  .pkp_head_wrapper {
    padding-top: 41px;
  }

  /*#headerNavigationContainer .pkp_head_wrapper span {
      border-color: #ffffff;
  }
  #headerNavigationContainer .pkp_head_wrapper span:before,
  #headerNavigationContainer .pkp_head_wrapper span:after {
      background: #ffffff;
  }*/
}
@media (max-width: 270px) {
  ul.issues_archive > li > .obj_issue_summary > a > img {
    height: auto;
  }
}
/*FONTS*/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}