.container{
font-family: "Open Sans",sans-serif;
text-align: justify;
}
strong{
font-weight: bold;
}
.ether-cols.ether-cols-6 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
padding: 0 5%;
}
@media (max-width: 1449px){
.ether-cols.ether-cols-6 {
padding: 0 2%;
}
}
@media (max-width: 991px){
.ether-cols.ether-cols-6 {
padding: 0 5%;
}
}
.ether-cols.ether-cols-6 .ether-col {
-webkit-flex-basis: 30%;
flex-basis: 30%;
}
@media (max-width: 991px){
.ether-cols.ether-cols-6 .ether-col {
-webkit-flex-basis: 47%;
flex-basis: 47%;
}
}
@media (max-width: 767px){
.ether-cols.ether-cols-6 .ether-col {
-webkit-flex-basis: auto;
flex-basis: auto;
}
}
.ether-cols.ether-cols-6 .ether-col:nth-child(1) {
margin-top: 20px;
}
.colorines p {
font-size: 2rem;
margin: 15px 0;
}
@media (max-width: 869px){
.colorines p {
font-size: 1.5rem;
margin: 10px 0;
}
}
.colorines p:nth-child(1) {
color: #c40f36;
}
.colorines p:nth-child(2) {
color: #4363d7;
margin-left: 10%;
}
.colorines p:nth-child(3) {
color: #15ac1c;
margin-left: 20%;
}
.colorines p:nth-child(4) {
color: #c6b125;
margin-left: 30%;
}
.colorines p:nth-child(5){
color: #9a0fcd;
margin-left: 40%;
}
.ether-cols-6 .chavales img {
box-shadow: none;
border: none;
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
width: 100%;
}
.ether-cols-6 img {
border: 1px solid #afbbaa;
border-radius: 5px;
box-shadow: 1px 1px 5px #333;
width: 100%;
}
.ether-cols-6 h2 {
margin: 10px 0;
display: inline;
text-align: left;
}
.ether-cols-6 .ether-col:nth-child(2) h2{
color: #15ac1c;
}
.ether-cols-6 .ether-col:nth-child(3) h2{
color: #9a0fcd;
}
.ether-cols-6 .ether-col:nth-child(4) h2{
color: #c40f36;
}
.ether-cols-6 .ether-col:nth-child(5) h2{
color: #c6b125;
}
.ether-cols-6 .ether-col:nth-child(6) h2{
color: #4363d7;
}
.titybtn a {
background: #3e8575 none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
float: right;
font-size: 0.8rem;
padding: 0 5px;
position: relative;
text-decoration: none;
top: 6px;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
@media (max-width: 768px){
.titybtn a {
position: relative;
top: 7px;
}
}
.titybtn a:hover {
background: #215f51 none repeat scroll 0 0;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}