* {

    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {

    min-width: 400px;
    color: black;
    font-family: AArial,"Chalet", Helvetica, Verdana;
    font-size: 1em;
    background-image: url("../img/fondoSEE_RegRev.png");
    background-color: white;
    background-repeat: repeat;

}

h1 {

    font-size: 3vw;
    font-weight: 900;
    z-index: 100;
    color:#fff;
    margin-bottom: 30px;

}

h2 {

    font-size: 8vw;
    font-weight: 900;
    z-index: 100;
    color: #fff;
    margin-bottom: 30px;

}

hr {
       display: block;
       position: relative;
       padding: 0;
       margin: 8px auto;
       height: 0;
       width: 50%;
       max-height: 0;
       font-size: 2px;
       line-height: 0;
       clear: both;
       border: none;
       border-top: 1px solid #aaaaaa;
       border-bottom: 1px solid #ffffff;

    }

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color:  rgb(78 148 167); /* Change the color */
    font-weight: bold;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 2em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    line-height: 2;
}


a {

    text-decoration: none;
    color:  white;
    font-family: arial;

}


header {

    text-align: center;
    margin-top: 15px;
    width: 100%;
    background-color: rgb(18,81,153);

}

menu {

    text-align: center;
    margin-top: 15px;
    width: 100%;
    height: 100px;
    background-color: rgb(18,81,153);

}

footer {

    text-align: center;
    margin-top: 15px;
    width: 100%;
    background-color: transparent;

}

.powerby {

    padding: 20px;

    width: 100%;
    text-align: center;
    align-items: center;
    font-family: Bradhi;
    font-size: 0.8em;

}

.recuadropublicidad {

    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 9px #7D7D7D;

}

.powerby a {

    text-decoration: none;
    color: gray;

}

.clscajacontacto {

    padding: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    color: black;
    font-size: 0.8em;

}

.clsavisoprivasidad {

    font-size: 4vw;


}

.headercaja {

    width: 100%;
    height: auto;
    background-color: transparent;
    justify-content: center;
    text-align:center;
    vertical-align: central;

}

.cajatextopd {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.clscajaavisos{

    margin: 5px;
    width: :100%;
    height: 30px;
    background-color: gray;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;

}

.cajascentro {

    padding: 15px;
    margin: 10px;
    display:inline-block;
    text-align: center;
    background-color: transparent;
    font-family: LotusEater;
    text-shadow: 5px;

}

.clssee {

    font-size: 4em;

}

.clsSistemaEduca {

    font-size: 2.1em;

}


.cajaform {

    padding: 20px;
    width: 100%;
    height: auto;
    background-color: transparent;
    display: inline-block;
    justify-content: center;
    text-align: center;
    vertical-align: central;

}

.clscajatextopd {

    padding: 20px;
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;

}

.imagencolumnasproducto {

    padding: 0px;
    margin: 0px;
    width: 23%;
    
}

.textopd {

    padding: 30px;
    width: 80%;
    text-align: left;
    background-color: transparent;

}

.cajamensajes {

    padding: 10px;
    width: 100%;
    height: auto;
    background-color: transparent;
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    align-items: center;

}

.formulario {

    border: 1px solid #e1e1e1;
    background-color: #ece5dc; 
    border-radius: 10px;
    padding: 10px;

    box-shadow: 5px;
    box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.2);

    height: auto;
    display: inline-block;
    text-align: left;

}

.clsemprendimiento {

    font-size: 1.8em;

}


.optfooter {

    width: 100%;
    height: auto;
    color: white;
    font-size: 1em;

}


.optmenu {

    width: 100%;
    height: auto;
    color: white;
    font-size: 0.9em;

}


.optfootertit {

    font-family: sansumi;
    font-size: 2em;
    color:  white;

}


.clsmenu {

    padding: 3px;    
    width: 100%;
    height: auto;
    background-color: rgb(24 49 83);
    display: flex;
    justify-content: center;
    text-align: center;
    position:fixed;
    top: 10px;
    z-index: 10;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);

}

.clsinfoheader {

    padding: 0px;
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: right;
    text-align: right;
    position:fixed;
    top: 3px;
    font-size: 0.9em;
    z-index: 11;
    color: black;

}


.clsfooter {

    padding: 10px;    
    width: 100%;
    height: auto;
    background-color: #4e94a7;
    display: inline-block;
    justify-content: center;
    text-align: center;

}

