/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100|Pacifico);

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*===========================================================================
   Author's custom styles
============================================================================= */
    html, body{
        height: 100%;
    }
    
    
/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
°°°                                                  Estilos Generales                                                          °°°
°°°                                                                                                                             °°°
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/


.yonusa-titulo{
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-size: 2.5em;
    text-shadow:0px 0px 6px #000;
}
.yonusa-negrita{
    font-weight: 500;
}
.yonusa-negrita-700{
    font-weight: 700;
}
.espacio{
  padding: 70px 0px 0px 0px;
  margin: 0px !important;
}

/*---------------------------- Estilos para Header -----------------------*/
.espacio{
    background-image: url("../img/texturas/navbar2.png");
}
.container-header{
    background-image: url("../img/texturas/bg.png");
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 20px !important; 
    padding-top: 20px  !important;
}
.h1-header-titulo{
    margin-left: 10px;
    font-size: 2.3em;
    font-weight: 300;
}
/*######################################################
### Estilos para el efecto Ripple de los botones     ###
######################################################*/
button{
  outline: 0px;
}
.btnRipple{ 
  border: none; /*Quita los bordes asperos que tienen los botones por defecto*/
  /*background-color: #2196F3;*/
  margin: .5rem;
  position: relative;
  transform: rotateZ(360deg);
  transition: all .2s ease;
  overflow: hidden;
  cursor: pointer;
}
.btnRipple-circle{
  border-radius: 50%; /*Redondear bordes*/
  width: 50px; /*Ancho del botón*/
  height: 50px; /*Alto del botón*/
  font-size: 26px;  
  box-shadow: 0 3px 5px rgba(0,0,0,.4);
}
.btnRipple-circle:hover, .btnRipple-circle:active{
  box-shadow: 0 4px 7px rgba(0,0,0,.4);
}
.btnRipple-rectangle{
  border-radius: 2px; /*Leve redondeo*/
  padding: .5rem 1.5rem; /*Espaciado interno*/
}
.btnRipple-circle, .btnRipple-raised{
  color: #FFF;
}
.btnRipple-raised{
  box-shadow: 0 1px 5px rgba(0,0,0,.4); /*Sombra leve*/
}
.btnRipple-raised:hover, .btnRipple-raised:active{
  box-shadow: 0 4px 6px rgba(0,0,0,.4);
}
.btnRipple-flat{
  font-weight: 700; /*Negrilla*/
  color: #2196F3;
  background-color: transparent;
}
.block{
  position: relative;
  width: 270px;
  height: 178px;
  margin: 20px auto;
}


.ripple-container {
  /*Con los siguientes valores de position, top, left, width y height aseguramos que el div tome todo el tamaño de su padre*/
  position: absolute;
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}
.ripple-effect {
    position: absolute;
  /*En javascript colocaremos el top y left de este span en el punto donde hizo click el usuario. Por eso es necesario trasladarlo en -50% en ambos ejes, para que el centro del efecto coincida con el click*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255, 0.4);
}
.btnRipple-flat .ripple-effect{
  background: rgba(33,150,243, 0.4);
}
.ripple-container.ripple-effect-animation .ripple-effect{
  /*Aplicamos la animación que mas adelante definiremos con @keyframes*/
    -webkit-animation: ripple .4s ease-in;
    animation: ripple .4s ease-in;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    padding-bottom: 200%;
    width: 200%;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    padding-bottom: 200%;
    width: 200%;
  }
}


/*######################################################
### Estilos para las tarjetas (cards)                ###
######################################################*/
.container-cardBackground{
    background-color: #fff;
    /*background-image: url("../img/claro2.png");*/
    position: relative;
    padding-top: 40px; 
    padding-right: 0px !important;
    padding-left: 0px !important;

    box-shadow: 0 2px 2px #000 inset;
}



.mdl-button-center{
    display: block !important;
    margin: auto !important;
    background-color: #285BA1 !important;
}

.card-Yonusa{
    margin-left: auto !important;
    margin-right: auto !important; 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);

    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    overflow: hidden;
    width: 330px;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;

    width: 320px;
    /*width: 80% !important;*/
    height: 320px;

    margin: 0 auto 40px auto;
}

.card-yonusa-titulo {
  color: #fff;
  background-color: #002142;
  background-size: cover;

  flex-grow: 1;

  align-items: center;
  padding: 0px !important;
  display: flex;
  line-height: normal;
  padding: 16px;
  perspective-origin: 165px 56px;
  transform-origin: 165px 56px;
  box-sizing: border-box;
}
.card-yonusa-titulo-texto{
    align-self: flex-end;
    color: inherit;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
    transform-origin: 149px 48px;
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    display: inline;
    padding: 10px 10px 10px 20px;
    width: 100%;
}
.card-yonusa-descripcion{
    color: rgba(0,0,0,0.87);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    width: 90%;
}
.card-yonusa-acciones{
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
    line-height: normal;
    width: 100%;
    background-color: transparent;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Helvetica","Arial",sans-serif;
    text-align: center;
}


@media(max-width: 380px){
    .card-Yonusa{
        width: 100% !important;
    }
}





/*
@media screen and (max-width: 767px) {
    .cardH{
        padding: 0px;
        margin: 10px;
        background-color: #06456A;
    }
    .col-cardH-img{
            width: 50%;
    }
    .cardH-img{
        border-radius: 3px 0px 0px 0px;
    }
    /* texto /
    .col-cardH-contenedor_texto{
        background-color: #fff;
    }

    /* Info /
    .col-cardH-info_contenedor{
        bottom: initial;
        left: initial;
        width: 50%;
    }
    .col-cardH-info_contenedor h4{
        margin-top: 0px;
    }
}*/



/*             ESTILOS PARA LOS BODYS DE LAS PAGINAS             */
.container-top_bottom_padding{
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-soluciones{
    padding-top: 48px;
    padding-bottom: 48px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}