/********** common setting **********/

#formulario{
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
    padding: 40px;
    position: fixed;
    display: none;
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 150px;
    border-radius: 10px;
}


h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

#ssn-pie{
  display:inline-block;
  margin:0px;
  width:100%;
  background-color:#fff;
  text-align:center;
  height: 80px;
}
.container-ssn{
  margin-left:auto;
  margin-right:auto;
  width:1100px;
  border-top:1px solid #fff;
  background-color: #fff;
  margin-top: 100px;
}

.ssn-box{
  text-align: left;
  background-color: #fff;
}

.ssn-box ul li{
  float: left; 
  border-right:1px solid #87949f; 
  padding:0 26px;
  height:40px;
  margin-bottom:15px;
  color:#fff;
  font-size: 9px;
  background-color: #fff;
}
.ssn-box ul li a {
  color:#87949f;
}
.ssn-box ul li span {line-height: 24px;}
.ssn-box ul li:first-child{
  padding-left:0px; 
}
.ssn-box ul li:last-child{
  padding-right:0px; 
  border-right:none;
}
.ssn-box p {
  line-height: 14px;
  padding: 0 0 5px;
}

.container-ssn-resp{
  display: none;
}




.cerrar{
    font-size: 2em;
    color: #000;
    float: right;
    margin-bottom: 20px;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #be1622;
    color: #ffffff;
}

.cta-green:hover {
    color: #ffffff;
    background: #a01622;
}

.cta-blue {
    background: #000000;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #222222;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 150px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #be1622 0);
}

#feature-last {
    background: #be1622;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #440000;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #ff0000;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #ff0000;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #be1622;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #ff1111;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #ff1111;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }

    .container-ssn{
    display: none;

  }
  .container-ssn-resp{
    display: block;

  }

    #formulario{
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
    padding: 40px;
    position: fixed;
    display: none;
    width: 70%;
    height: 60%;
    margin-left: 5%;
    margin-top: 200px;
    border-radius: 10px;
}

#formulario .button{
    text-align: center;
}

}