.bloquetextorevista {

    padding: 10px;    
    width: 99%;
    height: auto;
    background-color: transparent;
    display: inline-block;
    justify-content: center;
    text-align: center;

}


.clsheader {

    padding: 10px;    
    width: 100%;
    height: auto;
    background-color: #4e94a7;
    display: flex;
    justify-content: center;
    text-align: center;

}


.clstituloseccion {

    font-family: sansumi;
    font-size: 3vw;
    padding: 10px;    
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    text-align: center;

}

.headermainpagep1 {

    padding: auto 0;
    width: 100%;
    justify-content: center;
    text-align: center;
    
}

.imghome {

    padding: 0;
    width: 100%;
    height: 600px;
    display: flex;

}

.TitNetworkingCoffee{

    padding: auto 0;
    width: 100%;
    height: auto;
    font-family: sansumi;
    font-size: 4vw;
    justify-content: center;
    text-align: center;
    align-items: center;

}

.SubTitNetworkingCoffee {

    padding: auto 0;
    width: 100%;
    height: auto;
    font-family: sansumi;
    font-size: 2vw;
    justify-content: center;
    text-align: center;
    align-items: center;

}

.imghome img {

    width: 100%;

}

.separadorhome {

    width: 100%;
    height: 100px;
    background-color: transparent;
    display: inline-block;

}

.contenedorhome {

    width: 100%;
    height: 850px;

    background: rgba(37,81,124,0.68);
    background: linear-gradient(189deg,rgba(37,81,124,0.68) 20%, rgba(37,81,124,0.43) 45%, rgba(37,81,124,0.77) 80%);
    background: -webkit-linear-gradient(189deg,rgba(37,81,124,0.68) 20%, rgba(37,81,124,0.43) 45%, rgba(37,81,124,0.77) 80%);
    background: -moz-linear-gradient(189deg,rgba(37,81,124,0.68) 20%, rgba(37,81,124,0.43) 45%, rgba(37,81,124,0.77) 80%);

}

.contrato {

    font-size: 0.7em;

}

.pieregistro {

    font-family: arial;
    font-size: 1.5vw;
    color: white;

}

.linkcontrato {

    margin: auto;
    font-size: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  black;


}

.input-text {

    height: 28px;
    font-size: 0.8em;
    color: #black;
    background-color: rgb(200 200 200 / 0.40);
    border-radius: 4px;
 
 }

.input-radio {

    padding: 3px;
    margin: 3px;
    height: 28px;
    font-size: 0.8em;
    color: #black;
    background-color: rgb(200 200 200 / 0.40);
    border-radius: 4px;
 
 }

 .ok {

    display: inline-block;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 12px;
    background-color: #1e6;
    color: #fff

 }   

.formlogin {

    border: 1px solid #e1e1e1;
    background-color: #ffffff; 
    border-radius: 10px;
    padding: 17px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 5px;
    box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.2);

}


.myButton {

    align-items: center;
    box-shadow: 0px 10px 14px -7px #276873;
    background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    background-color:#599bb3;
    border-radius:8px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    padding:13px 32px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
    width: 100%;

}
.myButton:hover {
    background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    background-color:#408c99;
}
.myButton:active {
    position:relative;
    top:1px;
}


.box_data {

    display: flex;
    justify-content: center;

    width: 25% ;
    height: 650px;
    background-color: darkred;
    border-radius: 10px;

}

.get_data {





}

video {

    width: 100%;
    top: 0;
    right: 0;

}

.absolute {

    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.overlay {

    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: rgb(0 0 0 / 0.10);

}



.back_home {

    background-color: white;

}

.sliderhome {

    width: 100%;
    margin: auto;
    overflow: hidden;

}

.sliderul {

 
    padding: 0;
     
}

.sliderul li {

    list-style: none;

}

.sliderul img {

    width: 100%;

}


.barramenu {
   
    position:fixed;
    width: 100%;
    height: 35px;
    top: 0px;
    background-color: cornflowerblue;
    z-index: 1;

}

.home {

    position: fixed;
    top: 0px; 
    width: 100%;
    height: 100%;
    background-color: brown;
    z-index:-1;

}

.separador {
        
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#125199+19,1d83d6+56,1276c9+84,7db9e8+100 */
    background: rgb(18,81,153); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(18,81,153,1) 19%, rgba(29,131,214,1) 56%, rgba(18,118,201,1) 84%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(18,81,153,1) 19%,rgba(29,131,214,1) 56%,rgba(18,118,201,1) 84%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(18,81,153,1) 19%,rgba(29,131,214,1) 56%,rgba(18,118,201,1) 84%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125199', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

   -webkit-box-shadow: 0px 10px 13px -7px #000000, 1px 4px 19px 2px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 1px 4px 19px 2px rgba(0,0,0,0);

    text-align: center;
    width: 100%;
    height: 200px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;

    z-index: 10;

}

.barramenumain {

    width: 100%;
    position:fixed;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.50);
    z-index: 10;
    
}



