/* BEGIN CSS CODE PTisp */

body {
    margin: 0;
    font-weight: 400;
    background-color: #f6f6f6;
    font-family: 'Roboto', sans-serif;
}
a {
    font-weight: normal;
    color: #2f2f2f;
}
/* @MEDIA CSS */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
   }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
   }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
   }
}

/* INDEX CSS */
.logo-ptisp {
  width: 250px;
  height: 100px;
  margin: 0 auto;
  display: block;
  background-image: url("../img/ptisp-logo.png");
  background-repeat: no-repeat;
}

.logo-dominios {
    width: 750px;
    height: 135px;
  margin: 0 auto;
  display: block;
  background-image: url("../img/dominios-logo.png");
  background-repeat: no-repeat;
}

section {
}

.ip_box{
  width: 100%;
  margin: 20 0 20 0;
  padding: 20px 0;
  background-color: #005479;
  color: white;
  font-weight: lighter;
}


/* DROPDOWN SELECT */
 .dropdown {
    height: 37px;
    display:inline-block;
    position: relative;
    padding:0;
    border:0;
    border-radius:2px;
    font-size:14px;
    font-weight:100;
    background:#26A69A;
    color:#FFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

/* remove focus */
select:focus {
  outline: none
}

/* BUTTON ACTION */
.button-action {
  text-transform: none;
}

/* MARGINS */
/* top */
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-50 {
  margin-top: 50px;
}
/* bottom */
.margin-bottom-20 {
  margin-bottom: 20px;
}
/* GLOBAL */
.along {
  width: 100%;
}
/* FONT WEIGHT */
.font-weight-100 {
  font-weight: 100;
}

/* FONT SIZE */
.font-size-22{
  font-size: 22px;
}

.likehref {
  cursor: pointer;
  cursor: hand;
}
/* LOADING */
.loadingimg {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: block;
}

.material-icons {
  vertical-align: middle;
}
