 body,
 html {
     width: 100%;
     
 }
 
 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 500;
 }
 

.topnav {
     font-size: 20px;
     color: rgb(0, 62, 144);
 }
 

 .left {
     font-size: 10px;
     font-weight: 350;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     text-align: center;
     color:#1d20cc
 }
 

.img-responsive {
    width: auto;
}

.responsive {
    width: auto;
}

 .lead {
     font-size: 3em;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(0, 62, 144);
 }
 
 .intro-header {
     padding-top: 25px;
     /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
     padding-bottom: 20px;
     text-align: center;
     color: #66f14ad8;
 }
 
 .intro-message {
     position: relative;
     padding-top: 10%;
     padding-bottom: 10%;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: rgb(19, 15, 138);
 }
 
 .intro-message h1 {
    text-align: center;
     margin: 20;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 7em;
     color: rgb(0, 138, 92);
     
 }

 .intro-message h2 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4em;
    color: rgb(0, 151, 118);
}
 
.intro-message p {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: rgb(0, 62, 144);
     text-align: justify;
     font-size: 1.5em;
     font-style: normal;
 }

 .intro-message-inicio table, th, td {
    padding-top: 20px;
    border:15px solid rgb(8, 49, 195);
    border-collapse: collapse;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;

  } 

 .intro-divider {
     width: 1000px;
     border-top: 2px solid rgb(253, 182, 33);
     border-bottom: 1px solid rgb(253, 182, 33);
 }
 

.intro-message-inicio p {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: rgb(0, 62, 144);
     text-align: justify;
     font-size: 1.5em;
     font-style: normal;
 }
 
 @media(max-width:750px) {
     .intro-message {
         padding-bottom: 20%;
     }
     .intro-message>h1 {
         font-size: 3em;
     }
     .intro-divider {
         width: 150%;
     }
 }
 
 .network-name {
     text-transform: uppercase;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 2px;
 }
 
 .content-section-a {
     padding: 3px 0;
     background-color: #ffffff;
     text-align: justify;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 10px;
     color: rgb(15, 138, 42);
 }
 
 .content-section-a h1 {
     padding: 5px 0;
     background-color: #ffffff;
     text-align: justify;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 85px;
     color: rgb(15, 138, 42);
 }
 
 .content-section-b {
     padding: 0;
     border-top: 1px solid #ffffff;
     border-bottom: 1px solid #ffffff;
     text-align: justify;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 12px;
 }
 
 .content-section-b li {
    text-align: justify;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: rgb(27, 11, 208);
}

.content-section-b p {
    padding: 0;
    text-align: justify;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    color: rgb(0, 151, 118);
}

 .section-heading {
     margin-bottom: 30px;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 
 .section-heading-spacer {
     float: left;
     width: 100%;
     border-top: 5px solid rgb(0, 79, 162);
 }
 
 .banner {
     padding: 0;
     color: #ffffff;
     background: url(../img/Ficorba_Contacto.jpg) no-repeat center center;
     background-size: cover;
 }
 
 .banner h3 {
     margin: 0;
     text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
     font-size: 2em;
     text-align: justify;
 }
 
 .banner ul {
     margin-bottom: 1;
 }
 
 .banner-social-buttons {
     float: inline;
     margin-top: 0;
 }
 
 @media(max-width:1199px) {
     ul.banner-social-buttons {
         float: left;
         margin-top: 15px;
     }
 }
 
 @media(max-width:767px) {
     .banner h2 {
         margin: 0;
         text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
         font-size: 3em;
     }
     ul.banner-social-buttons>li {
         display: contents;
         margin-bottom: 40px;
         padding: 11;
     }
     ul.banner-social-buttons>li:last-child {
         margin-bottom: 4;
     }
 }
 
 footer {
     padding: 45px 0;
     background-color: rgb(3, 5, 94);
 }
 
 footer table, th, td {
    padding-top: 5px;
    border:10px rgb(218, 218, 233);
    border-collapse:separate;
    padding-bottom: 5px;
 }

   p.copyright {
     margin: 15px 0 0;
 }

 .templatemo_contacttitle {
    width: 100%;
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.templatemo_contact {
    margin: 30px;
    width: 100%;
    margin-left: 15%;
}

.templatemo_contactform input, textarea {
    width: 100%;
    background: #0904a8;
    border: 1px solid #393939;
    padding: 7px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #0904a8;
}

.templatemo_contactform textarea {
    height: 100px;
}

.templatemo_contactform .btn-primary {
    background: #3d5602;
    border: none;
    border-radius: 0px;
    color: #a2dd0b;
    font-weight: 1000;
}

.templatemo_contactform .btn-primary:hover {
    background: #0004ccee;
}