.iconnav {

    font-size: 0.6em;
    background-color: transparent;
    display: inline-block;
    color: black;
    z-index: 10;

}

.senalfin {

    text-align: center;

}

.iconmenu {

    text-decoration: none;
    cursor: pointer;

}

.barraizquierda {

    width:47%;
    text-align: left;
    padding-left: 40px;

}

#logo {

    display: block;
    position: absolute;
    top: 3em;
    left: 2em;
    z-index: 0;

}

.contetitservicio {

    background-color: white;

    text-align: center;
    width: 100%;
    height: 200px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;

    
}

.contebalazo {

    margin-top: 0px;
    margin-bottom: 0px;

    padding-top: 0px;
    padding-bottom: 40px;
    
    background-color: white;
 
    text-align: center;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;

 
    border-bottom:solid;
    border-color: rgba(209,209,209,1);
    
}


.articulocontend {

    background-color: white;
    width: 95%;
    padding: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #4a4a4a;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 200%; 

}

.bannercontend01 {

    margin: 10px;
    padding: 20px;
    width: 100%;
    height: 250px;
    background-color: blueviolet;
    color: white;

}

.imagencontend01 {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    float: left;
  
    width: 280px;
    height: 450px;

    padding-left: 8px;
 
 }

.imgtema1-01 {

    margin: 30px;
    float: left;

}

.imgtema1-02 {

    margin: 30px;
    float: right;

}

.textoseparador {

    margin-top: 50px;
    width: 100%;
    font-family: DutchTulips;

    color: white;
    font-size: 1.8em;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);

    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
        
}

.textoavisos {

    margin: 10px auto;
    width: 100%;
    display: block;
    position:absolute;
    font-family: aria;
    text-align: center;
    color:darkred;
    font-size: 1em;
    vertical-align: middle;
   
}

.titulocontend {

    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;

    font-family: sansumi;
    font-size: 2.8em;
    font-weight: 900;
    
}

.balazotitulo {


    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 70%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;

    font-family: DutchTulips;
    font-size: 1.2em;
    line-height: 180% 
 
}

.contenedorservicio {

    padding: 20px;
    margin: 10px;
    width: 99%;
    height: auto;
    display: flex;

    vertical-align: top;

    flex-direction: row ;
    flex-wrap: wrap;
    text-align: center;

    justify-content: center;
    align-items: center;

    background-color: transparent;
 
}

.menuservicio {

    height: 0px;

}

.muestraservicios {

    padding: 20px;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    background-color: white;

}

.bloqueservicio {

    display: inline-block;
    margin-top: 200px auto;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 200px;
    padding: 00px;
    width: 300px;
    height: 500px;
    align-items: center;
    justify-content: center;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcecfc+0,fba6e1+50,fd89d7+51,ff7cd8+100;Pink+Gloss+%232 */
    background: rgb(252,236,252); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    
}

.titulobloqueservicio {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

    position: relative;
    top: 320px;
    width: 80%;
    height: 80px;
 
    padding-left: 10px;

    color: black;
    font-family: 'Arial Rounded MT';
    font-size: 1.1em;
    
}

.fondomenuconsultoria {

    background-image: url("../img/Bit-Consultoria01Main.png");

}

.colorconsultoria {

    background-color: #002AFF;

}

.colordesarrollo {

    background-color: #B0BF1A;

}

.colorpaginas {

    background-color: 

}

.colorpaginasweb {

    background-color: #FF6619;

}

.colorposicionamiento {

    background-color: #FFFF00;
    color: black;

}

.colorsoporte {

    background-color: #008aff;

}

