/** Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap **/

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {
}


/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {  
	
  .h1, h1{font-size:2.5rem; letter-spacing: 2px;}
  .tel-header {font-size: 1.5rem;}
	
.titulo-ppal-home h1 {font-size: 3.8rem;}
	
	.titulo-ppal-home .btn {font-size: 1.6rem;}
	
	.logotipo {height: 150px;}
	
	h2.titulo-home {font-size: 2.8rem;}
    
}


/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) { 

	
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (max-width: 780px) { 
.movil-derecha {text-align: left !important;}
.cabecera .logotipo {
    height: 120px;
}


