@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Roboto|Sansita");*{margin:0;padding:0;box-sizing:border-box;font-family:'Roboto', sans-serif}body{background:#ceefff}.contenedor--full{width:100%}.contenedor{width:95%;max-width:1600px;margin:auto}.h1--general,.h2--general,.titulo-base{width:100%;padding:15px 10px;text-align:center}.h1--general{margin:10px 0;color:#ff00ff;font-weight:bold;font-size:2em;background:#373737;letter-spacing:2px}.h2--general{color:#333399}.h2--logo{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:20px 0;margin-left:85px}.h2--logo img{width:60px;height:50px}.h2--logo h2{color:#ff00ff;text-transform:uppercase;display:inline-block;font-weight:bold;padding:15px 0px 5px 0px;border-bottom:1px solid #ff00ff;margin-left:10px}.h2--barra{color:#ff00ff;text-transform:uppercase;font-weight:bold;text-align:center;position:relative;margin:20px 0}.h2--barra:before{content:"";position:absolute;width:150px;height:1px;left:50%;bottom:-10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(to left, transparent, #ff00ff, transparent)}p{color:#333399;font-size:1.1em;letter-spacing:0.5px;line-height:2.5em}.text--center{text-align:center}.text--left{text-align:left}.text--justify{text-align:justify}.pink{color:#ff00ff}.bold{font-weight:800}.uppercase{text-transform:uppercase}.img{border-radius:52px;margin:20px 0;box-shadow:2px 5px 10px rgba(0, 0, 0, 0.3);width:100%;max-width:400px}.img--header{width:100%;max-width:100%;position:relative}@media (max-width:767px){.img--header{display:none}}.img--header img{width:100%}