.colorventa {

    background-color: #FF00FF;
    
}

.coloritil {

    background-color: #00D5FF;

}


.coloraq {

    background-color: #B30000;

}

.coloridentidad {

    background-color: #8000FF;

}



.fondomenudesarrollo {


    background-image: url("../img/Bit-Desarrollo01.png");

}

.fondomenupaginasweb {

    background-image: url("../img/Bit-PaginasWebMenu.png");

}

.fondomenuposicionamientoweb {

    background-image: url("../img/Bit-PosicionamientoWebMenu.png");

}

.fondemenusoportetecnico {

    background-image: url("../img/Bit-SoporteTecnicoMenu.png");

}

.fondemenuventa {

    background-image: url("../img/Bit-VentaMenu.png");

}

.fondemenuitil {

    background-image: url("../img/Bit-ITILMenu.png");

}

.fondemenuqa {

    background-image: url("../img/Bit-QAMenu.png");

}

.fondemenuidentidad {

    background-image: url("../img/Bit-IdentidadMenu.png");

}




.contenedortitulo {

    align-items: center;
    text-align: left;

    padding: 5px;
    margin: 0px;
    width: 80%;
    text-align: left;
    justify-content: left;
    font-family: sansumi;
    background-color:transparent;
    border-radius: 10px 10px;
    font-size: 1.8em;
    color: #000;
    vertical-align: top;


}

.tituloseccion {

    justify-content: center;
    margin: 0px;
    width: 80%;
    font-family: sansumi;
    background-color: transparent;
    border-radius: 10px 10px;
    font-size: 2em;
    color: #000;
    text-shadow: 4px 4px 9px #7D7D7D;

}

.clslistas {

    text-align: left;
    line-height: 1.5em;
    vertical-align: top;

}

.tittamano {

    font-size: 2em;

}

.tittamanocolumn {

    font-size: 1.4em;

}


.clsparrafos {

    margin: 15px;
    width: 40%;
    height: 100%;
    text-align: center;
    vertical-align: top;
    justify-content: center;
    font-family: sansumi;
    background-color: skyblue;
    border-radius: 10px 10px;
    font-size: 1.4em;
    line-height: 1.5em;
    color: #000;
    align-items: center;

}

.cuadrocolmnista {

    font-family: ebrima;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 15px;
    width: 350px;
    height: 450px;
    background-color: #4e94a7;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 0.9em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}

.clsparrafos img {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: top;
    width: 100%;
    height: 100%;

}


.tituloarticulo {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center

}

.headerproducto {

    margin: 0px auto;
    width: 85%;
    height: 200px;
    font-family: sansumi;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 10px 10px;
    text-align: left;
    font-size: 1.8em;
    color: #000;

}

.headerproductologo {
    margin: 0px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 5px;
    width: 140px;
    height: 140px;
    font-family: sansumi;
    background-color: transparent;
    border-radius: 5px 5px;
    text-align: center;
    vertical-align: top;
    font-size: 2.1em;
    color: blue;
    z-index: 5;

}

.contenedorConceptos {

    margin: 0 auto;
    width: 100%;
    display: inline-block;
    vertical-align: central;
    text-align: center;
    background-color:darkorange;
    
}

.contenedorConcepto {

    margin: 0 auto;
    padding: 20px;
    display: inline-block;
    vertical-align: central;
    text-align: center;
    background-color: darkkhaki;
    
}

.headconcepto {

    margin: 0px auto;
    padding: 0px;
    width: 350px;
    height: 400px;
    border-radius: 50%;
    background-color: aquamarine;

}

.headercont {

    padding: 30px;
    width:100%;
    background-color: transparent;
    display:inline-block;
    text-align: center;
    
}

.sincosto {

    font-family: sansumi;
    font-size: 2vw;
    margin: 2px auto;
    padding: 2px;
    width:100%;
    height: auto;
    text-align: center;
    color: white;

}

.headerhomei {

    width: 400px;
    background-color: transparent;
    text-align: center;
    display: inline-block;

}

.headerhomed {

    width: 400px;
    background-color: transparent;
    text-align: center;
    display: inline-block;

}

.basetitulosistema {

    margin: 0 auto;
    background-color: transparent;
    font-family: LotusEater;
    color: white;

}

.textoarriba {

    margin: 0 auto;
    background-color: transparent;
    font-size: 1.2vw;
    text-align: left;

}

.textoabajo {

    margin: 0 auto;
    font-size: 2.5vw;
    display: inline-block;
    text-align: center;
    align-items: center;

}

.bloquetexto {
    display: inline-block;
    background-color: palevioletred;
    width: 100%;
    height: 800px;
}

.articuloprincipal {

    display: inline-block;
    margin: 0;
    padding: 50px;
    font-family: Arial;
    line-height: 150%;
    font-size: 0.99em;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.50);
    width: 85%;
    height: 800px;
    color: #000;
    border-radius: 10px;

}


