@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Bootstrap Icons";
   font-display: swap;
   src: url('bootstrap-icons.woff2') format('woff2'),
        url('bootstrap-icons.woff') format('woff'),
        url('bootstrap-icons.ttf') format('truetype');
}
@font-face
{
   font-family: "PT Sans";
   font-display: swap;
   src: url('pt-sans-v17-latin-regular.woff2') format('woff2'),
        url('pt-sans-v17-latin-regular.woff') format('woff'),
        url('pt-sans-v17-latin-regular.ttf') format('truetype'),
        url('pt-sans-v17-latin-regular.svg#PTSans') format('svg'),
        url('pt-sans-v17-latin-regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "PT Sans Narrow";
   font-weight: 400;
   font-display: swap;
   src: url('pt-sans-narrow-v17-latin-regular.woff2') format('woff2'),
        url('pt-sans-narrow-v17-latin-regular.woff') format('woff'),
        url('pt-sans-narrow-v17-latin-regular.ttf') format('truetype'),
        url('pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow') format('svg'),
        url('pt-sans-narrow-v17-latin-regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Ubuntu";
   font-display: swap;
   src: url('ubuntu-v20-latin-regular.woff2') format('woff2'),
        url('ubuntu-v20-latin-regular.woff') format('woff'),
        url('ubuntu-v20-latin-regular.ttf') format('truetype'),
        url('ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'),
        url('ubuntu-v20-latin-regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Source Sans Pro";
   font-display: swap;
   src: url('source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        url('source-sans-pro-v21-latin-regular.woff') format('woff'),
        url('source-sans-pro-v21-latin-regular.ttf') format('truetype'),
        url('source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'),
        url('source-sans-pro-v21-latin-regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "PT Sans Narrow";
   font-weight: 700;
   font-display: swap;
   src: url('pt-sans-narrow-v17-latin-700.woff2') format('woff2'),
        url('pt-sans-narrow-v17-latin-700.woff') format('woff'),
        url('pt-sans-narrow-v17-latin-700.ttf') format('truetype'),
        url('pt-sans-narrow-v17-latin-700.svg#PTSansNarrow') format('svg'),
        url('pt-sans-narrow-v17-latin-700.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "PT Sans Bold";
   font-display: swap;
   src: url('pt-sans-v17-latin-700.woff2') format('woff2'),
        url('pt-sans-v17-latin-700.woff') format('woff'),
        url('pt-sans-v17-latin-700.ttf') format('truetype'),
        url('pt-sans-v17-latin-700.svg#PTSans') format('svg'),
        url('pt-sans-v17-latin-700.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "PT Sans Narrow";
   font-weight: 400;
   font-display: swap;
   src: url('PT-Sans-Narrow.woff2') format('woff2'),
        url('PT-Sans-Narrow.woff') format('woff');
}
@font-face
{
   font-family: "PT Sans Narrow";
   font-weight: 700;
   font-display: swap;
   src: url('PT-Sans-Narrow-Bold.woff2') format('woff2'),
        url('PT-Sans-Narrow-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   src: url('Open-Sans.woff2') format('woff2'),
        url('Open-Sans.woff') format('woff');
}
a.sobre_fondo_oscuro
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.sobre_fondo_oscuro:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.sobre_fondo_oscuro:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.sobre_fondo_oscuro:hover
{
   color: #FFFF00;
   font-weight: bold;
   text-decoration: underline;
}
a.sobre_fondo_claro
{
   color: #FF0000;
   text-decoration: underline;
}
a.sobre_fondo_claro:visited
{
   color: #800080;
   text-decoration: underline;
}
a.sobre_fondo_claro:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.sobre_fondo_claro:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.half-circle-top
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.half-circle-top:before
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
   position: absolute;
   content: "";
   left: 50%;
   top: -50px;
   z-index: 10;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   transform: translateX(-50%);
}
.half-circle-bottom
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.half-circle-bottom:after
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
   position: absolute;
   content: "";
   left: 50%;
   top: auto;
   bottom: -50px;
   z-index: 10;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   transform: translateX(-50%);
}
.diagonal
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   z-index: 1;
   padding-top: 6em;
}
.diagonal:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   display: block;
   position: absolute;
   content: '';
   top: 0;
   left: -25%;
   z-index: -1;
   width: 150%;
   height: 75%;
   transform: rotate(-2deg);
   transform-origin: 0 0;
   height: 50%;
   transform: rotate(-3deg);
   transform-origin: 3% 0;
}
.diagonal:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   display: block;
   position: absolute;
   content: '';
   top: 0;
   left: -25%;
   z-index: -1;
   width: 150%;
   height: 75%;
   transform: rotate(-2deg);
   transform-origin: 0 0;
}
.triangle
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.triangle:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   position: absolute;
   content: "";
   left: 50%;
   width: 100px;
   height: 100px;
   transform: translateX(-50%) rotate(45deg);
   bottom: -50px;
   z-index: 10;
}
.triangles
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangles:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   position: absolute;
   content: "";
   left: 50%;
   width: 50px;
   height: 50px;
   transform: translateX(-50%) rotate(45deg);
   bottom: -25px;
   z-index: 10;
   background: #FFFFFF;
   box-shadow: -50px 50px 0 #FFFFFF, 50px -50px 0 #FFFFFF;
}
.curve
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.curve:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   position: absolute;
   content: "";
   top: -70px;
   left: 0;
   z-index: 10;
   width: 50%;
   height: 70px;
   border-radius: 0 80px 0 0;
}
.curve:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   position: absolute;
   content: "";
   top: -70px;
   z-index: 10;
   width: 50%;
   height: 70px;
   left: 50%;
   border-radius: 80px 0 0 0;
}
.blocks
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.blocks:before
{
   text-decoration: none;
   background-color: transparent;
   position: absolute;
   content: "";
   top: -50px;
   left: 0;
   width: 100%;
   height: 50px;
   background-image: linear-gradient(to right, #000000 50%, #FFFFFF 50%);
   background-size: 130px 100%;
}
.zigzag
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.zigzag:before
{
   text-decoration: none;
   background-color: transparent;
   top: -90px;
   background-image: linear-gradient(315deg, #000000 25%, transparent 25%), linear-gradient( 45deg, #000000 25%, transparent 25%);
   background-position: 50%;
   background-size: 50px 100%;
   position: absolute;
   content: "";
   right: 0;
   left: 0;
   z-index: 10;
   display: block;
   height: 90px;
}
.zigzag-bottom
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.zigzag-bottom:after
{
   text-decoration: none;
   background-color: transparent;
   top: 100%;
   background-image: linear-gradient(135deg, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%);
   background-position: 50%;
   background-size: 50px 100%;
   position: absolute;
   content: "";
   right: 0;
   left: 0;
   z-index: 10;
   display: block;
   height: 90px;
}
.triangles-top
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangles-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   position: absolute;
   content: "";
   left: 50%;
   width: 50px;
   height: 50px;
   transform: translateX(-50%) rotate(45deg);
   background: #FFFFFF;
   top: -25px;
   box-shadow: -50px 50px 0 #FFFFFF, 50px -50px 0 #FFFFFF;
}
.triangle-top
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangle-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   position: absolute;
   content: "";
   left: 50%;
   width: 100px;
   height: 100px;
   transform: translateX(-50%) rotate(45deg);
   top: -50px;
}
