@charset "UTF-8"; body{ background: #10374c; padding: 0; margin: 0; font-size: 16px; font-family: Esphimere; font-weight:lighter; color: #f9f9f9;; } .back{ background: -webkit-radial-gradient(top right, 1500px 1500px, transparent, #101d2d); margin-top: -15px; z-index: -100; position:fixed; bottom: 0px; right: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; } /* CSS FOR GAMT */ @media (min-width: 1200px){ .paddContainer{ padding-right: 100px; padding-left: 100px; } } /* css - primer div en los accesos*/ .firstCont { padding-top: 90px; } /* css - lineas verticales*/ .lineas{ -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); } /* css - Banner principal */ .banner{ height: 180px; /* border-style: solid; */ } .bannerRight { font-size: 20px; padding:0px; } /* css - head part left - img (Logo, MapaMundi) */ .imgLogo { width: 140%; padding-top: 10px; } .imgMapa { position: absolute; left: 0px; top: 0px; z-index: -1; width: 300%; } /* css - For text lema PRAXIS */ .txtSis { font-weight: bold; color: #cbcfd2; } .txtPx { color: #EA7D06; } .txtLema { color: #1971aa; } .cinta { /* float: right; */ position: absolute; margin-left: -130px; margin-top: -25px; width: 170%; } .lema { text-align: right; padding-top: 30px; } .grow { width: 40%; } @media only screen and (max-width: 1050px) { .cinta { width: 140%; margin-top: -20px; margin-left: -50px; } } @media only screen and (max-width: 600px) { .bannerRight{ font-size: 10px; padding-top: 8px; } .banner { height: 70px; } .imgLogo { width: 170%; } .cinta { width: 135%; margin-top: -2px; margin-left: -10px; } .menos-top { font-size: 10px; } div.img img { width:60%; } .firstCont { padding-top: 50px; } .lema { padding-top: 10px; } } @media only screen and (max-width: 400px) { .bannerRight{ font-size: 10px; padding-top: 8px; } .banner { height: 70px; } .imgLogo { width: 170%; } .cinta { margin-top: -10px; margin-left: 0px; } div.img img { width:55%; } } /* Tipo de letra */ @font-face { font-family: "Esphimere"; src: url('../fonts/Esphimere.otf')format('opentype'); }