.piedepagina {

    font-family: ebrima;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 15px;
    width: 350px;
    height: 450px;
    background-color: #4e94a7;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 0.9em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}

.textocursosytalleres {

    font-family: sansumi;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 20px;
    width: 1100px;
    height: 100%;
    background-color: whitesmoke;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 1.5em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}

.contconsejoeditorial {

    font-family: sansumi;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 20px;
    width: 600px;
    height: 100%;
    background-color: whitesmoke;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 1.1em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}


.textocolaborador {

    font-size: 0.8em;

}

.contcolumnistafoto {

    font-family: sansumi;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 20px;
    width: 370px;

    background-color: whitesmoke;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 1.1em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}

.contcolumnistatexto {

    font-family: sansumi;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 20px;
    width: 396px;

    background-color: whitesmoke;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 1.1em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}


.textorevista {

    font-family: sansumi;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 15px;
    width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 1.8em;
    color: black;
    z-index: 5;
    border-left-color: transparent;
    border-right-color: transparent;
 
    
}

.textorevista img {

    -webkit-box-shadow: 5px 7px 11px 0px #858585; 
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.8);

}


.circularimagen {
    border-radius: 50%;
}

.bloquevideo {

    font-family: ebrima;
    margin: 20px auto;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 15px;
    width: 380px;
    height: 180px;
    background-color: #4e94a7;
    border-radius: 5px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 0.9em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}


.clsseparador {

    font-family: ebrima;
    margin: 20px auto;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    height: 150px;
    background-color: #4e94a7;
    border-radius: 5px 5px;
    font-size: 0.9em;
    color: black;
    z-index: 5;
    border-left-color: black;
    border-right-color: black;

    top: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;

    -webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.46);
    
}

.firma {

    color: blue;
    font-family: Bauhaus;

}

.homebanner {

    width: 100%;
    height: 100%;

    background-color:  rgb(78 148 167 / 0.80);
    background-size: cover;
    background-position: center;
    transition: all .3s ease-in-out;
    background-image: url('../img/RevistaHomeBanner01.png');
    animation: banner 30s infinite linear;

}

.homebannercolumnistas {

    width: 100%;
    height: 100%;

    background-color:  rgb(78 148 167 / 0.80);
    background-size: cover;
    background-position: center;
    transition: all .3s ease-in-out;
    background-image: url('../img/RevistaHomeBanner01.png');
    animation: bannercolumnistas 30s infinite linear;

}


.bannertext01 {
    margin: auto 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color:  white;
    background-color: rgb(78 148 167 / 0.70);
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}

.titulo3 {

    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    font-size: 2em;
    text-align: right;
    font-family: Bradhi;
    font-weight: ;

}

.bannertexttit1 {

    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    font-size: 3em;
    text-align: center;
    font-family: LotusEater;

}

.bannertexttit2 {

    margin: auto 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 5em;
    text-align: center;
    font-family: LotusEater;

}

.bannertexttit3 {

    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 10vw;
    text-align: center;
    font-family: LotusEater;

}

.clstextoxbanner {
    
    font-size: 3em;
    font-family: sansumi;

}

.bannertext01 a{

    text-decoration: none;
    color: #fff;
    padding: 9px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;

}


@keyframes bannercolumnistas{

    0%{
        background-image: url('../img/RevistaHomeColumnistas01.jpg');
    }
    14%{
        background-image: url('../img/RevistaHomeColumnistas02.jpg');
    }
    29%{
        background-image: url('../img/RevistaHomeColumnistas03.jpg');
    }
    44%{
        background-image: url('../img/RevistaHomeColumnistas04.jpg');
    }
    59%{
        background-image: url('../img/RevistaHomeColumnistas05.jpg');
    }
    74%{
        background-image: url('../img/RevistaHomeColumnistas06.jpg');
    }
    100%{
        background-image: url('../img/RevistaHomeColumnistas07.jpg');
    }

}


