@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,300&display=swap');
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../Fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url(../Fonts/MaterialIcons-Regular.woff2) format('woff2'),
      url(../Fonts/MaterialIcons-Regular.woff) format('woff'),
      url(../Fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    border-radius: 7px;
}
:root{
    --blanco0000:   rgba(255, 255, 255, 1);
    --blanco0001:   rgba(255, 255, 255, .75);
    --negro00000:   rgba(  0,   0,   0, 1);
    --negro00001:   rgba(  0,   0,   0, .75);
    --negro00002:   rgba(  0,   0,   0, .5);
    --negro00003:   rgba(  0,   0,   0, .25);
    --amarillo00:   rgba(255, 221,  21, 1);
    --azulClaro0:   rgba(  1, 130, 182, 1);
    --azulNegro0:   rgba( 14,  14,  32, 1);
    --azulNegro1:   rgba( 14,  14,  32, .25);
    --azulMedio0:   rgba( 29,  41,  78, 1);
    --azulMedio1:   rgba( 29,  41,  78, .75);
    --azulMedio2:   rgba( 29,  41,  78, .5);
    --azulMedio3:   rgba( 29,  41,  78, .25);
    --azulMedio2:   rgba( 29,  41,  78, .5);
    --azulInicio:   rgba(  0, 120, 180, 1);
    --azulFinal0:   rgba( 29,  41,  78, 1);
    --letras00:     rgba(0,0,0,1);
    --animate-delay:  10.5s;
}
body{
    font-size: 100%;
}
img{
    width: 100%;
    border-radius: 7px;
}
h1, h2,h3,h4,h5,h6{
    width: 100%;
    text-align: center;
    margin: 2% auto;
}
ul{
    text-decoration: none;
    list-style:none;
}
li{
    text-decoration: none;
    list-style:none;
}
i, span, li, a, button{
    cursor: pointer;
}
button{
    background-color: rgba(14, 30, 70 ,1);
    margin: auto;
    padding: 1% 5%;
    color: whitesmoke;
    text-align: center;
}
button:hover{
    color: rgba(14, 30, 70 ,1);
    background-color: whitesmoke;
}
hr{
    margin-top: 1%;
    margin-bottom: 1%;
}
.h1blanco{
    width: 100%;
    color: whitesmoke;
    font-weight: 700;
    text-align: center;
    margin: 2% auto;
}
.fondo00{
    background-color: rgba(14, 30, 70, .4 );
    color: whitesmoke;
}
.imglogo{
    position: fixed;
    width: 15%;
    top: 3%;
    left: .25%;
    z-index: 1100;
}
#imglogo00{
    position: fixed;
    top: 5%;
    left: 96%;
    font-size: 250%;
    padding: 1%;
    z-index: 1100;
    background-color: var(--azulFinal0);
    color: var(--amarillo00);
}
#imglogo01{
    position: fixed;
    top: 15%;
    left: 96%;
    font-size: 250%;
    padding: 1%;
    z-index: 1100;
    background-color: var(--azulFinal0);
    color: var(--amarillo00);
}
#imglogo02{
    position: fixed;
    top: 25%;
    left: 96%;
    font-size: 250%;
    padding: 1%;
    z-index: 1100;
    background-color: var(--azulFinal0);
    color: green;
}
/****************************************
*********** INDEX.HTML ******************
*****************************************/
.html{
    width: 100%;
}
.html>iframe{
    width: 100%;
    height: 99vh;
    border:none;
}

/****************************************
*********** INDEX.PHP *******************
*****************************************/
.index{
    width: 100%;
}
.index-contenedor{
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
}
.imgfondo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}
.index-contenedor-00{
    position: absolute;
    top: 2vh;
    left: 5%;
    width: 90%;
    height: 95vh;
    text-align: center;
    align-items: center;
}
.index-contenedor-01{
    width: 100%;
    /*height: 95vh;*/
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items: stretch;
    text-align: center;
}
.index-contenedor-01-00{
    width: 30%;
    padding: 1%;
    text-align: justify;
}
.index-contenedor-01-01{
    width: 30%;
    padding: 1%;
    text-align: justify;
}
.index-contenedor-01-02{
    width: 30%;
    padding: 1%;
    text-align: justify;
}
.figuras{
    width: 50%;
    height: 15vh;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.index-contenedor-01-00 .imgsoporte00{
    animation: zoomin 8s ease-in-out 3 alternate;
    -webkit-animation: zoomin 8s ease-in-out 3 alternate;
}
.index-contenedor-01-01 .imgsoporte01{
    animation: zoomin 8s ease-in-out 3 alternate;
    -webkit-animation: zoomin 8s ease-in-out 3 alternate;
}
.index-contenedor-01-02 .imgsoporte02{
    
    animation: zoomin 8s ease-in-out 3 alternate;
    -webkit-animation: zoomin 8s ease-in-out 3 alternate;
}


/*
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;

/********************************************
************ FRAMES ESPECIALES **************
*********************************************/
@keyframes zoomin {
    100% {-webkit-transform: scale(1.2);}
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
    0% {-webkit-transform: scale(1);}
}
@keyframes girarreloj {
    
    0% {-webkit-transform: matrix(-1, 0, 0, -1,  250, 0)}
    /*100% {-webkit-transform: scale(1.2);}
    /*0% {-webkit-transform: scale(1);}*/
}
@keyframes girar {
    
    0% {-webkit-transform: matrix(1, 0, 0, -1,  250, 0)}
    /*100% {-webkit-transform: scale(1.2);}
    /*0% {-webkit-transform: scale(1);}*/
}

@keyframes opacidad {
    /*0% {-webkit-transform: matrix(1, -0.2, 0, 1, 0, 0);;}
    25% {-webkit-transform: scale(.5);}
    50% {-webkit-transform: scale(.5);}
    75% {-webkit-transform: scale(.25);}
    100% {-webkit-transform: scale(.10);}*/
    
}
/********************************************
*************** TERMINOS.PHP ****************
*********************************************/
#terminos{
    width: 80%;
    margin: auto;
    background-color: var(--blanco0001);
    padding: 2%;
}
/********************************************
********** scroll bar ***********************
*********************************************/
/*::-webkit-scrollbar{ width: 100px; }
::-webkit-scrollbar-button{ width:100px; }
::-webkit-input-placeholder { color: var(--letras00); }
:-moz-placeholder {color: var(--letras00); }
::-moz-placeholder {color: var(--letras00); }
:-ms-input-placeholder { color: var(--letras00); }
