/*
 Theme Name:   RedSeal Child Theme
 Theme URI:    http://elepcosa.com.ec/
 Description:  Tema Elepco S.A.
 Author:       David Pulloquinga
 Author URI:   https://pulloquinga.com
 Template:     redseal
 Version:      1.0.0
 Tags:
 Text Domain:  redseal
*/


@import url("../redseal/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff');

@import url('https://fonts.googleapis.com/css?family=Dancing+Script');




p{
  
    color: #152e84 !important;
   
}




/* =para lo de whastappweb -------------------------------------------------------- */


@media (max-width:768px){
	.whatsapp-movil{
		display:inline;
	}
	.whatsapp-web{
		display:none;
	}
}

@media (min-width:768px){
	.whatsapp-movil{
		display:none;
	}
	.whatsapp-web{
		display:inline;
	}
}