@media screen and (max-width: 700px) {
    .optmenu {

        font-size: 0.6em;           

    }

    .textoseparador {

        font-size: 1.3em;

    }

    .powerby {

        font-size: 0.7em;

    }

    .clsinfoheader {

        font-size: 0.7em;

    }

    .bannertexttit1 {
        font-size: 2.5em;
    }

    .bannertexttit2 {
        font-size: 1em;        
    }

    .bannertexttit3 {
        font-size: 4em;

    }

    .clstextoxbanner {

        font-size: 1.5em;
    }

    .clsparrafos {

        font-size: 0.8em;

    }

    
    .tituloseccion {
        font-size: 1.4em;        
    }


    .textorevista {

        width: 400px;
        font-size: 1.5em;

    }

    .circularimagen {

        width: 85%;
        height: 70%;

    }

}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

.item-1,
.item-2,
.item-3,
.item-4,
.item-5 {

    font-family: Bauhaus;
    position: absolute;
    display: block;
    top: 5em;
    width: 70%;
    font-size: 3.3em;
    animation-duration: 35s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    color: #012d7e;
    text-shadow: -1px 0px 11px rgba(255,255,255,0.83);
    line-height: 100%   /*esta es la propiedad para el interlineado*/

}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

.item-3 {
    animation-name: anim-3;
}

.item-4 {
    animation-name: anim-4;
}

.item-5 {
    animation-name: anim-5;
}

@keyframes anim-1 {
    0%, 5% {
        left: -100%;
        opacity: 0;
    }

    10%,15% {
        left: 25%;
        opacity: 1;
    }

    20%, 100% {
        left: 25%;
        opacity: 0;
    }
}

@keyframes anim-2 {
    0%, 25% {
        left: -100%;
        opacity: 0;
    }

    30%, 35% {
        left: 25%;
        opacity: 1;
    }

    40%, 100% {
        left: 25%;
        opacity: 0;
    }
}

@keyframes anim-3 {
    0%, 45% {
        left: -100%;
        opacity: 0;
    }

    50%, 55% {
        left: 25%;
        opacity: 1;
    }

    60%, 100% {
        left: 25%;
        opacity: 0;
    }
}

@keyframes anim-4 {
    0%, 65% {
        left: -100%;
        opacity: 0;
    }

    70%, 75% {
        left: 25%;
        opacity: 1;
    }

    80%, 100% {
        left: 25%;
        opacity: 0;
    }
}

@keyframes anim-5 {
    0%, 85% {
        left: -100%;
        opacity: 0;
    }

    90%, 95% {
        left: 25%;
        opacity: 1;
    }

    100% {
        left: 25%;
        opacity: 0;
    }
}


@font-face {
    font-family: "Chalet";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Chalet.eot);
    src: url(../fonts/Chalet.eot?#iefix) format("embedded-opentype"), url(../fonts/Chalet.woff) format("woff"), url(../fonts/Chalet.ttf) format("truetype"), url(../fonts/Chalet.svg#Chalet) format("svg");
}

@font-face {

    font-family: 'sansumi';
    src: url(../fonts/Sansumi-Regular.eot), url(../fonts/Sansumi-Regular.ttf), url(../fonts/Sansumi-Regular.eot);

}

@font-face {
    font-family: 'mvboli';
    src: url('../fonts/mvboli.ttf'), url('../fonts/mvboli.otf'), url('../fonts/mvboli.svg');
}

@font-face {
    font-family: 'crunchy';
    src: url('../fonts/crunchy.ttf'), url('../fonts/crunchy.otf'), url('../fonts/crunchy.svg');
}

@font-face {
    font-family: 'Belair_Light';
    src: url('../fonts/Belair_Light.ttf');
}

@font-face {
    font-family: 'Bradhi';
    src: url('../fonts/BRADHI.ttf');
}

@font-face {
    font-family: 'DutchTulips';
    src: url('../fonts/DutchTulips.ttf');
}

@font-face {
    font-family: 'Bauhaus';
    src: url('../fonts/Bauhaus-93_6274.ttf');
}

@font-face {
    font-family: 'LotusEater';
    src: url('../fonts/LotusEater.ttf');
}



