.navbar{
margin-bottom:0 !important;
}
.reparaciones{
display:flex;
justify-content: center;
padding-top:2em;
padding-bottom:2em;
box-sizing: border-box;
font-weight: bold;
font-size:20px;
color:white;
}
.textcaldera{
width:fit-content !important;
padding:0.2em 1em 0 1.3em;
box-sizing: border-box;
}
.textcaldera h1{
margin-top:0;
font-size:45px;
text-align: left;
color:white;
margin-bottom:25px;
line-height: 1em !important;
}
.textcaldera li{
text-align: left;
padding-bottom:0.4em !important;
}
.textcaldera ul{
margin-bottom:0;
}
.caldera{
width:25% !important;
}
.caldera img{
width:100%;
}

.redondeo2{
max-width:707px;
width:100%;
}

.resalte b{
color:#FFC71B;
}

.blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }

.selector{
display:flex;
justify-content: center;
background:red;
border:none;
border-bottom:solid 5px white;
}
.selector a{
font-size:25px;
color:white !important;
width:16%;
padding:7px 10px 5px;
box-sizing: border-box;
border:1px solid black;
}
.selector a:hover{
color:white !important;
background:#FFC71B;
cursor: pointer;
}

.resaltix{
background:black;
color:black !important;

background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,171,171,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(171,171,171,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,171,171,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,171,171,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,171,171,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(171,171,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ababab', GradientType=1 );
}



@media (max-width: 450px) {
.resaltix{
height: 45px;
}
.selector {
flex-wrap: wrap;
text-align: center;
}
.selector a{
width:100% !important;
border:0;
}
}


.artefactos img{
width:100%;
max-width:400px;
}
.mp{
width:100% !important;
text-align:center;
}
.mp img{
width:100%;
max-width:439px;
}

.superior a:hover{
color:yellow !important;
}
.service{
  display:flex;
  justify-content: center;
}
.services{
  width:18%;
  text-align: center;
  color: #666;
  line-height: 1.4em;
  margin-top:70px;
  margin-right:9px;
  margin-left:9px;
}
.services strong{
color:#7ebf45;
}
.services h4{
  font-size: 24px;
  margin-top:15px;
  margin-bottom:15px;
}

.navbar-header {
float: none !important;
}

.superior{
background:red !important;
padding:10px;
box-sizing:border-box;
}
.careup{
  width:100%;
  background:#F9C248;
  padding-top:2em;
  padding-bottom:1.6em;
padding-left:2em;
padding-right:2em;
  box-sizing: border-box;
  margin-top:50px;
  line-height: 1.5em;
text-align: center;
}
.careup h2{
  margin-top:0;
  margin-bottom:10px;
  font-size: 36px;
  font-weight: 500 !important;
  line-height: 1em;
  color:black;
}
.careup p{
font-weight: normal !important;
}
.careup img{
width:100%;
max-width:388px;
}


.discapacidad{
font-size:15px !important;
}
.banda{
width:100%;
line-height: 1.2em;
font-size:42px;
text-align: center;
color:white;
background:#04A0BF;
}
.banda img{
width:100%;
max-width:545px;
padding:1em;
box-sizing: border-box;
}

.nowrap{
white-space: nowrap;
}

footer{
text-align:center !important;
}
.enlace a{
color:black !important;
font-weight: normal !important;
}
.enlace a:hover{
color:red !important;
}
.logo1{
display:block;
margin:0 auto;
padding-top:70px;
}
.logo2{
display:none;
margin:0 auto;
}

.logotipo{
width:100%;
max-width:577px !important;
padding-top:20px;
padding-bottom:10px;
padding-left:35px;
padding-right:35px;
box-sizing: border-box;
}
.listado ul{
margin-left:-20px;
list-style-image: url(../img/ico-corazon.png);
}
.listado li{
font-size:18px;
font-weight: normal !important;
line-height: 1.5em;
margin-bottom:15px;
list-style-type: square;
}

a{
color:white !important;
text-decoration: none;
}
a:hover{
color:black !important;
text-decoration: none;
}
.cabecera{
text-align: center;
background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(81%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.redondeo1{
border-radius: 20px;
}

.fondoa {
width:100%;
text-align:center;
padding-top:65px;
padding-bottom:65px;
box-sizing: border-box;
background: url("../img/bg-gris-cano.jpg") no-repeat top center;
background-attachment: fixed; 
background-size: cover;
}
.fondoa img{
width:100%;
max-width:490px;
padding-left:30px;
padding-right:30px;
box-sizing: border-box;
}

.fondoc {
background: url(../img/fondo-canos.jpg) no-repeat top center;
background-attachment: fixed; 
background-size: cover;
}
.navbar-default {
border-bottom: 1px solid white;
}
.banner-social-buttons a{
color:black !important;
}

body,
html {
    width: 100%;
    height: 100%;
font-size: 18px !important;
}

/* WHATSAPP FIJO */
.social{
position:fixed;
border-left:0px;
bottom:-35px;
right:-15px;
z-index:2000
}
.social img{
  width:100%;
  max-width:300px;
}
.social ul{list-style:none}
.social ul li a{
display:inline-block;
padding: 2px 2px;
margin:2px;
text-decoration:none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
border-radius: 8px;
opacity:1;
/* box-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
}

.social ul li a:hover{opacity:0.8;}
/* ----------------------------------------- */

@media (max-width: 480px) {
.centrix{
text-align: center;
}
.marcas{
margin-bottom:0;
}
  .social img{
  max-width:250px;
}
}


/* FORMULARIO CONTACTO ---------------------------- */

.contact{
  display:flex;
  align-items: center;
}
.contact_foto{
  width:25%;
}
.contact_foto img{
  width:100%;
  max-width:140px;
}
.contact_descripcion{
  width: 75%;
  text-align: left;
  padding:16px;
  line-height:1.6em
}

.con_titulo{
color:#ea728c;
font-size: 20px;
}
.con_subtitulo{
color:#FC8E43;
font-size: 22px;
}
.con_descripcion{
line-height:1.6em;
}

.s7-btn {
  /* display: block; */
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-align: center;
    background: rgb(46, 153, 46);
    font-family: "Muli", Sans-serif;
    border-radius: 3px 3px 3px 3px;
    border-color: #303030;
    padding: 10px 20px;
    margin-top: 20px;
    /* width: 200px; */
    text-decoration: none;
    margin-bottom:2em;
} 
.s7-btn:hover {
  background: #FF7000;
  cursor:pointer;
}
.speech_consultas{
  padding: 0 15% 0 15%;
  text-align:center;
}

::placeholder { 
color: #EA70AB; 
font-size:17px !important;
font-weight:normal !important;
}

input, textarea, select{
font-size:16px;
font-family: Arial, Helvetica, Sans-serif;
width:94%;
padding:10px;
box-sizing: border-box;
border-radius: 5px;
margin:3px;
color: #EA70AB;
border: solid 1px #AAAAAA;
}
input[type=checkbox] {
  transform: scale(1.5);
}

.grecaptcha-badge {
visibility: hidden;
}
.consulta_enviada{
font-family: sans-serif;
font-size:18px;
font-weight: 400;
line-height: 1em;
color:white;
background: #3EB6A3;
line-height:1.3em;
width: 100%;
padding: 2em 1em 2em 1em;	
box-sizing: border-box;
text-align: center;
}




body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 20px;
    font-weight: 400;
line-height: 1.3em;
}

.intro-header {
    padding-top: 190px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 70px;
    text-align: center;
    color: #f8f8f8;
    background: url("../img/destapaciones-mv.jpg") no-repeat right center;
background-attachment: fixed; 
    background-size: cover;
}

.intro-message {
text-align: center;
padding-top:90px;
padding-left:15px;
padding-right:15px;
box-sizing: border-box;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
.artefactos img{
border-radius: 0;
}
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: red;
}

.content-section-b {
    padding: 50px 0;
    background: url("../img/destapaciones-mv.jpg") no-repeat right center;
background-attachment: fixed; 
    background-size: cover;
}
.content-section-b li{
font-size:19px;
color:white !important;
margin-bottom:2px;
}

.content-section-b ul{
margin-left:-20px;
}

.content-section-b span{
color: #0389a4;
}

.content-section-b li{
color:black;
font-weight:normal !important;
}

.section-heading {
margin-bottom: 15px;
margin-top:0;
font-size:40px;
color:white;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid white;
}

.banner {
padding: 100px 0;
background: url("../img/destapaciones-mv.jpg") no-repeat right center;
background-attachment: fixed; 
background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}


@media(max-width:1400px) {
.textcaldera{
width:41% !important;
}
.caldera{
width:41% !important;
}
}

@media(max-width:1270px) {
.selector a{
width:25%;
}
}

@media(max-width:1199px) {
.section-heading {
margin-bottom: 15px;
font-size:35px;
}
.listado ul{
margin-left:-20px;
list-style-image: url(../img/ico-corazon.png);
}
.listado li{
font-size:18px;
font-weight: normal !important;
line-height: 1.5em;
margin-bottom:15px;
list-style-type: square;
}
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
.redondeo2{
margin-bottom:20px !important;
}
}

@media (max-width:1130px){
.reparaciones{
margin-bottom:0;
}
}


@media(max-width:1000px) {
.selector a{
width:30%;
}
}

@media(max-width:1000px) {
.textcaldera{
width:50% !important;
}
.caldera{
width:50% !important;
}
.textcaldera li {
margin-left:-20px;
padding-bottom: 0.2em !important;
}
.textcaldera h1 {
font-size:35px;
}
}


@media(max-width:800px) {
.selector a{
width:40%;
font-size:23px;
padding: 7px 3px 5px;
}
}

@media(max-width:600px) {
.selector a{
width:50%;
font-size:21px;
}
}


@media(max-width:767px) {
.content-section-b {
    padding: 15px 0;
}
.section-heading {
    margin-bottom: 15px;
}
.content-section-a {
    padding: 15px 0;
}
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #FFC71B;
}

p.copyright {
    margin: 15px 0 0;
}

/* WEBFACIL */

@media (max-width: 800px) {
.intro-header {
padding-bottom:30px;
}
.logo1{
padding-top:40px;
}
footer{
padding-bottom:100px !important;
box-sizing: border-box;
}
}

@media (max-width: 767px) {
.redondeo1, .redondeo2{
border-radius: 0;
}
}

@media (max-width:1000px){
.service{
flex-wrap: wrap !important;
  margin-top:20px !important;
}
.services{
  width:44% !important;
  margin-left:10px !important;
  margin-right:10px !important;
  margin-top:24px !important;
}
}

@media (max-width: 1600px) {
.service{
margin-bottom:35px;
}
}
@media (max-width: 1400px) {
 .services{
    width:22%;
  }
}

@media (max-width: 480px) {
.banda{
line-height: 1.2em;
font-size:27px;
}
.social{
right:-150px;
}
}

.intro-message img{
width:100%;
max-width:405px;
}

@media (max-width: 500px){
.services h4{
  margin-top:5px !important;
  margin-bottom:5px !important;
}
.services{
  width:100% !important;
  margin-left:20px !important;
  margin-right:20px !important;
}
}


@media (max-width: 700px) {
.reparaciones{
flex-wrap:wrap;
padding-top:0;
padding-bottom:0;
}
.caldera{
width:100% !important;
}
.textcaldera{
padding-top:25px;
padding-bottom:25px;
width:100% !important;
}
}