body{
  background:url(../img/1.jpg)no-repeat fixed center center;
}

.body-2{
  background:url(../img/2.jpg)no-repeat fixed center center;
}
.body-3{
  background:url(../img/3.jpg)no-repeat fixed center center;
}
.body-4{
  background:url(../img/4.jpg)no-repeat fixed center center;
}
.body-5{
  background:url(../img/5.jpg)no-repeat fixed center center;
}
.body-6{
  background:url(../img/6.jpg)no-repeat fixed center center;
}
.body-7{
  background:url(../img/7.jpg)no-repeat fixed center center;
}
.body-8{
  background:url(../img/8.jpg)no-repeat fixed center center;
}
.body-9{
  background:url(../img/9.jpg)no-repeat fixed center center;
}
.body-10{
  background:url(../img/10.jpg)no-repeat fixed center center;
  background-color: #bfa802;
}
.body-11{
  background:url(../img/11.jpg)no-repeat fixed center center;
}
.body-12{
  background:url(../img/12.jpg)no-repeat fixed center center;
}
.body-13{
  background:url(../img/13.jpg)no-repeat fixed center center;
}
.body-14{
  background:url(../img/14.jpg)no-repeat fixed center center;
}
.body-15{
  background:url(../img/15.jpg)no-repeat fixed center center;
}
p.text-left.visible-xs-block.visible-sm-block{
  color:#fff;
  font-size:medium;
}

div.row{
  align-content:center;
}

@media (min-width:960px) {
  label{
    text-transform:uppercase;
    color:#ffffff;
    font-size:25px;
    font-family:'Roboto',sans-serif;
  }
}

hr{
  height:10px;
  width:100%;
}

span.label.label-default{
  background-color:#084af4;
}

div.col-md-4.col-sm-4{
  background-color:#0e154e;
  outline-style:outset;
}
/* Inicio Colores para contenedores tarjeta 1*/
span.label.label-default tarjeta1{
  background-color:#9b8989;
}

/* Fin de colores tarjeta 1*/
a{
  color:#f5f6f8;
  font-family:'Roboto',sans-serif;
}
a.h2{
	color: black;
	font-family:'Roboto',sans-serif; 
	align-items: center;
	margin-top: 40px;
}

p.text-left{
  color:#fff;
}

i.material-icons{
  color:#011cf8;
  height:50px;
  width:50px;
}

i.icon.ion-social-whatsapp{
  color:#011cf8;
  height:50px;
  width:50px;
  text-align:center;
}

i.fa.fa-facebook{
  width:50px;
  height:50px;
  color:#011ef8c;
  align-self:center;
}

label{
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
  font-weight:700;
  color:#ffffff;
}

/* Cambiar el color del telefono*/
.telefono{
  background: #666666;
  width: 400px;
  height: 600px;
  border: 30px solid #000;
  position: relative;
  margin: 50px auto;
  overflow: auto;
  border-style: 
	
}
.botones{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	z-index: 10;
}
.boton{
	background: #fff;
	position: relative;
	/*border: 5px solid #000;*/
	width: 500px;
	height: 300px;
	margin-right: -17px;
	display: inline-block;
	
}
.acciones{
	position: absolute;
	left: 0px;
	top: 305px;
	width: 210px;
	z-index: 10;
	
}
.accion1{
	background: url("../img/terapia_de_leguaje_01.png") center center;
	background-size: 500px 100px;
	background-color: #b9e4fd;
	position: relative;
	/*border: 5px solid #000;*/
	width: 500px;
	height: 100px;
	margin-right: -17px;
	display: inline-block;
	
}
.accion2{
	background: url("../img/terapia_de_leguaje_02.png") center center;
	background-size: 500px 100px;
	background-color: #b9e4fd;
	position: relative;
	/*border: 5px solid #000;*/
	width: 500px;
	height: 100px;
	margin-right: -17px;
	margin-top: 5px;
	display: inline-block;
	
}
.accion3{
	background: url("../img/terapia_de_leguaje_03.png") center center;
	background-size: 500px 100px;
	background-color: #b9e4fd;
	position: relative;
	/*border: 5px solid #000;*/
	width: 500px;
	height: 100px;
	margin-right: -17px;
	margin-top: 5px;
	display: inline-block;
	
}
.accion4{
	background: url("../img/terapia_de_leguaje_04.png") center center;
	background-size: 500px 100px;
	background-color: #b9e4fd;
	position: relative;
	/*border: 5px solid #000;*/
	width: 500px;
	height: 100px;
	margin-right: -17px;
	margin-top: 1px;
	display: inline-block;
	
}
.zoom{
	transition: transform 0.5s;
}

.zoom:hover{
transform: scale(1.5);
}
/* .button_whatsapp{
  background-color: #4CAF50; Green
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button1 {border-radius: 50%;}

Botón Facebook
.button_facebook{
  background-color: #4CAF50; Green
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button1 {border-radius: 50%;} */

.button {
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button_facebook {
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  /* color: #fff; */
  background-color: #7f87c7;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button_facebook:hover {background-color: #0e154e}

.button_facebook:active {
  background-color: #0e154e;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.button_instagram {
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #6c27b3;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button_instagram:hover {background-color: #501a96}

.button_instagram:active {
  background-color: #501a96;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.button_messenger {
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #b0e1ff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button_messenger:hover {background-color: #85c5ed}

.button_messenger:active {
  background-color: #85c5ed;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}